@charset "UTF-8";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.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;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select.nitro-lazy {
  background-image: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select[multiple].nitro-lazy,
.form-select[size]:not([size="1"]).nitro-lazy {
  background-image: none !important;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="checkbox"].nitro-lazy {
  background-image: none !important;
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"].nitro-lazy {
  background-image: none !important;
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate.nitro-lazy {
  background-image: none !important;
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input.nitro-lazy {
  background-image: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus.nitro-lazy {
  background-image: none !important;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked.nitro-lazy {
  background-image: none !important;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid.nitro-lazy,
.was-validated .form-control:valid.nitro-lazy {
  background-image: none !important;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:not([multiple]):not([size]).nitro-lazy,
.form-select.is-valid:not([multiple])[size="1"].nitro-lazy,
.was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy,
.was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy {
  background-image: none !important;
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid.nitro-lazy,
.was-validated .form-control:invalid.nitro-lazy {
  background-image: none !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple]):not([size]).nitro-lazy,
.form-select.is-invalid:not([multiple])[size="1"].nitro-lazy,
.was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy,
.was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy {
  background-image: none !important;
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .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,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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;
}
.navbar-text {
  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;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.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 .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler-icon.nitro-lazy {
  background-image: none !important;
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler-icon.nitro-lazy {
  background-image: none !important;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  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.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  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;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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 .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  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: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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 .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon.nitro-lazy {
  background-image: none !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon.nitro-lazy {
  background-image: none !important;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: 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: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !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;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  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-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.mega-menu {
  margin: 0 auto;
  padding: 0;
  display: block;
  float: none;
  position: relative;
  z-index: 999;
  font-size: 16px;
  min-height: 100px;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .mega-menu {
    margin: 0;
  }
}
.mega-menu * {
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box !important;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .mega-menu * {
    word-break: break-all;
  }
}
.mega-menu i.fa {
  font-family: "FontAwesome";
}
.mega-menu img {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100% !important;
  float: left;
}
.mega-menu .menu-logo img {
  height: 40px;
}
.mega-menu input {
  border: none;
}
.mega-menu > section.menu-list-items {
  margin: 0;
  padding: 35px 0;
  display: block;
  float: left;
  width: 100%;
  background-color: transparent;
}
.mega-menu .menu-logo {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-logo.menu-logo-align-right {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-logo {
    width: 100%;
  }
}
.mega-menu .menu-logo > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-logo > li {
    width: 100%;
    line-height: normal;
  }
}
.mega-menu .menu-logo > li > a {
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 0.78em;
  line-height: 50px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.mega-menu .menu-logo > li > a:hover {
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-logo > li > a {
    line-height: normal;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 10;
    width: auto;
  }
}
.mega-menu .menu-logo > li > a i.fa {
  padding: 0;
  display: inline-block;
  font-size: 1.25em;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  line-height: 50px;
}
.mega-menu .menu-logo > li > a img {
}
.mega-menu .menu-links {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links {
    width: 100%;
    background: #fff;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-links {
    display: block !important;
    max-height: 100% !important;
    overflow: visible !important;
  }
  .mega-menu .menu-links.menu-links-align-right {
    float: right;
  }
}
.mega-menu .menu-links > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 1em;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links > li {
    width: 100%;
    position: relative;
    cursor: pointer;
    line-height: normal;
    border-bottom: 1px solid #f3f3f3;
    z-index: 50;
  }
  .mega-menu .menu-links > li.activeTriggerMobile {
  }
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-links > li.activeTrigger {
    background-color: #20c5d5;
  }
}
.mega-menu .menu-links > li.active a {
  background-color: transparent;
  color: #20c5d5;
}
.mega-menu .menu-links > li:hover {
  background-color: transparent;
  color: #20c5d5;
}
.mega-menu .menu-links > li > a {
  margin: 0;
  padding: 0 13px;
  display: inline-block;
  float: none;
  width: 100%;
  color: #000;
  font-size: 0.933em;
  line-height: 64px;
  position: relative;
  text-transform: capitalize;
}
.mega-menu .menu-links > li > a:hover {
  color: #20c5d5;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links > li > a {
    width: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    padding-right: 10px;
    z-index: 20;
    color: #363636;
  }
}
.mega-menu .menu-links > li > a i.fa {
  font-size: 1em;
  line-height: 0.78em;
  padding-right: 2px;
}
.mega-menu .menu-links > li > a i.fa.fa-indicator {
  padding-right: 0;
  padding-left: 2px;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links > li > a i.fa.fa-indicator {
    float: right;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    line-height: 40px;
    height: 50px;
    z-index: -1;
  }
}
.mega-menu .menu-social-bar {
  margin: 0;
  display: block;
  float: left;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-social-bar {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-social-bar.menu-social-bar-right {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-social-bar {
    width: 100%;
    text-align: center;
  }
}
.mega-menu .menu-social-bar > li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 50px;
}
.mega-menu .menu-social-bar > li[data-color="blue"] > a:hover {
  background-color: #3b5998;
}
.mega-menu .menu-social-bar > li[data-color="sky-blue"] > a:hover {
  background-color: #2caae1;
}
.mega-menu .menu-social-bar > li[data-color="orange"] > a:hover {
  background-color: #dd4b39;
}
.mega-menu .menu-social-bar > li[data-color="red"] > a:hover {
  background-color: #bd081c;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-social-bar > li {
    float: none;
    display: inline-block;
    margin-bottom: -5px;
  }
}
.mega-menu .menu-social-bar > li > a {
  margin: 0;
  display: inline-block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 0.875em;
  padding: 0 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-social-bar > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mega-menu .menu-social-bar > li > a i.fa {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 1.125em;
  line-height: 50px;
}
.mega-menu .menu-search-bar {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  position: relative;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-search-bar.menu-search-bar-left {
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-search-bar {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.mega-menu .menu-search-bar li,
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  line-height: 50px;
}
.mega-menu .menu-search-bar li:hover i.fa.fa-search {
  background: #20c5d5;
}
.mega-menu .menu-search-bar input {
  max-width: 0;
  width: 100%;
  margin: 0;
  padding: 5px 50px 5px 0;
  font-size: 0.78em;
  -webkit-transition: max-width 400ms ease, background 400ms ease,
    padding-left 400ms ease;
  transition: max-width 400ms ease, background 400ms ease,
    padding-left 400ms ease;
  height: 50px;
  display: block;
  background: none;
  color: #fff;
  font-weight: 400;
}
.mega-menu .menu-search-bar input:focus {
  max-width: 170px;
  background: #20c5d5;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-search-bar input:focus {
    max-width: 100%;
    position: relative;
    z-index: 20;
  }
}
.mega-menu .menu-search-bar i.fa.fa-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: text;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  z-index: 40;
}
.mega-menu .menu-search-bar:-moz-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
.mega-menu .menu-search-bar::-moz-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
.mega-menu .menu-search-bar:-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
.mega-menu .menu-search-bar::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-search-bar.active input {
    padding-right: 150px;
  }
  .mega-menu .menu-search-bar.active i.fa.fa-search {
    right: 70px;
  }
}
.mega-menu .menu-mobile-collapse-trigger {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 35px;
  background: transparent;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  float: right;
  cursor: pointer;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.mega-menu .menu-mobile-collapse-trigger:hover {
  background: transparent;
}
.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span {
  content: "";
  display: block;
  height: 2px;
  width: 26px;
  background: #fff;
  position: absolute;
  top: 13px;
  border-radius: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 400ms ease 0s, opacity 400ms ease;
  transition: transform 400ms ease 0s, opacity 400ms ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0px 50% 0px;
  -ms-transform-origin: 0px 50% 0px;
  transform-origin: 0px 50% 0px;
}
.home-2 .mega-menu .menu-mobile-collapse-trigger:before,
.home-2 .mega-menu .menu-mobile-collapse-trigger:after,
.home-2 .mega-menu .menu-mobile-collapse-trigger span {
  background: #323232;
}
.mega-menu .menu-mobile-collapse-trigger:after {
  top: 27px;
}
.mega-menu .menu-mobile-collapse-trigger span {
  top: 20px;
}
.mega-menu .menu-mobile-collapse-trigger.active span {
  opacity: 0;
}
.mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-mobile-collapse-trigger {
    display: block;
  }
}
.mega-menu .drop-down-multilevel {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  z-index: 50;
  width: 100%;
  background: #fff;
  float: left;
  max-width: 220px;
}
.mega-menu .drop-down-multilevel * {
  color: #323232;
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down-multilevel {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
    border-bottom: 0px;
    border-radius: 0px;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-multilevel {
    max-width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    padding: 10px;
    display: none;
  }
}
.mega-menu .drop-down-multilevel li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  border-radius: 0px;
  width: 100%;
  position: relative;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
  z-index: 50;
}
.mega-menu .drop-down-multilevel li:last-child {
  border-bottom: 0px;
}
.mega-menu .drop-down-multilevel li:hover {
  background: #fafafa;
}
.mega-menu .drop-down-multilevel li:hover > a {
  color: #20c5d5;
}
.mega-menu .drop-down-multilevel li:hover > a i.fa {
  color: #20c5d5;
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down-multilevel li.activeTrigger {
    background: #20c5d5;
  }
  .mega-menu .drop-down-multilevel li.activeTrigger > a {
    color: #fff;
  }
  .mega-menu .drop-down-multilevel li.activeTrigger > a i.fa {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-multilevel li.activeTriggerMobile {
    background: #20c5d5;
  }
  .mega-menu .drop-down-multilevel li.activeTriggerMobile > a {
    color: #323232;
  }
  .mega-menu .drop-down-multilevel li.activeTriggerMobile > a i.fa {
    color: #fff;
  }
  .mega-menu
    .menu-links
    > li.active
    .drop-down-multilevel
    li.active
    .drop-down-multilevel
    li
    a:hover {
    color: #fff !important;
  }
}
.mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #323232;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #20c5d5;
}
.mega-menu .drop-down-multilevel a {
  margin: 0;
  padding: 10px 30px;
  font-size: 0.78em;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  width: 100%;
  color: #323232;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  min-height: 40px;
}
.mega-menu .drop-down-multilevel > li:first-child > a {
  padding-top: 18px;
}
.mega-menu .drop-down-multilevel > li:last-child > a {
  padding-bottom: 18px;
}
@media screen and (max-width: 991px) {
}
.mega-menu .drop-down-multilevel i.fa {
  float: left;
  line-height: 1.375em;
  font-size: 1em;
  display: block;
  padding-right: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.mega-menu .drop-down-multilevel i.fa-indicator {
  float: right;
  line-height: 19px;
  font-size: 8px;
  font-weight: 900;
  display: block;
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-multilevel i.fa-indicator {
    float: right;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    z-index: -1;
  }
}
.mega-menu .drop-down-multilevel .drop-down-multilevel {
  left: 100%;
  top: 0;
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side {
    left: -100%;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-multilevel .drop-down-multilevel {
    left: 0;
    border: 1px solid #ccc;
  }
}
.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  background: #fff;
  float: left;
  z-index: 999;
  display: block;
  cursor: default;
  overflow: hidden;
}
.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
  color: #323232;
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down.menu-bg,
  .mega-menu .drop-down-tab-bar {
    background: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-position: 120% 0;
  }
  .mega-menu .drop-down.menu-shop-bg,
  .mega-menu .drop-down-tab-bar {
    background: rgba(255, 255, 255, 1)
      url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/objects/menu-shop-bg.jpg");
    background-repeat: no-repeat;
    background-position: right;
  }
  .mega-menu .drop-down.menu-shop-bg.nitro-lazy,
  .mega-menu .drop-down-tab-bar.nitro-lazy {
    background-image: none !important;
  }
  .mega-menu .drop-down.menu-bg [class*="grid-col-"] {
    padding: 10px 10px 0;
  }
  .mega-menu .rev-slider {
    background: #fff;
    padding: 7px 12px;
  }
  .mega-menu .rev-slider p {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 0px !important;
    line-height: 0px !important;
  }
  .mega-menu .rev-slider a {
    display: inline-block;
    font-size: 13px !important;
    color: #01a9da;
    width: inherit !important;
    padding: 5px 0px;
  }
  .mega-menu .rev-slider a:hover {
    color: #323232 !important;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px !important;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    width: 100% !important;
    top: 0;
    left: 0;
    position: relative;
    display: none;
  }
}
.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
  margin: 0;
  padding: 0;
  min-height: 1px;
  width: 100%;
  float: left;
  clear: both;
}
.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"] {
  margin: 0;
  float: left;
  padding: 10px;
  position: relative;
}
.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1 {
  width: 8.3333333333333%;
}
.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2 {
  width: 16.666666666667%;
}
.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3 {
  width: 25%;
}
.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4 {
  width: 33.333333333333%;
}
.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5 {
  width: 41.666666666667%;
}
.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6 {
  width: 50%;
}
.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7 {
  width: 58.333333333333%;
}
.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8 {
  width: 66.666666666667%;
}
.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9 {
  width: 75%;
}
.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10 {
  width: 83.333333333333%;
}
.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11 {
  width: 91.666666666667%;
}
.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12 {
  width: 100%;
}
.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1 {
  width: 8.3333333333333%;
}
.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2 {
  width: 16.666666666667%;
}
.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3 {
  width: 25%;
}
.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4 {
  width: 33.333333333333%;
}
.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5 {
  width: 41.666666666667%;
}
.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6 {
  width: 50%;
}
.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7 {
  width: 58.333333333333%;
}
.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8 {
  width: 66.666666666667%;
}
.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9 {
  width: 75%;
}
.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10 {
  width: 83.333333333333%;
}
.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11 {
  width: 91.666666666667%;
}
.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12 {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down [class*="grid-col-"],
  .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down [class*="grid-col-"],
  .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    width: 100%;
  }
}
.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span {
  float: left;
  display: inline-block;
  width: 100%;
  padding: 4px 6px;
  background: #bfbfbf;
  font-size: 0.75em;
  color: #323232;
}
.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
  padding: 0 !important;
  margin: 0 !important;
}
.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
  font-size: 14px;
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
  font-weight: 500;
}
.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,
.mega-menu .drop-down-tab-bar h6 {
  margin-top: 0;
  font-weight: 700;
}
.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em;
}
.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
  font-size: 1.375em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
  font-size: 1.125em;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em;
}
.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
  font-size: 1em;
  text-transform: capitalize;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0px;
  padding-left: 8px;
  letter-spacing: 0px;
}
.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
  font-size: 0.875em;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em;
}
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 0;
}
.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
  font-size: small;
  font-style: italic;
  color: #666;
}
.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar dl {
  padding: 0;
  margin: 0 0 0px;
}
.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
  margin-bottom: 1.5em;
}
.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}
.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
  margin-bottom: 1.5em;
}
.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after {
  content: "";
  display: table;
}
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
  clear: both;
}
.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
  margin: 0;
  padding: 1.5em;
}
.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
  display: block;
}
.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
  display: inline;
  padding-right: 24px;
}
.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="text"],
.mega-menu .drop-down-tab-bar input[type="url"],
.mega-menu .drop-down-tab-bar input[type="email"],
.mega-menu .drop-down-tab-bar input[type="password"],
.mega-menu .drop-down-tab-bar input[type="search"],
.mega-menu .drop-down-tab-bar input[type="number"],
.mega-menu .drop-down-tab-bar input[type="date"],
.mega-menu .drop-down-tab-bar input[type="month"],
.mega-menu .drop-down-tab-bar input[type="week"],
.mega-menu .drop-down-tab-bar input[type="time"],
.mega-menu .drop-down-tab-bar input[type="datetime"],
.mega-menu .drop-down-tab-bar input[type="datetime-local"],
.mega-menu .drop-down-tab-bar input[type="tel"],
.mega-menu .drop-down-tab-bar textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 10px;
  font-size: 0.78em;
  border: 1px solid #e8e8e8;
  line-height: 1.5em;
}
.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
  width: 100%;
  height: 2.1em;
  margin-bottom: 0.9em;
  border: 1px solid #ccc;
}
.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"],
.mega-menu .drop-down-tab-bar input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
}
.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"] {
  height: 1.4em;
}
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"] {
  width: 1.5em;
}
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"] {
  margin: 0 0 0.55em;
}
.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress,
.mega-menu .drop-down-tab-bar meter {
  display: block;
  width: 100%;
  height: 1.5em;
}
.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #ccc;
}
.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
  text-align: left;
  font-weight: bold;
}
.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td {
  background: #ddd;
}
.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
  font-style: italic;
}
.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th {
  padding: 0.75em 10px;
}
.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar caption {
  border: 1px solid #ccc;
}
.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
  padding: 0 10px 0 10px;
  line-height: 1.45em;
}
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
  border-bottom: 0;
  padding: 0.75em 10px;
  line-height: 1.45em;
  text-align: left;
  font-style: italic;
}
.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
  margin: 0 0 1.5em 0;
  font-size: 0.78em;
}
.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
  margin: 0 1.5em 1.5em;
  font-style: italic;
}
.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
  line-height: 1.5;
  background: #78aace;
  color: #fff;
}
.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
  color: #ddd;
}
.mega-menu .drop-down code,
.mega-menu .drop-down kbd,
.mega-menu .drop-down pre,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar code,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar pre,
.mega-menu .drop-down-tab-bar samp {
}
.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small {
  line-height: 1.5;
}
.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp {
  line-height: 1.4;
}
.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
  background: #ccc;
  color: #ccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}
.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down-tab-bar input[type="submit"],
.mega-menu .drop-down-tab-bar input[type="button"] {
  background: #20c5d5;
  padding: 10px 20px;
  margin: 5px 10px 0 0;
  line-height: 1.5em;
  font-weight: 600;
  font-size: 0.78em;
  color: #fff;
  border-radius: 0;
  display: block;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover,
.mega-menu .drop-down-tab-bar input[type="button"]:hover {
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down input[type="submit"],
  .mega-menu .drop-down input[type="button"],
  .mega-menu .drop-down-tab-bar input[type="submit"],
  .mega-menu .drop-down-tab-bar input[type="button"] {
    width: 100%;
  }
}
.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
  color: #20c5d5;
}
.mega-menu .drop-down a i,
.mega-menu .drop-down-tab-bar a i {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.mega-menu .drop-down a:hover i,
.mega-menu .drop-down-tab-bar a:hover i {
  color: #20c5d5;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down a,
  .mega-menu .drop-down-tab-bar a {
    width: auto;
  }
}
.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
  color: #aeaeae;
  display: inline-block;
  width: 100%;
}
.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
  position: relative;
}
.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
  display: inline-block;
  float: left;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
  padding-left: 50px;
}
.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
  color: #aeaeae;
  display: inline-block;
  width: 100%;
}
.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
  padding-right: 10px;
  width: 20px;
}
.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
  width: 100%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 992px) {
  .mega-menu .drop-down.menu-offset-1,
  .mega-menu .drop-down-tab-bar.menu-offset-1 {
    margin-left: 100px;
  }
  .mega-menu .drop-down.menu-offset-2,
  .mega-menu .drop-down-tab-bar.menu-offset-2 {
    margin-left: -150px;
  }
  .mega-menu .drop-down.menu-offset-3,
  .mega-menu .drop-down-tab-bar.menu-offset-3 {
    margin-left: -200px;
  }
  .mega-menu .drop-down.menu-offset-4,
  .mega-menu .drop-down-tab-bar.menu-offset-4 {
    margin-left: -250px;
  }
  .mega-menu .drop-down.menu-offset-5,
  .mega-menu .drop-down-tab-bar.menu-offset-5 {
    margin-left: -300px;
  }
}
.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 20px;
}
.mega-menu .mobileTriggerButton {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .mega-menu .mobileTriggerButton {
    display: block;
  }
}
.mega-menu .desktopTriggerButton {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  opacity: 0.2;
}
@media screen and (max-width: 991px) {
  .mega-menu .desktopTriggerButton {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu.desktopTopFixed .menu-list-items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
  .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
    width: 100%;
    margin: 0px;
  }
  .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 40px;
    padding-top: 0px;
    margin: 15px 0px;
  }
  .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mega-menu.mobileTopFixed .menu-list-items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
.mega-menu .drop-down-tab-bar {
  margin: 0;
  padding: 10px;
  float: left;
}
.mega-menu .drop-down-tab-bar li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-tab-bar li {
    width: 100%;
    position: relative;
  }
}
.mega-menu .drop-down-tab-bar a {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.78em;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-tab-bar a {
    width: auto;
    padding-right: 20px;
  }
}
.mega-menu .drop-down-tab-bar i.fa {
  display: inline-block;
  padding-right: 5px;
}
.mega-menu .drop-down-tab-bar i.fa.fa-indicator {
  padding-right: 0;
  padding-left: 10px;
  line-height: 0.78em;
}
@media screen and (max-width: 991px) {
  .mega-menu .drop-down-tab-bar i.fa.fa-indicator {
    float: right;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    line-height: 25px;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-scale,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-scale,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-multilevel.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-top,
  .mega-menu .menu-links li.hoverTrigger > .drop-down-tab-bar.effect-expand-top,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-multilevel.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.effect-expand-top {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-multilevel.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.effect-expand-bottom {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-left,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-tab-bar.effect-expand-left,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-multilevel.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.effect-expand-left {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mega-menu .menu-links li.hoverTrigger > .drop-down.effect-expand-right,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-tab-bar.effect-expand-right,
  .mega-menu
    .menu-links
    li.hoverTrigger
    > .drop-down-multilevel.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.effect-expand-right {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-multilevel,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
  .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-fade,
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down-tab-bar.effect-fade,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-fade,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-fade {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-scale,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-tab-bar.effect-scale,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
  .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-scale {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-top,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-tab-bar.effect-expand-top,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-expand-top,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-tab-bar.active.effect-expand-top,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-expand-top {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-tab-bar.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-expand-bottom,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-tab-bar.active.effect-expand-bottom,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-expand-bottom {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-left,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-tab-bar.effect-expand-left,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-expand-left,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-tab-bar.active.effect-expand-left,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-expand-left {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .mega-menu .menu-links li.hoverTrigger:hover > .drop-down.effect-expand-right,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-tab-bar.effect-expand-right,
  .mega-menu
    .menu-links
    li.hoverTrigger:hover
    > .drop-down-multilevel.effect-expand-right,
  .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-tab-bar.active.effect-expand-right,
  .mega-menu
    .menu-links
    li.ClickTrigger
    .drop-down-multilevel.active.effect-expand-right {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 991px) {
  .mega-menu .menu-links li .drop-down,
  .mega-menu .menu-links li .drop-down-tab-bar,
  .mega-menu .menu-links li .drop-down-multilevel {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (min-width: 993px) {
  .mega-menu.vertical-left,
  .mega-menu.vertical-right {
    float: left;
    width: auto;
    display: block;
  }
  .mega-menu.vertical-left .menu-logo,
  .mega-menu.vertical-right .menu-logo {
    clear: both;
    width: 100%;
  }
  .mega-menu.vertical-left .menu-logo > li,
  .mega-menu.vertical-right .menu-logo > li {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-logo > li > a,
  .mega-menu.vertical-right .menu-logo > li > a {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-links,
  .mega-menu.vertical-right .menu-links {
    clear: both;
    width: 100%;
  }
  .mega-menu.vertical-left .menu-links > li,
  .mega-menu.vertical-right .menu-links > li {
    clear: both;
    width: 100%;
    position: relative;
  }
  .mega-menu.vertical-left .menu-links > li > a,
  .mega-menu.vertical-right .menu-links > li > a {
    width: 100%;
    position: relative;
    line-height: 48px;
  }
  .mega-menu.vertical-left .menu-links > li > a i.fa.fa-indicator,
  .mega-menu.vertical-right .menu-links > li > a i.fa.fa-indicator {
    float: right;
    line-height: 48px;
  }
  .mega-menu.vertical-left .menu-social-bar,
  .mega-menu.vertical-right .menu-social-bar {
    width: 100%;
    text-align: center;
  }
  .mega-menu.vertical-left .menu-social-bar > li,
  .mega-menu.vertical-right .menu-social-bar > li {
    display: inline-block;
    float: none;
  }
  .mega-menu.vertical-left .menu-social-bar > li > a,
  .mega-menu.vertical-right .menu-social-bar > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mega-menu.vertical-left .drop-down-multilevel,
  .mega-menu.vertical-right .drop-down-multilevel {
    top: 0;
    left: 100%;
  }
  .mega-menu.vertical-left .drop-down,
  .mega-menu.vertical-left .drop-down-tab-bar,
  .mega-menu.vertical-right .drop-down,
  .mega-menu.vertical-right .drop-down-tab-bar {
    left: 100%;
    top: 0;
    min-width: 600px;
  }
  .mega-menu.vertical-left .drop-down.grid-col-12,
  .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
  .mega-menu.vertical-right .drop-down.grid-col-12,
  .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12 {
    min-width: 1000px;
  }
  .mega-menu.vertical-left .menu-offset-1,
  .mega-menu.vertical-left .menu-offset-2,
  .mega-menu.vertical-left .menu-offset-3,
  .mega-menu.vertical-left .menu-offset-4,
  .mega-menu.vertical-left .menu-offset-5,
  .mega-menu.vertical-right .menu-offset-1,
  .mega-menu.vertical-right .menu-offset-2,
  .mega-menu.vertical-right .menu-offset-3,
  .mega-menu.vertical-right .menu-offset-4,
  .mega-menu.vertical-right .menu-offset-5 {
    margin-left: 0;
  }
  .mega-menu.vertical-left .menu-offset-1-vertical,
  .mega-menu.vertical-right .menu-offset-1-vertical {
    margin-top: -100px !important;
  }
  .mega-menu.vertical-left .menu-offset-2-vertical,
  .mega-menu.vertical-right .menu-offset-2-vertical {
    margin-top: -150px !important;
  }
  .mega-menu.vertical-left .menu-offset-3-vertical,
  .mega-menu.vertical-right .menu-offset-3-vertical {
    margin-top: -200px !important;
  }
  .mega-menu.vertical-left .menu-offset-4-vertical,
  .mega-menu.vertical-right .menu-offset-4-vertical {
    margin-top: -250px !important;
  }
  .mega-menu.vertical-left .menu-offset-5-vertical,
  .mega-menu.vertical-right .menu-offset-5-vertical {
    margin-top: -300px !important;
  }
  .mega-menu.vertical-left.desktopTopFixed,
  .mega-menu.vertical-right.desktopTopFixed {
    float: left;
    right: auto;
    padding: 0;
    height: 100%;
  }
  .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
  .mega-menu.vertical-right.desktopTopFixed .menu-list-items {
    padding: 0;
    height: 100%;
  }
  .mega-menu.vertical-left.desktopTopFixed .drop-down,
  .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
  .mega-menu.vertical-right.desktopTopFixed .drop-down,
  .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
    margin: 0;
  }
  .mega-menu.vertical-right {
    float: right;
  }
  .mega-menu.vertical-right .drop-down-multilevel {
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .mega-menu.vertical-right .drop-down-multilevel.left-side {
    left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu.vertical-right .drop-down,
  .mega-menu.vertical-right .drop-down-tab-bar {
    left: auto;
    right: 100%;
  }
  .mega-menu.vertical-right.desktopTopFixed {
    float: right;
    left: auto;
    right: 0;
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu.vertical-left .menu-search-bar,
  .mega-menu.vertical-right .menu-search-bar {
    width: 100%;
  }
  .mega-menu.vertical-left .menu-search-bar input,
  .mega-menu.vertical-left .menu-search-bar li,
  .mega-menu.vertical-left .menu-search-bar form,
  .mega-menu.vertical-left .menu-search-bar label,
  .mega-menu.vertical-right .menu-search-bar input,
  .mega-menu.vertical-right .menu-search-bar li,
  .mega-menu.vertical-right .menu-search-bar form,
  .mega-menu.vertical-right .menu-search-bar label {
    width: 100%;
    max-width: 100%;
    background: #20c5d5;
    -webkit-transition: none;
    transition: none;
  }
  .mega-menu.vertical-left .menu-search-bar input,
  .mega-menu.vertical-right .menu-search-bar input {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .mega-menu.menuFullWidth {
    max-width: 100%;
  }
}
.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar *,
.mega-menu .drop-down-multilevel *,
.drop-down-multilevel {
  -webkit-transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-prepend {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive
  > div.dataTables_wrapper
  > div.row
  > div[class^="col-"]:last-child {
  padding-right: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  width: 100% !important;
}
.mejs-container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  border: 0;
  padding: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/bigplay.svg")
    no-repeat;
}
.mejs-overlay-button.nitro-lazy {
  background-image: none !important;
}
.no-svg .mejs-overlay-button {
  background-image: url("https://www.aaravinfotech.com/images/bigplay.png");
}
.no-svg .mejs-overlay-button.nitro-lazy {
  background-image: none !important;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/loading.gif")
    50% 50% no-repeat;
}
.mejs-overlay-loading span.nitro-lazy {
  background-image: none !important;
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #eceff7;
  height: 40px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  border: 0;
  margin-top: 6px;
}
.mejs-container .mejs-controls div.nitro-lazy {
  background-image: none !important;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 15px;
  border: 0;
  background: transparent
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/controls.png")
    no-repeat;
}
.mejs-controls .mejs-button button.nitro-lazy {
  background-image: none !important;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/controls.png");
}
.no-svg .mejs-controls .mejs-button button.nitro-lazy {
  background-image: none !important;
}
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
  color: #000;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play button {
  background-position: 4px 0;
}
.mejs-controls .mejs-pause button {
  background-position: 4px -16px;
}
.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-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-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-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-image: -moz-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-image: -ms-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-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
  );
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: #20c5d5;
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
  background-position: -31px 0;
}
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}
.mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: #20c5d5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  margin-top: 6px;
  vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #fff;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #20c5d5;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(50, 50, 50, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -moz-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -o-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: -ms-linear-gradient(
    top,
    rgba(50, 50, 50, 0.7),
    rgba(0, 0, 0, 0.7)
  );
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgba(102, 102, 102, 0.7)),
    to(rgba(50, 50, 50, 0.6))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -moz-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -o-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: -ms-linear-gradient(
    top,
    rgba(102, 102, 102, 0.7),
    rgba(50, 50, 50, 0.6)
  );
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666,endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 35px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}
.me-cannotplay {
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2c7c91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls
  .mejs-sourcechooser-button
  .mejs-sourcechooser-selector
  ul
  li
  label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("https://www.aaravinfotech.com/images/background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}
.mejs-controls
  .mejs-speed-button
  .mejs-speed-selector
  ul
  li
  label.mejs-speed-selected {
  color: rgba(33, 248, 248, 1);
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent
    url("https://www.aaravinfotech.com/images/jumpforward.png") no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-jump-forward-button.nitro-lazy {
  background-image: none !important;
}
.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent
    url("https://www.aaravinfotech.com/images/skipback.png") no-repeat;
  background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button.nitro-lazy {
  background-image: none !important;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #fff;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.aaravinfotech.com/css/plugins/owl.video.play.png")
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon.nitro-lazy {
  background-image: none !important;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("https://www.aaravinfotech.com/imgaes/ajax-loader.gif")
    center center no-repeat;
}
.slick-loading .slick-list.nitro-lazy {
  background-image: none !important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "";
}
.ti-volume:before {
  content: "";
}
.ti-user:before {
  content: "";
}
.ti-unlock:before {
  content: "";
}
.ti-unlink:before {
  content: "";
}
.ti-trash:before {
  content: "";
}
.ti-thought:before {
  content: "";
}
.ti-target:before {
  content: "";
}
.ti-tag:before {
  content: "";
}
.ti-tablet:before {
  content: "";
}
.ti-star:before {
  content: "";
}
.ti-spray:before {
  content: "";
}
.ti-signal:before {
  content: "";
}
.ti-shopping-cart:before {
  content: "";
}
.ti-shopping-cart-full:before {
  content: "";
}
.ti-settings:before {
  content: "";
}
.ti-search:before {
  content: "";
}
.ti-zoom-in:before {
  content: "";
}
.ti-zoom-out:before {
  content: "";
}
.ti-cut:before {
  content: "";
}
.ti-ruler:before {
  content: "";
}
.ti-ruler-pencil:before {
  content: "";
}
.ti-ruler-alt:before {
  content: "";
}
.ti-bookmark:before {
  content: "";
}
.ti-bookmark-alt:before {
  content: "";
}
.ti-reload:before {
  content: "";
}
.ti-plus:before {
  content: "";
}
.ti-pin:before {
  content: "";
}
.ti-pencil:before {
  content: "";
}
.ti-pencil-alt:before {
  content: "";
}
.ti-paint-roller:before {
  content: "";
}
.ti-paint-bucket:before {
  content: "";
}
.ti-na:before {
  content: "";
}
.ti-mobile:before {
  content: "";
}
.ti-minus:before {
  content: "";
}
.ti-medall:before {
  content: "";
}
.ti-medall-alt:before {
  content: "";
}
.ti-marker:before {
  content: "";
}
.ti-marker-alt:before {
  content: "";
}
.ti-arrow-up:before {
  content: "";
}
.ti-arrow-right:before {
  content: "";
}
.ti-arrow-left:before {
  content: "";
}
.ti-arrow-down:before {
  content: "";
}
.ti-lock:before {
  content: "";
}
.ti-location-arrow:before {
  content: "";
}
.ti-link:before {
  content: "";
}
.ti-layout:before {
  content: "";
}
.ti-layers:before {
  content: "";
}
.ti-layers-alt:before {
  content: "";
}
.ti-key:before {
  content: "";
}
.ti-import:before {
  content: "";
}
.ti-image:before {
  content: "";
}
.ti-heart:before {
  content: "";
}
.ti-heart-broken:before {
  content: "";
}
.ti-hand-stop:before {
  content: "";
}
.ti-hand-open:before {
  content: "";
}
.ti-hand-drag:before {
  content: "";
}
.ti-folder:before {
  content: "";
}
.ti-flag:before {
  content: "";
}
.ti-flag-alt:before {
  content: "";
}
.ti-flag-alt-2:before {
  content: "";
}
.ti-eye:before {
  content: "";
}
.ti-export:before {
  content: "";
}
.ti-exchange-vertical:before {
  content: "";
}
.ti-desktop:before {
  content: "";
}
.ti-cup:before {
  content: "";
}
.ti-crown:before {
  content: "";
}
.ti-comments:before {
  content: "";
}
.ti-comment:before {
  content: "";
}
.ti-comment-alt:before {
  content: "";
}
.ti-close:before {
  content: "";
}
.ti-clip:before {
  content: "";
}
.ti-angle-up:before {
  content: "";
}
.ti-angle-right:before {
  content: "";
}
.ti-angle-left:before {
  content: "";
}
.ti-angle-down:before {
  content: "";
}
.ti-check:before {
  content: "";
}
.ti-check-box:before {
  content: "";
}
.ti-camera:before {
  content: "";
}
.ti-announcement:before {
  content: "";
}
.ti-brush:before {
  content: "";
}
.ti-briefcase:before {
  content: "";
}
.ti-bolt:before {
  content: "";
}
.ti-bolt-alt:before {
  content: "";
}
.ti-blackboard:before {
  content: "";
}
.ti-bag:before {
  content: "";
}
.ti-move:before {
  content: "";
}
.ti-arrows-vertical:before {
  content: "";
}
.ti-arrows-horizontal:before {
  content: "";
}
.ti-fullscreen:before {
  content: "";
}
.ti-arrow-top-right:before {
  content: "";
}
.ti-arrow-top-left:before {
  content: "";
}
.ti-arrow-circle-up:before {
  content: "";
}
.ti-arrow-circle-right:before {
  content: "";
}
.ti-arrow-circle-left:before {
  content: "";
}
.ti-arrow-circle-down:before {
  content: "";
}
.ti-angle-double-up:before {
  content: "";
}
.ti-angle-double-right:before {
  content: "";
}
.ti-angle-double-left:before {
  content: "";
}
.ti-angle-double-down:before {
  content: "";
}
.ti-zip:before {
  content: "";
}
.ti-world:before {
  content: "";
}
.ti-wheelchair:before {
  content: "";
}
.ti-view-list:before {
  content: "";
}
.ti-view-list-alt:before {
  content: "";
}
.ti-view-grid:before {
  content: "";
}
.ti-uppercase:before {
  content: "";
}
.ti-upload:before {
  content: "";
}
.ti-underline:before {
  content: "";
}
.ti-truck:before {
  content: "";
}
.ti-timer:before {
  content: "";
}
.ti-ticket:before {
  content: "";
}
.ti-thumb-up:before {
  content: "";
}
.ti-thumb-down:before {
  content: "";
}
.ti-text:before {
  content: "";
}
.ti-stats-up:before {
  content: "";
}
.ti-stats-down:before {
  content: "";
}
.ti-split-v:before {
  content: "";
}
.ti-split-h:before {
  content: "";
}
.ti-smallcap:before {
  content: "";
}
.ti-shine:before {
  content: "";
}
.ti-shift-right:before {
  content: "";
}
.ti-shift-left:before {
  content: "";
}
.ti-shield:before {
  content: "";
}
.ti-notepad:before {
  content: "";
}
.ti-server:before {
  content: "";
}
.ti-quote-right:before {
  content: "";
}
.ti-quote-left:before {
  content: "";
}
.ti-pulse:before {
  content: "";
}
.ti-printer:before {
  content: "";
}
.ti-power-off:before {
  content: "";
}
.ti-plug:before {
  content: "";
}
.ti-pie-chart:before {
  content: "";
}
.ti-paragraph:before {
  content: "";
}
.ti-panel:before {
  content: "";
}
.ti-package:before {
  content: "";
}
.ti-music:before {
  content: "";
}
.ti-music-alt:before {
  content: "";
}
.ti-mouse:before {
  content: "";
}
.ti-mouse-alt:before {
  content: "";
}
.ti-money:before {
  content: "";
}
.ti-microphone:before {
  content: "";
}
.ti-menu:before {
  content: "";
}
.ti-menu-alt:before {
  content: "";
}
.ti-map:before {
  content: "";
}
.ti-map-alt:before {
  content: "";
}
.ti-loop:before {
  content: "";
}
.ti-location-pin:before {
  content: "";
}
.ti-list:before {
  content: "";
}
.ti-light-bulb:before {
  content: "";
}
.ti-Italic:before {
  content: "";
}
.ti-info:before {
  content: "";
}
.ti-infinite:before {
  content: "";
}
.ti-id-badge:before {
  content: "";
}
.ti-hummer:before {
  content: "";
}
.ti-home:before {
  content: "";
}
.ti-help:before {
  content: "";
}
.ti-headphone:before {
  content: "";
}
.ti-harddrives:before {
  content: "";
}
.ti-harddrive:before {
  content: "";
}
.ti-gift:before {
  content: "";
}
.ti-game:before {
  content: "";
}
.ti-filter:before {
  content: "";
}
.ti-files:before {
  content: "";
}
.ti-file:before {
  content: "";
}
.ti-eraser:before {
  content: "";
}
.ti-envelope:before {
  content: "";
}
.ti-download:before {
  content: "";
}
.ti-direction:before {
  content: "";
}
.ti-direction-alt:before {
  content: "";
}
.ti-dashboard:before {
  content: "";
}
.ti-control-stop:before {
  content: "";
}
.ti-control-shuffle:before {
  content: "";
}
.ti-control-play:before {
  content: "";
}
.ti-control-pause:before {
  content: "";
}
.ti-control-forward:before {
  content: "";
}
.ti-control-backward:before {
  content: "";
}
.ti-cloud:before {
  content: "";
}
.ti-cloud-up:before {
  content: "";
}
.ti-cloud-down:before {
  content: "";
}
.ti-clipboard:before {
  content: "";
}
.ti-car:before {
  content: "";
}
.ti-calendar:before {
  content: "";
}
.ti-book:before {
  content: "";
}
.ti-bell:before {
  content: "";
}
.ti-basketball:before {
  content: "";
}
.ti-bar-chart:before {
  content: "";
}
.ti-bar-chart-alt:before {
  content: "";
}
.ti-back-right:before {
  content: "";
}
.ti-back-left:before {
  content: "";
}
.ti-arrows-corner:before {
  content: "";
}
.ti-archive:before {
  content: "";
}
.ti-anchor:before {
  content: "";
}
.ti-align-right:before {
  content: "";
}
.ti-align-left:before {
  content: "";
}
.ti-align-justify:before {
  content: "";
}
.ti-align-center:before {
  content: "";
}
.ti-alert:before {
  content: "";
}
.ti-alarm-clock:before {
  content: "";
}
.ti-agenda:before {
  content: "";
}
.ti-write:before {
  content: "";
}
.ti-window:before {
  content: "";
}
.ti-widgetized:before {
  content: "";
}
.ti-widget:before {
  content: "";
}
.ti-widget-alt:before {
  content: "";
}
.ti-wallet:before {
  content: "";
}
.ti-video-clapper:before {
  content: "";
}
.ti-video-camera:before {
  content: "";
}
.ti-vector:before {
  content: "";
}
.ti-themify-logo:before {
  content: "";
}
.ti-themify-favicon:before {
  content: "";
}
.ti-themify-favicon-alt:before {
  content: "";
}
.ti-support:before {
  content: "";
}
.ti-stamp:before {
  content: "";
}
.ti-split-v-alt:before {
  content: "";
}
.ti-slice:before {
  content: "";
}
.ti-shortcode:before {
  content: "";
}
.ti-shift-right-alt:before {
  content: "";
}
.ti-shift-left-alt:before {
  content: "";
}
.ti-ruler-alt-2:before {
  content: "";
}
.ti-receipt:before {
  content: "";
}
.ti-pin2:before {
  content: "";
}
.ti-pin-alt:before {
  content: "";
}
.ti-pencil-alt2:before {
  content: "";
}
.ti-palette:before {
  content: "";
}
.ti-more:before {
  content: "";
}
.ti-more-alt:before {
  content: "";
}
.ti-microphone-alt:before {
  content: "";
}
.ti-magnet:before {
  content: "";
}
.ti-line-double:before {
  content: "";
}
.ti-line-dotted:before {
  content: "";
}
.ti-line-dashed:before {
  content: "";
}
.ti-layout-width-full:before {
  content: "";
}
.ti-layout-width-default:before {
  content: "";
}
.ti-layout-width-default-alt:before {
  content: "";
}
.ti-layout-tab:before {
  content: "";
}
.ti-layout-tab-window:before {
  content: "";
}
.ti-layout-tab-v:before {
  content: "";
}
.ti-layout-tab-min:before {
  content: "";
}
.ti-layout-slider:before {
  content: "";
}
.ti-layout-slider-alt:before {
  content: "";
}
.ti-layout-sidebar-right:before {
  content: "";
}
.ti-layout-sidebar-none:before {
  content: "";
}
.ti-layout-sidebar-left:before {
  content: "";
}
.ti-layout-placeholder:before {
  content: "";
}
.ti-layout-menu:before {
  content: "";
}
.ti-layout-menu-v:before {
  content: "";
}
.ti-layout-menu-separated:before {
  content: "";
}
.ti-layout-menu-full:before {
  content: "";
}
.ti-layout-media-right-alt:before {
  content: "";
}
.ti-layout-media-right:before {
  content: "";
}
.ti-layout-media-overlay:before {
  content: "";
}
.ti-layout-media-overlay-alt:before {
  content: "";
}
.ti-layout-media-overlay-alt-2:before {
  content: "";
}
.ti-layout-media-left-alt:before {
  content: "";
}
.ti-layout-media-left:before {
  content: "";
}
.ti-layout-media-center-alt:before {
  content: "";
}
.ti-layout-media-center:before {
  content: "";
}
.ti-layout-list-thumb:before {
  content: "";
}
.ti-layout-list-thumb-alt:before {
  content: "";
}
.ti-layout-list-post:before {
  content: "";
}
.ti-layout-list-large-image:before {
  content: "";
}
.ti-layout-line-solid:before {
  content: "";
}
.ti-layout-grid4:before {
  content: "";
}
.ti-layout-grid3:before {
  content: "";
}
.ti-layout-grid2:before {
  content: "";
}
.ti-layout-grid2-thumb:before {
  content: "";
}
.ti-layout-cta-right:before {
  content: "";
}
.ti-layout-cta-left:before {
  content: "";
}
.ti-layout-cta-center:before {
  content: "";
}
.ti-layout-cta-btn-right:before {
  content: "";
}
.ti-layout-cta-btn-left:before {
  content: "";
}
.ti-layout-column4:before {
  content: "";
}
.ti-layout-column3:before {
  content: "";
}
.ti-layout-column2:before {
  content: "";
}
.ti-layout-accordion-separated:before {
  content: "";
}
.ti-layout-accordion-merged:before {
  content: "";
}
.ti-layout-accordion-list:before {
  content: "";
}
.ti-ink-pen:before {
  content: "";
}
.ti-info-alt:before {
  content: "";
}
.ti-help-alt:before {
  content: "";
}
.ti-headphone-alt:before {
  content: "";
}
.ti-hand-point-up:before {
  content: "";
}
.ti-hand-point-right:before {
  content: "";
}
.ti-hand-point-left:before {
  content: "";
}
.ti-hand-point-down:before {
  content: "";
}
.ti-gallery:before {
  content: "";
}
.ti-face-smile:before {
  content: "";
}
.ti-face-sad:before {
  content: "";
}
.ti-credit-card:before {
  content: "";
}
.ti-control-skip-forward:before {
  content: "";
}
.ti-control-skip-backward:before {
  content: "";
}
.ti-control-record:before {
  content: "";
}
.ti-control-eject:before {
  content: "";
}
.ti-comments-smiley:before {
  content: "";
}
.ti-brush-alt:before {
  content: "";
}
.ti-youtube:before {
  content: "";
}
.ti-vimeo:before {
  content: "";
}
.ti-twitter:before {
  content: "";
}
.ti-time:before {
  content: "";
}
.ti-tumblr:before {
  content: "";
}
.ti-skype:before {
  content: "";
}
.ti-share:before {
  content: "";
}
.ti-share-alt:before {
  content: "";
}
.ti-rocket:before {
  content: "";
}
.ti-pinterest:before {
  content: "";
}
.ti-new-window:before {
  content: "";
}
.ti-microsoft:before {
  content: "";
}
.ti-list-ol:before {
  content: "";
}
.ti-linkedin:before {
  content: "";
}
.ti-layout-sidebar-2:before {
  content: "";
}
.ti-layout-grid4-alt:before {
  content: "";
}
.ti-layout-grid3-alt:before {
  content: "";
}
.ti-layout-grid2-alt:before {
  content: "";
}
.ti-layout-column4-alt:before {
  content: "";
}
.ti-layout-column3-alt:before {
  content: "";
}
.ti-layout-column2-alt:before {
  content: "";
}
.ti-instagram:before {
  content: "";
}
.ti-google:before {
  content: "";
}
.ti-github:before {
  content: "";
}
.ti-flickr:before {
  content: "";
}
.ti-facebook:before {
  content: "";
}
.ti-dropbox:before {
  content: "";
}
.ti-dribbble:before {
  content: "";
}
.ti-apple:before {
  content: "";
}
.ti-android:before {
  content: "";
}
.ti-save:before {
  content: "";
}
.ti-save-alt:before {
  content: "";
}
.ti-yahoo:before {
  content: "";
}
.ti-wordpress:before {
  content: "";
}
.ti-vimeo-alt:before {
  content: "";
}
.ti-twitter-alt:before {
  content: "";
}
.ti-tumblr-alt:before {
  content: "";
}
.ti-trello:before {
  content: "";
}
.ti-stack-overflow:before {
  content: "";
}
.ti-soundcloud:before {
  content: "";
}
.ti-sharethis:before {
  content: "";
}
.ti-sharethis-alt:before {
  content: "";
}
.ti-reddit:before {
  content: "";
}
.ti-pinterest-alt:before {
  content: "";
}
.ti-microsoft-alt:before {
  content: "";
}
.ti-linux:before {
  content: "";
}
.ti-jsfiddle:before {
  content: "";
}
.ti-joomla:before {
  content: "";
}
.ti-html5:before {
  content: "";
}
.ti-flickr-alt:before {
  content: "";
}
.ti-email:before {
  content: "";
}
.ti-drupal:before {
  content: "";
}
.ti-dropbox-alt:before {
  content: "";
}
.ti-css3:before {
  content: "";
}
.ti-rss:before {
  content: "";
}
.ti-rss-alt:before {
  content: "";
}
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-icon,
.fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #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-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  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-active.nitro-lazy,
.fc-state-down.nitro-lazy {
  background-image: none !important;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-state-disabled.nitro-lazy {
  background-image: none !important;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.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 {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  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);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.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;
  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;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.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;
}
.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;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
  text-decoration: none;
}
.fc-limited {
  display: none;
}
.fc-icon,
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.ui-widget .fc-disabled-day.nitro-lazy {
  background-image: none !important;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.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 .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.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;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.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;
}
.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: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.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 {
  z-index: 3;
  position: relative;
}
.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 {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.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: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  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;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.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 {
  background-color: #eee;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #626262;
}
a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
}
a:focus,
a:hover {
  color: #5d585c;
  text-decoration: none !important;
}
a,
button,
input {
  outline: medium none !important;
  color: #20c5d5;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #505050;
  margin-top: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
label {
  font-weight: normal;
}
h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.fw-1 {
  font-weight: 100;
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900;
}
.l-height-24 {
  line-height: 24px;
}
.l-height-26 {
  line-height: 26px;
}
.l-height-28 {
  line-height: 28px;
}
.l-height-30 {
  line-height: 30px;
}
.l-height-32 {
  line-height: 32px;
}
.l-height-34 {
  line-height: 34px;
}
.l-height-36 {
  line-height: 36px;
}
.l-height-38 {
  line-height: 38px;
}
.l-height-40 {
  line-height: 40px;
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-weight: normal;
  line-height: 1.5;
  color: #626262;
}
hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #eceff8;
  border-top: 0px;
}
hr.light {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0px;
  opacity: 1;
  background: inherit;
}
*::-moz-selection {
  background: #20c5d5;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #20c5d5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #20c5d5;
  color: #fff;
  text-shadow: none;
}
.page-section-ptb {
  padding: 80px 0;
}
/* .page-section-pt {
  padding: 80px 0 0;
} */
.page-section-pb {
  padding: 0 0 80px;
}
.page-section-1-ptb {
  padding: 120px 0;
}
.page-section-1-pt {
  padding: 120px 0 0;
}
.page-section-1-pb {
  padding: 0 0 120px;
}
.theme-color {
  color: #20c5d5;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #363636;
}
.text-gray {
  color: #999;
}
img.bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height.full-height > [class*="col-"] > div {
  height: 100%;
}
.valign {
  display: table;
}
.valign > [class*="col-"] {
  display: table-cell;
  float: none;
}
[data-valign-overlay="top"] {
  vertical-align: top;
}
[data-valign-overlay="middle"] {
  vertical-align: middle;
}
[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}
.o-hidden {
  overflow: hidden;
}
.position-re {
  position: relative;
}
.full-width {
  width: 100% !important;
}
section {
  background: #fff;
}
.shadow {
  box-shadow: none !important;
}
#pre-loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
}
#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}
#back-to-top .top {
  z-index: 999;
  z-index: 999;
  position: fixed;
  position: fixed;
  margin: 0px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  bottom: 105px;
  right: 15px;
  border-radius: 3px;
  background: transparent;
  background: #20c5d5;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
}
#back-to-top i {
  padding-top: 2px;
  font-size: 20px;
}
#back-to-top span {
  display: block;
  line-height: 8px;
  font-size: 11px;
}
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.min-h-200 {
  min-height: 200px;
}
.min-h-230 {
  min-height: 230px;
}
.min-h-260 {
  min-height: 260px;
}
.min-h-290 {
  min-height: 290px;
}
.min-h-320 {
  min-height: 320px;
}
.min-h-350 {
  min-height: 350px;
}
.min-h-380 {
  min-height: 380px;
}
.min-h-410 {
  min-height: 410px;
}
.min-h-440 {
  min-height: 440px;
}
.min-h-470 {
  min-height: 470px;
}
.min-h-500 {
  min-height: 500px;
}
.min-h-550 {
  min-height: 550px;
}
.max-h-200 {
  max-height: 200px;
}
.max-h-230 {
  max-height: 230px;
}
.max-h-260 {
  max-height: 260px;
}
.max-h-290 {
  max-height: 290px;
}
.max-h-320 {
  max-height: 320px;
}
.max-h-350 {
  max-height: 350px;
}
.max-h-380 {
  max-height: 380px;
}
.max-h-410 {
  max-height: 410px;
}
.max-h-440 {
  max-height: 440px;
}
.max-h-470 {
  max-height: 470px;
}
.max-h-500 {
  max-height: 500px;
}
.max-h-550 {
  max-height: 550px;
}
.accordion .acd-group .acd-heading:before {
  font-family: fontawesome;
}
.accordion .acd-group .acd-heading:before {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  padding: 3px 6px 2px;
  content: "";
  font-size: 22px;
  line-height: 38px;
}
.accordion .acd-group > .acd-heading > span {
  margin-right: 15px;
}
.accordion .acd-heading {
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  color: #353535;
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  margin-bottom: 0px;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.acd-des {
  padding: 0 20px 20px 0;
}
.accordion .acd-group.acd-active .acd-heading,
.accordion .acd-group .acd-heading:hover {
  color: #20c5d5;
}
.accordion .acd-group.acd-active .acd-heading:before {
  content: "";
}
.accordion .acd-group.acd-active .acd-heading span {
  color: #fff;
}
.accordion.plus-icon .acd-group.acd-active .acd-heading:before {
  content: "";
  font-size: 14px;
}
.accordion.plus-icon .acd-group .acd-heading:before {
  content: "";
  font-size: 14px;
}
.accordion.plus-icon.round .acd-group.acd-active .acd-heading:before {
  content: "";
  font-size: 14px;
}
.accordion.plus-icon.round .acd-group .acd-heading:before {
  content: "";
  font-size: 14px;
}
.accordion.gray .acd-heading {
  background-color: #f7f7f7;
}
.accordion.gray .acd-heading {
  margin-bottom: 20px;
  padding: 20px 30px;
}
.accordion.gray .acd-des {
  padding: 0 30px 20px;
}
.accordion.gray .acd-group.acd-active .acd-heading,
.accordion.gray .acd-group .acd-heading:hover {
  color: #fff;
  background: #20c5d5;
}
.accordion.shadow .acd-heading {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.accordion.shadow .acd-heading {
  margin-bottom: 20px;
  padding: 20px 30px;
}
.accordion.shadow .acd-des {
  padding: 0 30px 20px;
}
.accordion.shadow .acd-group.acd-active .acd-heading,
.accordion.shadow .acd-group .acd-heading:hover {
  color: #fff;
  background: #20c5d5;
}
.accordion.accordion-border .acd-heading {
  background: transparent;
  border: 1px solid #eee;
  box-shadow: none;
}
.accordion.accordion-border .acd-heading {
  margin-bottom: 20px;
  padding: 20px 30px;
}
.accordion.accordion-border .acd-des {
  padding: 0 30px 20px;
}
.accordion.accordion-border .acd-group.acd-active .acd-heading,
.accordion.accordion-border .acd-group .acd-heading:hover {
  color: #fff;
  background: #20c5d5;
}
.accordion.animated .acd-group .acd-heading {
  box-shadow: none;
  border: none;
  font-size: 18px;
  margin-bottom: 0;
  color: #363636;
  text-transform: inherit;
  font-weight: 700;
  padding: 20px 0px 0;
}
.accordion.animated .acd-group.acd-active .acd-heading {
  font-size: 28px;
  color: #20c5d5;
  margin-bottom: 20px;
  background: none !important;
}
.accordion.animated .acd-group .acd-heading:hover {
  background: none !important;
  color: #20c5d5;
}
.accordion.animated .acd-group .acd-heading::before {
  display: none;
}
.accordion.animated .acd-group .acd-des {
  padding: 0 30px 20px;
}
.accordion.animated.dark-bg .acd-group.acd-active .acd-heading {
  color: #fff;
}
.accordion.animated.dark-bg .acd-group .acd-heading:hover {
  color: #fff;
}
.accordion.no-radius .acd-heading {
  border-radius: 0;
}
.action-box {
  position: relative;
}
.action-box a.button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.action-box strong {
  font-weight: bold;
}
.action-box p {
  margin-bottom: 0;
}
.action-box .action-box-text {
  padding-right: 230px;
}
.action-box.action-box-border {
  padding: 30px;
  border: 1px solid #eee;
}
.action-box.action-box-border a.button {
  right: 30px;
}
.action-box.center {
  text-align: center;
}
.action-box.center a.button {
  position: relative;
  top: inherit;
  right: inherit;
  margin-top: 15px;
}
.action-box.center .action-box-text {
  padding-right: 0;
}
.action-box.theme-bg {
  padding: 30px;
}
.action-box.theme-bg a.button {
  right: 30px;
}
.action-box.theme-bg h3,
.action-box.theme-bg p {
  color: #fff;
}
.action-box.black-bg {
  padding: 30px;
}
.action-box.black-bg a.button {
  right: 30px;
}
.action-box.black-bg h3,
.action-box.black-bg p {
  color: #fff;
}
.action-box.dark-theme-bg {
  padding: 30px;
}
.action-box.dark-theme-bg a.button {
  right: 30px;
}
.action-box.dark-theme-bg h3,
.action-box.dark-theme-bg p {
  color: #fff;
}
.action-box.gray-bg {
  padding: 30px;
}
.action-box.gray-bg a.button {
  right: 30px;
}
.action-box.white-bg {
  padding: 30px;
}
.action-box.white-bg a.button {
  right: 30px;
}
.action-box.parallax {
  padding: 100px 30px;
}
.action-box.parallax h3,
.action-box.parallax p {
  color: #fff;
}
.action-box.full-width a.button {
  right: 15px;
}
.action-box.pattern {
  padding: 100px 30px;
}
.action-box.small {
  padding: 40px 35px;
}
.action-box.small h3,
.action-box.small p,
.action-box.small .social-icons {
  position: relative;
}
.action-box.small a.button {
  position: relative;
  top: inherit;
  right: inherit;
  margin-top: 15px;
}
.action-box.small .action-box-text {
  padding-right: 0;
}
.blockquote {
  font-size: 14px;
  font-size: 17px;
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  position: relative;
}
.blockquote cite {
  display: block;
  font-weight: 600;
  margin-top: 10px;
}
.blockquote-right {
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
  padding: 0 20px 0;
}
.blockquote.gray-bg {
  border-left: 5px solid #20c5d5;
}
.blockquote-right.gray-bg {
  text-align: right;
  border-right: 5px solid #20c5d5;
  border-left: 0;
  padding: 0 20px 0;
}
.quote {
  padding-top: 50px;
}
.quote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #eee;
  position: absolute;
  left: 14px;
  top: -30px;
}
.blockquote-right.quote:before {
  left: inherit;
  right: 14px;
}
.blockquote.theme-bg {
  border: 0px;
  color: #fff;
  padding: 70px 30px 30px;
  border-radius: 6px;
}
.blockquote.theme-bg:before {
  left: 24px;
  top: -10px;
}
.blockquote.black-bg {
  border: 0px;
  color: #fff;
  padding: 70px 30px 30px;
  border-radius: 6px;
}
.blockquote.black-bg:before {
  left: 24px;
  left: inherit;
  top: -10px;
}
.pager {
  margin: 0;
}
.affix {
  left: 0;
  right: 0;
}
.btn-primary {
  background-color: #20c5d5;
  border-color: #20c5d5;
}
.btn-primary:hover {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  background-color: #323232;
  border-color: #323232;
  color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #20c5d5;
}
select.input-sm {
  height: 50px;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #20c5d5 !important;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.btn-primary .badge {
  color: #20c5d5;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #20c5d5;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #20c5d5;
  border-color: #20c5d5;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #20c5d5;
}
.input-group-prepend:last-child {
  border: 0;
}
.input-group-prepend {
  border-left: 1px solid #e0e0e0 !important;
  padding: 16px 26px 16px 22px;
  background: #f6f7f8;
  border-radius: 3px;
}
.datetimepicker .form-control:focus {
  box-shadow: none;
  background-color: #f6f7f8;
}
.modal1 .mfp-close {
  display: none;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #20c5d5;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #20c5d5;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 24px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 3px;
}
.responsive-utilities .is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities .is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}
.hidden-on .col-6 .visible,
.visible-on .col-6 .visible {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.bg {
  padding: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.bg-01 {
  background: #fe80c0;
}
.bg-02 {
  background: #b24a7d;
}
.bg-03 {
  background: #76bcff;
}
.bg-04 {
  background: #8d708e;
}
.bg-05 {
  background: #807fff;
}
.bg-06 {
  background: #e74c3c;
}
.bg-07 {
  background: #16a085;
}
.bg-08 {
  background: #f1c40f;
}
.bg-09 {
  background: #27ae60;
}
.bg-10 {
  background: #1abc9c;
}
.bg-11 {
  background: #9b59b6;
}
.bg-12 {
  background: #3498db;
}
.bg-13 {
  background: #ff6d3a;
}
.bg-14 {
  background: #2ecc71;
}
.bg-15 {
  background: #32cdc7;
}
.bg-16 {
  background: #009a9a;
}
.columns .gray-bg {
  padding: 15px;
  border-radius: 3px;
}
.columns .gray-bg h5 {
  margin-bottom: 0px;
}
.table {
  margin-bottom: 0;
}
.table td,
.table th {
  vertical-align: middle;
}
.table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered tbody tr td,
.table-bordered thead tr th {
  border-color: #eee;
  font-size: 14px;
  padding: 12px 20px;
}
.table-1 thead {
  background: #20c5d5;
  color: #fff;
  text-align: center;
}
.table-1 thead tr th {
  border: medium none;
  font-weight: normal;
  text-align: center;
}
.table-1 tbody tr td {
  color: #7e8890;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}
.table-2.table thead {
  background: transparent;
  color: #20c5d5;
  font-weight: 600;
  text-align: center;
}
.table-2.table thead tr th {
  border: 1px solid #20c5d5 !important;
  text-align: center;
}
.table-3.table thead {
  background: #dfdfdf;
  color: #323232;
  font-weight: 600;
  text-align: center;
}
.table-3.table thead tr th {
  border: none;
  text-align: center;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
}
.typography del,
s,
u {
  font-size: 14px;
}
.typography .mark,
mark {
  background: #20c5d5;
  color: #fff;
}
del,
mark {
  background: #20c5d5;
  color: #fff;
  padding: 0 5px;
  margin-right: 3px;
}
.alerts-and-callouts {
  font-size: 14px;
}
.alerts-and-callouts .bd-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.alerts-and-callouts .bd-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.alerts-and-callouts .bd-callout p:last-child {
  margin-bottom: 0;
}
.alerts-and-callouts .bd-callout code {
  border-radius: 3px;
}
.alerts-and-callouts .bd-callout + .bd-callout {
  margin-top: -5px;
}
.alerts-and-callouts .bd-callout-default {
  border-left-color: #777;
}
.alerts-and-callouts .bd-callout-default h4 {
  color: #777;
}
.alerts-and-callouts .bd-callout-primary {
  border-left-color: #428bca;
}
.alerts-and-callouts .bd-callout-primary h4 {
  color: #428bca;
}
.alerts-and-callouts .bd-callout-success {
  border-left-color: #5cb85c;
}
.alerts-and-callouts .bd-callout-success h4 {
  color: #5cb85c;
}
.alerts-and-callouts .bd-callout-danger {
  border-left-color: #d9534f;
}
.alerts-and-callouts .bd-callout-danger h4 {
  color: #d9534f;
}
.alerts-and-callouts .bd-callout-warning {
  border-left-color: #f0ad4e;
}
.alerts-and-callouts .bd-callout-warning h4 {
  color: #f0ad4e;
}
.alerts-and-callouts .bd-callout-info {
  border-left-color: #5bc0de;
}
.alerts-and-callouts .bd-callout-info h4 {
  color: #5bc0de;
}
@media screen and (max-width: 767px) {
  .animated {
    margin-top: 30px;
  }
  .data-table .table tbody tr td {
    padding: 12px 10px;
  }
  .tab-2 #tabs .tabs {
    width: 100%;
  }
  .nav-tabs li a {
    font-size: 14px;
  }
  .tab-1 li {
    margin-right: 2px;
  }
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #20c5d5;
  border-color: #20c5d5;
}
.panel-primary {
  border-color: #20c5d5;
}
.panel-primary > .panel-heading {
  background-color: #20c5d5;
  border-color: #20c5d5;
}
.bg-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.bg-primary {
  background: #20c5d5 !important;
}
.border-primary {
  border-color: #20c5d5 !important;
}
.modal {
  z-index: 99999;
}
.modal-backdrop {
  z-index: 9999;
}
.modal-dialog {
  margin: 100px auto;
}
.modal-header,
.modal-footer {
  border: 0;
}
.modal-header,
.modal-body {
  padding: 30px 30px 0 30px;
}
.modal-footer {
  padding: 30px 30px 30px 30px;
  text-align: left;
}
.modal-header .close {
  position: relative;
  z-index: 99;
}
.image-content {
  float: left;
  width: 50%;
  margin: 0 20px 20px 0;
}
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 22px);
}
.dataTables_length .form-control {
  padding: 15px 8px 15px 20px;
}
div.dataTables_wrapper div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_info {
  margin-top: 15px;
}
.button {
  background: #e74c3c;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  border: 0;
  border: 2px solid #e74c3c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.button + .button {
  margin-left: 20px;
}
.button:hover,
.button:focus,
.button.active {
  background: #10ac84;
  color: #fff;
  border-color: #10ac84;
}
button {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.button.black {
  background: #353535;
  color: #fff;
  border: 2px solid #353535;
}
.button.black:hover,
.button.black.active,
.button.black:focus {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.button.gray {
  background: #e0e0e0;
  color: #353535;
  border: 2px solid #e0e0e0;
}
.button.gray:hover,
.button.gray.active,
.button.gray:focus {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.button.white {
  background: #fff;
  color: #20c5d5;
  border-color: #fff;
}
.button.white:hover,
.button.white:focus {
  background: #353535;
  color: #fff;
  border-color: #353535;
}
.button.button-border {
  background: transparent;
  border: 2px solid #20c5d5;
  color: #323232;
}
.button.button-border:hover,
.button.button-border:focus {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.button.button-border.gray {
  background: transparent;
  border: 2px solid #e0e0e0;
  color: #aaa;
}
.button.button-border.gray:hover,
.button.button-border.gray:focus {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.button.button-border.white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button.button-border.white:hover,
.button.button-border.white:focus {
  background: #fff;
  color: #20c5d5;
  border-color: #fff;
}
.button.button-border.black {
  background: transparent;
  border: 2px solid #353535;
  color: #353535;
}
.button.button-border.black:hover,
.button.button-border.black:focus {
  background: #353535;
  color: #fff;
  border-color: #353535;
}
.button.icon i {
  margin-left: 10px;
}
.button.arrow {
  background: transparent;
  border: none;
  color: #20c5d5;
  padding: 0;
  font-weight: 600;
}
.button.arrow i {
  padding-left: 10px;
  font-size: 16px;
}
.button.arrow:hover {
  color: #353535;
}
.button.arrow.white {
  color: #fff;
  border: none;
}
.button.arrow.white:hover {
  color: #aaa;
  background: transparent;
}
.button.icon-color {
  background: none;
  border: none;
  color: #20c5d5;
  padding: 0;
}
.button.icon-color:hover {
  color: #353535;
  background: transparent;
}
.button.icon-color i {
  border: 1px solid #20c5d5;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  line-height: 20px;
  margin-left: 10px;
  transform: translateX(0px);
  transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
}
.button.icon-color:hover i {
  background: #353535;
  border-color: #353535;
  color: #fff;
  transform: translateX(3px);
}
.button.icon-color.white:hover {
  color: #fff;
  border: none;
  background: none;
}
.button.icon-color.white:hover i {
  background: #fff;
  color: #20c5d5;
  border-color: #fff;
}
.button-black-iocn .button.icon-color {
  color: #fff;
}
.button-black-iocn .button.icon-color i {
  border-color: #fff;
}
.button-black-iocn .button.icon-color:hover i {
  background: #fff;
  color: #323232;
}
.button-black-iocn .button.icon-color:hover {
  color: #323232;
}
.big-button {
  padding: 28px 26px;
  font-size: 24px;
}
.big-button span {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
.button.x-small {
  padding: 8px 14px;
  font-size: 12px;
}
.button.small {
  padding: 10px 18px;
  font-size: 12px;
}
.button.medium {
  padding: 12px 20px;
  font-size: 14px;
}
.button.large {
  padding: 14px 20px;
  font-size: 15px;
}
.button + .button.d-grid {
  margin-left: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background: #20c5d5;
  border-color: #20c5d5;
  box-shadow: 0 0 0 0.2rem rgba(132, 186, 63, 0.5);
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 186, 63, 0.5);
  background: #20c5d5;
  border-color: #20c5d5;
}
.clients-list {
  overflow: hidden;
}
.clients-list ul li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px;
}
.clients-list.clients-border ul li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px solid #eee;
}
.clients-list.clients-border ul li:after,
.clients-list.clients-border ul li:before {
  content: "";
  position: absolute;
}
.clients-list.clients-border ul li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px solid #eee;
}
.clients-list.column-4 ul li {
  float: left;
  position: relative;
  width: 25%;
  padding: 10px;
}
.clients-list.column-3 ul li {
  float: left;
  position: relative;
  width: 33.333%;
  padding: 10px;
}
.clients-list.column-2 ul li {
  float: left;
  position: relative;
  width: 50%;
  padding: 10px;
}
.clients-list.grayscale img {
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.clients-list.grayscale img:hover {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.form-control {
  border-radius: 3px;
  font-size: 13px;
  height: auto;
  line-height: 1.33333;
  padding: 15px 15px 15px 20px;
  background: #f6f7f8;
  color: #323232;
  border: 0px solid transparent;
  box-shadow: none;
}
.form-control:focus {
  background: #fff;
  border: 0px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}
.form-control.input-lg {
  resize: none;
  font-size: 0.9em;
}
.form-control.rounded {
  border-radius: 0px;
}
.input-group-prepend {
  border: 1px solid #e0e0e0;
  padding: 15px 26px 10px 22px;
}
.form-control label {
  color: #353535;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 13px;
}
.form-inline button {
  margin: 0px;
}
.form-control > label {
  display: block;
}
.form-control::-moz-placeholder {
  color: #323232;
}
.form-control::-ms-input-placeholder {
  color: #323232;
}
.form-control::-webkit-input-placeholder {
  color: #323232;
}
.table-bordeblue > tbody > tr > td,
.table-bordeblue > tbody > tr > th,
.table-bordeblue > tfoot > tr > td,
.table-bordeblue > tfoot > tr > th,
.table-bordeblue > thead > tr > td,
.table-bordeblue > thead > tr > th {
  border-color: #e0e0e0;
  padding: 12px 20px;
}
textarea.form-control {
  resize: vertical;
}
.contact-form.border-form .form-control {
  background: transparent;
  color: #aaa;
  border: 2px solid #eee;
}
.contact-form.border-form .form-control {
  box-shadow: none;
  color: #aaa;
}
.contact-form.border-form .form-control::-moz-placeholder {
  color: #aaa;
}
.contact-form.border-form .form-control::-ms-input-placeholder {
  color: #aaa;
}
.contact-form.border-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}
.contact-form.border-form .form-control:focus {
  background: #f6f7f8;
}
.contact-form.border-form .nice-select {
  background: transparent;
  color: #aaa;
  border: 2px solid #eee;
}
.contact-form.border-form .nice-select .option {
  color: #323232;
}
.contact-form.border-form .nice-select:after {
  border-color: #aaa;
}
.contact-form.dark-form .form-control {
  background: rgba(43, 43, 43, 0.12);
  color: #fff;
}
.contact-form.dark-form .form-control {
  box-shadow: none;
  color: #fff;
}
.contact-form.dark-form .form-control::-moz-placeholder {
  color: #fff;
}
.contact-form.dark-form .form-control::-ms-input-placeholder {
  color: #fff;
}
.contact-form.dark-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact-form.dark-form .form-control:focus {
  background: rgba(43, 43, 43, 0.19);
}
.contact-form.dark-form .nice-select {
  background: rgba(43, 43, 43, 0.12);
  color: #fff;
  border: 0;
}
.contact-form.white-form .form-control {
  background: #fff;
}
.contact-form.dark-form .nice-select .option {
  color: #323232;
}
.contact-form.dark-form .nice-select:after {
  border-color: #fff;
}
.contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.contact-form.transparent-form .form-control {
  box-shadow: none;
  color: #fff;
}
.contact-form.transparent-form .form-control::-moz-placeholder {
  color: #fff;
}
.contact-form.transparent-form .form-control::-ms-input-placeholder {
  color: #fff;
}
.contact-form.transparent-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.contact-form.transparent-form .form-control:focus {
  background: rgba(255, 255, 255, 0.19);
}
.contact-form.transparent-form .nice-select {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
}
.contact-form.transparent-form .nice-select .option {
  color: #323232;
}
.contact-form.transparent-form .nice-select:after {
  border-color: #fff;
}
.contact-form.full-width .section-field {
  width: 100%;
}
.newsletter.fancy {
  position: relative;
}
.newsletter.fancy .form-control {
  padding-right: 200px;
}
.newsletter.fancy button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px;
  border-radius: 0 3px 3px 0;
}
.newsletter-box {
  padding: 30px;
  background: #fff;
  border-radius: 3px;
}
.newsletter-box.gray-bg .form-control {
  background: #fff;
}
.newsletter-box.newsletter-border {
  padding: 30px;
  border: 2px solid #eee;
  border-radius: 3px;
}
.newsletter .button.large {
  padding: 11px 20px;
}
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}
.countdown span {
  font-size: 40px;
  line-height: 40px;
}
.countdown p {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.countdown.small {
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}
.countdown.small span {
  font-size: 30px;
  line-height: 30px;
}
.countdown.medium {
  display: inline-block;
  text-align: center;
  margin: 0px 30px;
}
.countdown.medium span {
  font-size: 50px;
  line-height: 50px;
}
.countdown.medium p {
  font-size: 20px;
  text-transform: capitalize;
}
.countdown.large {
  display: inline-block;
  text-align: center;
  margin: 0px 20px;
}
.countdown.large span {
  font-size: 70px;
  line-height: 70px;
}
.countdown.large p {
  font-size: 24px;
  text-transform: capitalize;
}
.countdown.gray-bg {
  padding: 10px;
}
.countdown.countdown-border {
  padding: 10px;
  border: 2px solid #eee;
}
.countdown.round {
  padding: 30px;
  border: 7px solid #eee;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}
.countdown.round.small {
  width: 100px;
  height: 100px;
  padding: 15px 10px;
}
.countdown.round.medium {
  width: 150px;
  height: 150px;
  padding: 15px;
}
.countdown.round.medium span {
  line-height: 68px;
}
.countdown.round.large {
  width: 190px;
  height: 190px;
  padding: 20px;
}
.countdown.round.large span {
  line-height: 92px;
}
.countdown.text-white p {
  color: #fff;
}
.countdown.round.text-white {
  border-color: rgba(255, 255, 255, 0.3);
}
.counter {
  position: relative;
  color: #353535;
  min-height: 60px;
}
.counter .icon {
  font-size: 40px;
}
.counter .timer {
  display: block;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0 5px;
}
.counter label {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0;
  position: relative;
  text-transform: capitalize;
}
.counter.text-white {
  color: #fff;
}
.counter.text-white label {
  color: #fff;
}
.counter.text-white span {
  color: #fff;
}
.counter.theme-color {
  color: #20c5d5;
}
.counter.theme-color label {
  color: #20c5d5;
}
.counter.theme-color span {
  color: #20c5d5;
}
.counter.counter-small .timer {
  font-size: 30px;
  font-weight: 600;
}
.counter.counter-small label {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.counter.counter-small .icon {
  font-size: 30px;
  line-height: 40px;
}
.counter.big-counter .timer {
  font-size: 70px;
  font-weight: 600;
}
.counter.big-counter label {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}
.counter.big-counter icon {
  font-size: 50px;
  line-height: 60px;
}
.counter.left-icon {
  position: relative;
  padding-left: 70px;
}
.counter.left-icon .icon {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 0;
}
.counter.left-icon span {
  margin: 0;
  line-height: 40px;
}
.counter.right-icon {
  position: relative;
  padding-right: 70px;
}
.counter.right-icon .icon {
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: auto;
  top: 0;
}
.counter.right-icon span {
  margin: 0;
  line-height: 40px;
  text-align: right;
}
.counter.right-icon label {
  text-align: right;
  display: block;
}
.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.divider.dotted {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
.divider.dashed {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}
.divider.double {
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
}
.divider.outset {
  border-bottom: 3px outset rgba(0, 0, 0, 0.1);
}
.divider.icon {
  border: 0;
  color: #ccc;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.divider.icon:after,
.divider.icon:before,
.divider.icon:after,
.divider.icon:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.divider.icon::after,
.divider.icon::after {
  margin: 0 -100% 0 0;
}
.divider.icon i,
.divider.icon span,
.divider.icon i,
.divider.icon span {
  margin: 0 20px 0 24px;
}
.divider.icon.left i,
.divider.icon.left span {
  float: left;
  margin: 0 40px 0 0;
}
.divider.icon.right i,
.divider.icon.right span {
  float: right;
  margin: 0 0 0 40px;
}
.divider.medium {
  width: 40%;
  margin: 0 auto;
}
.divider.small {
  width: 20%;
  margin: 0 auto;
}
.divider.light {
  border-color: rgba(255, 255, 255, 0.1);
}
.dropcap {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 50%;
  background: #20c5d5;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.dropcap.dropcap-border {
  background: transparent;
  border: 2px solid #20c5d5;
  color: #20c5d5;
}
.dropcap.gray {
  background: #f6f7f8;
  color: #20c5d5;
}
.dropcap.large {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
}
.dropcap.square {
  border-radius: 3px;
}
.feature-text {
  text-align: center;
  position: relative;
}
.feature-text.text-left {
  text-align: left;
}
.feature-text.text-start .feature-icon span,
.feature-text.text-start .feature-icon i {
  padding-left: 0;
}
.feature-text.text-right .feature-icon span,
.feature-text.text-right .feature-icon i {
  padding-right: 0;
}
.feature-text.text-right {
  text-align: right;
}
.feature-text .feature-icon span,
.feature-text .feature-icon i {
  font-size: 40px;
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}
.feature-text.round .feature-icon span,
.feature-text.round .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  border-radius: 50%;
  padding-left: 0px;
}
.feature-text.feature-border .feature-icon span,
.feature-text.feature-border .feature-icon i {
  color: #323232;
  background: transparent;
  border: 2px solid #323232;
  padding-left: 0px;
}
.feature-text.gray-icon .feature-icon span,
.feature-text.gray-icon .feature-icon i {
  color: #323232;
  background: #f6f7f8;
  padding-left: 0px;
}
.feature-text.theme-icon .feature-icon span,
.feature-text.theme-icon .feature-icon i {
  color: #fff;
  background: #20c5d5;
  padding-left: 0px;
}
.feature-text.shadow .feature-icon span,
.feature-text.shadow .feature-icon i {
  color: #323232;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  padding-left: 0px;
}
.feature-text.square .feature-icon span,
.feature-text.square .feature-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 26px;
  padding-left: 0px;
}
.feature-text.text-center .feature-icon span,
.feature-text.text-center .feature-icon i {
  padding-left: 0;
}
.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 60px;
}
.feature-text.left-icon .feature-icon span,
.feature-text.left-icon .feature-icon i {
  padding-left: 0;
}
.feature-text.left-icon .feature-icon {
  position: absolute;
  left: 0;
}
.feature-text.right-icon .feature-info {
  text-align: right;
  padding-right: 60px;
}
.feature-text.right-icon .feature-icon {
  position: absolute;
  right: 0;
}
.feature-text.left-icon.round .feature-info {
  padding-left: 90px;
}
.feature-text.right-icon.round .feature-info {
  padding-right: 90px;
}
.feature-text.left-icon.square .feature-info {
  padding-left: 100px;
}
.feature-text.right-icon.square .feature-info {
  padding-right: 100px;
}
.feature-text.box-shadow {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.09);
  padding: 40px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.feature-text.box-shadow:hover {
  box-shadow: 0 0px 70px rgba(0, 0, 0, 0.09);
}
.feature-text.border-box {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
  padding: 40px;
}
.feature-text .button {
  margin-top: 10px;
}
.feature-text.round:hover .feature-icon i,
.feature-text.round:hover .feature-icon span {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.feature-text.theme-icon:hover .feature-icon span,
.feature-text.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #fff;
}
.feature-text.square:hover .feature-icon i,
.feature-text.square:hover .feature-icon span {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.feature-text.square.theme-icon:hover .feature-icon span,
.feature-text.square.theme-icon:hover .feature-icon i {
  background: #323232;
  color: #fff;
}
.awesome-features .img-side img {
  position: absolute;
  top: -30px;
  left: 0;
}
.feature-box {
  border: 1px solid #e6e6e6;
  padding: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.feature-box-content {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
  z-index: 9;
}
.feature-box i {
  width: 100%;
  font-size: 30px;
  color: #20c5d5;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box h4 {
  text-transform: none;
  padding: 30px 0 0px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}
.feature-box p {
  transition: all 0.3s ease-out 0s;
}
.feature-box a {
  font-size: 16px;
  font-weight: 300;
  color: #808080;
  margin: 25px 0 10px;
  padding: 0 30px;
  display: block;
  position: relative;
  z-index: 3;
}
.feature-box .feature-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center center;
}
.feature-box .feature-border {
  position: absolute;
  background: #20c5d5;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feature-box:hover .feature-box-img,
.feature-box.active .feature-box-img {
  opacity: 1;
}
.feature-box:hover .feature-border,
.feature-box.active .feature-border {
  height: 45px;
}
.feature-box:hover i,
.feature-box.active i {
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
.feature-box:hover h4,
.feature-box.active h4,
.feature-box:hover p,
.feature-box.active p {
  color: #fff;
}
.feature-box:hover a,
.feature-box.active a {
  color: #fff;
}
.feature-box:hover:before,
.feature-box.active:before {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
ul.list {
  padding: 0;
  margin: 0;
}
ul.list li {
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
  line-height: 28px;
}
ul.list i {
  position: absolute;
  left: 0;
  top: 5px;
}
ul.list.theme-color li i {
  color: #20c5d5;
}
ul.list.theme-color li {
  color: #333;
}
ul.list li:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  color: #20c5d5;
  left: 0;
  top: 0;
}
ul.list-mark {
  padding: 0;
  margin: 0;
}
ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
ul.list-mark li:after {
  content: "";
}
ul.list-arrow {
  padding: 0;
  margin: 0;
}
ul.list-arrow li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
ul.list-arrow li:after {
  content: "";
  font-size: 18px;
}
ul.list-hand {
  padding: 0;
  margin: 0;
}
ul.list-hand li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
ul.list-hand li:after {
  content: "";
}
ul.list-edit {
  padding: 0;
  margin: 0;
}
ul.list-edit li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
ul.list-edit li:after {
  content: "";
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f6f7f8;
  border-radius: 3px;
  border: solid 1px #f6f7f8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 47px;
  outline: none;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #d0dae5;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}
.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cdd5de;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
  min-width: 100px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: not-allowed;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #fff !important;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-next {
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.owl-carousel .owl-nav i {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  background: #20c5d5;
  border: 0px solid #3d3d3d;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav i:hover {
  background: #333;
  color: #fff;
}
.bottom-nav .owl-nav {
  bottom: 0;
  top: inherit;
}
.bottom-nav .owl-nav .owl-next {
  right: 46%;
  bottom: -20px;
  top: inherit;
  transform: inherit;
}
.bottom-nav .owl-nav .owl-prev {
  left: 46%;
  bottom: -20px;
  top: inherit;
  transform: inherit;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  margin: 0 !important;
}
.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}
.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #20c5d5;
  min-height: 17px;
  margin-top: 0;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  display: inline-block;
  margin: 14px 2px 0;
}
.bottom-center-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
}
.bottom-center-dots .owl-dots .owl-dot span {
  background: #fff;
}
.bottom-right-dots .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}
.bottom-right-dots .owl-dots .owl-dot span {
  background: #fff;
}
.page-title {
  display: block;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}
.page-title.bg-overlay-black-60:before {
  z-index: 0;
}
.page-title .container {
  height: 100%;
  position: relative;
}
.page-title span {
  text-transform: capitalize;
}
.page-title h1 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}
.page-title p {
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}
.page-title .page-title-name {
  display: inline-block;
  width: 60%;
}
.page-title .page-breadcrumb {
  float: right;
  width: 40%;
  text-align: right;
}
ul.page-breadcrumb li span {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
ul.page-breadcrumb {
  padding-top: 30px;
}
ul.page-breadcrumb li {
  color: #fff;
  display: inline-block;
  list-style: none;
}
ul.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}
ul.page-breadcrumb li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
ul.page-breadcrumb li a:hover {
  color: #20c5d5;
}
.page-title.gray-bg h1,
.page-title.gray-bg p {
  color: #323232;
}
.page-title.gray-bg ul.page-breadcrumb li a {
  color: #323232;
}
.page-title.gray-bg ul.page-breadcrumb li a:hover {
  color: #20c5d5;
}
.page-title.gray-bg ul.page-breadcrumb li {
  color: #323232;
}
.page-title.gray-bg ul.page-breadcrumb li span {
  color: #20c5d5;
}
.page-title.center {
  text-align: center;
}
.page-title.center .page-title-name {
  display: block;
  width: 100%;
}
.page-title.center .page-breadcrumb {
  float: none;
  width: inherit;
  text-align: center;
}
.page-title.right {
  clear: both;
}
.page-title.right .page-title-name {
  display: inline-block;
  float: right;
  text-align: right;
}
.page-title.right .page-breadcrumb {
  float: left;
  text-align: left;
}
.page-title.small {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.page-title.small h1 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.page-title.small .page-breadcrumb {
  padding-top: 10px;
}
.page-title.pattern h1,
.page-title.pattern p {
  color: #323232;
}
.page-title.pattern ul.page-breadcrumb li a {
  color: #323232;
}
.page-title.pattern ul.page-breadcrumb li a:hover {
  color: #20c5d5;
}
.page-title.pattern ul.page-breadcrumb li {
  color: #323232;
}
.page-title.pattern ul.page-breadcrumb li span {
  color: #20c5d5;
}
.page-title.light-overlay {
  position: relative;
  padding-top: 360px;
}
.page-title.light-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/white-overlay.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.page-title.light-overlay h1,
.page-title.light-overlay p {
  color: #323232;
}
.page-title.light-overlay ul.page-breadcrumb li a {
  color: #323232;
}
.page-title.light-overlay ul.page-breadcrumb li a:hover {
  color: #20c5d5;
}
.page-title.light-overlay ul.page-breadcrumb li {
  color: #323232;
}
.page-title.light-overlay ul.page-breadcrumb li span {
  color: #20c5d5;
}
.page-title.dark-overlay {
  position: relative;
  padding-top: 360px;
}
.page-title.dark-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/dark-overlay.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.round-chart {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.round-chart span,
.round-chart i {
  display: inline-block;
  font-size: 28px;
  z-index: 2;
  font-weight: 600;
  position: absolute;
}
.round-chart.white span,
.round-chart.white i {
  color: #fff;
}
.pricing-top {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-top: 8px solid #1a1a1a;
  border-radius: 6px;
}
.pricing-prize h2 span {
  font-size: 18px;
}
.pricing-prize {
  margin: 30px 0;
}
.pricing-content {
  width: 70%;
  margin: 40px auto 0;
}
.pricing-content .pricing-table-list ul li {
  line-height: 56px;
  font-weight: 400;
}
.pricing-content .pricing-table-list ul li i {
  width: 15px;
  display: inline-block;
  color: #20c5d5;
}
.pricing-content .pricing-table-list ul li i.fa-times {
  color: red;
}
.pricing-content .pricing-table-list ul li span {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.09);
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
}
.pricing-content .pricing-table-list ul li img {
  width: 14px;
  margin-top: -2px;
  margin-right: 5px;
}
.pricing-content .pricing-table-list ul li span i {
  padding-right: 0;
}
.pricing-table.active {
  margin-top: -7px;
}
.pricing-table.active .pricing-top {
  border-top: 16px solid #20c5d5;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}
.pricing-table.active .pricing-top a.button {
  padding: 12px 60px;
  font-size: 20px;
}
.pricing-table.active .pricing-prize {
  margin: 30px 0 20px;
}
.pricing-table.boxed {
  box-shadow: 0 8px 12px 0 hsla(0deg, 0%, 48%, 20%);
  padding: 15px;
  border-top: 8px solid #5d5d5d;
  border-radius: 6px;
}
.pricing-table.boxed .pricing-top {
  box-shadow: none;
  border: 0;
  padding: inherit;
  padding: 0;
  border-radius: inherit;
}
.pricing-table.boxed .pricing-content {
  width: inherit;
  margin: 0;
  margin-top: 20px;
}
.pricing-table.active.boxed {
  border-top: 16px solid #20c5d5;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.price .header {
  background-color: #111;
  color: #fff;
  font-size: 25px;
}
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}
.price.active .header {
  background: #20c5d5;
}
.membership-pricing-table {
  width: 100%;
}
.membership-pricing-table table {
  width: 100%;
}
.membership-pricing-table table .icon-no,
.membership-pricing-table table .icon-yes {
  font-size: 22px;
}
.membership-pricing-table table .icon-no {
  color: #a93717;
}
.membership-pricing-table table .icon-yes {
  color: #209e61;
}
.membership-pricing-table table .plan-header {
  text-align: center;
  font-size: 48px;
  border: 1px solid #e2e2e2;
  padding: 25px 0;
}
.membership-pricing-table table .plan-header-free {
  background-color: #eee;
  color: #555;
}
.membership-pricing-table table .plan-header-blue {
  color: #fff;
  background-color: #111;
  border-color: #000;
}
.membership-pricing-table table .plan-header-standard {
  color: #fff;
  background-color: #20c5d5;
  border-color: #20c5d5;
}
.membership-pricing-table table td {
  text-align: center;
  width: 15%;
  padding: 7px 10px;
  background-color: #fafafa;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.membership-pricing-table table,
.membership-pricing-table table td {
  border: 1px solid #ebebeb;
}
.membership-pricing-table table tr td:first-child {
  background-color: transparent;
  text-align: right;
  width: 14%;
}
.membership-pricing-table table tr td:nth-child(5) {
  background-color: #fff;
}
.membership-pricing-table table tr:first-child td,
.membership-pricing-table table tr:nth-child(2) td {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.membership-pricing-table table tr:first-child th:first-child {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #e2e2e2;
}
.membership-pricing-table table tr:first-child th .pricing-plan-name {
  font-size: 22px;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price {
  line-height: 35px;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price > sup {
  font-size: 45%;
}
.membership-pricing-table table tr:first-child th .pricing-plan-price > i {
  font-size: 30%;
}
.membership-pricing-table table tr:first-child th .pricing-plan-period {
  margin-top: 10px;
  font-size: 25%;
}
.membership-pricing-table table .header-plan-inner {
  position: relative;
}
.membership-pricing-table table .recommended-plan-ribbon {
  box-sizing: content-box;
  background-color: #fff;
  color: #20c5d5;
  position: absolute;
  padding: 3px 6px;
  font-size: 11px !important;
  font-weight: 500;
  left: -6px;
  top: -22px;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 -1px #c2284c inset;
  box-shadow: 0 -1px #fff inset;
  text-shadow: 0 -1px #fff;
}
.membership-pricing-table table .recommended-plan-ribbon:before {
  border: solid;
  border-color: #fff transparent;
  border-width: 6px 0 0 6px;
  bottom: -5px;
  content: "";
  left: 0;
  position: absolute;
  z-index: 90;
}
.membership-pricing-table table .recommended-plan-ribbon:after {
  border: solid;
  border-color: #fff transparent;
  border-width: 6px 6px 0 0;
  bottom: -5px;
  content: "";
  right: 0;
  position: absolute;
  z-index: 90;
}
.membership-pricing-table table .plan-head {
  box-sizing: content-box;
  background-color: #ff9c00;
  border: 1px solid #cf7300;
  position: absolute;
  top: -33px;
  left: -1px;
  height: 30px;
  width: 100%;
  border-bottom: none;
}
.membership-pricing-table table td i.fa-times-circle-o {
  color: red;
}
.skill {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 40px 0 20px 0;
  background-color: #eceff8;
  border-radius: 4px;
}
.skill:not(:first-child) {
  margin-top: 64px;
}
.skill-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background: #20c5d5;
  box-shadow: none;
  transition: width 0.9s ease;
  -webkit-transition: width 0.9s ease;
  -o-transition: width 0.9s ease;
  -ms-transition: width 0.9s ease;
  -moz-transition: width 0.9s ease;
}
.progress-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background-color: #20c5d5;
  box-shadow: none;
}
.skill-title {
  color: #353535;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -28px;
}
.skill-title > i {
  margin-right: 8px;
}
.skill-bar .progress-number,
.skill-bar .progress-type {
  color: #353535;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 15px;
  font-weight: 600;
}
.skill-bar .progress-number {
  right: 14px;
}
.text-white .skill {
  background: rgba(255, 255, 255, 0.25);
}
.text-white .skill-title {
  color: #fff;
}
.text-white .skill-bar .progress-number,
.text-white .skill-bar .progress-type {
  color: #fff;
}
.theme-bg .skill-bar,
.services-text-box-blue .skill-bar {
  background: #fff;
}
.skill.skill-big {
  height: 12px;
}
.skill.skill-medium {
  height: 8px;
}
.skill.skill-small {
  height: 3px;
}
.skill.skill-dark .skill-bar {
  background: #353535;
}
.section-title {
  margin-bottom: 40px;
  position: relative;
}
.section-title .title {
  margin-top: 0px;
  position: relative;
}
.section-title .subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}
.section-title.line .title {
  padding-bottom: 20px;
}
.section-title.line .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #20c5d5;
  content: "";
}
.section-title.center .title:before {
  left: 50%;
  margin-left: -35px;
}
.section-title.right .title:before {
  right: 0;
  left: inherit;
  margin-left: inherit;
}
.section-title span.theme-bg {
  background: #20c5d5;
  color: #fff;
  padding: 0 15px;
}
.section-title.dark-bg .title {
  color: #fff;
}
.section-title.dark-bg .subtitle {
  color: #fff;
}
.section-title.dark-bg p {
  color: #fff;
}
.section-title.dark-bg.line .title:before {
  background: #fff;
}
.section-title.dark-bg span.theme-bg {
  background: #fff;
  color: #20c5d5;
}
.title-effect {
  z-index: 99;
  position: relative;
  display: inline-block;
  transition: transform 0.5s, color 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.title-effect::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section-title:nth-child(odd) .title-effect::before {
  background: #20c5d5;
}
section:hover .title-effect::before,
section:focus .title-effect::before {
  transform: scale3d(1, 1, 1);
}
section:hover .title-effect:nth-child(even),
section:focus .title-effect:nth-child(even) {
  color: #20c5d5;
}
section:nth-child(odd) .title-effect.dark::before {
  background: #fff;
}
section:hover .title-effect.dark:nth-child(even),
section:focus .title-effect.dark:nth-child(even) {
  color: #fff;
}
.section-title.line-dabble .title {
  position: relative;
  padding-bottom: 15px;
}
.section-title.line-dabble .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: rgba(234, 234, 234, 1);
}
.section-title.line-dabble .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  z-index: 2;
  background: #20c5d5;
}
@import url("accordion.css");
@import url("action-box.css");
@import url("blockquote.css");
@import url("bootstrap-typography.css");
@import url("button.css");
@import url("clients.css");
@import url("contact-form.css");
@import url("countdown.css");
@import url("counter.css");
@import url("divider.css");
@import url("dropcap.css");
@import url("feature-text.css");
@import url("list-style.css");
@import url("nice-select.css");
@import url("owl-carousel.css");
@import url("page-title.css");
@import url("pie-chart.css");
@import url("pricing.css");
@import url("progress-bar.css");
@import url("section-title.css");
@import url("shortcodes.css");
@import url("social-icons.css");
@import url("tabs.css");
@import url("team.css");
@import url("testimonial.css");
@import url("side-panel.css");
@import url("onload-modal.css");
.social-icons ul {
  padding: 0;
}
.text-center.social-icons ul {
  display: inline-block;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 8px 8px 0;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  display: flex;
  height: 32px;
  width: 32px;
  font-size: 16px;
  margin: 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.text-white .social-icons li a {
  color: #fff;
}
.social-icons.color a,
.social-icons.color-hover a:hover {
  color: #fff;
  border: 0;
}
.social-icons.color .social-rss a,
.social-icons.color-hover .social-rss a:hover {
  background-color: #faa33d;
}
.social-icons.color .social-facebook a,
.social-icons.color-hover .social-facebook a:hover {
  background-color: #5d82d1;
}
.social-icons.color .social-twitter a,
.social-icons.color-hover .social-twitter a:hover {
  background-color: #40bff5;
}
.social-icons.color .social-vimeo a,
.social-icons.color-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}
.social-icons.color .social-myspace a,
.social-icons.color-hover .social-myspace a:hover {
  background-color: #008dde;
}
.social-icons.color .social-youtube a,
.social-icons.color-hover .social-youtube a:hover {
  background-color: #ef4e41;
}
.social-icons.color .social-instagram a,
.social-icons.color-hover .social-instagram a:hover {
  background-color: #e1326b;
}
.social-icons.color .social-gplus a,
.social-icons.color-hover .social-gplus a:hover {
  background-color: #d68400;
}
.social-icons.color .social-stumbleupon a,
.social-icons.color-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}
.social-icons.color .social-lastfm a,
.social-icons.color-hover .social-lastfm a:hover {
  background-color: #f34320;
}
.social-icons.color .social-pinterest a,
.social-icons.color-hover .social-pinterest a:hover {
  background-color: #e13138;
}
.social-icons.color .social-google a,
.social-icons.color-hover .social-google a:hover {
  background-color: #eb5e4c;
}
.social-icons.color .social-evernote a,
.social-icons.color-hover .social-evernote a:hover {
  background-color: #9acf4f;
}
.social-icons.color .social-dribbble a,
.social-icons.color-hover .social-dribbble a:hover {
  background-color: #f7659c;
}
.social-icons.color .social-skype a,
.social-icons.color-hover .social-skype a:hover {
  background-color: #13c1f3;
}
.social-icons.color .social-forrst a,
.social-icons.color-hover .social-forrst a:hover {
  background-color: #45ad76;
}
.social-icons.color .social-linkedin a,
.social-icons.color-hover .social-linkedin a:hover {
  background-color: #238cc8;
}
.social-icons.color .social-wordpress a,
.social-icons.color-hover .social-wordpress a:hover {
  background-color: #2592c3;
}
.social-icons.color .social-grooveshark a,
.social-icons.color-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}
.social-icons.color .social-delicious a,
.social-icons.color-hover .social-delicious a:hover {
  background-color: #377bda;
}
.social-icons.color .social-behance a,
.social-icons.color-hover .social-behance a:hover {
  background-color: #1879fd;
}
.social-icons.color .social-dropbox a,
.social-icons.color-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}
.social-icons.color .social-soundcloud a,
.social-icons.color-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}
.social-icons.color .social-deviantart a,
.social-icons.color-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}
.social-icons.color .social-yahoo a,
.social-icons.color-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}
.social-icons.color .social-flickr a,
.social-icons.color-hover .social-flickr a:hover {
  background-color: #ff48a3;
}
.social-icons.color .social-digg a,
.social-icons.color-hover .social-digg a:hover {
  background-color: #75788d;
}
.social-icons.color .social-blogger a,
.social-icons.color-hover .social-blogger a:hover {
  background-color: #ff9233;
}
.social-icons.color .social-tumblr a,
.social-icons.color-hover .social-tumblr a:hover {
  background-color: #426d9b;
}
.social-icons.color .social-quora a,
.social-icons.color-hover .social-quora a:hover {
  background-color: #ea3d23;
}
.social-icons.color .social-github a,
.social-icons.color-hover .social-github a:hover {
  background-color: #3f91cb;
}
.social-icons.color .social-amazon a,
.social-icons.color-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}
.social-icons.color .social-xing a,
.social-icons.color-hover .social-xing a:hover {
  background-color: #1a8e8c;
}
.social-icons.color .social-wikipedia a,
.social-icons.color-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}
.social-icons.color .social-android a,
.social-icons.color-hover .social-android a:hover {
  background-color: #a4c639;
}
.social-icons.color .social-apple a,
.social-icons.color-hover .social-apple a:hover {
  background-color: #999;
}
.social-icons.social-border li a {
  border: 1px solid #eee;
  background: transparent;
}
.social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}
.social-icons.light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}
.social-icons.rounded li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-icons.medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}
.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
  margin: 0 10px 10px 0;
}
.social-icons:not(.color):not(.color-hover) li a:hover {
  background-color: #eee;
}
.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.social-icons.big li a {
  height: 62px;
  width: 62px;
  line-height: 62px;
  font-size: 18px;
}
.social-icons.color-icon a {
  color: #20c5d5;
}
.social-icons.color-icon .social-rss a {
  color: #faa33d;
}
.social-icons.color-icon .social-facebook a {
  color: #5d82d1;
}
.social-icons.color-icon .social-twitter a {
  color: #40bff5;
}
.social-icons.color-icon .social-vimeo a {
  color: #35c6ea;
}
.social-icons.color-icon .social-myspace a {
  color: #008dde;
}
.social-icons.color-icon .social-youtube a {
  color: #ef4e41;
}
.social-icons.color-icon .social-instagram a {
  color: #e1326b;
}
.social-icons.color-icon .social-gplus a {
  color: #d68400;
}
.social-icons.color-icon .social-stumbleupon a {
  color: #ff5c30;
}
.social-icons.color-icon .social-lastfm a {
  color: #f34320;
}
.social-icons.color-icon .social-pinterest a {
  color: #e13138;
}
.social-icons.color-icon .social-google a {
  color: #eb5e4c;
}
.social-icons.color-icon .social-evernote a {
  color: #9acf4f;
}
.social-icons.color-icon .social-dribbble a {
  color: #f7659c;
}
.social-icons.color-icon .social-skype a {
  color: #13c1f3;
}
.social-icons.color-icon .social-forrst a {
  color: #45ad76;
}
.social-icons.color-icon .social-linkedin a {
  color: #238cc8;
}
.social-icons.color-icon .social-wordpress a {
  color: #2592c3;
}
.social-icons.color-icon .social-grooveshark a {
  color: #ffb21d;
}
.social-icons.color-icon .social-delicious a {
  color: #377bda;
}
.social-icons.color-icon .social-behance a {
  color: #1879fd;
}
.social-icons.color-icon .social-dropbox a {
  color: #17a3eb;
}
.social-icons.color-icon .social-soundcloud a {
  color: #ff7e30;
}
.social-icons.color-icon .social-deviantart a {
  color: #6a8a7b;
}
.social-icons.color-icon .social-yahoo a {
  color: #ab47ac;
}
.social-icons.color-icon .social-flickr a {
  color: #ff48a3;
}
.social-icons.color-icon .social-digg a {
  color: #75788d;
}
.social-icons.color-icon .social-blogger a {
  color: #ff9233;
}
.social-icons.color-icon .social-tumblr a {
  color: #426d9b;
}
.social-icons.color-icon .social-quora a {
  color: #ea3d23;
}
.social-icons.color-icon .social-github a {
  color: #3f91cb;
}
.social-icons.color-icon .social-amazon a {
  color: #ff8e2e;
}
.social-icons.color-icon .social-xing a {
  color: #1a8e8c;
}
.social-icons.color-icon .social-wikipedia a {
  color: #b3b5b8;
}
.social-icons.color-icon .social-android a {
  color: #a4c639;
}
.social-icons.color-icon .social-apple a {
  color: #999;
}
.social-icons.text-social li a {
  width: inherit;
  height: inherit;
  font-size: 18px;
  font-weight: bold;
}
.social-icons.text-social li a:hover {
  background: transparent;
}
.social-icons:not(.color):not(.color-hover) li a:hover {
  background: transparent;
}
.tab .nav.nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.tab .nav.nav-tabs li {
  margin-bottom: 0px;
  float: none;
  display: inline-block;
}
.tab .nav.nav-tabs li a {
  border: none;
  border: 1px solid #eee;
  line-height: normal;
  border-radius: 0px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
}
.tab .nav.nav-tabs li a i {
  padding-right: 5px;
}
.tab .nav.nav-tabs > li > a.active,
.nav.nav-tabs > li > a.active:focus,
.nav.nav-tabs > li > a.active:hover {
  background: #20c5d5;
  color: #fff;
  border-color: transparent;
}
.nav-border .nav.nav-tabs li a {
  margin-right: 0;
  border: 1px solid #eee;
  background: transparent;
}
.nav-border .nav.nav-tabs > li > a.active,
.nav-border .nav.nav-tabs > li > a.active:focus,
.nav-border .nav.nav-tabs > li > a.active:hover {
  color: #fff;
  background: #20c5d5;
  border-color: #20c5d5;
}
.tab-border .nav.nav-tabs {
  margin-bottom: 0;
}
.tab-border .tab-content {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: -1px;
}
.tab-border .nav.nav-tabs > li > a.active,
.tab-border .nav.nav-tabs > li > a.active:focus,
.tab-border .nav.nav-tabs > li > a.active:hover {
  color: #20c5d5;
  background: #fff !important;
  border-color: #eee;
  border-bottom: 1px solid #fff;
}
.nav-center .nav.nav-tabs {
  text-align: center;
  display: block;
}
.nav-right .nav.nav-tabs {
  text-align: right;
  display: block;
}
.nav-right .tab-content {
  text-align: right;
}
.round .nav.nav-tabs li a {
  border: none;
  line-height: normal;
  margin-right: 10px;
  border-radius: 90px;
  padding: 12px 30px;
  background: #f6f7f8;
  color: #353535;
}
.shadow .nav.nav-tabs > li > a.active,
.shadow .nav.nav-tabs > li > a.active:focus,
.shadow .nav.nav-tabs > li > a.active:hover {
  color: #20c5d5;
  background: #fff !important;
  border-color: #eee;
  border-bottom: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.tab-vertical .nav-tabs {
  float: left;
  width: 25%;
}
.tab-vertical .nav.nav-tabs li {
  display: block;
  width: 100%;
}
.tab-vertical .nav.nav-tabs li a {
  border-right: 0;
  border-top: 0;
  padding: 14px 30px;
}
.tab-vertical .nav.nav-tabs li:first-child a {
  border-top: 1px solid #eee;
}
.tab-vertical .tab-content {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 40px 30px;
  margin-left: 25%;
  line-height: 30px;
  margin-top: 0;
}
.tab-vertical .tab-content p {
  line-height: 30px;
}
.tab-vertical .nav.nav-tabs > li > a.active,
.tab-vertical .nav.nav-tabs > li > a.active:focus,
.tab-vertical .nav.nav-tabs > li > a.active:hover {
  border-bottom: 1px solid #eee;
}
.vertical-right .nav-tabs {
  float: right;
}
.vertical-right .nav.nav-tabs li a {
  border-right: 1px solid #eee;
  border-left: 0;
}
.vertical-right .tab-content {
  margin-right: 24.8%;
  margin-left: inherit;
  text-align: right;
}
.tab-dropdown .tab-content {
  margin-top: 30px;
}
.nav-pills > li > a.active,
.nav-pills > li > a.active:focus,
.nav-pills > li > a.active:hover {
  background: #20c5d5;
  color: #fff;
}
.tab.nav-bt .nav li a {
  margin-right: 0px !important;
  border-top: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.tab.nav-bt .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-top: 2px solid #20c5d5;
}
.tab.nav-bl .nav li a {
  margin-right: 0px !important;
}
.tab.nav-bl .nav.nav-tabs > li > a {
  border-left: 4px solid transparent;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.tab.nav-bl .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-left: 4px solid #20c5d5;
  border-bottom: none !important;
}
.tab.nav-br .nav li a {
  margin-right: 0px !important;
}
.tab.nav-br .nav.nav-tabs > li > a {
  border-right: 4px solid transparent;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
.tab.nav-br .nav.nav-tabs > li > a.active {
  background: #f6f7f8;
  border-color: transparent;
  color: #353535;
  border-right: 4px solid #20c5d5;
  border-bottom: none !important;
}
.nav-link {
  color: #20c5d5;
}
.nav-link:focus,
.nav-link:hover {
  color: #20c5d5;
}
.team {
  text-align: center;
  overflow: hidden;
}
.team .team-description {
  padding: 20px 20px 10px;
}
.team .team-info h5 {
  text-transform: uppercase;
  line-height: 24px;
}
.team .team-info span {
  font-size: 14px;
  text-transform: uppercase;
}
.team .social-icons {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}
.team .team-contact span {
  display: block;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.team .team-contact span.call {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 10px 0;
  color: #20c5d5;
}
.team .team-contact span.email {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
}
.team .team-contact span i {
  padding-right: 5px;
}
.team.team-hover .social-icons {
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.team.team-hover .social-icons ul {
  display: block;
}
.team.team-hover .social-icons li {
  display: block;
  float: none;
  clear: both;
}
.team.team-hover .social-icons li a {
  margin: 3px 0;
  border-radius: 50%;
}
.team.team-hover:hover .social-icons {
  opacity: 1;
  left: 40px;
}
.team.team-hover-2 .social-icons {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.team.team-hover-2 .social-icons ul {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.team.team-hover-2 .social-icons li {
  display: inline-block;
  float: none;
  clear: both;
}
.team.team-hover-2 .social-icons li a {
  margin: 3px 0;
  background: #fff;
  color: #323232;
}
.team.team-hover-2:hover .social-icons {
  opacity: 1;
  top: 10%;
}
.team.team-hover-2 .team-photo {
  position: relative;
}
.team.team-hover-2 .team-photo::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.6s cubic-bezier(0.68, 0.11, 0.13, 0.98);
}
.team.team-hover-2:hover .team-photo::before {
  background: rgba(132, 186, 63, 0.9);
}
.team-border .team-description {
  border: 1px solid #eee;
}
.team-bg .team-description {
  background: #f6f7f8;
}
.team-dark .team-description {
  background: #323232;
}
.team-dark .team-info h5,
.team-dark .team-contact span,
.team-dark .team-info span,
.team-dark .social-icons li a {
  color: #fff;
}
.team-shadow {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.team-round .team-photo img {
  border-radius: 50%;
}
.team-round-shadow .team-photo img {
  border-radius: 50%;
  width: 90%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.team-round-small .team-photo img {
  border-radius: 50%;
  width: 50%;
}
.team-round-small-shadow .team-photo img {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 50%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.team-round.full-border {
  padding: 10px;
  border: 1px solid #eee;
}
.team-round.full-border .team-contact span.call {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #363636;
}
.team-round.full-border .team-contact span.email {
  font-size: 17px;
  color: #20c5d5;
}
.team-round.full-border .team-description {
  padding-bottom: 0;
}
.team.team-list {
  clear: both;
}
.team.team-list h5 {
  font-size: 26px;
}
.team.team-list .team-info span {
  font-size: 18px;
}
.team.team-list .team-photo {
  float: left;
  width: 40%;
}
.team.team-list .team-description {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.team.team-list .team-description {
  padding-top: 0;
}
.team.team-list.team-hover .social-icons {
  opacity: 1;
  left: inherit;
  top: inherit;
  margin-top: 15px;
}
.team.team-list.team-hover .social-icons li {
  float: left;
}
.team.team-list.team-hover .team-description {
  padding: 30px 20px 50px;
}
.team.team-overlay {
  position: relative;
}
.team.team-overlay .team-description {
  width: 100%;
  padding: 10px 0px;
  position: absolute;
  bottom: 10px;
  display: block;
  margin-top: 0;
  float: left;
  z-index: 9;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.team.team-overlay .team-description span {
  display: block;
}
.team.team-overlay:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  ackground: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  top: auto;
  height: 75%;
  transition: all 0.35s;
}
.team.team-overlay img {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.team.team-overlay:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.team.team-overlay.team-hover .social-icons,
.team.team-overlay.team-hover .team-contact {
  display: none;
}
.testimonial {
  position: relative;
  background: #f9f9f9;
  padding: 85px 50px 45px 70px;
  margin: 45px 0px 4px 0;
  color: #656565;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.testimonial-avatar {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -45px;
  width: 100px;
  height: 100px;
}
.testimonial-avatar img {
  border: 4px solid #20c5d5;
  max-width: 100%;
  border-radius: 50%;
}
.testimonial-info {
  position: relative;
}
.testimonial-info:before {
  position: absolute;
  top: -15px;
  left: -35px;
  color: #20c5d5;
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
}
.author-info {
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  text-align: right;
}
.author-info strong {
  font-weight: 500;
}
.author-info span {
  font-weight: normal;
  color: #20c5d5;
  text-transform: none;
}
.testimonial.light {
  background: #fff;
}
.text-white .testimonial,
.testimonial.text-white {
  color: #fff;
}
.text-white .testimonial .author-info {
  color: #fff;
}
.testimonial.clean {
  background: none;
  box-shadow: none;
  padding-bottom: 0;
  padding: 0 50px 25px 70px;
  margin-top: 0;
}
.testimonial.clean .testimonial-avatar {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.testimonial.clean .testimonial-avatar {
  margin-left: -65px;
}
.testimonial.text-white.clean .author-info {
  color: #20c5d5;
}
.theme-bg .testimonial.clean {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.theme-bg .testimonial.clean .author-info {
  color: #323232;
}
.theme-bg .testimonial.clean .testimonial-avatar img {
  border-color: #fff;
}
.testimonial.text-white.clean .testimonial-info:before,
.testimonial.text-white.clean .author-info span {
  color: #fff;
}
.testimonial.text-white.clean .author-info:before {
  background: #fff;
}
.testimonial.left_pos {
  margin: 0px 0px 0px 40px;
  padding: 60px 40px 40px 100px;
  text-align: left;
}
.testimonial.left_pos .testimonial-avatar {
  left: 0;
  margin-top: -50px;
  top: 50%;
}
.testimonial.left_pos .author-info:before {
  margin-left: 0;
  left: 0;
}
.testimonial.bottom_pos {
  padding: 60px 40px 40px 60px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 70px;
}
.testimonial.bottom_pos .testimonial-avatar {
  bottom: -50px;
  top: inherit;
  left: 0px;
  margin-left: 50px;
}
.testimonial.bottom_pos .author-info {
  margin-left: 125px;
}
.testimonial.bottom_pos .author-info:before {
  margin-left: 0;
  left: 0;
}
.testimonial.theme-bg {
  background: #20c5d5;
  color: #fff;
}
.testimonial.theme-bg .testimonial-info:before,
.testimonial.theme-bg .author-info span {
  color: #fff;
}
.testimonial.theme-bg .testimonial-avatar img {
  border-color: #fff;
  color: #fff;
}
.testimonial.theme-bg .author-info:before {
  background: #fff;
}
html,
body,
.st-container,
.st-pusher,
.st-content {
}
.st-content {
  overflow-y: scroll;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow-x: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.st-menu .newsletter-box.newsletter-border {
  border-left: 0;
  border-right: 0;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/close.png")
      25 25,
    pointer;
}
.st-menu {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  width: 380px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.slide-logo {
  padding: 30px;
}
.slide-logo img {
  height: 50px;
}
.st-menu ul.menu {
  margin: 0;
  padding: 30px;
  list-style: none;
}
.st-menu ul.menu li {
  line-height: 60px;
}
.st-menu ul.menu li a {
  font-size: 30px;
  color: #323232;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.st-menu ul.menu li a:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 14px;
  background: rgba(132, 186, 63, 0.4);
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.st-menu ul.menu li a:hover:before,
.st-menu ul.menu li a.active:before,
.st-menu ul.menu li a.active,
.st-menu ul.menu li a:hover {
  opacity: 1;
  width: 100%;
  color: #20c5d5;
}
.slide-footer {
  padding: 30px;
}
.slide-footer .social ul li {
  display: inline-block;
}
.slide-footer .social ul li a {
  font-size: 20px;
  padding-right: 20px;
}
.slide-footer .social ul li.facebook a {
  color: #5d82d1;
}
.slide-footer .social ul li.instagram a {
  color: #521313;
}
.slide-footer .social ul li.twitter a {
  color: #40bff5;
}
.slide-footer .social ul li.pinterest a {
  color: #e13138;
}
.slide-footer .social ul li.behance a {
  color: #1879fd;
}
.slide-footer .social ul li.google a {
  color: #f00;
}
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
  display: none;
}
.st-effect-2.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-2.st-menu {
  z-index: 1;
}
.st-effect-2.st-menu-open .st-effect-2.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-2.st-menu::after {
  display: none;
}
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
  display: none;
}
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-4.st-menu::after {
  display: none;
}
.st-effect-5.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-5.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.st-effect-5.st-menu-open .st-effect-5.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-6.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-6 .st-pusher {
  -webkit-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-6.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -o-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -ms-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  -moz-transform: translate3d(380px, 0, 0) rotateY(-15deg);
  transform: translate3d(380px, 0, 0) rotateY(-15deg);
}
.st-effect-6.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-6.st-menu-open .st-effect-6.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}
.st-effect-6.st-menu::after {
  display: none;
}
.st-effect-7.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-7 .st-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-7.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-7.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-7.st-menu-open .st-effect-7.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.st-effect-8.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-8 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-8.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-8.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}
.st-effect-8.st-menu-open .st-effect-8.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.st-effect-8.st-menu::after {
  display: none;
}
.st-effect-9.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-9 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-9.st-menu-open .st-pusher {
  -webkit-transform: translate3d(0, 0, -380px);
  -ms-transform: translate3d(0, 0, -380px);
  -moz-transform: translate3d(0, 0, -380px);
  -o-transform: translate3d(0, 0, -380px);
  transform: translate3d(0, 0, -380px);
}
.st-effect-9.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-9.st-menu-open .st-effect-9.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-9.st-menu::after {
  display: none;
}
.st-effect-10.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-10.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-10.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -380px);
  -moz-transform: translate3d(0, 0, -380px);
  -ms-transform: translate3d(0, 0, -380px);
  -o-transform: translate3d(0, 0, -380px);
  transform: translate3d(0, 0, -380px);
}
.st-effect-10.st-menu-open .st-effect-10.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-11.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-11 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-11.st-menu-open .st-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -ms-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -moz-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  -o-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.st-effect-11.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-11.st-menu-open .st-effect-11.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-11.st-menu::after {
  display: none;
}
.st-effect-12.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.st-effect-12 .st-pusher {
  -webkit-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-12.st-menu-open .st-pusher {
  -webkit-transform: rotateY(-10deg);
  -moz-transform: rotateY(-10deg);
  -o-transform: rotateY(-10deg);
  -ms-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.st-effect-12.st-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-12.st-menu-open .st-effect-12.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-12.st-menu::after {
  display: none;
}
.st-effect-13.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-13.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-13.st-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.st-effect-13.st-menu-open .st-effect-13.st-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.st-effect-14.st-container {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  -ms-perspective-origin: 0% 50%;
  -o-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.st-effect-14 .st-pusher {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-14.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0);
}
.st-effect-14.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.st-effect-14.st-menu-open .st-effect-14.st-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -ms-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -moz-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  -o-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 380px;
}
.st-menu.right-side {
  right: 0;
  left: inherit;
}
.st-effect-1.st-menu.right-side {
  background: #fff
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/objects/sidemenu_bg.png")
    no-repeat;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.st-effect-1.st-menu.right-side.nitro-lazy {
  background-image: none !important;
}
.st-effect-1.st-menu-open.right-side .st-effect-1.st-menu.right-side {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-1.right-side.st-menu::after {
  display: none;
}
.st-menu.big-side {
  width: 550px;
}
.st-menu.big-side ul.menu {
  padding-bottom: 0px;
}
.st-menu.big-side ul.menu li a {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}
.st-menu.big-side .right-side-bottom {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.social-icons.width-half ul {
  display: inline-block;
}
.social-icons.width-half ul li {
  width: 49%;
  float: left;
  margin: 0;
}
.social-icons.width-half ul li a {
  text-align: left;
}
.slide-footer-content {
  padding: 30px 30px 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.slide-footer-content p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  font-style: italic;
}
.mfp-container {
  cursor: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/close.png")
      25 25,
    pointer;
}
.modal-simple-content {
  background: #fff;
  padding: 50px 30px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}
.modal-shop {
  background: #323232;
  padding: 50px 60px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 650px;
}
.modal-shop h2 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}
.modal-shop span {
  display: block;
}
.modal-shop p {
  color: rgba(255, 255, 255, 0.5);
}
.modal-shop .button {
  padding: 12px 20px;
}
.modal-subscribe {
  background: #fff;
  margin: 0 auto;
  max-width: 500px;
}
.modal-subscribe .subscribe-icon {
  height: 300px;
  background: #20c5d5;
  display: block;
  overflow: hidden;
}
.modal-subscribe .subscribe-icon i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 270px;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}
.modal-subscribe .subscribe-content {
  padding: 30px;
}
.modal-subscribe .subscribe-content p {
  color: #323232;
}
.modal-login {
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}
.modal-login .login-bg .login-title {
  border-radius: 0;
}
.modal-register {
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}
.modal-register .register-title {
  padding: 40px 30px;
  text-align: center;
}
.modal-register .register-title img {
  height: 40px;
}
.modal-register .register-form {
  padding: 50px;
}
.modal-video {
  background: #fff;
  padding: 50px 30px;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 600px;
}
.image-source-link {
  color: #98c3d1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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;
}
.product {
  text-align: center;
  position: relative;
}
.product .product-title a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px 10px;
  display: block;
}
.product .product-title a:hover {
  color: #353535;
}
.product .product-price del {
  background: transparent;
  color: #323232;
  font-size: 13px;
}
.product .product-price ins {
  text-decoration: none;
  color: #f1c40f;
  font-size: 16px;
  font-weight: bold;
}
.product .product-rating {
  margin-bottom: 10px;
}
.product .product-rating i {
  color: #353535;
}
.product .product-image {
  position: relative;
}
.product .product-image .product-overlay {
  opacity: 0;
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 80%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  z-index: 99;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.product:hover .product-image .product-overlay {
  opacity: 1;
}
.product .product-image .add-to-cart a {
  background: #f1c40f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.product .product-image .add-to-cart a:hover {
  background: #353535;
}
.top-rated .product.left .product-title a {
  font-size: 14px;
  font-weight: 500;
}
.shop-split-content .product-price del {
  background: transparent;
  color: #323232;
}
.shop-single .title {
  padding-top: 40px;
}
.shop-single .product-detail .product-detail-price {
  display: inline-block;
}
.shop-single .product-detail .product-detail-price ins {
  text-decoration: none;
  color: #f1c40f;
  font-size: 16px;
  font-weight: bold;
}
.shop-single .product-detail .product-detail-rating i {
  color: #353535;
}
.shop-single .product-detail .product-detail-rating {
  display: inline-block;
}
.shop-single .product-detail .product-detail-quantity input {
  box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  padding: 13px 18px 10px 24px;
  border-radius: 3px;
}
.shop-single .product-detail .input-group-append button {
  background: transparent;
  border-color: #e0e0e0;
}
.shop-single .product-detail .input-group-append button:hover {
  color: #f1c40f;
}
.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px;
}
.shop-single .product-detail .product-detail.add-to-cart .button {
  display: inline-block;
  font-size: 12px;
}
.shop-single .product-detail .input-group-append:first-child > .btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.shop-single .product-detail .input-group-append:last-child > .btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.shop-single .product-detail .product-detail-price del {
  background: transparent;
  color: #333;
  font-size: 14px;
}
.shop-single .product-detail .product-detail-social {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 20px;
}
.shop-single .product-detail .product-detail-social span {
  display: inline-block;
  padding-right: 20px;
  float: left;
}
.shop-single .product-detail .product-detail-social ul li {
  display: inline-block;
}
.shop-single .product-detail .product-detail-social ul li a {
  display: block;
  color: #aaa;
  font-size: 14px;
  padding-right: 5px;
}
.shop-single .product-detail .product-detail-social ul li a:hover {
  color: #f1c40f;
}
.shop-single .product-detail .product-detail-meta {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
.shop-single .product-detail .product-detail-meta span {
  display: block;
  margin: 10px 0;
}
.shop-single .product-detail .product-detail-meta span a {
  padding-left: 5px;
}
.slider-slick {
  overflow: hidden;
}
.sidebar-widgets-wrap .recent-item {
  margin-bottom: 20px;
}
.sidebar-widgets-wrap .recent-item .recent-image {
  display: table-cell;
  padding-right: 10px;
  width: 50px;
  float: left;
}
.sidebar-widgets-wrap .recent-item .recent-info {
  display: table-cell;
  vertical-align: top;
}
.sidebar-widgets-wrap .recent-item .recent-title a {
  color: #353535;
  font-weight: bold;
}
.sidebar-widgets-wrap .recent-item .recent-title a:hover {
  color: #f1c40f;
}
.sidebar-widgets-wrap .recent-item .recent-meta li {
  display: inline-block;
  color: #353535;
}
.product.left .product-image {
  float: left;
  padding-right: 20px;
  width: 26%;
}
.product.left .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.product.left .product-description {
  padding-top: 0;
  display: table-cell;
  padding-bottom: 0;
  vertical-align: top;
  text-align: left;
  width: 74%;
}
.product.left .product-title a {
  margin-top: 0;
}
.deal-banner {
  background: #f4f4f2;
}
.deal-banner img {
  width: 100%;
}
.deal-banner .caption {
  text-align: center;
  margin-top: 25%;
}
.deal-banner .caption span.off {
  color: #f1c40f;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.deal-banner .caption h2 {
  font-size: 42px;
  line-height: 42px;
  color: #494949;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 22px;
}
.deal-banner .caption a.viewbt {
  color: #fff;
  background: #f1c40f;
  padding: 10px 22px;
  text-align: center;
  display: inline-block;
  margin-top: 26px;
  border-radius: 30px;
}
.deal-banner .caption a.viewbt:hover {
  background: #494949;
}
.deal-banner .counter-deal ul li {
  background: #fff;
  display: inline-block;
  padding: 7px 12px;
  margin-right: 17px;
}
.deal-banner .counter-deal ul li span.big {
  font-size: 22px;
  font-weight: 700;
  margin-left: 12%;
  margin-right: 12%;
}
.deal-banner .counter-deal ul li span.smalltxt {
  padding-top: 0;
}
.line-effect {
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay {
  background: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.overlay:before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.overlay:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}
.overlay:before,
.overlay:after {
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.offer-banner-1 {
  position: relative;
  height: 100%;
}
.offer-banner-1 .banner-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.offer-banner-1 .banner-content strong {
  display: block;
  color: #fff;
  margin: 20px 0px;
}
.offer-banner-1 .banner-image.bg-overlay-black-50:before {
  z-index: 1;
}
.offer-banner-1:hover .line-effect .overlay:before,
.offer-banner-1:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.offer-banner-1 .banner-image img {
  width: 100%;
}
.offer-banner-2 {
  height: 458px;
  display: block;
  width: 100%;
}
.offer-banner-2 .banner-bg {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.offer-banner-2 .line-effect {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.offer-banner-2 .banner-content {
  position: relative;
  z-index: 99;
}
.offer-banner-2 .banner-content h1 {
  position: relative;
  padding-bottom: 10px;
}
.offer-banner-2 .banner-content h1:before {
  position: absolute;
  content: "";
  background: #f1c40f;
  width: 60px;
  bottom: 0px;
  margin-left: -30px;
  height: 1px;
  left: 50%;
}
.offer-banner-2 .banner-content strong {
  display: block;
  color: #000;
  margin: 20px 40px;
}
.offer-banner-2 .banner-content span {
  display: block;
  color: #000;
  margin: 20px 0px;
}
.offer-banner-2 .overlay:before {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
.offer-banner-2 .overlay:after {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -o-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
}
.offer-banner-2:hover .line-effect .overlay:before,
.offer-banner-2:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.add-banner-1 {
  position: relative;
}
.add-banner-1 .add-banner-content {
  padding: 30px;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
.add-banner-1 .add-section-image.bg-overlay-black-50:before {
  z-index: 0;
}
.add-banner-1 .add-banner-content p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 15px;
}
.add-banner-1 .add-banner-content h5 {
  position: relative;
  padding-bottom: 20px;
}
.add-banner-1 .add-banner-content h5.border:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #f1c40f;
  left: 50%;
  margin-left: -30px;
  bottom: 0px;
}
.add-banner-1 .add-banner-content span {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 15px 0px;
}
.add-banner-1 .add-banner-content a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.add-banner-1 .add-banner-content a:hover {
  color: #f1c40f;
}
.add-banner-1 .add-banner-content a.button-white-border {
  padding: 10px 40px;
}
.add-banner-1:hover .line-effect .overlay:before,
.add-banner-1:hover .line-effect .overlay:after {
  opacity: 1;
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.add-banner-2 .add-banner-content {
  padding: 100px 50px;
}
.add-banner-2 .add-banner-content h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.add-banner-2 .add-banner-content h3 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.shop-split-content {
  padding: 130px 0;
}
.shop-split-content ins {
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #f1c40f;
}
.shop-blog .blog-box {
  padding: 220px 30px 40px;
}
.shop-blog .blog-box:hover .blog-box-img:before,
.shop-blog .blog-box.active .blog-box-img:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -webkit-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  background: -o-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  background: -ms-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
  background: -moz-linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 100%
  );
}
#main-slider.shop-04-banner .slider-content .slider {
  width: 50%;
}
#main-slider.shop-04-banner .slider-content span {
  background: #fff;
  padding: 10px 20px;
  display: inline-block;
}
#main-slider.shop-04-banner .slider-content h1 {
  color: #323232;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 10px;
}
#main-slider.shop-04-banner .slider-content p {
  font-size: 36px;
  line-height: 36px;
}
.shop-tab .tab-border .tab-content {
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.add-banner-3 {
  position: relative;
  height: 100%;
}
.add-banner-3 .add-banner-content {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.add-banner-3.center-banner .add-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}
.add-banner-3.bottom-banner .add-banner-content {
  top: inherit;
  bottom: 0;
}
#main-slider.shop-05-banner .slider-content h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.shop-05-deal h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  text-shadow: 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.shop-05-deal span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
  display: block;
}
.shop-05-top .top-product {
  margin-top: -40px;
}
#main-slider.shop-06-banner .slider-content .slider {
  width: 50%;
}
#main-slider.shop-06-banner .slider-content h1 {
  color: #323232;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}
#main-slider.shop-06-banner .slider-content p {
  font-size: 20px;
  line-height: 30px;
}
.newsletter.gray-bg .form-control {
  background: #fff;
}
.shop-06-product .product {
  text-align: left;
}
.shop-block h2 {
  font-size: 50px;
  line-height: 50px;
}
.shop-block p {
  font-size: 20px;
}
.shop-06-sub-banner .newsletter.fancy .form-control {
  padding-right: 140px;
}
.banner-shop-07 span {
  font-family: "Great Vibes", cursive;
  font-size: 130px;
  line-height: 160px;
  font-weight: normal;
  background: -webkit-linear-gradient(#d0ff90, #8eec07);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
}
.banner-shop-07 h1 {
  font-family: "Tinos", serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: normal;
}
.banner-shop-07 p {
  font-family: "Tinos", serif;
  font-size: 20px;
  letter-spacing: 3px;
}
.shop-08-product .container-fluid {
  padding: 0 100px;
}
.isotope-filters.filters-bb button {
  margin: 4px;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  border: 2px solid transparent;
  border-radius: 0 !important;
  background: transparent;
  color: #363636;
  font-weight: 500;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  text-transform: uppercase;
}
.isotope-filters.filters-bb button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}
.isotope-filters.filters-bb button.active,
.isotope-filters.filters-bb button:hover {
  background: transparent;
  border-bottom: 2px solid #323232;
  color: #323232;
}
.isotope-filters.filters-bb button + button {
  margin-left: 10px;
}
.wishlist-page .table tbody {
  border: 0px;
  border-bottom: 1px solid #f0ede7;
}
.wishlist-page .table > tfoot > tr > td {
  border-top: none;
  border-bottom: solid 1px #f0ede7;
}
.wishlist-page .table > thead > tr > th,
.wishlist-page .table > tbody > tr > th,
.wishlist-page .table > tfoot > tr > th,
.wishlist-page .table > thead > tr > td,
.wishlist-page .table > tbody > tr > td,
.wishlist-page .table > tfoot > tr > td {
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
}
.wishlist-page .table .image img {
  width: 50px;
}
.wishlist-page .table td.price.price-2 {
  color: #f1c40f;
}
.wishlist-page .table td.total a {
  border: 1px solid #f0ede7;
  font-size: 14px;
  padding: 3px 6px;
}
.wishlist-page .table td.total a:hover {
  border: 1px solid #f1c40f;
  background: #f1c40f;
  color: #fff;
}
.wishlist-page .table .td-quentety input {
  border: 1px solid #ccc;
  margin: 15px 0 5px 0;
  padding: 0px 0px 0 20px;
  width: 70px;
  height: 35px;
  background: transparent;
}
.wishlist-page .table .td-quentety input:focus {
  box-shadow: none;
}
.wishlist-page .price:hover {
  box-shadow: none;
}
.table > thead > tr > th {
  border-bottom: 2px solid #dee2e6 !important;
}
.default {
  background: transparent;
  z-index: 9999;
  position: absolute;
  width: 100%;
}
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
}
.topbar ul li {
  display: inline-block;
  color: #16d1a1;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
}
.topbar ul li:last-child {
  margin-right: 0px;
}
.topbar ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
.topbar-call {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.topbar-call ul li i {
  margin-right: 5px;
  color: #20c5d5;
}
.topbar-call ul li a {
  margin-right: 30px;
  color: #fff;
}
.topbar-social {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.topbar-social ul li a {
  margin-left: 5px;
}
.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 12px;
}
.topbar-social ul li:last-child a span {
  margin-right: 0;
}
.topbar ul li a:hover {
  color: #20c5d5;
}
.menu-bar {
  float: right;
}
.mega-menu .menu-links {
  float: left;
}
.search-cart {
  display: inline-block;
}
.search-cart i.icon {
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.search-cart i.icon:hover {
  color: #20c5d5;
}
.search-cart .search {
  display: inline-block;
  padding-right: 15px;
  padding-left: 10px;
}
.search-cart .shpping-cart {
  display: inline-block;
}
.shpping-cart a {
  position: relative;
}
.shpping-cart strong.item {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 10px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #20c5d5;
  border-radius: 50%;
}
.search .search-btn {
  display: block;
  height: 20px;
  line-height: 21px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #fff;
  -o-transition: color 300ms ease 0s;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: color 300ms ease 0s;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: color 300ms ease 0s;
  -webkit-transition: color 300ms ease 0s;
  -webkit-transition: 0.5s ease-in-out;
  transition: color 300ms ease 0s;
  transition: 0.5s ease-in-out;
}
.search .search-btn:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.search .search-btn:hover {
  color: #20c5d5;
}
.search.search-open .search-btn:before {
  content: "";
}
.search-box {
  background: #fff;
  display: block;
  margin: 0;
  opacity: 0 !important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  transition: all 400ms ease;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.search .search-box input {
  background: transparent;
  border: 1px solid #eceff8;
  padding-left: 15px;
  border-radius: 3px;
}
.search .search-box input:focus {
  background: transparent;
  border: 1px solid #eceff8;
}
.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 27px;
  top: 27px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.search .search-box button:hover {
  color: #20c5d5;
}
.cart {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 0px;
  right: 0;
  width: 300px;
  border: 1px solid #eceff8;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}
.cart.cart-open {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.cart:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -8px;
}
.cart-title {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.cart-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
}
.cart-item .cart-image {
  display: table-cell;
  padding-right: 15px;
}
.cart-item .cart-image img {
  height: 40px;
}
.cart-item .cart-name {
  display: table-cell;
  vertical-align: top;
}
.cart-item .cart-name a {
  display: block;
  color: #323232;
}
.cart-item .cart-name a:hover {
  color: #20c5d5;
}
.cart-item .cart-name span {
  color: #323232;
  display: inline-block;
}
.cart-item .cart-name strong {
  padding-left: 30px;
}
.cart-price del {
  font-size: 14px;
  background: transparent;
  color: #323232;
  padding-left: 0;
}
.cart-price ins {
  text-decoration: none;
  color: #20c5d5;
  font-size: 16px;
  font-weight: bold;
}
.cart-total {
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
}
.cart-total h6 {
  text-align: center;
}
.cart-total a {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 18px;
  margin: 0;
}
.cart-total a.button {
  display: inline-block;
}
.cart-total .button + .button {
  margin: 0;
}
.cart-item .cart-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.cart-item .cart-close a {
  font-size: 14px;
}
.cart-item .cart-close a:hover {
  color: #323232;
}
.mega-menu .menu-logo {
  padding: 25px 0 25px;
}
.mega-menu .menu-logo img {
  height: 60px;
}
.mega-menu .drop-down-multilevel.right-menu {
  right: 0px;
}
.mega-menu > section.menu-list-items {
  padding: 0;
}
.mega-menu .menu-links > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #555;
}
.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #20c5d5;
}
.mega-menu .menu-links > li.active .drop-down a {
  color: #323232;
}
.mega-menu .menu-links > li.active .drop-down li.active a {
  color: #20c5d5;
}
.mega-menu .menu-links > li.active .drop-down a:hover {
  color: #20c5d5;
}
.mega-menu .menu-links > li.active .drop-down li.active a i {
  color: #20c5d5;
}
.mega-menu .menu-links > li.active .drop-down a i:hover {
  color: #20c5d5;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #20c5d5;
  background: #f7f7f7;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #323232;
  background: transparent;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #f7f7f7;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #323232;
  background: transparent;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #f7f7f7;
}
.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #20c5d5;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  i {
  color: #20c5d5;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  i {
  color: #323232;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active:hover
  .drop-down-multilevel
  li
  a:hover
  i {
  color: #20c5d5;
}
.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}
.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.mega-menu.desktopTopFixed .menu-logo {
  padding: 0px;
}
.mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
  height: 50px;
  margin-top: 10px;
}
.mega-menu .badge {
  color: #fff;
}
.mega-menu .drop-down-multilevel li.activeTriggerMobile {
  background: #fafafa;
}
.header.fullWidth .container-fluid {
  padding: 0 60px;
}
.header.light {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.header.light .topbar ul li {
  color: #323232;
}
.header.light .topbar ul li a {
  color: #323232;
}
.header.light .mega-menu .menu-links > li > a {
  color: #323232;
}
.header.light .mega-menu .menu-links > li > a:hover {
  color: #20c5d5;
}
.header.light .mega-menu .menu-links > li.active > a {
  color: #20c5d5;
}
.header.light .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.light .search-cart i.icon {
  color: #323232;
}
.header.light .search-cart i.icon:hover {
  color: #20c5d5;
}
.header.light .mega-menu.desktopTopFixed .menu-list-items {
  background: #fff;
}
.header.light .search .search-btn {
  color: #323232;
}
.header.light .search .search-btn:hover {
  color: #20c5d5;
}
.header.dark {
  background: #323232;
  position: relative;
}
.header.transparent {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header.left-menu .menu-bar {
  float: none;
}
.header.left-menu .menu-links {
  padding-left: 30px;
}
.header.left-menu .search-cart {
  float: right;
}
.header.logo-center .mega-menu {
  min-height: 170px;
}
.header.logo-center .menu-logo {
  float: none;
  display: block;
  text-align: center;
}
.header.logo-center .mega-menu .menu-logo > li > a {
  float: none;
}
.header.logo-center .mega-menu .menu-logo > li {
  float: none;
  line-height: 0;
}
.header.logo-center .mega-menu img {
  float: none;
  margin: 0 auto;
}
.header.logo-center .menu-bar {
  float: none;
}
.header.logo-center .search-cart {
  float: right;
}
.header.logo-center .mega-menu.desktopTopFixed .menu-logo {
  float: left;
  display: inline-block;
}
.header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > a {
  float: left;
}
.header.logo-center .mega-menu.desktopTopFixed img {
  float: left;
  margin: 0 auto;
}
.header.logo-center .mega-menu.desktopTopFixed .menu-bar {
  float: right;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}
.header.logo-center .mega-menu.desktopTopFixed .search-cart {
  float: right;
}
.header.fancy {
  background: transparent;
  position: relative;
  border-bottom: 0;
}
.header.fancy .topbar {
  background: #20c5d5;
  padding: 15px 0px 70px;
}
.header.fancy .topbar .topbar-right li a:hover {
  color: #323232;
}
.header.fancy .search-cart i.icon {
  color: #323232;
  line-height: 20px;
}
.header.fancy .topbar-call ul li i {
  color: #fff;
}
.header.fancy .mega-menu .menu-logo {
  padding: 26px 0px;
}
.header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 30px;
}
.header.fancy .topbar + .menu {
  top: 60px;
}
.header.fancy .mega-menu > section.menu-list-items {
  background: #fff;
  padding: 0px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.header.fancy .mega-menu.desktopTopFixed > section.menu-list-items {
  border-bottom: 1px solid #f6f6f6;
}
.header.fancy .topbar ul li a:hover {
  color: #323232;
}
.header.fancy .mega-menu .menu-links > li > a {
  color: #323232;
  line-height: 20px;
}
.header.fancy .mega-menu .menu-links > li > a:hover {
  color: #20c5d5;
}
.header.fancy .mega-menu .menu-links > li.active > a {
  color: #20c5d5;
}
.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #fff;
}
.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #323232;
}
.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a:hover,
.header.fancy .mega-menu.desktopTopFixed .menu-links > li.active > a {
  color: #20c5d5;
}
.header.fancy .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}
.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
  line-height: 20px;
}
.header.fancy
  .mega-menu.desktopTopFixed
  .menu-list-items
  .menu-logo
  > li
  > a
  img {
  height: 30px;
}
.header.fancy .mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}
.header.fancy .search-cart i.icon:hover {
  color: #20c5d5;
}
.header.fancy .search .search-btn {
  color: #323232;
}
.header.fancy .search .search-btn:hover {
  color: #20c5d5;
}
.header.fancy .mega-menu.desktopTopFixed .drop-down.grid-col-5 {
  width: 21.666666666667%;
}
.header.fancy .search-box {
  margin-top: -6px;
}
.header.fancy.without-topbar .menu {
  top: 30px;
}
.header.burger .menu-icon {
  font-size: 30px;
  color: #323232;
}
.header.burger .menu-icon:hover {
  color: #20c5d5;
}
.header.burger {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 30px 30px;
}
.header.burger .logo {
  display: inline-block;
}
.header.burger .logo img {
  height: 50px;
}
.side-menu-icon {
  display: inline-block;
}
.side-menu-icon .menu-icon {
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
}
.side-menu-icon .menu-icon:hover {
  color: #20c5d5;
}
.header.text-dark .topbar ul li {
  color: #323232;
}
.header.text-dark .topbar ul li a {
  color: #323232;
}
.header.text-dark .topbar ul li a:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu .menu-links > li > a {
  color: #323232;
}
.header.text-dark .mega-menu .menu-links > li > a:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu .menu-links > li.active > a {
  color: #20c5d5;
}
.header.text-dark .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.text-dark .search-cart i.icon {
  color: #323232;
}
.header.text-dark .search-cart i.icon:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
  background: #fff;
}
.header.text-dark .search .search-btn {
  color: #323232;
}
.header.text-dark .search .search-btn:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu .drop-down-multilevel {
  background: #323232;
}
.header.text-dark .mega-menu .drop-down.menu-bg,
.header.text-dark .mega-menu .drop-down-tab-bar {
  background: rgba(50, 50, 50, 1)
    url("https://www.aaravinfotech.com/images/objects/menu-bg.png");
  background-repeat: no-repeat;
  background-position: 120% 0;
}
.header.text-dark .mega-menu .drop-down.menu-bg.nitro-lazy,
.header.text-dark .mega-menu .drop-down-tab-bar.nitro-lazy {
  background-image: none !important;
}
.header.text-dark .mega-menu .drop-down,
.header.text-dark .mega-menu .drop-down-tab-bar {
  background: #323232;
}
.header.text-dark .mega-menu .drop-down a,
.header.text-dark .mega-menu .drop-down-tab-bar a {
  color: #fff;
}
.header.text-dark .mega-menu .drop-down i.fa,
.header.text-dark .mega-menu .drop-down-tab-bar i.fa {
  color: #fff;
}
.header.text-dark .mega-menu .drop-down a:hover i.fa,
.header.text-dark .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #20c5d5;
}
.header.text-dark .mega-menu .menu-links > li.active .drop-down a {
  color: #fff;
}
.header.text-dark .mega-menu .menu-links > li.active .drop-down li.active a {
  color: #20c5d5;
}
.header.text-dark .mega-menu .menu-links > li.active .drop-down li a:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu .drop-down a:hover,
.header.text-dark .mega-menu .drop-down-tab-bar a:hover {
  color: #20c5d5;
}
.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel a,
.header.text-dark .mega-menu .drop-down-multilevel a {
  color: #fff;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  a,
.header.text-dark .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}
.header.text-dark .mega-menu .drop-down.menu-shop-bg {
  background: rgba(50, 50, 50, 1)
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/objects/menu-shop-bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: right;
}
.header.text-dark .mega-menu .drop-down.menu-shop-bg.nitro-lazy {
  background-image: none !important;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  a:hover,
.header.text-dark .mega-menu .drop-down-multilevel a:hover {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #fff;
  background: transparent;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #fff;
  background: transparent;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  i {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  i {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  i {
  color: #fff;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active:hover
  .drop-down-multilevel
  li
  a:hover
  i {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.text-dark
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.text-dark .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #fff;
}
.header.text-dark .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #20c5d5;
}
.header.text-dark .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
  color: #20c5d5;
}
.header.dark-dropdown .mega-menu .drop-down-multilevel {
  background: #323232;
}
.header.dark-dropdown .mega-menu .drop-down.menu-bg,
.header.dark-dropdown .mega-menu .drop-down-tab-bar {
  background: rgba(50, 50, 50, 1)
    url("https://www.aaravinfotech.com/images/objects/menu-bg.png");
  background-repeat: no-repeat;
  background-position: 120% 0;
}
.header.dark-dropdown .mega-menu .drop-down.menu-bg.nitro-lazy,
.header.dark-dropdown .mega-menu .drop-down-tab-bar.nitro-lazy {
  background-image: none !important;
}
.header.dark-dropdown .mega-menu .drop-down,
.header.dark-dropdown .mega-menu .drop-down-tab-bar {
  background: #323232;
}
.header.dark-dropdown .mega-menu .drop-down a,
.header.dark-dropdown .mega-menu .drop-down-tab-bar a {
  color: #fff;
}
.header.dark-dropdown .mega-menu .drop-down i.fa,
.header.dark-dropdown .mega-menu .drop-down-tab-bar i.fa {
  color: #fff;
}
.header.dark-dropdown .mega-menu .drop-down a:hover i.fa,
.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #20c5d5;
}
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down a {
  color: #fff;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down
  li.active
  a {
  color: #20c5d5;
}
.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down li a:hover {
  color: #20c5d5;
}
.header.dark-dropdown .mega-menu .drop-down a:hover,
.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  a,
.header.dark-dropdown .mega-menu .drop-down-multilevel a {
  color: #fff;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  a,
.header.dark-dropdown .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}
.header.dark-dropdown .mega-menu .drop-down.menu-shop-bg {
  background: rgba(50, 50, 50, 1)
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/objects/menu-shop-bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: right;
}
.header.dark-dropdown .mega-menu .drop-down.menu-shop-bg.nitro-lazy {
  background-image: none !important;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  a:hover,
.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #fff;
  background: transparent;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #fff;
  background: transparent;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  i {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  i {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  i {
  color: #fff;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active:hover
  .drop-down-multilevel
  li
  a:hover
  i {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #20c5d5;
  background: #282828;
}
.header.dark-dropdown .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #fff;
}
.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #20c5d5;
}
.header.dark-dropdown
  .mega-menu
  .drop-down-multilevel
  li.active
  a
  i.fa-indicator {
  color: #20c5d5;
}
.header .label.label-default,
.header .label.label-primary,
.header .label.label-success,
.header .label.label-info,
.header .label.label-warning,
.header .label.label-danger {
  color: #fff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}
#onepagenav .mega-menu .menu-links > li > a {
  text-transform: capitalize;
}
.vertical-menu #onepagenav.menu .mega-menu .menu-links > li {
  display: block;
  float: none;
}
.vertical-menu #onepagenav.menu .mega-menu .menu-links > li > a {
  display: block;
}
.header.topbar-dark .topbar {
  background: #323232;
}
.header.topbar-dark .topbar .topbar-call ul li a,
.header.topbar-dark .topbar ul li,
.header.topbar-dark .topbar ul li a {
  color: #fff !important;
}
header.one-page {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-inverse {
  background: transparent;
  border: 0;
}
.navbar-brand {
  height: auto;
  padding: 25px 0;
}
.navbar .navbar-brand img {
  height: 40px;
}
.navbar {
  min-height: 80px;
}
.navbar-nav {
  float: right;
}
.navbar-inverse .navbar-nav > li {
  padding: 35px 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  padding: 0;
  text-transform: capitalize;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #20c5d5;
}
.navbar.affix {
  width: 100%;
  background: #323232;
}
.navbar.affix {
  width: 100%;
  background: #323232;
}
.navbar {
  min-height: inherit !important;
}
.navbar.affix .navbar-brand img {
  height: 30px;
}
.navbar.affix .navbar-brand {
  padding: 15px 0;
}
.navbar.affix .navbar-nav > li {
  padding: 20px 15px;
}
.navbar-nav > li > a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.vertical-header .container-fluid {
  padding: 0 80px;
}
.menu-responsive {
  display: none;
}
.vertical-header .navbar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
.vertical-header {
  padding-left: 260px;
}
.header.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  min-height: 100%;
  background: #212121;
  z-index: 999;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.header.vertical-menu .menu-bar {
  float: none;
}
.mega-menu.vertical-left,
.mega-menu.vertical-right {
  float: none;
}
.menu-widgets {
  position: absolute;
  bottom: 20px;
}
.menu-widgets .social-icons.social-border li a {
  border: 2px solid;
  line-height: 30px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #20c5d5;
}
header.one-page.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #212121;
  width: 260px;
  padding: 30px;
}
header.one-page.vertical-menu .navbar-header {
  float: none;
  margin-bottom: 20px;
}
header.one-page.vertical-menu .navbar-nav {
  float: none;
}
header.one-page.vertical-menu .navbar-nav > li {
  display: block;
  float: none;
}
header.one-page.vertical-menu .navbar-inverse .navbar-nav > li {
  padding: 15px 0px;
}
header.one-page.vertical-menu .navbar-collapse {
  padding: 0;
}
header.one-page.vertical-menu .menu-widgets {
  padding: 0px;
}
header.one-page.light {
  position: relative;
  background: #fff;
}
header.one-page.light .navbar {
  margin-bottom: 0;
}
header.one-page.light .navbar-inverse .navbar-nav > li > a {
  color: #323232;
}
header.one-page.light .navbar-inverse .navbar-nav > li > a:hover {
  color: #20c5d5;
}
header.one-page.light .navbar-inverse .navbar-nav > .active > a,
header.one-page.light .navbar-inverse .navbar-nav > .active > a:focus,
header.one-page.light .navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #20c5d5;
}
header.one-page.light .navbar-inverse .navbar-collapse,
header.one-page.light .navbar-inverse .navbar-form {
  background: #fff;
}
header.one-page.light .navbar.affix {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 > li > a {
  padding: 5px 10px;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
header.one-page.light
  .navbar-inverse
  .navbar-nav.hover-effect-01
  > li
  > a:hover,
header.one-page.light
  .navbar-inverse
  .navbar-nav.hover-effect-01
  > .active
  > a {
  -webkit-box-shadow: inset 178px 0px 0px 0px #20c5d5;
  -o-box-shadow: inset 178px 0px 0px 0px #20c5d5;
  -ms-box-shadow: inset 178px 0px 0px 0px #20c5d5;
  -moz-box-shadow: inset 178px 0px 0px 0px #20c5d5;
  box-shadow: inset 178px 0px 0px 0px #20c5d5;
  color: #fff;
  -webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -ms-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
}
.one-page.nav-center .navbar-collapse.collapse {
  text-align: center;
}
.one-page.nav-center .navbar-nav {
  float: none;
  display: inline-block;
}
.one-page.transparent {
  background: rgba(0, 12, 27, 0.5);
}
.one-page.transparent .navbar {
  margin-bottom: 0;
}
.one-page.dark-text .navbar-inverse .navbar-nav > li > a {
  color: #323232;
}
.one-page.dark-text .navbar-inverse .navbar-nav > li > a:hover {
  color: #d12326;
}
.one-page.dark-text .navbar-inverse .navbar-nav > .active > a,
.one-page.dark-text .navbar-inverse .navbar-nav > .active > a:focus,
.one-page.dark-text .navbar-inverse .navbar-nav > .active > a:hover {
  color: #d12326;
}
.one-page.dark-text .navbar.affix {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.vertical-menu .menu .menu-logo {
  padding: 50px 20px;
}
.vertical-menu .menu .mega-menu .menu-links > li > a {
  padding: 0 23px;
}
.vertical-menu .menu-widgets {
  padding: 20px;
}
@media (min-width: 992px) {
  .mega-menu {
    min-height: inherit;
  }
  .header.light .mega-menu {
    min-height: 90px;
  }
  .mega-menu > section.menu-list-items {
    float: none;
  }
  .mega-menu > section.menu-list-items > .container,
  .mega-menu > section.menu-list-items > .container > .row,
  .mega-menu > section.menu-list-items > .container > .row > div {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul {
    display: table !important;
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar,
  .mega-menu .drop-down-multilevel {
    top: 100%;
  }
  .mega-menu > section.menu-list-items .search-cart {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .search-cart .search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
  }
  .header .search .search-btn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10px;
    float: none;
    clear: both;
    height: 100%;
  }
  .search .search-btn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-cart .shpping-cart {
    display: table;
    float: left;
    height: 100%;
  }
  .shpping-cart a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .shpping-cart strong.item {
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
  }
  .cart {
    top: 100%;
  }
  .mega-menu > section.menu-list-items > .container-fluid,
  .mega-menu > section.menu-list-items > .container-fluid > .row,
  .mega-menu > section.menu-list-items > .container-fluid > .row > div {
    height: 100%;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar > ul {
    height: auto;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: inline-block;
  }
  .logo-center .mega-menu > section.menu-list-items .search-cart {
    height: auto;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar {
    height: auto;
  }
  .logo-center .mega-menu .drop-down,
  .logo-center .mega-menu .drop-down-tab-bar,
  .logo-center .mega-menu .drop-down-multilevel {
    top: auto;
  }
  .logo-center .mega-menu .menu-links > li > a {
    line-height: 72px;
  }
  .logo-center.header .search .search-btn {
    line-height: 72px;
  }
  .logo-center .search-cart i.icon {
    line-height: 72px;
  }
  .logo-center
    .mega-menu.desktopTopFixed
    .menu-list-items
    .menu-links
    > li
    > a {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search .search-btn {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search-cart i.icon {
    line-height: 60px;
  }
  .logo-center .search .search-btn:before {
    top: inherit;
    transform: inherit;
  }
  .logo-center .search-cart .shpping-cart {
    float: right;
  }
  .vertical-menu .mega-menu > section.menu-list-items .menu-bar {
    height: auto;
  }
  .vertical-menu .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: block;
  }
  .search-cart .side-menu-icon {
    display: table;
    float: left;
    height: 100%;
  }
  .side-menu-icon .menu-icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .header.light .mega-menu {
    min-height: 90px;
  }
  nav#menu.desktopTopFixed {
    min-height: 90px;
  }
}
.rev-slider {
  overflow: hidden;
  position: relative;
}
.slotholder {
  filter: none !important;
}
.tp-half-one {
  opacity: 1 !important;
  visibility: visible !important;
  transform: inherit !important;
}
#rev_slider_267_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_267_1 .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
#rev_slider_267_1 .zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
#rev_slider_267_1 .zeus.tparrows.tp-leftarrow:before {
  content: "";
}
#rev_slider_267_1 .zeus.tparrows.tp-rightarrow:before {
  content: "";
}
#rev_slider_267_1 .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}
#rev_slider_267_1 .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#rev_slider_267_1 .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}
#rev_slider_267_1 .zeus.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}
#rev_slider_267_1 .zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#rev_slider_268_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_268_1 .dione.tparrows {
  color: #000;
  height: 100%;
  width: 90px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_268_1 .dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}
#rev_slider_268_1 .dione .tp-arr-imgwrapper {
  width: 90px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}
#rev_slider_268_1 .dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}
#rev_slider_268_1 .dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 90px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translatex(-50px);
  -webkit-transform: translatex(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}
#rev_slider_268_1 .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translatex(50px);
  -webkit-transform: translatex(50px);
}
#rev_slider_268_1 .dione.tparrows:before {
  color: 255, 255, 255;
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_268_1 .dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}
#rev_slider_268_1 .dione.tparrows:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}
#rev_slider_268_1 .dione.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
}
#rev_slider_268_1 .dione.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  opacity: 1;
  visibility: visible;
}
#rev_slider_269_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_270_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
  content: "";
}
.hermes.tparrows.tp-rightarrow:before {
  content: "";
}
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
#rev_slider_271_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "";
}
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
#rev_slider_272_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.custom.tparrows:hover {
  background: #000;
}
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
  content: "";
}
.custom.tparrows.tp-rightarrow:before {
  content: "";
}
#rev_slider_273_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "";
}
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
#rev_slider_275_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_275_1 .zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}
#rev_slider_275_1 .zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
#rev_slider_275_1 .zeus .tp-bullet:hover:after,
#rev_slider_275_1 .zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#rev_slider_275_1 .zeus .tp-bullet-image,
#rev_slider_275_1 .zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 13px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
#rev_slider_275_1 .zeus .tp-bullet-title,
#rev_slider_275_1 .zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#rev_slider_275_1 .zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
}
#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-title,
#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-image,
#rev_slider_275_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px) translateX(-50%);
  transform: translateY(0px) translateX(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-image,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  right: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet-title {
  bottom: auto;
  right: 100%;
  margin-right: 10px;
}
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title,
#rev_slider_275_1 .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image,
#rev_slider_275_1
  .zeus.nav-dir-vertical
  .tp-bullet:hover
  .tp-bullet-imageoverlay {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,
#rev_slider_275_1
  .zeus.nav-dir-vertical.nav-pos-hor-left
  .tp-bullet-imageoverlay {
  bottom: auto;
  margin-left: 10px;
  margin-bottom: 0px;
  left: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1
  .zeus.nav-dir-vertical.nav-pos-hor-left
  .tp-bullet:hover
  .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title,
#rev_slider_275_1
  .zeus.nav-dir-vertical.nav-pos-hor-left
  .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
  bottom: auto;
  left: 100%;
  margin-left: 10px;
}
#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,
#rev_slider_275_1
  .zeus.nav-dir-horizontal.nav-pos-ver-top
  .tp-bullet-imageoverlay {
  bottom: auto;
  top: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
  left: 0px;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateX(0px) translateX(-50%);
}
#rev_slider_275_1
  .zeus.nav-dir-horizontal.nav-pos-ver-top
  .tp-bullet:hover
  .tp-bullet-image {
  transform: scale(1) translateY(0px) translateX(-50%);
  -webkit-transform: scale(1) translateY(0px) translateX(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title,
#rev_slider_275_1
  .zeus.nav-dir-horizontal.nav-pos-ver-top
  .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
}
#rev_slider_275_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
  bottom: auto;
  top: 13px;
  margin-top: 20px;
}
#rev_slider_9_1 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
#rev_slider_9_1 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_9_1 .uranus.tparrows:hover:before {
  opacity: 0.75;
}
#rev_slider_19_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_19_1 .metis.tparrows {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#rev_slider_19_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}
#rev_slider_19_1 .metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_19_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}
#rev_slider_264_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
  content: "";
}
.hermes.tparrows.tp-rightarrow:before {
  content: "";
}
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
#rev_slider_261_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
.hebe.tparrows {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 1);
  min-width: 70px;
  min-height: 70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "";
}
.hebe.tparrows:hover:before {
  color: #000;
}
.tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scalex(0);
  -webkit-transform: scalex(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}
.hebe.tparrows:hover .tp-title-wrap {
  transform: scalex(1);
  -webkit-transform: scalex(1);
}
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}
#rev_slider_289_1 .metis.tparrows {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#rev_slider_289_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}
#rev_slider_289_1 .metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_289_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}
.hermes.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
  content: "";
}
.hermes.tparrows.tp-rightarrow:before {
  content: "";
}
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translatex(20px);
  -webkit-transform: translatex(20px);
  opacity: 0;
}
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translatex(-180px);
  -webkit-transform: translatex(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(180px);
  -webkit-transform: translatex(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
}
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotatex(-90deg);
  transform: rotatex(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
#rev_slider_260_1 .zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
#rev_slider_260_1 .zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
#rev_slider_260_1 .zeus.tparrows.tp-leftarrow:before {
  content: "";
}
#rev_slider_260_1 .zeus.tparrows.tp-rightarrow:before {
  content: "";
}
#rev_slider_260_1 .zeus .tp-title-wrap {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}
#rev_slider_260_1 .zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translatex(-100%);
  -webkit-transform: translatex(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#rev_slider_260_1 .zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translatex(100%);
  -webkit-transform: translatex(100%);
}
#rev_slider_260_1 .zeus.tparrows:hover .tp-arr-imgholder {
  transform: translatex(0);
  -webkit-transform: translatex(0);
  opacity: 1;
}
#rev_slider_260_1 .zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.hesperiden.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.hesperiden.tparrows:hover {
  background: rgba(0, 0, 0, 1);
}
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
  content: "";
  margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
  content: "";
  margin-right: -3px;
}
#rev_slider_263_1_wrapper .tp-loader.spinner2 {
  background-color: #fff !important;
}
#rev_slider_292_1_wrapper .tp-loader.spinner4 {
  background-color: #e9457a !important;
}
.slider-parallax {
  height: 86vh;
  position: relative;
}
.slider-content-middle {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 30%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.scroll-down {
  text-align: center;
  width: 34px;
  height: 58px;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -17px;
  line-height: 50px;
}
.scroll-down i {
  height: 10px;
  width: 4px;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(25px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.personal-typer-banner span.sub-text {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
}
.personal-typer-banner b {
  border-bottom: 2px solid #20c5d5;
}
.personal-typer-banner h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  color: #20c5d5;
}
.personal-typer-banner h1 span {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  transform: rotate(-90deg);
  line-height: 50px;
  position: relative;
  top: -11px;
  left: -20px;
}
.personal-typer-banner h2 {
  border-left: 3px solid #20c5d5;
  padding-left: 10px;
  margin-top: 20px;
}
.typer-banner h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
}
.typer-banner p {
  font-size: 22px;
  line-height: 22px;
}
.slider-content .typer {
  color: #20c5d5 !important;
}
.popup-video-banner h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
}
.popup-video-banner a span {
  margin-left: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #20c5d5;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.popup-video-banner a:hover span {
  background: #20c5d5;
  color: #fff;
}
.popup-video-banner a strong {
  padding-left: 10px;
  display: inline-block;
}
#video-background.bg-overlay-black-50:before {
  z-index: 0;
}
.video-background-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}
.video-background-banner .slider-content {
  border: 20px solid #20c5d5;
  width: 50%;
  margin: 0 auto;
  padding: 60px 30px;
}
.video-background-banner .slider-content span {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.video-background-banner .slider-content p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-top: 20px;
}
.portfolio-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}
.portfolio-banner .slider-content {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 60px 30px;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.02);
}
.portfolio-banner .slider-content span {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
.portfolio-banner .slider-content span i {
  line-height: 20px;
}
.portfolio-banner .slider-content h1 {
  font-size: 70px;
  margin-bottom: 0;
}
.white-bg {
  background: #fff;
}
.gray-bg {
  background: #f7f7f7;
}
.dark-gray-bg {
  background: #666;
}
.theme-bg {
  background: #20c5d5;
}
.black-bg {
  background: #323232;
}
.dark-theme-bg {
  background: #050801;
}
.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-20:before {
  background: rgba(132, 186, 63, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-50:before {
  background: rgba(132, 186, 63, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-70:before {
  background: rgba(132, 186, 63, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-theme-90:before {
  background: rgba(132, 186, 63, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.bg-overlay-black-10,
.bg-overlay-black-20,
.bg-overlay-black-30,
.bg-overlay-black-40,
.bg-overlay-black-50,
.bg-overlay-black-60,
.bg-overlay-black-70,
.bg-overlay-black-80,
.bg-overlay-black-90,
.bg-overlay-white-10,
.bg-overlay-white-20,
.bg-overlay-white-30,
.bg-overlay-white-40,
.bg-overlay-white-50,
.bg-overlay-white-60,
.bg-overlay-white-70,
.bg-overlay-white-80,
.bg-overlay-white-90,
.bg-overlay-theme-20,
.bg-overlay-theme-50,
.bg-overlay-theme-70,
.bg-overlay-theme-90 {
  position: relative;
}
.our-service-home {
  padding-bottom: 230px;
}
.custom-content {
  margin-top: -220px;
  background: #20c5d5;
  position: relative;
  z-index: 9;
  padding: 50px;
}
.decolines {
  pointer-events: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.decolines--fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
.decoline {
  position: absolute;
}
.feature-step h1 {
  font-size: 60px;
}
.feature-step h3 {
  font-weight: 300;
  margin: 30px 0px 20px;
}
.feature-step a {
  font-size: 14px;
  color: #20c5d5;
}
.feature-step a:hover {
  color: #323232;
}
.feature-step-2-box {
  padding: 70px 30px;
  z-index: 99;
  position: relative;
}
.feature-step-2.bg-01 {
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/blog/05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2.bg-02 {
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/blog/06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2.bg-03 {
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/blog/09.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-step-2.bg-overlay-black-50:before {
  z-index: 0;
}
.feature-step-2 .feature-step-2-title-left h1 {
  font-size: 75px;
  line-height: 60px;
  color: #fff;
}
.feature-step-2 h3 {
  margin-bottom: 0;
}
.feature-step-2 h2 {
  font-weight: 200;
  position: relative;
  padding-bottom: 10px;
  font-size: 28px;
}
.feature-step-2 img {
  display: block;
  width: 100%;
}
.feature-step-2 .button {
  margin-top: 20px;
}
.feature-step-2 .feature-step-2-title-left {
  opacity: 0.5;
  display: table-cell;
  padding-right: 26px;
}
.feature-step-2-title-2-right {
  display: table-cell;
  vertical-align: top;
}
.feature-step-2.black-bg .feature-step-2-box,
.feature-step-2.theme-bg .feature-step-2-box {
  position: inherit;
  top: inherit;
  transform: inherit;
  display: inline-block;
}
.service-blog {
  padding-top: 50px;
  padding-right: 25px;
  margin-bottom: 100px;
}
.service-blog p {
  position: relative;
  z-index: 9;
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-blog b {
  position: absolute;
  z-index: 0;
  top: -35px;
  font-family: "Poppins", sans-serif;
  right: 0;
  font-size: 300px;
  color: #dde1eb;
  line-height: normal;
  opacity: 0.3;
}
.service-blog ul {
  border-right: 6px solid #20c5d5;
  padding-right: 20px;
}
.service-blog li {
  color: #626262;
  font-size: 16px;
  line-height: 22px;
  padding: 2px 0 7px;
}
.service-blog.left b {
  left: 0;
  right: inherit;
}
.service-blog.left ul {
  border-left: 6px solid #20c5d5;
  border-right: 0 none;
  padding-left: 20px;
  padding-right: 0;
}
.split-section {
  position: relative;
  z-index: 10;
}
.split-section .img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.split-section .img-side.img-right {
  right: 0;
}
.split-section .img-side.img-left {
  left: 0;
}
.split-section .img-side {
  right: 0;
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.our-awesome-core .img-side {
  top: 20px;
}
.who-we-are-left .owl-carousel .owl-dots {
  bottom: 26px;
  position: absolute;
}
.who-we-are-left .owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.resume-page .container-fluid {
  padding: 0 70px;
}
.resume-block .resume-icon {
  float: left;
  margin-right: 30px;
}
.resume-block .resume-icon span {
  font-size: 30px;
  line-height: 50px;
  color: #20c5d5;
}
.resume-block .resume-name {
  display: table-cell;
}
.resume-block .resume-name span {
  color: #9ea8b6;
  font-size: 16px;
}
.resume-contact .g-map {
  padding-top: 120%;
}
.resume-contact .contact-form-main {
  padding: 80px 80px;
}
.resume-contact .footer-widget-social a i {
  color: #fff;
  background: rgba(43, 43, 43, 0.12);
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.resume-contact .footer-widget-social a i:hover {
  background: rgba(43, 43, 43, 0.19);
}
.isotope-filters {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}
.isotope-filters.text-start {
  display: block;
  margin: 30px 0;
  text-align: left;
}
.isotope-filters button {
  margin: 4px;
  cursor: pointer;
  padding: 6.5px 25px;
  font-size: 15px;
  border-radius: 3px;
  background: transparent;
  color: #363636;
  font-weight: 500;
  border: 1px solid #ccc;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.isotope-filters button:focus {
  outline: none;
  outline-style: none;
  outline-offset: 0;
}
.isotope-filters button.active,
.isotope-filters button:hover {
  background: #20c5d5;
  color: #fff;
  border-color: #20c5d5;
}
.isotope-filters button + button {
  margin-left: 10px;
}
.isotope,
.masonry {
  margin: 0 -15px 0 0;
}
.isotope.full-screen,
.masonry.full-screen {
  margin: 0;
}
.isotope.full-screen.columns-2 .grid-item,
.isotope.full-screen.columns-3 .grid-item,
.isotope.full-screen.columns-4 .grid-item,
.isotope.full-screen.columns-5 .grid-item {
  padding: 7.5px;
}
.isotope .grid-item img {
  width: 100%;
}
.isotope.columns-1 .grid-item {
  width: 100%;
  padding: 0 15px 15px 0;
}
.isotope.columns-2 .grid-item {
  width: 50%;
  padding: 0 15px 15px 0;
}
.isotope.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}
.isotope.columns-4 .grid-item {
  width: 25%;
  padding: 0 15px 15px 0;
}
.isotope.columns-5 .grid-item {
  width: 20%;
  padding: 0 15px 15px 0;
}
.isotope.no-padding .grid-item {
  padding: 0 !important;
}
.masonry.no-padding .masonry-item {
  padding: 0 !important;
}
.masonry .masonry-item img {
  width: 100%;
}
.masonry.columns-2 .masonry-item {
  width: 50%;
  padding: 0 15px 15px 0;
}
.masonry.columns-3 .masonry-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}
.masonry.columns-4 .masonry-item {
  width: 25%;
  padding: 0 15px 15px 0;
}
.masonry.columns-5 .masonry-item {
  width: 20%;
  padding: 0 15px 15px 0;
}
.isotope.columns-4 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}
.isotope.columns-4 .portfolio-item .portfolio-overlay h6 {
  display: none;
}
.isotope.columns-5 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}
.isotope.columns-5 .portfolio-item .portfolio-overlay h6 {
  display: none;
}
.masonry.columns-4 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}
.masonry.columns-4 .portfolio-item .portfolio-overlay h6 {
  display: none;
}
.masonry.columns-5 .portfolio-item .portfolio-overlay h4 {
  font-size: 16px;
}
.masonry.columns-5 .portfolio-item .portfolio-overlay h6 {
  display: none;
}
.filters-vertical {
  margin: 0;
}
.filters-vertical button {
  display: block;
  margin: 0;
  border: none;
  padding: 6.5px 0px;
  text-align: left;
}
.filters-vertical.isotope-filters button + button {
  margin: 0;
}
.isotope-filters.filters-vertical button.active,
.isotope-filters.filters-vertical button:hover {
  color: #20c5d5;
  background: transparent;
}
.portfolio-item.rs-hero:before {
  content: none;
}
.portfolio-item.rs-hero {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.portfolio-title {
  padding: 100px 60px 30px;
}
.portfolio-title span {
  display: block;
}
.portfolio-item {
  width: 100%;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: 0;
}
.portfolio-item img {
  width: 100%;
  -webkit-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -ms-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-item .portfolio-overlay {
  width: 100%;
  background: #20c5d5;
  padding: 10px 0px;
  position: absolute;
  bottom: -80px;
  display: block;
  margin-top: 0;
  float: left;
  z-index: 9;
  text-align: left;
  padding-left: 30px;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item .portfolio-overlay h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.portfolio-item .portfolio-overlay a:hover {
  color: #323232;
}
.portfolio-item .portfolio-overlay span {
  font-weight: 400;
  font-size: 14px;
}
.portfolio-item .portfolio-overlay span a {
  color: #fff;
}
.portfolio-item .portfolio-overlay span a:hover {
  color: #323232;
}
.portfolio-item a.popup {
  position: absolute;
  right: 20px;
  top: -20px;
  color: #fff;
  color: #626262;
  z-index: 9;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  padding-left: 0px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item a.popup:hover {
  background: #20c5d5;
  color: #fff;
}
.portfolio-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-item:hover a.popup {
  opacity: 1;
  top: 20px;
}
.portfolio-item:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: 115%;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .owl-item .portfolio-item img {
  width: 100%;
}
.portfolio-item.only-popup {
  width: 100%;
  text-align: center;
}
.portfolio-item.only-popup a.popup {
  display: inline-block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.portfolio-item:hover .portfolio-overlay {
  bottom: 0;
}
.no-title .portfolio-item .portfolio-overlay {
  position: inherit;
  bottom: inherit;
  background: #f6f7f8;
}
.no-title .portfolio-item .portfolio-overlay a,
.no-title .portfolio-item .portfolio-overlay span {
  color: #323232;
}
.no-title .portfolio-item .portfolio-overlay a:hover {
  color: #20c5d5;
}
.mfp-bottom-bar {
  display: none;
}
.portfolio-home .isotope {
  margin-bottom: 0;
}
.corporate-02-portfolio .portfolio-item .portfolio-overlay a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.corporate-02-portfolio .portfolio-item .portfolio-overlay span a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.portfolio-item-2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.portfolio-item-2:before {
  background: transparent;
}
.portfolio-item-2 .portfolio-hover {
  padding: 20px;
  position: absolute;
  z-index: 99;
  bottom: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item-2 .portfolio-hover .hover-name {
  position: absolute;
  bottom: -10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.portfolio-item-2 .portfolio-hover .hover-name span {
  font-size: 14px;
  color: #fff;
  display: block;
}
.portfolio-item-2 .portfolio-hover .hover-name a {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-top: 5px;
}
.portfolio-item-2 .portfolio-hover .hover-name a:hover {
  color: #20c5d5;
}
.portfolio-item-2 .portfolio-hover .hover-icon {
  position: absolute;
  bottom: -10px;
  right: 30px;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.portfolio-item-2 .portfolio-hover .hover-icon a {
  color: #fff;
}
.portfolio-item-2 .portfolio-hover .hover-icon a:hover {
  color: #20c5d5;
}
.portfolio-item-2:hover .portfolio-hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}
.portfolio-item-2 img {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-item-2:hover img {
  opacity: 0.1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-item-2:hover .portfolio-hover .hover-name {
  bottom: 30px;
}
.portfolio-item-2:hover .portfolio-hover .hover-icon {
  bottom: 40px;
}
.no-title .portfolio-item-2 {
  overflow: visible;
}
.no-title .portfolio-item-2 .portfolio-hover {
  position: inherit;
  border: inherit;
  opacity: 1;
  background: #f6f7f8;
  clear: both;
}
.no-title .portfolio-item-2:hover .portfolio-hover {
  bottom: inherit;
  background: inherit;
  background: #f6f7f8;
}
.no-title .portfolio-item-2 .portfolio-hover .hover-name {
  bottom: inherit;
  position: inherit;
  display: inline-block;
  clear: both;
}
.no-title .portfolio-item-2 .portfolio-hover .hover-icon {
  bottom: inherit;
  position: inherit;
  display: inline-block;
  float: right;
  padding-top: 20px;
  text-align: right;
}
.no-title .portfolio-item-2:hover .portfolio-hover .hover-name {
  bottom: inherit;
}
.no-title .portfolio-item-2:hover .portfolio-hover .hover-icon {
  bottom: inherit;
}
.no-title .portfolio-item-2:hover img {
  opacity: 1;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.no-title .portfolio-item-2 .portfolio-hover .hover-icon a,
.no-title .portfolio-item-2 .portfolio-hover .hover-name span,
.no-title .portfolio-item-2 .portfolio-hover .hover-name a {
  color: #323232;
}
.no-title .portfolio-item-2 .portfolio-hover .hover-icon a:hover,
.no-title .portfolio-item-2 .portfolio-hover .hover-name a:hover {
  color: #20c5d5;
}
.tags h5 {
  display: inline-block;
  padding-right: 20px;
}
.tags ul {
  display: inline-block;
}
.tags li {
  display: inline-block;
}
.tags li a {
  background: #f6f7f8;
  color: #323232;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}
.tags li a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.share .social ul {
  display: inline-block;
}
.share .social ul li {
  display: inline-block;
  padding: 0px 6px;
}
.share .social ul li a:hover {
  color: #353535;
}
.port-meta ul {
  margin-bottom: 30px;
}
.port-meta li {
  margin-bottom: 20px;
  font-size: 16px;
}
.port-meta li b {
  color: #20c5d5;
  width: 200px;
  width: 100px;
  font-weight: 400;
  display: inline-block;
}
.port-meta li span {
  font-weight: normal;
}
.port-info p {
  margin-bottom: 0px;
}
.port-navigation {
  padding: 20px 0;
  border-bottom: 1px dashed #d0d0d0;
  border-top: 1px dashed #d0d0d0;
}
.port-navigation a {
  color: #626262;
}
.port-arrow {
  height: 74px;
  width: 40px;
  text-align: center;
  background: #f7f7f7;
  display: inline-block;
}
.port-arrow i {
  text-align: center;
  font-size: 25px;
  line-height: 75px;
}
.port-photo {
  width: 124px;
  height: 77px;
  display: inline-block;
}
.port-photo img {
  width: 100%;
}
.port-post {
  background: #f7f7f7;
  padding: 15px;
}
.port-post-photo {
  width: 170px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.port-post-photo img {
  width: 100%;
}
.port-post-info {
  padding-left: 190px;
}
.port-post-info h3 {
  display: inline-block;
  font-size: 24px;
}
.port-post-info span {
  color: #626262;
}
.port-post-social strong {
  font-size: 14px;
}
.port-post-social a {
  color: #626262;
  margin-left: 8px;
  font-size: 14px;
}
.port-post-social a:hover {
  color: #20c5d5;
}
.port-post-info p {
  margin-top: 10px;
}
.port-singal .owl-carousel .owl-item img {
  width: 100%;
}
.blog-box {
  padding: 30px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
.blog-info {
  position: relative;
  z-index: 9;
}
.blog-info span {
  color: #626262;
  font-size: 14px;
  margin-right: 6px;
}
.blog-info h4 {
  font-weight: 600;
  font-size: 18px;
}
.blog-box .post-format-icon {
  text-align: right;
  position: relative;
  z-index: 9;
}
.blog-box .post-format-icon i {
  padding-right: 0;
  font-size: 35px;
  color: #e1e1e1;
}
.blog-info p {
  padding: 0px 0 10px;
  font-size: 14px;
}
.blog-box .post-category a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  color: #fff;
  background-color: #20c5d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: ll 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
a.blog-btn {
  text-align: center;
  font-size: 14px;
  color: #20c5d5;
  display: block;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
a.blog-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-box .border {
  position: absolute;
  background: #20c5d5;
  height: 0px;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-box .blog-box-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-size: cover;
  background-position: center center;
}
.blog-box:hover .blog-box-img,
.blog-box.active .blog-box-img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-1:hover h4,
.blog-1:hover i,
.blog-1:hover span,
.blog-1:hover p,
.blog-1:hover a.blog-btn,
.blog-1.active h4,
.blog-1.active i,
.blog-1.active span,
.blog-1.active p,
.blog-1.active a.blog-btn,
.blog-1:hover .post-category a,
.blog-1:hover .post-format-icon i,
.blog-1.active .post-category a,
.blog-1.active .post-format-icon i {
  color: #fff;
}
.blog-box:hover .blog-box-img:before,
.blog-box.active .blog-box-img:before {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.blog-box.blog-2 {
  padding: 0;
  position: relative;
  border: none;
  transition: all 0.5s ease 0s;
  height: 100%;
}
.blog-box.blog-2 .blog-info {
  background: #fff;
  padding: 30px;
}
.blog-box.blog-2.gray-bg .blog-info {
  background: #f7f7f7;
}
.blog-box.blog-2 .blog-box-img {
  opacity: 1;
}
.blog-box.blog-2 .post-format-icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.blog-box.blog-2 .button.icon-color {
  text-transform: capitalize;
  float: right;
}
.blog-box.blog-2:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.blog-box.blog-2.gray-bg:hover {
  box-shadow: none;
}
.blog-box.blog-2.transparent .blog-info {
  background: transparent;
  padding: 30px 0;
}
.blog-box.blog-2.transparent .blog-info span {
  color: #fff;
}
.blog-entry {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.blog-entry:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.blog-entry .entry-image img {
  width: 100%;
}
.blog-entry .blog-detail {
  background: #fff;
  padding: 30px;
  border-top: 0px;
}
.blog-entry .blog-detail .entry-title a {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  line-height: 28px;
  color: #353535;
}
.blog-entry .blog-detail .entry-title a:hover {
  color: #20c5d5;
}
.blog-entry .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}
.blog-entry .entry-meta ul li i {
  color: #20c5d5;
  padding-right: 6px;
}
.blog-entry .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}
.blog-entry .entry-meta ul li a i {
  padding-right: 6px;
  color: #20c5d5;
}
.blog-entry .entry-meta ul li a:hover {
  color: #20c5d5;
}
.blog-entry .social strong {
  display: inline-block;
  margin-right: 10px;
}
.blog-entry .entry-button {
  display: inline-block;
}
.blog-entry .social ul {
  display: inline-block;
}
.blog-entry .social ul li {
  display: inline-block;
  padding: 0px 6px;
}
.blog-entry .social ul li a:hover {
  color: #353535;
}
.blog-entry .entry-share {
  margin-top: 20px;
  display: block;
}
.blog-entry.blockquote {
  background: #20c5d5;
  border: 0px;
  padding: 36px 30px;
}
.blog-entry.blockquote blockquote {
  background: #20c5d5;
  border-left: 0px;
  color: #fff;
  padding: 0px;
  position: relative;
  margin-top: 0 !important;
  padding-top: 60px;
}
.blog-entry.blockquote blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0px;
  top: -20px;
}
.blog-entry.blockquote .blog-detail {
  border: 0px;
  background: #20c5d5;
  padding: 0px;
}
.blog-entry.blockquote .blog-detail .entry-title a {
  color: #fff;
}
.blog-entry.blockquote .blog-detail .entry-title a:hover {
  color: #323232;
}
.blog-entry.blockquote .social ul li a {
  color: #fff;
}
.blog-entry.blockquote .social ul li a:hover {
  color: #323232;
}
.blog-entry.blockquote .entry-meta ul li a {
  color: #fff;
}
.blog-entry.blockquote .entry-meta ul li i {
  color: #fff;
}
.blog-entry.blockquote .entry-meta ul li a i {
  color: #fff !important;
}
.blog-entry.blockquote .entry-meta ul li a:hover {
  color: #323232;
}
.blog-entry.blockquote .button.arrow.white:hover {
  color: #323232;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}
.js-video.widescreen {
  padding-bottom: 34.34%;
}
.js-video embed,
.js-video iframe,
.js-video object,
.js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.js-video.big {
  padding-top: 30px;
}
.blog-entry .grid-post li {
  float: left;
  width: 50%;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  list-style: none;
}
.blog-entry .grid-post li img {
  width: 100%;
}
.blog-entry .grid-post li .portfolio-item {
  width: 100%;
}
.blog-entry .blog-entry-audio {
  padding: 136px 20px;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/blog/04.jpg")
    no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-entry .blog-entry-audio.nitro-lazy {
  background-image: none !important;
}
.blog-grid-3-column .blog-entry .blog-entry-audio {
  padding: 63px 20px;
}
.blog-grid-2-sidebar .blog-entry .blog-entry-audio {
  padding: 96px 20px;
}
.service-image-holder {
  position: relative;
  height: 496px;
}
.service-image-holder .section-title-2 {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}
.services-text-box {
  background: #fff;
  padding: 10% 15%;
}
.services-text-box-black {
  background: #363636;
  padding: 80px 50px !important;
}
.services-text-box-green {
  background: #20c5d5;
  padding: 80px 50px !important;
}
.creativity h1 {
  line-height: 65px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
}
.creativity p {
  font-size: 30px;
}
.creativity .button {
  display: inline-block;
  float: none;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
#formmessage {
  display: none;
}
.contact-form .section-field {
  position: relative;
  width: 31.3%;
  margin-right: 3%;
  float: left;
}
.contact-form .section-field:nth-child(3) {
  margin-right: 0px;
}
.contact-form .section-field:nth-child(6) {
  margin-right: 0px;
}
.contact-box.contact-box-top {
  margin-top: -1px;
  position: relative;
}
.touch-in .contact-box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  display: inline-block;
  margin-bottom: 0;
  padding: 60px 20px;
  width: 100%;
}
.contact-box i {
  background: #20c5d5;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  font-size: 34px;
  color: #fff;
  display: inline-block;
}
.contact-form .form-control {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.section-field.textarea {
  width: 100%;
}
.g-recaptcha.section-field {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form textarea.form-control {
  width: 100%;
}
.contact-box .contact-icon {
  display: table-cell;
  padding-right: 20px;
}
.contact-box .contact-icon i {
  background: transparent;
  line-height: normal;
  font-size: 34px;
  height: auto;
  width: auto;
}
.contact-box.theme-bg .contact-icon i {
  color: #fff !important;
}
.contact-box .contact-info {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  background: none;
}
.contact-2 .addresss-info p,
.contact-2 .addresss-info i,
.contact-2 .addresss-info li {
  color: #fff;
}
.contact-2 .contact-add {
  padding: 80px 0;
}
.contact-2 .contact-add i {
  font-size: 40px;
}
.contact-3 .g-map {
  padding-top: 101%;
}
.contact-2 .g-map {
  padding-top: 100%;
}
.map-side {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.map-side.map-right {
  left: auto;
  right: 0;
}
.contact-3 .contact-add {
  padding: 80px 15px;
}
.contact-3 .contact-add i {
  font-size: 40px;
  color: #20c5d5;
}
.contact-3 .contact-form .section-field {
  width: 100%;
}
.contact-social ul li {
  display: inline-block;
}
.contact-social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #323232;
  background: #eceff8;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 5px;
}
.contact-social ul li a:hover {
  background: #353535 !important;
  color: #fff;
}
.contact-3 .theme-bg.contact-add i {
  color: #fff !important;
}
.footer-contact .footer-nav ul li a {
  color: #353535;
}
.footer-contact .footer-nav ul li a:hover {
  color: #2046f2;
}
.footer-contact .contact-box .contact-icon i {
  background: transparent;
  color: #20c5d5;
  margin-bottom: 10px;
}
.footer.footer-topbar hr {
  border-color: #d9d9d9;
}
.footer.footer-topbar img#logo-footer {
  height: 34px;
  margin-bottom: 10px;
}
.footer-contact .social ul {
  background: #f6f7f8;
}
.footer-contact .social ul li a i {
  color: #353535;
}
.footer-contact .social ul li a i:hover {
  color: #2046f2;
}
.footer-contact .usefull-link ul li a {
  color: #353535;
}
.footer-contact .usefull-link ul li a:hover {
  color: #2046f2;
}
.footer-contact {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  margin-top: -220px;
  padding: 60px 0;
}
.footer-contact .contact-box {
  text-align: center;
}
.footer-contact .contact-box .contact-icon {
  display: block;
  padding-right: 0;
  color: #2046f2;
}
.footer-contact .contact-box .contact-info {
  display: block;
  background: none;
  padding: 0;
  width: 100%;
}
.footer-contact .contact-box .contact-info .section-title {
  margin-bottom: 0px;
}
.footer-contact .contact-box .contact-info h5 {
  color: #353535;
}
.our-clients.theme-bg {
  padding: 60px 0 170px;
}
.footer-Newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-Newsletter .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-Newsletter .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.history-main {
  width: 100%;
}
.liner {
  background: #fff;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  position: relative;
  right: 0;
  top: 50%;
  width: 96%;
  z-index: 1;
}
.liner i {
  position: absolute;
  right: -2px;
  top: -9px;
  color: #fff;
}
.history-content {
  list-style: outside none none;
  padding: 125px 0;
  width: auto;
}
.history-1 {
  position: relative;
  left: 45px;
}
.history-2 {
  position: relative;
  margin-left: 30%;
}
.history-3 {
  position: relative;
  margin-left: 58%;
}
.history-4 {
  position: relative;
  margin-left: 95%;
}
.history-line {
  background: #fff;
  height: 60px;
  left: 3px;
  position: absolute;
  top: -75px;
  width: 2px;
  z-index: 9;
}
.history-time-lin {
  position: relative;
  top: 10px;
  z-index: 2;
}
.history-time-lin:before {
  bottom: 0;
}
.history-time-lin:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -5px;
  position: absolute;
  width: 20px;
  z-index: 1;
}
.history-time-lin:after {
  border: 2px solid #fff;
  background: #000;
  border-radius: 50%;
  content: "";
  height: 30px;
  left: -5px;
  position: absolute;
  width: 30px;
}
.history-time-lin:after {
  left: -10px;
  top: -25px;
}
.history-item {
  left: -20px;
  position: absolute;
  top: -125px;
}
.history-item a {
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
}
.history-5 {
  position: relative;
  margin-left: 15%;
}
.history-6 {
  position: relative;
  margin-left: 53%;
}
.history-7 {
  position: relative;
  margin-left: 78%;
}
.history-line-2 {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  left: 3px;
  position: absolute;
  top: 15px;
  width: 2px;
  z-index: 9;
}
.history-item-2 {
  left: -20px;
  position: absolute;
  top: 75px;
}
.history-item-2 a {
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
}
.our-history .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.our-history .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e6e6e6;
  left: 50%;
  margin-left: -0.5px;
}
.our-history .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.our-history .timeline > li:before,
.our-history .timeline > li:after {
  content: " ";
  display: table;
}
.our-history .timeline > li:after {
  clear: both;
}
.our-history .timeline > li:before,
.our-history .timeline > li:after {
  content: " ";
  display: table;
}
.our-history .timeline > li:after {
  clear: both;
}
.our-history .timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  padding: 15px 0px 25px 0px;
  position: relative;
}
.our-history .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 23px;
  right: -25px;
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #e6e6e6;
  content: " ";
}
.our-history .timeline > li > .timeline-badge {
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 10px;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  border: 3px solid #20c5d5;
  margin-left: -9px;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.our-history .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.our-history .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -32px;
  right: auto;
}
.our-history .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.our-history .timeline-body > p,
.our-history .timeline-body > ul {
  margin-bottom: 0;
}
.our-history .timeline-body > p + p {
  margin-top: 5px;
}
.our-history .timeline > li {
  text-align: right;
}
.our-history .timeline > li.timeline-inverted {
  text-align: left;
}
.our-history .timeline .timeline-arrow {
  position: absolute;
  width: 100%;
  left: 0.5px;
  right: 0;
  text-align: center;
  color: #e6e6e6;
  bottom: -29px;
}
.our-history .timeline > li > .timeline-badge p {
  width: 200px;
  margin-top: -9px;
  margin-left: 25px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.our-history .timeline > li.timeline-inverted .timeline-badge p {
  text-align: right;
  float: right;
  margin-right: 25px;
}
.our-service {
  position: relative;
  padding-bottom: 280px;
  z-index: 1;
}
.objects-left {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 80px;
  z-index: -1;
}
.objects-left .objects-1 {
  position: absolute;
  left: 50px;
  top: 0;
}
.objects-left .objects-2 {
  position: absolute;
  left: 100px;
  bottom: 170px;
}
.objects-left .objects-3 {
  position: absolute;
  left: 50%;
  bottom: 150px;
  margin-left: -150px;
}
.objects-right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 80px;
  z-index: -1;
}
.objects-right .objects-4 {
  position: absolute;
  right: 0px;
  top: 0;
}
.objects-right .objects-5 {
  position: absolute;
  right: 0px;
  bottom: 170px;
}
.objects-right .objects-bottom {
  position: absolute;
  right: 0px;
  bottom: 0;
}
.sidebar-widget p {
  margin-bottom: 0px;
}
.widget-search {
  position: relative;
}
.widget-search input {
  padding-right: 30px;
  color: #353535;
  box-shadow: none;
  background: #f6f7f8;
}
.widget-search i {
  position: absolute;
  right: 0px;
  padding: 16px 22px;
  font-size: 14px;
  color: #626262;
  cursor: pointer;
}
.widget-search input:focus {
  border-color: #20c5d5;
}
.sidebar-widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}
.sidebar-widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.sidebar-widget .recent-post .recent-post-info {
  overflow: hidden;
}
.sidebar-widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #323232;
}
.sidebar-widget .recent-post .recent-post-info a:hover {
  color: #20c5d5;
}
.sidebar-widget .recent-post .recent-post-info span {
  color: #20c5d5;
  font-style: italic;
  font-size: 14px;
}
.sidebar-widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}
.sidebar-widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget .widget-categories li {
  display: block;
  margin-bottom: 6px;
}
.sidebar-widget .widget-categories li a {
  font-size: 14px;
  color: #626262;
  line-height: 32px;
  display: block;
}
.sidebar-widget .widget-categories li i {
  font-size: 16px;
  line-height: 17px;
  padding-left: 2px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.sidebar-widget .widget-categories li a:hover {
  color: #20c5d5;
}
.sidebar-widget .widget-categories li a:hover i {
  border-color: #20c5d5;
  color: #20c5d5;
}
.sidebar-widget .widget-link li {
  display: block;
  margin-bottom: 6px;
}
.sidebar-widget .widget-link li a {
  font-size: 14px;
  color: #626262;
  line-height: 32px;
  display: block;
}
.sidebar-widget .widget-link li i {
  font-size: 16px;
  line-height: 17px;
  padding-left: 2px;
  margin-right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.sidebar-widget .widget-link li a:hover {
  color: #20c5d5;
}
.sidebar-widget .widget-tags li {
  display: inline-block;
}
.sidebar-widget .widget-tags li a {
  background: #f6f7f8;
  color: #323232;
  border-radius: 3px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 2px;
}
.sidebar-widget .widget-tags li a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.sidebar-widget .testimonial-widget .testimonial-content {
  background: #f6f7f8;
  padding: 20px;
  font-style: italic;
  border-radius: 5px;
  position: relative;
}
.sidebar-widget .testimonial-widget .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #f6f7f8 transparent transparent transparent;
}
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar {
  display: table-cell;
  padding-right: 20px;
}
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-avtar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name {
  display: table-cell;
  vertical-align: top;
}
.sidebar-widget .testimonial-widget .testimonial-info .testimonial-name span {
  display: block;
  font-style: italic;
  font-size: 14px;
}
.sidebar-widget .testimonial-widget .testimonial-info:before {
  display: none;
}
.sidebar-widget .widget-gallery ul li {
  float: left;
  width: 58px;
  margin: 2px;
  list-style: none;
}
.sidebar-widget .widget-newsletter {
  background: #f6f7f8;
  padding: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.sidebar-widget .widget-newsletter .newsletter-icon {
  position: absolute;
  right: 0;
  top: -16px;
}
.sidebar-widget .widget-newsletter .newsletter-icon i {
  font-size: 100px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.05);
}
.sidebar-widget .widget-newsletter .form-control {
  background: #fff;
  box-shadow: none;
}
.sidebar-widget .widget-clients .item {
  background: #f6f7f8;
  padding: 30px 30px;
}
.sidebar-widget .recent-item {
  margin-bottom: 20px;
}
.sidebar-widget .recent-item .recent-image {
  display: table-cell;
  padding-right: 10px;
  width: 50px;
  float: left;
}
.sidebar-widget .recent-item .recent-info {
  display: table-cell;
  vertical-align: top;
}
.sidebar-widget .recent-item .recent-title a {
  color: #353535;
  font-weight: bold;
}
.sidebar-widget .recent-item .recent-title a:hover {
  color: #20c5d5;
}
.sidebar-widget .recent-item .recent-meta li {
  display: inline-block;
  color: #353535;
}
.opening-time ul li {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #262626;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.opening-time ul li:last-child {
  border-bottom: 0;
}
.about-me .custom-content {
  margin-top: 0px;
}
.about-me .maintenance-progress-bar {
  margin: 0;
}
.about-me .maintenance-progress-bar .progress-bar {
  margin: 0 44px;
}
.maintenance-progress-bar .progress-bar .rotate {
  background: #20c5d5 !important;
}
.maintenance-progress-bar .progress-bar .right {
  background: #20c5d5 !important;
}
.about-me .portfolio-item {
  width: 100%;
}
.about-me .contact-me p {
  color: #363636;
  margin: 15px 0;
  display: table;
}
.about-me .contact-me i {
  float: left;
  color: #20c5d5;
  margin-right: 15px;
  line-height: 23px;
  width: 20px;
}
.about-me .follow-me ul {
  margin-top: 20px;
}
.about-me .follow-me li {
  display: inline-block;
}
.about-me .follow-me li a {
  background: #e4e4e4;
  color: #20c5d5;
  border-radius: 3px;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 2px;
  text-align: center;
  font-size: 16px;
}
.about-me .follow-me li a:hover {
  background: #20c5d5;
  color: #fff;
}
.team-details .social {
  display: table;
  float: right;
}
.team-details .social li a {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  color: #20c5d5;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  margin-left: 0px;
  text-align: center;
  width: 35px;
}
.team-details .social li a:hover {
  background: #20c5d5;
  color: #fff;
}
.team-details .info i {
  color: #f7f7f7;
  font-size: 126px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.team-details .info p {
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
  padding-left: 64px;
  position: relative;
  z-index: 9;
}
.owl-carousel img {
  width: 100%;
}
.pagination {
  margin: 0px;
}
.pagination li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px !important;
  color: #626262;
  border-radius: 3px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > a:hover {
  color: #626262;
}
.pagination > li > a,
.pagination > li > span {
  background: #f6f7f8;
  border: 0px;
  text-align: center;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #20c5d5;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #20c5d5;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.dataTables_paginate li.paginate_button.previous a,
.dataTables_paginate li.paginate_button.next a {
  width: inherit;
  height: inherit;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
.blog .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.blog .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 4px;
  background-color: #f7f7f7;
  left: 50%;
  margin-left: -1.5px;
}
.blog .timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 46%;
  float: left;
  clear: left;
}
.blog .timeline > li:before,
.blog .timeline > li:after {
  content: " ";
  display: table;
}
.blog .timeline > li:after {
  clear: both;
}
.blog .timeline > li:before,
.blog .timeline > li:after {
  content: " ";
  display: table;
}
.blog .timeline > li:after {
  clear: both;
}
.blog .timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  border: 1px solid #f7f7f7;
  position: relative;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.blog .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f7f7f7;
  border-right: 0 solid #f7f7f7;
  border-bottom: 15px solid transparent;
  content: " ";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.blog .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.blog .timeline > li > .timeline-badge {
  color: #fff;
  color: #f7f7f7;
  width: 54px;
  height: 54px;
  line-height: 18px;
  padding: 6px;
  font-size: 22px;
  border: 4px solid #f7f7f7;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 16px;
  right: -73px;
}
.blog .timeline > li > .timeline-badge span {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.blog .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.blog .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.blog .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.blog .timeline-title {
  margin-top: 0;
  color: inherit;
}
.blog .timeline-body > p,
.blog .timeline-body > ul {
  padding: 20px;
  margin-bottom: 0;
}
.blog .timeline-body > p + p {
  margin-top: 5px;
}
.blog .timeline-footer {
  padding: 20px;
  background-color: #f4f4f4;
}
.blog .timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.blog .timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 0px;
}
.blog .timeline > li:nth-child(2) {
  margin-top: 60px;
}
.blog .timeline > li:nth-child(3) {
  margin-top: 60px;
}
.blog .timeline .entry-title i {
  font-size: 24px;
}
.blog .timeline-inverted .timeline-badge {
  margin-top: 70px;
}
.blog .timeline li.timeline-inverted .timeline-panel:after {
  top: 98px;
}
.blog .timeline li.timeline-inverted .timeline-panel:before {
  top: 97px;
}
.blog .timeline > li.timeline-inverted > .timeline-badge {
  left: -73px;
}
.blog .timeline li.entry-date {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.blog .timeline li.entry-date span {
  background: #f7f7f7;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 30px;
}
.blog .timeline li.entry-date-bottom {
  bottom: -30px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.blog .timeline li.entry-date-bottom a {
  background: #f7f7f7;
  padding: 7px 10px;
  padding: 10px 25px;
  color: #363636;
  font-size: 16px;
  border-radius: 30px;
}
.blog .timeline li.entry-date-bottom a:hover {
  background: #20c5d5;
  color: #fff;
}
.blog .timeline li:hover .timeline-panel {
  border-color: #20c5d5;
}
.blog .timeline li:hover .timeline-badge a {
  color: #fff;
}
.blog .timeline li:hover .timeline-badge {
  background: #20c5d5;
  border-color: #20c5d5;
}
.blog .timeline li:hover .timeline-panel:before {
  border-left-color: #20c5d5;
  border-right-color: #20c5d5;
}
.blog .blog.timeline .entry-quote p {
  font-size: 16px;
}
.blog.timeline-sidebar .timeline > li {
  width: 89%;
}
.blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
  width: 50%;
}
.blog.timeline-sidebar .timeline:before {
  left: 54px;
}
.blog.timeline-sidebar .timeline li.entry-date {
  text-align: left;
}
.blog.timeline-sidebar .timeline li.entry-date-bottom {
  text-align: left;
}
.blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
  left: -66px;
}
.blog.timeline-sidebar .timeline > li.timeline-inverted {
  margin-bottom: 0px;
}
.blog.timeline-sidebar .timeline > li:nth-child(3) {
  margin-top: 30px;
}
.blog.timeline-sidebar .timeline li.entry-date {
  top: 3px;
}
.blog.timeline-sidebar .timeline li.entry-date span {
  font-size: 14px;
  padding: 10px 25px;
}
.blog.timeline-sidebar .timeline li.entry-date-bottom {
  bottom: -48px;
}
.blog.timeline-sidebar .timeline li.entry-date-bottom a {
  font-size: 14px;
  padding: 10px 25px;
}
.blog.timeline-sidebar .timeline li .share ul li {
  width: auto;
}
.blog-single .blockquote {
  font-style: italic;
  line-height: 30px;
  background: #f6f7f8 !important;
}
.blog-single .blog-entry.blockquote blockquote {
  background: #f6f7f8;
  color: #626262;
}
.blog-single .blog-entry.blockquote blockquote cite {
  color: #20c5d5;
}
.blog-single .entry-share .tags {
  display: inline-block;
}
.blog-single .blog-entry.blockquote blockquote:before {
  color: #323232;
  top: 20px;
}
.page-item.active .page-link {
  background: #20c5d5;
  border-color: #20c5d5;
}
.comments-1 .comments-photo {
  width: 106px;
  height: auto;
  float: left;
  border: 5px solid #f7f7f7;
  margin-right: 20px;
}
.comments-1 .comments-photo img {
  width: 100%;
}
.comments-1 .comments-info {
  display: table;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.comments-1 .comments-info h4 {
  display: inline-block;
}
.comments-1 .comments-info span {
  font-size: 13px;
  color: #626262;
}
.comments-1 .comments-info a {
  color: #20c5d5;
}
.comments-1 .comments-info a:hover {
  color: #363636;
}
.comments-1.comments-2 {
  padding-left: 127px;
}
.comments-1.comments-2 .comments-info {
  background: #fff;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
}
.error-block {
  position: relative;
  z-index: 9;
  padding: 20px 0 130px 0px;
}
.error-block .error-text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  z-index: -1;
}
.error-block .error-text h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.error-block .error-text span {
  display: inline-block;
  position: absolute;
  right: -86px;
  top: 109px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 124px;
  line-height: 90px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.error-block h1 {
  font-size: 87px;
  padding-top: 110px;
}
.error-block p {
  font-size: 33px;
}
.error-text-02 {
  position: relative;
  text-align: center;
}
.error-text-02 h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  left: -70px;
  top: 0;
}
.error-text-02 span {
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 109px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 117px;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}
.error-middle {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}
.coming-soon {
  background: transparent;
}
.coming-soon-countdown ul.countdown {
  list-style: none;
  margin: 75px 0;
  padding: 0;
  display: block;
  text-align: center;
}
.coming-soon-countdown ul.countdown li {
  display: inline-block;
  width: 24%;
}
.coming-soon-countdown ul.countdown li span {
  font-size: 90px;
  font-weight: bold;
  line-height: 80px;
  color: #20c5d5;
}
.coming-soon-countdown ul.countdown li p {
  color: #626262;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.coming-soon .coming-soon-form input {
  color: #626262;
}
.coming-soon-form input {
  width: 50%;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.coming-soon-form.contact-form input {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.coming-soon-middle {
  padding: 100px;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
}
.register-form .section-field {
  display: block;
}
.register-form .field-widget {
  position: relative;
}
.register-form .field-widget input {
  width: 100%;
  margin-bottom: 20px;
}
.register-form .field-widget select {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
}
.register-form .field-widget input.gui-input {
  padding-left: 140px;
}
.register-form .field-widget .button {
  background: #666;
  height: 46px;
  left: 0;
  margin: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 115px;
  border: 0;
  line-height: 26px;
}
.register-form .nice-select {
  float: none;
  margin-bottom: 20px;
  background: #f6f7f8;
  border: 0;
}
.remember-checkbox a {
  color: #20c5d5;
}
.remember-checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
}
.remember-checkbox label:before,
label:after {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 0;
  padding-left: 2px;
  border-radius: 3px;
}
.remember-checkbox label:before {
  border: 2px solid rgba(0, 0, 0, 0.1);
  content: "";
  height: 20px;
  margin-top: 3px;
  width: 20px;
  border-color: #20c5d5;
}
.remember-checkbox label:after {
  content: "";
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.remember-checkbox input[type="checkbox"] {
  display: none;
}
.remember-checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1;
  color: #20c5d5;
}
.remember-checkbox label:before,
.remember-checkbox after:before {
  color: #20c5d5;
}
.full-height-bg {
  height: 100vh;
}
.login-social li {
  display: inline-block;
  margin: 2px 0px;
}
.login-social li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.login-social li a.fb {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  background: #4c70ad;
  border-radius: 3px;
}
.login-social li a.twitter {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  background: #25b6e6;
  border-radius: 3px;
}
.login-social li a.pinterest {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  background: #dd4b39;
  border-radius: 3px;
}
.login-social li i {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.login-social li a.fb:hover,
.login-social li a.twitter:hover,
.login-social li a.pinterest:hover {
  background: #20c5d5;
}
.section-transparent {
  background: transparent;
}
.login-bg {
  background: #fff;
}
.login-bg .login-title {
  background: #20c5d5;
  padding: 30px;
}
.login-bg .login-form {
  padding: 40px 30px;
}
.login-bg .login-social {
  padding: 30px;
  background: #f6f7f8;
}
.register-bg {
  background: #fff;
}
.register-bg .register-title {
  background: #20c5d5;
  padding: 30px;
}
.register-bg .register-form {
  padding: 30px;
}
img.logo-small {
  height: 40px;
  margin: 30px 0;
  position: relative;
}
.maintenance-main i {
  font-size: 100px;
  margin-bottom: 10px;
  color: #e4e4e4;
}
.maintenance-main h1 {
  font-size: 62px;
  text-transform: uppercase;
  font-weight: bold;
}
.maintenance-main p {
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 70px;
}
.maintenance-form {
  width: 76%;
  margin: 0 auto;
}
.maintenance-form p {
  font-size: 19px;
}
.maintenance-form input {
  width: 50%;
  margin: 0 auto;
}
.maintenance-form #mc_embed_signup_scroll p {
  margin-bottom: 20px !important;
}
.maintenance-main h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.maintenance-contant p {
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
}
.progress-new {
  margin-top: 50px;
  height: 50px;
  background: #f6f7f8;
  border-radius: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.progress-bar-new {
  line-height: 50px;
  background-color: #20c5d5;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
}
.progress-bar-new span {
  position: absolute;
  right: 30px;
  color: #323232;
  font-weight: bold;
  font-size: 20px;
}
.clients-box {
  background: #f7f7f7;
  padding: 20px;
}
.clients-photo {
  position: relative;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.clients-photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.clients-info {
  display: table;
}
.clients-info i {
  padding-right: 10px;
}
.clients-info a {
  font-size: 14px;
  color: #20c5d5;
}
.clients-info a:hover {
  color: #626262;
}
.clients-info p {
  margin-top: 10px;
}
.happy-clients .tab-content {
  padding: 0 30px;
  position: relative;
  text-align: left;
}
.happy-clients .tab-content .quoter-icon {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 120px;
  line-height: 1;
  color: #20c5d5;
}
.happy-clients .tab-content p {
  padding-left: 30px;
  padding-top: 10px;
  font-style: italic;
}
.happy-clients .nav-tabs li {
  overflow: visible;
  display: inline-block;
  padding: 0 5px;
}
.happy-clients .nav.nav-tabs li a,
.happy-clients .nav.nav-tabs li a:hover,
.happy-clients .nav.nav-tabs li a:focus {
  background: none;
  background: transparent !important;
  padding: 0;
  border: 0;
  outline: none;
}
.happy-clients .nav-tabs li img {
  width: 96px;
  opacity: 0.1;
  height: 96px;
  border-radius: 50%;
}
.happy-clients .nav-tabs li a.active img,
.happy-clients .nav-tabs li a:focus img {
  border: 4px solid #fff;
  opacity: 1;
  top: -2px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.happy-clients .testimonial-avatar {
  position: relative;
  right: inherit;
  left: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  margin-left: inherit;
  margin-top: 30px;
}
.happy-clients .nav-tabs {
  border: 0;
}
.process-list .col-sm-12 {
  padding: 0 50px;
}
.process {
  margin: 0px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 50px;
  padding-top: 50px;
  min-height: inherit;
}
.process.left {
  border-right: 0;
  border-top: 0;
}
.process.right {
  border-left: 0;
  border-top: 0;
}
.process .border-area.left-bottom {
  position: absolute;
  bottom: -2px;
  background: #fff;
  height: 110px;
  width: 110px;
  left: -2px;
  z-index: 99;
}
.process .border-area.left-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-bottom-left-radius: 70px;
  border-left: 2px dashed rgba(0, 0, 0, 0.3);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}
.process .border-area.right-top {
  position: absolute;
  top: -2px;
  background: #fff;
  height: 110px;
  width: 110px;
  right: -2px;
}
.process .border-area.right-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-top-right-radius: 70px;
  border-right: 2px dashed rgba(0, 0, 0, 0.3);
  border-top: 2px dashed rgba(0, 0, 0, 0.3);
}
.process .border-area.right-bottom {
  position: absolute;
  bottom: -2px;
  background: #fff;
  height: 110px;
  width: 110px;
  right: -2px;
}
.process .border-area.right-bottom:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-bottom-right-radius: 70px;
  border-right: 2px dashed rgba(0, 0, 0, 0.3);
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
}
.process .border-area.left-top {
  position: absolute;
  top: -2px;
  background: #fff;
  height: 110px;
  width: 110px;
  left: -2px;
}
.process .border-area.left-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0;
  border-top-left-radius: 70px;
  border-left: 2px dashed rgba(0, 0, 0, 0.3);
  border-top: 2px dashed rgba(0, 0, 0, 0.3);
}
.process:first-child {
  padding-top: 0;
}
.process.left:first-child .process-step {
  top: 0;
}
.process:last-child {
  border-bottom: 0;
}
.process:last-child .border-area.left-bottom {
  bottom: 0;
}
.process:last-child .border-area.left-bottom:before {
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.process.left .process-step {
  position: absolute;
  top: 50px;
  left: -35px;
  z-index: 999;
}
.process.right .process-step {
  position: absolute;
  top: 50px;
  right: -35px;
  z-index: 99;
}
.process.left .process-content {
  padding-left: 80px;
}
.process.right .process-content {
  padding-right: 80px;
}
.process .process-step strong {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #20c5d5;
  border-radius: 100%;
  display: inline-block;
  z-index: 99;
  font-size: 20px;
  color: #fff;
}
.process .process-content {
  position: relative;
  z-index: 99;
}
.process .process-content span {
  font-size: 80px;
  line-height: 80px;
  color: #20c5d5;
}
.process.left .process-content .process-icon {
  display: table-cell;
  padding-right: 30px;
}
.process.left .process-content .process-info {
  display: table-cell;
  vertical-align: top;
}
.process.right .process-content .process-icon {
  float: right;
  padding-left: 30px;
}
.process.right .process-content .process-info {
  display: table-cell;
  vertical-align: top;
}
.agency-about {
  padding-bottom: 100px;
}
.careers .acd-des span {
  display: block;
}
.careers-from .section-field label {
  margin-bottom: 10px;
}
.sitemap h4 {
  margin-bottom: 25px;
  text-transform: capitalize;
}
.sitemap h4 i {
  padding-right: 10px;
}
.sitemap ul li {
  display: block;
  line-height: 34px;
}
.sitemap ul li i {
  padding-right: 10px;
}
.sitemap ul li a {
  font-size: 14px;
  color: #626262;
  text-transform: capitalize;
}
.sitemap ul li a:hover {
  color: #20c5d5;
}
.privacy-policy ul li {
  font-size: 14px;
  line-height: 30px;
}
.privacy-policy ul li i {
  padding-right: 10px;
}
.page-sidebar .page-content ul li {
}
.page-sidebar .page-content ul li i {
  padding-right: 10px;
}
.terms-and-conditions ul li {
  font-size: 14px;
  line-height: 30px;
}
.terms-and-conditions ul li i {
  padding-right: 10px;
}
.special-feature .feature-text {
  padding: 40px;
}
.special-feature {
  padding-bottom: -117px;
}
.special-feature .row-eq-height.no-gutter {
  position: relative;
  z-index: 99;
  margin-top: -117px;
}
.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  position: relative;
  z-index: 0;
  background-origin: initial;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.gradient-overlay {
  position: relative;
}
.gradient-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("https://www.aaravinfotech.com/images/construction/bg/gradient-overlay1.png")
    repeat-y left 0;
}
.footer.black-bg {
  background: #1a1a1a;
}
.footer.black-bg p {
  color: rgba(255, 255, 255, 0.5);
}
.footer.black-bg .social-icons li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer.black-bg .social-icons li a:hover {
  color: rgba(255, 255, 255, 1) !important;
}
.footer p {
  font-size: 14px;
}
.footer-logo img {
  width: 65%;
}
.footer h6 {
  font-size: 14px;
}
.addresss-info li {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
  list-style: none;
}
.addresss-info i {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  float: left;
  display: table-cell;
  width: 30px;
  line-height: 23px;
  font-size: 14px;
}
.addresss-info p {
  display: table;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0px;
}
.addresss-info li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  font-size: 14px;
}
.addresss-info.text-black li,
.addresss-info.text-black p,
.addresss-info.text-black li a {
  color: #626262;
}
.addresss-info.text-black i {
  color: #20c5d5;
  font-size: 20px;
  width: 40px;
}
.footer-Newsletter {
  display: inline-block;
  width: 100%;
}
.footer-useful-link.footer-hedding ul {
  margin-top: -6px;
}
.footer-Newsletter .form-control {
  border-left: 0px;
  height: 50px;
  border-radius: 3px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-Newsletter .form-control:focus {
  border: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}
.footer-Newsletter .button.button-border {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-Newsletter .button.button-border:hover {
  color: #fff;
}
.footer-Newsletter .button.button-border:focus {
  border-color: transparent;
}
.footer-useful-link ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-useful-link ul li:last-child {
  margin-bottom: 0;
}
.footer-useful-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  vertical-align: top;
  display: block;
  line-height: 26px;
}
.footer-useful-link ul li a:hover {
  color: #20c5d5;
}
.footer-Newsletter.transparent .form-control {
  background: rgba(0, 0, 0, 0.04);
}
.footer-Newsletter.transparent .form-control::-moz-placeholder {
  color: #323232;
}
.footer-Newsletter.transparent .form-control::-ms-input-placeholder {
  color: #323232;
}
.footer-Newsletter.transparent .form-control::-webkit-input-placeholder {
  color: #323232;
}
.footer-widget {
  padding: 20px 0;
  border-top: 1px solid #262626;
}
.footer-widget p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
}
.footer-widget a {
  color: #20c5d5;
}
.footer-widget a:hover {
  color: #20c5d5;
}
.footer-widget-social {
  margin-top: 5px;
}
.footer-widget-social li {
  display: inline-block;
}
.footer-widget-social a i {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-widget-social a i:hover {
  background: #20c5d5;
}
.footer .footer-nav ul li {
  display: inline-block;
}
.footer .footer-nav ul li a {
  margin: 0 5px;
  color: #323232;
}
.footer .footer-nav ul li a:hover {
  color: #20c5d5;
}
.footer .social ul li {
  display: inline-block;
}
.footer .social ul li a i {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: none;
  color: #323232;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.footer .social ul li a i:hover {
  color: #20c5d5;
}
.footer .social ul {
  background: #f6f7f8;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 10px;
}
.footer .usefull-link ul li {
  display: block;
  border-bottom: 0px;
  line-height: 24px;
  padding: 5px 0;
}
.footer .usefull-link ul li a {
  color: #323232;
}
.footer .usefull-link ul li a:hover {
  color: #20c5d5;
}
.footer .copyright {
  padding: 30px 0 20px;
}
.footer .copyright ul li a {
  color: #323232;
}
.footer .copyright ul li a:hover {
  color: #20c5d5;
}
img#logo-footer {
  height: 40px;
  width: auto;
}
.footer.light .footer-nav ul li a {
  color: #fff;
}
.footer.light .footer-nav ul li a:hover {
  color: #323232;
}
.footer.light h6 {
  color: #fff;
}
.footer.light .about-content p {
  color: #fff;
}
.footer.light .usefull-link ul li a {
  color: #fff;
}
.footer.light .usefull-link ul li a:hover {
  color: #323232;
}
.footer.light .copyright ul li {
  color: #fff;
}
.footer.light .copyright ul li a {
  color: #fff;
  font-size: 14px;
}
.footer.light .copyright ul li a:hover {
  color: #323232;
}
.footer.light.footer-topbar .copyright ul li {
  color: #fff;
}
.footer.light .copyright p {
  color: #fff;
}
.footer.light .social ul li a i {
  color: #20c5d5;
}
.footer.light .social ul li a:hover i {
  color: #323232;
}
.footer .footer-text p {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 10px;
}
.footer .footer-social ul li a {
  color: rgba(255, 255, 255, 0.5) !important;
  padding-top: 10px;
}
.footer .footer-social ul li a:hover {
  color: #20c5d5 !important;
}
.footer.footer-topbar .copyright ul li {
  color: rgba(255, 255, 255, 0.5) !important;
}
.footer.footer-one-page .contact-add i {
  font-size: 20px;
}
.footer.footer-one-page h5 {
  color: rgba(255, 255, 255, 0.5);
}
.footer.footer-one-page p {
  color: rgba(255, 255, 255, 0.5);
}
.footer-one-page.white-bg .footer-Newsletter .form-control:focus {
  background: rgba(0, 0, 0, 0.06);
}
.footer.transparent h6,
.footer.transparent p,
.footer.transparent ul li a,
.footer.transparent span {
  color: #fff;
}
.footer .footer-gallery ul li {
  float: left;
  width: 58px;
  margin: 2px;
  list-style: none;
}
.footer .footer-tags li {
  display: inline-block;
}
.footer .footer-tags li a {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 13px;
  margin-right: 2px;
  margin-bottom: 5px;
  display: block;
}
.footer .footer-tags li a:hover {
  background: #20c5d5;
}
.footer-social-big ul li {
  display: inline-block;
  padding: 10px;
  width: 70px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.footer-social-big ul li.facebook {
  background: #5d82d1;
}
.footer-social-big ul li.pinterest {
  background: #e13138;
}
.footer-social-big ul li.linkedin {
  background: #238cc8;
}
.footer-social-big ul li i {
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
}
.footer-social-big ul li span {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 11px;
}
.footer-box {
  background: rgba(102, 102, 102, 0.2);
  padding: 30px;
  clear: both;
  margin-bottom: 40px;
  margin-top: 60px;
}
.footer-box .box-content {
  display: table-cell;
  vertical-align: top;
}
.footer-box .box-link {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.footer-box .box-link a {
  display: block;
  padding: 8px 16px;
  width: 140px;
}
.google-map .row [class*="col-"] {
  min-height: 0;
}
.map-icon {
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.google-map .map-icon:before {
  cursor: pointer;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  font-weight: normal;
  right: 0;
  position: absolute;
  text-indent: 0;
  top: -32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #20c5d5;
  text-align: center;
}
.google-map.google-map-open .map-icon::before {
  content: "";
}
.google-map .map-open {
  height: 0;
  overflow: hidden;
  transition: all 900ms ease;
}
.google-map .map-open iframe {
  height: 300px;
}
.google-map-open .map-open {
  height: 300px;
}
.pos-r {
  position: relative;
}
.img-side img {
  max-width: 100%;
}
.img-side.img-left {
  left: 0;
}
.img-side {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.font-bold {
  font-weight: 600;
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.popup-video {
  position: relative;
}
.popup-video .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.popup-video .play-video {
  width: 50px;
  height: 50px;
}
.popup-video .play-video a {
  width: 50px;
  height: 50px;
}
.popup-video .play-video a i {
  line-height: 50px;
}
.popup-video .play-video:hover {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background-color: #fff;
}
.popup-video .play-video:hover a {
  color: #20c5d5;
}
.play-video {
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.play-video {
  background-color: #20c5d5;
}
.play-video a {
  color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  padding-left: 5px;
  transform: translateX(-50%);
}
.play-video a i {
  line-height: 100px;
}
.play-video:hover a {
  color: #20c5d5;
}
.play-video:after {
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}
.play-video:hover {
  background: #fff;
  color: #20c5d5;
  border-color: transparent !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 2px 6px 18px transparent !important;
  -moz-box-shadow: 2px 6px 18px transparent !important;
  box-shadow: 2px 6px 18px transparent !important;
}
.play-video:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.my-contact .contact-icon {
  float: left;
  margin-right: 25px;
}
.my-contact .contact-icon span {
  color: #fff !important;
}
.portfolio-item.simple-effect .portfolio-overlay span {
  color: #363636;
}
.portfolio-item.simple-effect .portfolio-overlay span a {
  color: #363636;
}
.portfolio-item.simple-effect .portfolio-overlay a:hover {
  color: #20c5d5;
}
.portfolio-item.simple-effect .portfolio-overlay span a:hover {
  color: #20c5d5;
}
.portfolio-item.simple-effect .portfolio-overlay {
  z-index: 9;
  opacity: 0;
  bottom: inherit;
  background: transparent;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.portfolio-item.simple-effect:hover:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  background-size: 115%;
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -moz-transition: all 0.7s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  transition: all 0.6s cubic-bezier(0.68, 0.11, 0.13, 0.98);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-item.simple-effect:hover .portfolio-overlay {
  top: 50%;
  opacity: 1;
}
.footer .container-fluid {
  padding: 0 60px;
}
#footer-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: -1;
  box-shadow: inset 0 27px 60px -25px rgba(0, 0, 0, 0.3);
}
.footer.footer-simple ul li a,
.footer.footer-simple p,
.footer.footer-simple .addresss-info i,
.footer.footer-simple li {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.footer.footer-simple ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer.footer-simple .social-icons li a {
  color: #fff;
  width: 100%;
}
.footer.footer-simple .social-icons li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.full-width {
  width: 100%;
}
.height-100vh {
  height: 100vh;
}
.pos-bot {
  position: absolute;
  bottom: 0;
}
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.portfolio-03-about {
  padding: 0 50px;
}
.portfolio-03-about p {
  font-size: 16px;
  font-weight: 600;
}
.popup-video-image {
  position: relative;
}
.popup-video-image:before {
  background: rgba(37, 41, 51, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.popup-video-image a i {
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #20c5d5;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.popup-video-image a i:hover {
  background: #323232;
}
.slider-parallax.typer-banner.business h1 {
  font-family: "Dosis", sans-serif;
}
.slider-parallax.typer-banner.business p {
  padding: 0 200px;
  line-height: 34px;
  font-size: 26px;
  font-weight: 600;
  display: block;
}
.custom-content-02 .feature-text p {
  line-height: 28px;
}
.play-video-section .play-video {
  box-shadow: none;
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.play-video-section .play-video a {
  color: #20c5d5;
  line-height: 60px;
}
.play-video-section .play-video a i {
  line-height: 60px;
  padding-right: 3px;
}
.play-video-section .play-video:after {
  box-shadow: none;
}
.play-video-section .content {
  padding: 0 100px;
}
.play-video-section .content h2 {
  font-family: "Dosis", sans-serif;
}
.custom-content-03 h2 {
  font-family: "Dosis", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
.play-video-section.black-button .play-video {
  background: #323232;
}
.play-video-section.black-button .play-video a {
  color: #fff;
}
.play-video-section.black-button .play-video:hover {
  background: #20c5d5;
}
.blockquote-section {
  position: relative;
  z-index: 9;
}
.blockquote-section blockquote {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  border-left: 0;
  padding-left: 0;
  font-family: "Dosis", sans-serif;
}
.blockquote-section blockquote cite {
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.blockquote-section blockquote cite span {
  display: block;
  font-size: 14px;
}
.blockquote-section blockquote.quote {
  padding-top: 100px;
}
.blockquote-section blockquote.quote:before {
  color: #20c5d5;
  left: 0;
  top: 0;
  font-size: 120px;
  line-height: 120px;
}
.blockquote-section .blockquote-section-left {
  margin-left: 60px;
}
.blockquote-section .blockquote-section-right {
  margin-left: -120px;
  position: relative;
  z-index: -1;
}
.footer.gray-footer .footer-Newsletter .form-control {
  background: #fff;
  color: #323232;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.footer.gray-footer .footer-widget {
  border-top: none;
}
.footer.gray-footer .footer-widget p {
  color: #323232;
}
.footer.gray-footer .footer-Newsletter .form-control::-moz-placeholder {
  color: #323232;
}
.footer.gray-footer .footer-Newsletter .form-control::-ms-input-placeholder {
  color: #323232;
}
.footer.gray-footer
  .footer-Newsletter
  .form-control::-webkit-input-placeholder {
  color: #323232;
}
.portfolio-item.image-text {
  position: relative;
}
.portfolio-item.image-text .portfolio-overlay {
  bottom: 30px;
  background: transparent;
}
.portfolio-item.image-text .portfolio-overlay span {
  display: block;
}
.portfolio-item.image-text:before {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
  ackground: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.9) 100%
  );
  top: auto;
  height: 75%;
  transition: all 0.35s;
}
.portfolio-item.image-text .portfolio-overlay a.button {
  padding: 6px 16px;
}
.portfolio-item.image-text .portfolio-overlay a.button span {
  font-size: 12px;
}
.portfolio-item.image-text .portfolio-overlay a.button:hover {
  color: #fff;
}
.coming-soon-big .countdown.medium span {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}
.coming-soon-big .countdown.medium p {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.coming-soon-big .coming-soon-form p {
  font-weight: bold;
}
.coming-soon-big .contact-form.transparent-form .form-control {
  background: rgba(255, 255, 255, 0.4);
}
.coming-soon-big .button {
  font-weight: bold;
}
.about-05-split .shop-split-content {
  padding: 100px 0;
}
.about-mission .popup-video-image a i {
  position: relative;
  top: inherit;
  left: inherit;
  bottom: inherit;
  right: inherit;
}
.about-mission .popup-content {
  position: absolute;
  bottom: 0;
  padding: 30px 130px 30px 30px;
}
.about-mission-box {
  box-shadow: 0 20px 46px -13px rgba(0, 0, 0, 0.09);
}
.about-mission-box .content {
  padding: 24px;
}
.about-mission-title {
  padding-bottom: 250px;
}
.about-mission {
  margin-top: -150px;
}
.faq-page-title .form {
  position: relative;
  z-index: 9;
}
.faq-page-title a.button {
  padding: 12px 16px;
}
.faq-box {
  box-shadow: 0 20px 46px -13px rgba(0, 0, 0, 0.09);
  padding: 40px;
  border-radius: 3px;
  background: #fff;
  margin-top: -60px;
}
.faq-box span {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}
.faq-box strong {
  display: block;
}
.faq-box a.button {
  padding: 8px 16px;
}
.login-fancy {
  padding: 30px;
  height: 100%;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.login-fancy-bg {
  position: relative;
  z-index: 1;
}
.login-fancy h2 {
  font-size: 70px;
  line-height: 70px;
}
.login-gradient,
.login-gradient-02,
.login-gradient-03 {
  position: relative;
}
.login-gradient:before {
  z-index: 0;
  opacity: 0.8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #9af1e1),
    color-stop(100%, #4003f6)
  );
  background: -webkit-linear-gradient(-315deg, #9af1e1 0%, #4003f6 100%);
  background: -webkit-linear-gradient(45deg, #9af1e1 0%, #4003f6 100%);
  background: linear-gradient(45deg, #9af1e1 0%, #4003f6 100%);
}
.login-gradient-02:before {
  z-index: 0;
  opacity: 0.8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ee38a6),
    color-stop(100%, #ffc863)
  );
  background: -webkit-linear-gradient(-315deg, #ee38a6 0%, #ffc863 100%);
  background: -webkit-linear-gradient(45deg, #ee38a6 0%, #ffc863 100%);
  background: linear-gradient(45deg, #ee38a6 0%, #ffc863 100%);
}
.login-gradient-03:before {
  z-index: 0;
  opacity: 0.8;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffcdd2),
    color-stop(100%, #470df5)
  );
  background: -webkit-linear-gradient(-315deg, #ffcdd2 0%, #470df5 100%);
  background: -webkit-linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
  background: linear-gradient(45deg, #ffcdd2 0%, #470df5 100%);
}
.login-box {
  padding: 30px;
  height: 100%;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0px 10px 10px 0px;
}
.login-box-bg {
  position: relative;
  z-index: 1;
}
.login-box h2 {
  font-size: 40px;
  line-height: 40px;
}
.login-box-main {
  display: table;
  width: 100%;
}
.login-box-main-middle {
  display: table-cell;
  vertical-align: middle;
}
.login-box-left {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
  border-radius: 10px 0 0px 10px;
}
.login-box-left .logo-small {
  margin-left: 30px;
}
.login-box-main .theme-bg {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.login-box-theme {
  position: relative;
}
.login-box-theme:before {
  position: absolute;
  content: "";
  height: 30px;
  top: -29px;
  width: 100%;
  background: #20c5d5;
  left: 0;
}
.login-box-theme:after {
  position: absolute;
  content: "";
  height: 30px;
  bottom: -29px;
  width: 100%;
  background: #20c5d5;
  left: 0;
}
.login-box-main .nav li {
  margin-bottom: 5px;
}
.login-box-main .nav li a {
  padding-left: 30px;
  font-size: 16px;
}
.login-box-main .nav li a {
  display: block;
  text-align: left;
  color: #323232;
  border-left: 5px solid transparent;
  background: transparent;
}
.login-box-left li.active a,
.login-box-left li a:hover {
  border-left: 5px solid #20c5d5;
  color: #20c5d5;
}
.login-box-main .nav li a i {
  display: inline-block;
  padding-right: 6px;
  text-align: left;
  margin-bottom: 10px;
}
.login-box .list-unstyled.list-inline-item a:hover {
  color: #323232;
}
.login-box-02 {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
.login-box-02.white-overlay {
  background: rgba(255, 255, 255, 0.5);
}
.login-signup a.text-black:hover {
  color: #fff;
}
.login-14 {
  padding: 0 100px;
}
.login-15 {
  padding: 0 60px;
}
.login-signup .tab-border .tab-content {
  padding: 0;
}
.login-signup .login-box-02 {
  border: 0;
}
.blog-banner {
  height: 70vh;
}
.blog-banner span {
  letter-spacing: 4px;
  margin-bottom: 20px;
  display: block;
}
.blog-overlay {
  position: relative;
  text-align: left;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}
.blog-overlay .blog-name {
  padding-left: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.blog-overlay .blog-name span {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-overlay.white-bg:before,
.blog-overlay.dark-theme-bg:before,
.blog-overlay.theme-bg:before {
  display: none;
}
.blog-overlay .blog-image {
  overflow: hidden;
  position: relative;
}
.blog-overlay .blog-image img {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-02 .isotope,
.blog-02 .masonry {
  margin: 0;
}
.blog-overlay .blog-icon {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}
.blog-overlay .blog-icon .date {
  background: #050801;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
.blog-overlay .blog-icon .link {
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}
.blog-overlay blockquote {
  border: 0;
  font-size: 16px;
  font-style: italic;
}
.blog-overlay blockquote.quote:before {
  top: -40px;
}
.blog-overlay.white-bg blockquote,
.blog-overlay.white-bg cite {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.blog-overlay:hover .blog-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-overlay:hover:before {
  z-index: 1;
}
.blog-overlay.white-bg .blog-icon .link {
  color: #323232;
}
.blog-overlay.white-bg:hover {
  background: #050801;
}
.blog-overlay.white-bg:hover a,
.blog-overlay.white-bg:hover span {
  color: #fff;
}
.blog-overlay.white-bg:hover span a {
  color: #20c5d5;
}
.blog-overlay.white-bg:hover .blog-icon .link {
  color: #fff;
}
.blog-overlay.white-bg:hover blockquote,
.blog-overlay.white-bg:hover cite {
  color: #fff;
}
.blog-overlay.white-bg a:hover {
  color: #20c5d5;
}
.blog-overlay.dark-theme-bg:hover {
  background: #fff;
}
.blog-overlay.dark-theme-bg:hover a,
.blog-overlay.dark-theme-bg:hover span {
  color: #323232;
}
.blog-overlay.dark-theme-bg:hover span a {
  color: #20c5d5;
}
.blog-overlay.dark-theme-bg:hover .blog-icon .date {
  color: #fff;
}
.blog-overlay.dark-theme-bg a:hover {
  color: #20c5d5;
}
.blog-fashion-banner .blog-overlay {
  height: auto;
}
.blog-overlay .tag {
  background: #20c5d5;
  color: #fff;
  padding: 2px 10px;
}
.blog.blog-simple .tag {
  background: #20c5d5;
  color: #fff;
  padding: 2px 10px;
}
.blog.blog-simple .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}
.blog.blog-simple .entry-meta ul li i {
  color: #20c5d5;
  padding-right: 6px;
}
.blog.blog-simple .entry-meta ul li a {
  color: #353535;
  line-height: 0px;
  padding-right: 5px;
}
.blog.blog-simple .entry-meta ul li a i {
  padding-right: 6px;
  color: #20c5d5;
}
.blog.blog-simple .entry-meta ul li a:hover {
  color: #20c5d5;
}
.blog.blog-simple.blog-left .blog-image {
  width: 48.9%;
  margin-right: 5%;
  float: left;
  position: relative;
}
.blog.blog-simple.blog-left .blog-name {
  width: 44%;
  float: left;
}
.header.light.line-header {
  border-bottom: 0;
  box-shadow: none;
}
.mega-menu .menu-logo img.logo-big {
  height: 60px;
}
.header.light.line-header .mega-menu .menu-logo > li {
  line-height: 0;
}
.header.line-header .mega-menu > section.menu-list-items .menu-bar {
  border-top: 5px double rgba(0, 0, 0, 0.1);
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
.header.line-header
  .mega-menu.desktopTopFixed
  > section.menu-list-items
  .menu-bar {
  float: right;
  width: auto;
  border: 0;
}
.header.magazine-header .mega-menu.desktopTopFixed .add-banner {
  display: none;
}
.header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}
.header.logo-center.magazine-header .mega-menu .menu-logo img {
  height: 34px;
}
.header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img {
  height: 28px;
}
#main-slider {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#main-slider .carousel-item img {
  width: 100%;
}
#main-slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -ms-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
#main-slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#main-slider .carousel-indicators {
  bottom: 30px;
}
.carousel-indicators li {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
  margin: 1px !important;
}
#main-slider .slider-content h3 {
  font-size: 36px;
  margin: 20px 0px 0px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}
#main-slider .slider-content h1 {
  font-size: 50px;
  color: #fff;
  margin: 10px 0px 40px;
  font-weight: 700;
  line-height: 50px;
}
#main-slider .slider-content span {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
}
#main-slider .slider-content .post-by img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}
#main-slider .slider-content .slider-left {
  width: 60%;
  float: left;
}
#main-slider .slider-content .slider-right {
  float: right;
  width: 30%;
  vertical-align: top;
}
#main-slider .carousel-control.left,
#main-slider .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
#main-slider .carousel-control.left.nitro-lazy,
#main-slider .carousel-control.right.nitro-lazy {
  background-image: none !important;
}
#main-slider .carousel-control.left span {
  padding: 15px;
}
#main-slider .carousel-control.right span {
  padding: 15px;
}
#main-slider .carousel-control .fa-angle-left,
#main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
}
#main-slider .carousel-control .fa-angle-left {
  left: 0px;
}
#main-slider .carousel-control .fa-angle-right {
  right: 0px;
}
#main-slider .carousel-control i {
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
}
.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  -o-animation: lightSpeedIn 1s ease-in 200ms both;
  -ms-animation: lightSpeedIn 1s ease-in 200ms both;
  -moz-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  -o-animation: bounceInRight 1s ease-in-out 500ms both;
  -ms-animation: bounceInRight 1s ease-in-out 500ms both;
  -moz-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  -o-animation: bounceInLeft 1s ease-in-out 500ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  -o-animation: flipInX 1s ease-in 500ms both;
  -ms-animation: flipInX 1s ease-in 500ms both;
  -moz-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  -o-animation: bounceInLeft 1s ease-in-out 100ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .carousel-item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  -o-animation: bounceIn 1s ease-in 500ms both;
  -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated7 {
  -webkit-animation: fadeInDown 0.7s ease-in 1000ms both;
  -o-animation: fadeInDown 0.7s ease-in 1000ms both;
  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;
  -ms-animation: fadeInDown 0.7s ease-in 1000ms both;
  animation: fadeInDown 0.7s ease-in 1000ms both;
}
.carousel .carousel-item.active .animated8 {
  -webkit-animation: fadeInUp 0.7s ease-in 1000ms both;
  -o-animation: fadeInUp 0.7s ease-in 1000ms both;
  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;
  -ms-animation: fadeInUp 0.7s ease-in 1000ms both;
  animation: fadeInUp 0.7s ease-in 1000ms both;
}
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.play-video.border-video {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
  border: 5px solid rgba(255, 255, 255, 0.6) !important;
}
.play-video.border-video a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -4px;
}
.play-video.border-video a i {
  line-height: 60px;
}
.play-video.border-video:after {
  display: none;
}
.play-video.border-video:hover {
  border: 5px solid rgba(255, 255, 255, 0.8) !important;
  color: #fff;
}
.video-attribute {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.video-attribute .length {
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 8px;
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
}
.video-attribute .quality {
  background: #d33;
  padding: 0px 8px;
  color: #fff;
  margin-left: 2px;
  border-radius: 2px;
  font-size: 13px;
}
.popup-video-image.border-video a i {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 5px solid rgba(255, 255, 255, 0.6);
}
.popup-video-image.border-video a i:hover {
  border: 5px solid rgba(255, 255, 255, 0.8);
}
.blog-box.blog-2.blog-border .blog-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-box.blog-2.blog-border .blog-info .tag {
  border-bottom: 2px solid #20c5d5;
}
.blog-box.blog-2.blog-border .blog-info span i {
  color: rgba(0, 0, 0, 0.5);
}
.video-section .blog-box.blog-2:hover {
  box-shadow: none;
}
.top-view-video {
  padding: 30px;
}
.top-view-video span {
  font-size: 12px;
}
.top-view-video .view-video-number {
  display: table-cell;
  width: 20px;
}
.top-view-video .view-video-name {
  padding-left: 16px;
  display: table-cell;
  vertical-align: top;
}
.sidebar-widget .recent-post.medium .recent-post-image {
  width: 150px;
}
.sidebar-widget .recent-post.medium .recent-post-image img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 4px;
}
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.chart-wrapper .nice-select {
  display: inline-block;
  float: none;
  height: 40px;
  line-height: 40px;
}
.chart-wrapper .nice-select:after {
  margin-top: -1px;
}
.media .media-icon span {
  font-size: 40px;
  line-height: 45px;
}
.media span.media-step {
  font-size: 60px;
  line-height: 55px;
}
.blockquote-section blockquote.quote:before {
  right: 0;
}
.secrvice-blog {
  margin-top: -110px;
}
.box-content {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.service-07 .agency-02-about-content-right {
  margin-left: -100px;
}
.service ul li {
  display: block;
  margin: 5px 0;
}
.service ul li a {
  display: block;
  padding: 12px 25px;
  color: #656565;
  text-transform: capitalize;
}
.service ul li a:hover,
.service ul li a.active {
  background-color: #20c5d5;
  color: #fff;
}
.iconbox {
  padding-left: 60px;
}
.iconbox i {
  font-size: 18px;
  line-height: 50px;
}
.iconbox a {
  height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 15px;
  border-radius: 3px;
}
.iconbox a:hover {
  background: #353535;
  color: #fff;
  border-color: #353535;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.iconbox p {
  font-size: 11px;
}
.contact-4 .blockquote {
  border: none;
  font-size: 30px;
}
.contact-4 p {
  line-height: 24px;
}
.quote:before {
  color: #20c5d5;
}
.contact-5 .feature-info p {
  margin-bottom: 0;
}
.contact-5 .feature-info {
  padding: 40px;
}
.blockquote-section.testimonial-title blockquote {
  font-size: 40px;
}
.masonry-item .testimonial-widget .testimonial-info .testimonial-avtar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.masonry-item .testimonial-info:before {
  display: none;
}
.masonry-item .testimonial-widget .testimonial-info .testimonial-name span {
  font-size: 14px;
}
.leave-your-testimonial .contact-form .form-control {
  background-color: #fff;
}
.search-no-result {
  padding: 130px 0px;
}
.search-no-result i {
  font-size: 130px;
}
.search-no-result .bg-title h2 {
  font-size: 420px;
  line-height: 300px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.no-result-search .form-control:focus {
  box-shadow: none;
}
.cookies-policy:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 17px 15px 17px;
  top: -15px;
  left: 45px;
  border-bottom-color: #f7f7f7;
}
.addresss-info.invoice-addresss li {
  color: #626262;
  margin-bottom: 10px;
}
.addresss-info.invoice-addresss li a {
  color: #20c5d5;
}
.process-box-02 h1 {
  font-size: 90px;
  line-height: 90px;
}
.process-box-02 .process-info {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
.process-box-02 .process-info.process-right {
  border-left: 0;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
}
.jobs-banner h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
.jobs-banner span {
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
}
.jobs-banner b {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.jobs-banner .button {
  padding: 12px 21px;
}
.job-box {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.job-box.job-border {
  border: 1px solid #eee;
  padding: 20px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.job-box.job-border i {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.job-box.job-border:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.job-testimonial {
  padding: 0;
}
.job-testimonial .testimonial-info:before {
  font-size: 200px;
}
.job-testimonial .testimonial-info {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.job-testimonial .testimonial-info:before {
  left: 0;
}
.listing-banner {
  height: 60vh;
}
.listing-banner h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 20px;
}
.listing-banner p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.listing-banner .listing-banner-categorie i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.listing-banner .listing-banner-categorie a {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.listing-search {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 50px;
  position: relative;
  margin-top: -50px;
  border-radius: 3px;
}
.listing-post .blog-name .blog-name-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 20px;
}
.listing-post .blog-name .blog-name-right {
  display: table-cell;
}
.listing-places {
  padding-bottom: 260px;
}
.listing-post .listing-post-info {
  background: #fff;
  padding: 20px;
}
.listing-post .listing-post-info .listing-post-meta ul li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.listing-post .listing-post-info .listing-post-meta ul li:last-child {
  border-right: 0;
}
.listing-post .listing-post-info .listing-post-meta ul li a {
  font-weight: 800;
  color: #323232;
}
.listing-how-work {
  position: relative;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding: 70px;
  margin-top: -140px;
}
.sticky-top {
  z-index: 99;
}
.calendar-main .modal .btn {
  padding: 0.875rem 0.75rem;
}
.fc-button {
  background: #f8f9fa;
  border: none;
  color: #626262;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}
.fc-button:focus {
  outline: 0;
}
.fc-button:active {
  outline: 0;
}
.fc-state-active {
  background: #20c5d5;
  color: #fff;
}
.fc-today-button {
  background: #20c5d5;
  color: #fff;
}
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}
.fc-day-grid-event .fc-time {
  color: #fff;
}
.fc-day-grid-event .fc-title {
  color: #fff;
}
.fc-event,
.fc-event-dot {
  background: #20c5d5;
}
.fc-day-header span {
  padding: 15px 0;
  display: block;
  background: #f8f9fa;
  color: #1a1a1a;
}
.demoFeed li,
.flickr-feed li {
  list-style: none;
  display: inline-block;
}
.demoFeed li,
.flickr-feed li {
  width: 25%;
}
.demoFeed li img,
.flickr-feed li img {
  width: 100%;
  height: 100% !important;
}
.portfolio-creative h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Dosis", sans-serif;
}
.portfolio-creative del {
  background: none;
  color: #dadada;
}
.business-banner-02 {
  height: 100vh;
}
.business-banner-02 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.business-banner-02 .box-newsletter {
  padding: 50px;
  background: rgba(38, 38, 38, 0.82);
}
.business-banner-02 .box-newsletter .form-control {
  background: #fff;
}
.skill-counter {
  position: relative;
  background: #fff;
  margin-top: -100px;
  z-index: 999;
  padding: 60px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.business-banner span {
  font-size: 36px;
  line-height: 36px;
}
.business-banner h1 {
  font-family: "Dosis", sans-serif;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 40px;
  font-weight: 600;
  margin-top: 20px;
}
.business-banner p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 360px;
}
.business-13-about-content {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 100px;
  position: relative;
  margin-top: -80px;
  z-index: 4;
}
.business-date-box {
  position: relative;
  padding: 20px;
}
.business-date-box-text {
  position: relative;
  background: #fff;
  padding: 40px;
}
.business-date-box-text h6 {
  line-height: 30px;
}
.business-date-box-text h2 {
  font-size: 200px;
  line-height: 200px;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.business-date-box .business-date-box-text span {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 18px;
  vertical-align: top;
  right: -70px;
  top: 80px;
}
.business-banner-03 h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 30px;
}
.business-banner-03 span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 30px;
}
.business-video .business-video-box {
  min-height: 600px;
}
.business-video .business-video-box .vertical-align {
  padding: 100px;
  width: 100%;
}
.business-feature.feature-text {
  padding: 50px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 10px 60px -13px rgba(0, 0, 0, 0.09);
}
.business-banner-04 {
  height: 94vh;
}
.business-banner-04 h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}
.business-banner-04 p {
  font-size: 17px;
  padding-right: 200px;
}
.business-banner-04 strong {
  font-size: 20px;
  margin-top: 20px;
}
.business-feature-top {
  background: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  margin-top: -80px;
  z-index: 4;
}
.portfolio-item .portfolio-overlay a.tag {
  background: #20c5d5;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
}
.portfolio-item .portfolio-overlay a.tag:hover {
  background: #323232;
  color: #fff;
}
.business-banner-05 {
  height: 94vh;
}
.business-banner-05 h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.business-banner-05 p {
  font-size: 17px;
  padding-right: 200px;
}
.business-service-box {
  border: 1px solid #eee;
  padding: 20px 20px;
  height: 100%;
}
.business-service-box .title {
  padding: 67px 0;
}
.business-big-testimonial .testimonial-info {
  font-size: 18px;
  line-height: 34px;
}
.business-banner-06 {
  height: 90vh;
}
.business-banner-06 h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.business-banner-06 p {
  font-size: 17px;
  padding-right: 200px;
}
.landing-banner {
  height: 94vh;
}
.landing-banner span.label {
  background: #f7f7f7;
  padding: 10px 20px;
  border: 1px solid rgba(132, 186, 63, 0.1);
  display: inline-block;
}
.landing-banner h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 500;
}
.landing-banner h1 span {
  position: relative;
}
.landing-banner h1 span:before {
  position: absolute;
  background: rgba(132, 186, 63, 0.2);
  height: 10px;
  content: "";
  bottom: 12px;
  width: 100%;
}
.landing-banner p {
  font-size: 20px;
}
.landing-block .landing-block-content {
  padding: 50px;
  margin-left: 50px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.landing-block .landing-block-content h3 {
  line-height: 40px;
}
.landing-block .landing-block-content p {
  font-size: 20px;
}
.landing-testimonial .testimonial-info {
  font-size: 22px;
  line-height: 44px;
}
.landing-testimonial .testimonial.clean {
  padding-left: 0;
}
.landing-action-box .action-box {
  border: 0px;
  border-top: 3px solid #f7f7f7;
  padding-top: 50px;
}
.landing-banner-02 {
  height: 74vh;
}
.landing-banner-02 span.label {
  padding: 10px 20px;
  display: inline-block;
}
.landing-banner-02 h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
}
.landing-banner-02 p {
  font-size: 20px;
}
.landing-newsletter .newsletter.fancy {
  box-shadow: 0 10px 60px -13px rgba(0, 0, 0, 0.12);
}
.landing-newsletter .newsletter.fancy .form-control {
  background: #fff;
  padding: 30px 200px 30px 40px;
  font-size: 20px;
}
.landing-newsletter .newsletter.fancy button {
  padding: 32px 30px;
}
.landing-newsletter .newsletter.fancy .form-control:focus {
  box-shadow: none;
}
.page-title.parallax {
  overflow: hidden;
}
@media (min-width: 1220px) {
  body.boxed-layout .wrapper {
    float: none;
    width: 1220px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
  body.boxed-layout .wrapper .portfolio-title.section-title p {
    display: none;
  }
  body.boxed-layout .wrapper .portfolio-title.section-title span {
    display: none;
  }
  body.boxed-layout .wrapper .contact-3 .g-map {
    padding-top: 140%;
  }
  body.boxed-layout .wrapper .contact-2 .g-map {
    padding-top: 90%;
  }
  body.boxed-layout .wrapper.vertical-header {
    width: auto;
    box-shadow: none;
  }
  body.boxed-layout #footer-fixed {
    position: inherit !important;
    width: inherit;
    bottom: inherit !important;
    z-index: inherit;
  }
  body.boxed-layout .wrapper {
    margin-bottom: 0 !important;
  }
  body.boxed-layout .christmas-coming-soon {
    position: absolute;
  }
  body.boxed-layout .container {
    width: 1170px;
  }
  body.frame-layout .wrapper {
    margin: 0 auto;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    width: 97%;
    position: relative;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  }
  body.frame-layout .header.default,
  body.frame-layout .header.transparent,
  body.frame-layout header.one-page {
    left: 0;
    right: 0;
  }
  body.frame-layout .navbar.affix {
    top: 0;
  }
  body.frame-layout header.one-page.light .navbar {
    min-height: 10px !important;
  }
  body.frame-layout #footer-fixed {
    position: inherit !important;
    bottom: inherit !important;
    z-index: inherit;
  }
  body.frame-layout .wrapper {
    margin-bottom: 1.5% !important;
  }
  body.frame-layout .christmas-coming-soon {
    position: absolute;
  }
}
@media print {
  .sidebar,
  footer,
  .admin-header,
  header,
  .page-title,
  #back-to-top,
  .action-box {
    display: none !important;
  }
  .content-wrapper {
    width: 100% !important;
    margin-left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .st-menu {
    position: absolute;
  }
  img.bottom-img {
    top: 0;
  }
  .search-cart {
    display: table;
  }
  .search {
    display: table-cell !important;
  }
  .shpping-cart {
    display: table-cell !important;
  }
  .search-cart .shpping-cart {
    float: none !important;
  }
  .mega-menu > section.menu-list-items .search-cart .search {
    float: none !important;
  }
  .search-cart .shpping-cart {
    vertical-align: middle;
  }
  .logo-center.header .search .search-btn {
    line-height: 0px;
  }
  .newsletter.fancy button {
    padding: 14px 20px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .newsletter.fancy button {
      padding: 14px 20px;
    }
  }
}
@media (max-width: 447px) {
  .client-bottom:before {
    top: -43px !important;
    left: 183px !important;
    width: 100px;
    height: 100px;
    background-size: 100px;
  }
}
.img-side .img-about img {
  max-width: 100%;
  padding: 15px 120px 0px 120px;
}
.l-h {
  line-height: 67px;
}
.bdr-solid {
  border-bottom: 1px solid #cdc9c9;
}
.list-color {
  list-style-type: none;
}
.list-sizing ::before {
  content: "•";
  color: #ebc5c5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 34px;
  float: left;
}
.ofc-box {
  box-shadow: 2px 2px 2px 2px #d1cece;
  border-radius: 9px;
  padding: 23px;
}
.font {
  font-size: 57px;
}
.securiy-font {
  font-size: 34px;
}
.joinplace-color {
  background-color: #01f2cf;
  border-radius: 24px;
  padding: 23px;
}
.float-left {
  display: flex;
}
.progres-design {
  border-radius: 7px;
  padding: 5px;
}
.list-green ::before {
  content: "•";
  color: #c5ebcd;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 34px;
}
.bg-infopink {
  background-color: #f1d2e0 !important;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 15px 30px;
  border-radius: 20px;
}
.bg-infogreen {
  background-color: #c5ebcd;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 15px 30px;
  border-radius: 20px;
}
.bg-infopurple {
  background-color: #eae7fc;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 15px 30px;
  border-radius: 20px;
}
.bg-green {
  background-color: #acdbd3;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0 15px 30px;
  border-radius: 20px;
}
.founder-size {
  font-size: 12px !important;
}
.certiicate-padding {
  background-color: white;
  padding: 42px 3px 36px 38px;
  border-radius: 23px;
}
.certficate-txt {
  padding: 0px 0px 2px 29px;
}
.testmonial-client {
  border-radius: 12px;
  border-radius: 23px;
  background-color: #f3faff;
  padding: 24px;
}
.OurPillars-txt {
  font-size: 30px !important;
}
.meetteam-circle {
  background: #d0e3f1;
  border-radius: 49%;
  text-align: center;
  height: 270px;
  width: 270px;
}
.certficate-lft {
  padding-left: 45px;
}
.test-bor {
}
.page-title-border {
  border-top: 3px solid #48b3d3 !important;
  width: 196px !important;
  margin: 0 auto;
}
.mission-txt {
  line-height: 41px;
}
.cnt-txt {
  font-size: 23px !important;
}
.blog-info span {
  color: #626262;
  font-size: 12px !important;
  margin-right: 6px;
}
.testi-name {
  font-size: 25px;
}
.avtar-size {
  width: 75px !important;
}
.inovation-txt {
  text-align: left;
  padding-left: 180px !important;
}
.inovation-head {
  font-size: 33px;
  color: grey;
  font-weight: 600;
}
.rank-txt {
  text-align: center;
}
.para {
  font-size: 22px;
  font-weight: 600;
  color: grey;
}
.main-bn {
  background: #ece9fc;
}
.txt-lft {
  padding-left: 23px;
}
.awardtxt {
  padding-left: 23px;
}
.box-shadow {
  box-shadow: 0px 2px 8px 0px #e5e1e1;
}
.pd-lft {
  padding-left: 19px;
}
.mydiv-pad {
  width: 100%;
  height: 69vh !important;
  color: black;
  font-weight: bold;
  animation: myanimation 10s infinite;
  position: relative;
}
@media (max-width: 447px) {
  .certficate-res {
    padding-left: 70px !important;
  }
}
.topbar {
  padding: 6px 0 !important;
  background-color: #595959;
}
.topbar_quickcontact a {
  margin-right: 0px !important;
}
.topbar ul li.highlight {
  background-color: #898989;
  padding: 2px 11px;
  border-radius: 3px;
}
.menu_c2a {
  background-color: #10ac84;
  padding: 10px 20px !important;
  font-size: 13px !important;
  letter-spacing: 1px !important;
  font-family: montserrat, sans-serif !important;
  border: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  display: inline-block !important;
  border-radius: 4px !important;
  text-align: center !important;
  cursor: pointer !important;
}
.bottom-banner-cta .container-fluid {
  padding: 0 60px;
}
.bottom-banner-cta p {
  color: #7b7b7b;
}
.bottom-banner-cta i {
  color: #303030;
  font-size: 18px;
  vertical-align: middle;
}
.title-main p {
  margin-bottom: 0px;
}
.title-top {
  font-size: 20px;
  color: #303030;
  line-height: 30px;
  position: relative;
  padding-left: 50px;
}
.title-top:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #bebebe;
  left: 0;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
}
.title-middle {
  font-size: 30px;
  font-weight: 800;
  color: #303030;
  line-height: 30px;
}
.title-bottom {
  font-size: 20px;
  color: #303030;
  line-height: 20px;
}
.title-bottom-1 {
  font-size: 17px;
  color: #303030;
}
.home-achvi {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 9%);
  padding: 15px;
  border-radius: 0 20px 0 0;
}
.home-achvi p {
  font-size: 13px !important;
  font-weight: 500;
}
.home-achvi-hed {
  color: #4c5471;
  font-weight: 800;
  font-size: 28px;
  position: relative;
}
.home-achvi-hed:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  background-color: #fac041;
  left: 0;
  bottom: -15px;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
}
.web-manage-main p {
  color: #7b7b7b;
  font-size: 18px;
  margin-bottom: 0px;
}
.web-manage-main img {
  width: 40%;
}
.web-manage-more {
  color: #303030 !important;
  font-size: 30px !important;
}
.web-mange-bg {
  background-color: #eee;
}
.light-green-bg {
  background: #e4f6f3;
}
.home-web-main {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 9%);
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
}
.home-web-main .content_height {
  height: 170px;
  overflow: auto;
}
.content_height {
  height: 170px;
  overflow: auto;
}
.hm-web-inner {
  text-align: center;
}
.hm-web-inner img {
  width: 50%;
}
.hm-web-inner a {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}
.hm-seo-inner {
  text-align: center;
}
.hm-seo-inner img {
  height: 60px;
}
.hm-seo-inner a {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
}
.hm-ser-ctc {
  color: #7b7b7b;
  font-size: 28px;
}
.hm-btn {
  float: left;
  background: linear-gradient(to right, #f39c12 30%, #f1c40f 100%);
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
.hm-btn.icon:hover {
  color: #fff;
}
.light-blue-bg {
  background-color: #f3faff;
}
.hm-clinet-bg {
  background-color: #ececec;
}
.client-bottom {
  position: relative;
}
.client-bottom:before {
  content: "";
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/smile.png");
  position: absolute;
  top: -20px;
  left: -60px;
  width: 139px;
  height: 140px;
  background-repeat: no-repeat;
}
.blog-btn {
  margin: 50px 0 0 0;
  float: right;
}
.footer-bg {
  background-color: #f2f2f2;
}
.footer-mt {
  margin: 150px 0 0 0;
}
.footer-contact-1 {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 10%);
  margin-bottom: 80px;
  margin-top: -150px;
  padding: 40px 0;
  border-radius: 10px;
}
.ai-app-main {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 9%);
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.ai-app-heading {
  font-size: 22px !important;
  font-weight: 800;
  color: #303030;
  margin-bottom: 0px;
}
.ai-app-sub-heading {
  font-size: 17px;
  margin-bottom: 0px;
  color: #303030;
}
.footer-app-icon {
  width: 49% !important;
}
.footer-useful-link ul li a {
  color: #7b7b7b;
}
.footer-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
}
.footer-inner-content label {
  color: #303030;
  font-size: 14px;
  margin: 0 0 0px 0;
}
.footer-inner-content p {
  font-size: 15px;
  color: #303030;
  font-weight: bold;
}
.footer-ctc-icon {
  width: 70px;
  height: 70px;
  float: left;
  line-height: 70px;
  background: #666;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: 0 20px;
}
.footer-ctc-icon span {
  font-size: 30px;
}
.ctc-flag {
  width: 7%;
}
.footer-ctc-content p {
  margin-bottom: 0px;
}
.top-ctc-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 10px 0 0;
}
.top-ctc-content p {
  margin-bottom: 0px;
  padding: 5px 0;
  font-weight: bold;
}
.title_div {
  width: 100%;
  height: auto;
  color: #424242;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
.title_bg1 {
  background-color: #e5f7f3;
}
.title_bg2 {
  background-color: #ffe6e6;
}
.title_bg3 {
  background-color: #efecff;
}
.title_bg4 {
  background-color: #dde7ff;
}
.title_bg5 {
  background-color: #ffe6e6;
}
.mydiv {
  width: 100%;
  height: 90vh;
  color: black;
  font-weight: bold;
  animation: myanimation 10s infinite;
  position: relative;
}
@keyframes myanimation {
  0% {
    background-color: #e5f7f3;
  }
  25% {
    background-color: #ffe6e6;
  }
  50% {
    background-color: #efecff;
  }
  75% {
    background-color: #dde7ff;
  }
  100% {
    background-color: #ffe6e6;
  }
}
.slider-content-middle-1 {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 25%;
  left: 0;
}
.slider-content-middle-1 h2 {
  font-weight: 500;
  font-size: 30px;
  margin-top: 10px;
  line-height: 46px;
}
.slider-content-middle-1 h2 strong {
  position: relative;
  font-weight: 800;
}
.slider-content-middle-1 h2 strong.highlight {
  color: #f1c40f;
  text-transform: uppercase;
}
.slider-content-middle-1 h2 strong:after {
  position: absolute;
  content: "";
  left: -3px;
  bottom: 5px;
  height: 10px;
  background: rgba(30, 199, 211, 20%);
}
.title-content-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 12%;
  padding-bottom: 11%;
}
.title-content-1 h1 {
  font-weight: 500;
  font-size: 40px;
  margin-top: 10px;
  line-height: 50px;
}
.title-content-1 h1 strong {
  position: relative;
  font-weight: 800;
}
.title-content-1 h1 strong.highlight {
  color: #f1c40f;
  text-transform: uppercase;
}
.title-content-1 h1 strong:after {
  position: absolute;
  content: "";
  left: -3px;
  bottom: 5px;
  height: 10px;
  background: rgba(30, 199, 211, 20%);
}
.front-links {
  display: flex;
  font-size: 16px;
  margin: 30px -10px 0;
  font-weight: 500;
}
.front-links a {
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px 10px 10px;
  color: #1580c7;
}
.front-links a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-size: 2750px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/all-icons.svg");
  margin-bottom: 12px;
}
.front-links a.seo-hero:before {
  background-position: -1562px -149px;
  background-size: 2500px auto;
}
.front-links a.web-desgin-hero:before {
  background-position: -2283px -295px;
}
.front-links a.web-maintenance-hero:before {
  background-position: -723px -166px;
}
.menu-bg-color {
  background: linear-gradient(
    135deg,
    #fff 30%,
    #7fe8f2 56%,
    #fff 83%,
    #fff
  ) !important;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%) !important;
  position: relative;
}
.menu_items {
  padding: 20px 20px;
  max-height: calc(100vh - 90px);
  min-height: auto;
  overflow: auto;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/menu-bg.png");
}
.menu_items.nitro-lazy {
  background-image: none !important;
}
.menu-heading {
  font-size: 16px !important;
  font-weight: 900;
}
.menu-ctc-main {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
  border-radius: 10px;
  background: hsla(0, 0%, 100%, 0.49);
  padding: 12px 0 12px 15px;
}
.menu-ctc-main p {
  margin: 0px !important;
}
.menu-footer-gws {
  background: #f4f4f6;
  padding: 16px 50px;
  width: 100%;
  position: relative;
}
.menu-footer-text {
  font-size: 26px !important;
  color: #303030;
  margin: 0px !important;
  padding: 10px 0 10px 40px;
}
.gcp-main {
  position: absolute;
  right: 20px;
  top: -60px;
  transform: translateY(-50%);
}
.sec-ani {
  position: relative;
}
.circle.has-top-center {
  top: 60px;
  left: 27%;
  transform: translateX(-50%);
}
.circle.has-top-right {
  top: 60px;
  right: 185px;
}
.circle.is-small {
  width: 7rem;
  height: 7rem;
}
.has-background-selagoapprox {
  background-color: #f2f2fd;
}
.has-background-malibu {
  background-color: #8ad4f4;
}
.has-background-vanilla-ice {
  background-color: #ebc6d8;
}
.has-background-cream-brulee {
  background-color: #ffdca3;
}
.has-background-geraldine {
  background-color: #ff808e;
}
.has-background-cream-brulee {
  background-color: #ffdca3;
}
.circle {
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 0;
}
.has-margin-right-100 {
  margin-right: 100px !important;
}
.has-margin-top-20 {
  margin-top: 20px !important;
}
.has-margin-top-40 {
  margin-top: 40px !important;
}
.circle.is-extra-small {
  width: 1rem;
  height: 1rem;
}
.circle.has-bottom-center {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.circle.has-center-right {
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
.has-top-left {
  top: 40px;
}
.get-btn {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-ctc-content p {
    font-size: 13px;
  }
  .title-top {
    font-size: 16px;
  }
  .title-middle {
    font-size: 20px;
    line-height: 35px;
  }
  .title-middle span {
    font-size: 40px;
  }
  .title-bottom {
    font-size: 21px;
    line-height: 30px;
  }
  .slider-content-middle-1 {
    top: 0%;
  }
  .slider-content-middle-1 h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .title-content-1 {
    top: 0%;
    text-align: center;
  }
  .title-content-1 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .title-content-1 .col-md-push-6 img {
    width: 80%;
  }
  .front-links {
    margin: 0px 0 -10px;
  }
  .front-links a {
    text-align: center;
    margin: 0 15px 10px 10px;
  }
  .mb-space-5 {
    margin-bottom: 10px;
  }
  .mt-130 {
    margin-top: 50px !important;
  }
  .blog-btn {
    margin: 10px 0 0 0;
    float: left;
  }
  .hm-btn {
    margin: 0 0 20px 0;
  }
  .client-bottom:before {
    top: 94px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-size: 100px;
  }
  .mb-hide {
    display: none !important;
  }
}
.service-benefit {
  box-shadow: 0 8px 12px 0 hsla(0deg, 0%, 48%, 20%);
  padding: 30px;
  border-radius: 6px;
}
.service-benefit img {
  width: 100px;
  margin-bottom: 30px;
}
.service-benefit h4 {
  font-size: 20px;
  font-weight: bold;
}
.service-benefit p {
  font-size: 14px;
}
.service-benefit li {
  font-size: 14px;
  font-weight: bold;
}
.ai-pricing-table li {
  font-size: 13px !important;
  line-height: 34px !important;
}
.ai-pricing-table li span {
  font-size: 13px !important;
  line-height: 26px !important;
  margin-top: 0px !important;
}
.ai-pricing-table .pricing-prize {
  margin: 20px 0 !important;
}
.small_font {
  font-size: 14px !important;
  font-weight: bold !important;
}
.plan-label {
  position: relative;
  left: 0;
  right: 0;
  top: -30px;
  text-align: center;
}
.plan-label .is-rounded {
  border-radius: 290486px;
}
.plan-label .is-success {
  background-color: #16a286;
  color: #fff;
  padding: 10px;
}
.process_content li {
  padding-left: 6px !important;
  line-height: 18px !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
.switch_wrapper {
  display: inline-flex;
  background: #fff;
  height: 50px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 8px 0px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}
.switch_wrapper .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.switch_wrapper .option .dot {
  height: 16px;
  width: 16px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.switch_wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #f7be5c;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"] {
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3 {
  border-color: #f7be5c;
  background: #f7be5c;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot {
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before {
  opacity: 1;
  transform: scale(1);
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span {
  color: #fff;
}
#currency-1:checked:checked ~ .currency-1,
#currency-2:checked:checked ~ .currency-2,
#currency-3:checked:checked ~ .currency-3 {
  border-color: #f7be5c;
  background: #f7be5c;
}
#currency-1:checked:checked ~ .currency-1 .dot,
#currency-2:checked:checked ~ .currency-2 .dot,
#currency-3:checked:checked ~ .currency-3 .dot {
  background: #fff;
}
#currency-1:checked:checked ~ .currency-1 .dot::before,
#currency-2:checked:checked ~ .currency-2 .dot::before,
#currency-3:checked:checked ~ .currency-3 .dot::before {
  opacity: 1;
  transform: scale(1);
}
#currency-1:checked:checked ~ .currency-1 span,
#currency-2:checked:checked ~ .currency-2 span,
#currency-3:checked:checked ~ .currency-3 span {
  color: #fff;
}
.switch_wrapper .option span {
  color: #808080;
}
.pricing-content .pricing-table-list ul li.yes:before {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/yes.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  content: "";
  background-size: 100%;
  position: relative;
  left: 0;
  top: 3px;
  background-color: transparent;
  margin-right: 4px;
}
.pricing-content .pricing-table-list ul li.no:before {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/no.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  content: "";
  background-size: 100%;
  position: relative;
  left: 0;
  top: 3px;
  background-color: transparent;
  margin-right: 4px;
}
.pricing-content .pricing-table-list ul li a {
  color: #5a5a5a !important;
}
.pricing-content .pricing-table-list ul li a:hover {
  color: #0dcaf0 !important;
}
.close_button {
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
  color: #fff;
  border-radius: 50%;
  background: #6c757d;
}
.pricing-prize h2 {
  margin-bottom: 0px;
  line-height: 20px;
}
.pricing-prize sup {
  font-size: 12px;
  line-height: 12px;
  top: -20px;
}
.pricing-prize h2 span {
  font-size: 13px !important;
}
.pricing-prize h2 badge {
  background-color: #fecc00;
  color: #3f3f3f;
}
.pricing-prize span {
  font-size: 13px !important;
}
ul.top_social_share li {
  margin-right: 0px !important;
  padding: 0px !important;
}
.ai--cta {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/bg-aarav-ctc.png");
  background-repeat: no-repeat;
  background-position: top center;
  font-family: poppins, sans-serif;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #eeedeb;
}
.ai--cta.nitro-lazy {
  background-image: none !important;
}
.ai--cta h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
.ai--cta .link--group {
  padding: 15px;
  width: 100%;
  float: left;
  margin-top: -30px;
}
.ai--cta .link--group a {
  padding: 15px 6px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
  width: 47%;
  text-decoration: none;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.ai--cta .link--group a {
  transition: none !important;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.ai--cta .link--group a img {
  display: inline-block;
}
.ai--cta .link--group a .caption {
  font-size: 13px;
  color: #000;
  line-height: 16px;
}
.ai--cta .link--group h3 {
  color: #4e4c4c;
  font-size: 14px;
  clear: both;
}
.ai--cta .link--group a.link-button {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #ffb503;
  border: 1px solid #dfa210;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  height: 75px;
  height: auto;
  padding: 15px;
}
.ai--cta .link--group a:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}
.page-title-bar {
  border-top: 3px solid #67a94f;
  width: 196px !important;
  margin: 0 auto;
}
.page-title-custom h1 {
  font-size: 60px;
  color: #505050;
  padding: 25px 0 0 0;
  font-weight: 800;
}
.page-title-custom p {
  color: #505050;
  font-size: 28px;
  padding-top: 15px;
}
.ofc-box {
  line-height: 3;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border-bottom: 23px red;
  padding: 0 0 0 10px;
  margin: 0 18px 0px 0;
  width: 30%;
  position: relative;
}
.ambience-sec img {
  width: 100%;
}
.amb-hght {
  height: 100% !important;
}
.joinour-txt {
  font-size: 30px;
  line-height: 41px;
}
.clients-photobg {
  position: relative;
  margin-right: 20px;
  width: 200px;
  height: 200px;
  float: left;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #efecff unset !important;
}
.clients-box {
  background: #efecff !important;
  padding: 20px;
  border-radius: 23px;
  min-height: 250px;
}
.clients-boxpink {
  background: #f1d2e0 !important;
  padding: 12px;
  border-radius: 23px;
  min-height: 250px;
}
.apprch-img {
  width: 84%;
}
.infographic-wd {
  width: 445px;
}
.infographic-wd {
  width: 297px;
}
.page-title-bar-left {
  border-top: 3px solid #aca5cf;
  width: 141px !important;
}
.page-title-bar-green {
  border-top: 3px solid #ace1ad;
  width: 69px !important;
}
.ofc-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 60%;
  border-top: 3px solid #20c5d5;
  left: 20%;
}
.bdr-solid {
  font-weight: bold;
}
.p-l-r-5 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 767px) {
  .col-md-push-6 {
    position: relative;
    left: 50%;
  }
  .col-md-pull-6 {
    position: relative;
    right: 50%;
  }
}
.celibration h4 {
  font-size: 20px;
  font-weight: bold;
}
.about-team-sec h3 {
  line-height: 1.4;
}
.about-team-sec .section-title {
  margin-bottom: 20px;
}
.blue-gradient-btn {
  background: linear-gradient(to right, #01e7a7 30%, #1fc5d5 100%);
  padding: 12px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}
.join-team .top-heading {
  width: 210px;
  margin: 0 auto;
}
.join-team h2 {
}
.list-none {
  list-style: none;
}
.m-auto {
  margin: auto;
}
.progress-bar-striped {
  background-size: 30px 30px;
  background-image: linear-gradient(
    135deg,
    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
  );
}
.triangle {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  left: 39px;
}
.triangle-purple {
  width: 5px;
  height: 5px;
  border-bottom: solid 20px rgba(255, 255, 255, 0%);
  border-right: solid 20px rgba(200, 30, 50, 0%);
  border-left: solid 40px #efecff;
  border-top: solid 1px #efecff;
}
.triangle-orange {
  width: 5px;
  height: 5px;
  border-bottom: solid 20px rgba(255, 255, 255, 0%);
  border-right: solid 20px rgba(200, 30, 50, 0%);
  border-left: solid 40px #f1d2e0;
  border-top: solid 1px #f1d2e0;
}
.triangle-green {
  width: 5px;
  height: 5px;
  border-bottom: solid 20px rgba(255, 255, 255, 0%);
  border-right: solid 20px rgba(200, 30, 50, 0%);
  border-left: solid 40px #acdbd3;
  border-top: solid 1px #acdbd3;
}
.p-relative {
  position: relative;
}
.meet-team-button {
  background: #efecff !important;
}
.meet-team-butto:hover {
  background: #000 !important;
}
.grow-with-us {
  width: 210px;
  margin: 0 auto;
}
.we-left {
  width: 50%;
}
.we-left h1 {
  font-size: 200px;
  color: #01e7a7;
}
.we-right {
  width: 50%;
  margin-top: -64px;
}
.we-right ul li {
  font-size: 35px;
  font-weight: 600;
  list-style-type: none;
}
.creating-font {
  font-weight: 500;
}
.feature-text.left-icon .feature-info {
  text-align: left;
  padding-left: 107px !important;
  margin-top: 35px !important;
}
.awrds-txt-lft {
  margin-left: -31px;
}
.awrd-year {
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  font-size: 35px;
  font-weight: 900;
  font-family: Gilroy, sans-serif;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.13);
  min-height: 35px;
  float: left;
}
.dot-pattern {
  margin-left: auto;
  width: 150px;
  position: relative;
  display: flex;
  align-items: center;
}
.dot-pattern:before {
  content: "";
  border: 1px solid #707070;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}
.dot-pattern span {
  border-bottom: 1px solid #707070;
  width: calc(100% - 45px);
  position: absolute;
  right: 0;
}
.dot-pattern:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background: #a2a2fa;
  border: 1px solid #707070;
  margin-left: -25px;
}
.swiper-award-list ul {
  align-items: center;
}
.swiper-award-list ul li {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 42%;
  padding: 15px;
  text-align: center;
  list-style: none;
}
.swiper-award-list ul li .slide-plate {
  padding: 0;
  box-shadow: none;
  background: transparent;
  min-height: 57px;
  align-items: center;
  justify-content: center;
}
.swiper-award-list ul li img {
  max-height: 57px;
  aspect-ratio: auto 141/57;
}
.swiper-award-list ul li .slide-plate:after {
  width: 100%;
  top: -15px;
  height: 8px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  background-color: #eee;
}
.swiper-lft {
  float: left;
}
.slide-border {
  border-top: 5px solid #d1c8c8;
}
.award_item {
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 5px 0px #efefef;
}
.award_names {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #e4f0fe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.award_details {
  width: calc(100% - 157px);
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.none {
  list-style: none;
}
.award_detail:before {
  content: "";
  width: 150px;
  height: 15px;
  border-radius: 7px;
  position: absolute;
  top: -20px;
  left: 0;
}
.container-width {
  max-width: 1785px !important;
}
.we-inner-box-clr {
  background-color: #e3f6f4;
  padding: 107px 23px 60px 124px;
  border-radius: 49px;
  border-radius: -57px;
}
.we-all-bor {
  border: 4px solid #1fc5d5 !important;
  padding: 40px;
  border-radius: 56px;
}
.we-logo-design {
  position: absolute;
  margin-left: -114px;
  top: 33%;
}
.misn-img-size {
  width: 193px;
}
.line-left {
  border-top: 4px solid #1fc5d5;
  position: absolute;
  width: 210px;
  left: 62px;
  top: 50%;
}
.text-center {
  text-align: center;
}
.line-right {
  border-top: 4px solid #1fc5d5;
  position: absolute;
  width: 221px;
  right: 104px;
  top: 50%;
}
.centr {
  text-align: center;
}
.creating-font {
  font-size: 500;
  font-size: 58px;
}
.inovation-fnt {
  font-size: 58px;
  font-weight: 700 !important;
  line-height: 57px;
}
.award_list ul li + li {
  margin-top: 40px;
}
.para-clr {
  font-size: 37px;
  font-weight: 700;
  line-height: 46px;
  color: #001033;
}
.awards-design {
  margin: 100px 0;
  padding: 50px 0;
  background: rgba(237, 244, 253, 0.39);
  position: relative;
}
.award_title {
  margin-bottom: 40px;
}
.award_title_inner {
  display: flex;
  align-items: center;
}
.award_section_icon .cmr-tech-part {
  margin-bottom: 20px;
  margin-top: -100px;
}
.award_section_icon .cmr-tech-part .cmr-tech-xicon .spriteOne.award-icon,
.award_section_icon .cmr-tech-part .cmr-tech-xicon .spriteOne.certificate-icon {
  background-position: 14px 7px;
}
.award_title h3 {
  font-family: Gilroy, sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-top: -110px;
  margin-left: 15px;
  margin-right: 15px;
}
.awards {
  margin: 100px 0;
  padding: 50px 0;
  background: rgba(237, 244, 253, 0.39);
  position: relative;
}
.awards:before {
  content: "";
  width: 150px;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/dooted.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  background-repeat: no-repeat;
}
.awards {
  margin: 100px 0;
  padding: 50px 0;
  background: rgba(237, 244, 253, 0.39);
  position: relative;
}
.award_item {
  background: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  display: flex;
  align-items: stretch;
}
.li-none {
  list-style: none;
}
.award_detail {
  width: calc(100% - 157px);
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.award_detail h4 {
  font-size: 22px;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
}
.spriteOne.certificate-icon {
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/ic.png");
}
.award_section_icon .cmr-tech-part .cmr-tech-xicon {
  width: 100px;
  height: 100px;
  margin: 0;
}
.award_detail p {
  font-size: 16px;
  margin: 0;
}
.award_name {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  background: #e4f0fe;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.swiper-award-list ul li {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 34%;
  padding: 15px;
  text-align: center;
  border-top: 7px solid #ddd;
}
.swiper-award-list ul li .slide-plate {
  padding: 0;
  box-shadow: none;
  background: transparent;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-award-list ul li img {
  max-height: 57px;
  aspect-ratio: auto 141/57;
}
.dot-pattern {
  margin-left: auto;
  width: 150px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -38px;
}
.cntrwd {
  max-width: 1832px !important;
}
.awrd-no {
  margin-bottom: 15px;
  line-height: 1;
  display: flex;
  font-size: 35px;
  font-weight: 900;
  font-family: Gilroy, sans-serif;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.13);
  min-height: 35px;
  color: #1d1e31;
}
.title-with-trophy {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  font-family: Gilroy, sans-serif;
  margin-bottom: 15px;
}
.swiper-award-detail h3 {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}
.awards-design:before {
  content: "";
  width: 150px;
  height: 90px;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/images/dooted.png");
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 150px;
  background-repeat: no-repeat;
}
.clr-blu {
  color: #001033;
}
.flex-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 447px) {
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pt-5 {
    padding-top: 5px !important;
  }
  .team .team-photo img {
    width: 70% !important;
  }
  .font {
    font-size: 37px;
  }
  .apprch-img {
    width: 100%;
  }
  .awards-design {
    margin: 0px !important;
    padding: 50px 0;
    background: rgba(237, 244, 253, 0.39);
    position: relative;
  }
  .page-title-custom h1 {
    padding: 14px 0 0 0;
    font-size: 40px;
  }
  .page-title-custom p {
    font-size: 22px;
    padding: 0;
  }
  .ofc-box {
    width: 100%;
  }
  .p-l-r-15-xs {
    padding: 0 15px;
  }
  .l-h {
    line-height: 32px;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .award_items {
    display: block !important;
  }
  .awrd-cen-res {
    margin: 0 auto;
  }
  .awrd-respmar {
    margin: 20px 0px 0px 0px;
    width: 100%;
    text-align: center;
  }
  .we-all-bor {
    border: 4px solid #1fc5d5 !important;
    padding: 35px;
    border-radius: 56px;
  }
  .we-logo-design {
    position: absolute;
    margin-left: -114px;
    top: 33%;
    display: none;
  }
  .we-inner-box-clr {
    background-color: #e3f6f4;
    padding: 75px 32px 16px 38px;
    border-radius: 49px;
    border-radius: -57px;
  }
  .we-left {
    width: 100%;
  }
  .we-left h1 {
    font-size: 152px;
    color: #01e7a7;
  }
  .we-right {
    width: 100%;
    margin-top: 50px;
    margin-left: 36px;
  }
  .we-right ul li {
    font-size: 22px;
    font-weight: 600;
    list-style-type: none;
  }
  .line-left {
    border-top: 4px solid #1fc5d5;
    position: absolute;
    width: 210px;
    left: 62px;
    top: 50%;
    display: none;
  }
  .line-right {
    border-top: 4px solid #1fc5d5;
    position: absolute;
    width: 221px;
    right: 104px;
    top: 50%;
    display: none;
  }
  .clients-photobg {
    position: relative;
    margin-right: -135px;
    width: 200px;
    height: 200px;
    float: left;
    display: contents;
    text-align: center;
    background: #efecff unset !important;
    margin: auto 0;
  }
  .misn-img-size {
    width: 272px;
    margin: -15px 32px 20px;
  }
  .client-para-res {
    display: contents;
  }
  .inovation-fnt {
    font-size: 38px;
    font-weight: 700 !important;
    line-height: 42px;
  }
  .para-clr {
    font-size: 22px;
    font-weight: 700;
    line-height: 46px;
    color: #001033;
  }
  .award_title h3 {
    font-family: Gilroy, sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-top: -110px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
  }
  .award_name {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    background: #e4f0fe;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 auto !important;
  }
  .award_detail:before {
    content: "";
    width: 150px;
    height: 15px;
    border-radius: 7px;
    background-image: url("https://www.aaravinfotech.com/css/images/line.png");
    position: absolute;
    top: -20px;
    left: 0;
  }
  .award_detail {
    width: 100%;
    margin-left: 30px;
    display: block;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin: auto 40;
    margin: 4;
    margin: 0 auto !important;
    text-align: center;
    padding: 18px 0px 0px !important;
  }
  .award_item {
    background: #fff;
    padding: 20px 35px;
    border-radius: 10px;
    display: block !important;
    align-items: stretch;
  }
  .creating-font {
    font-size: 500;
    font-size: 42px !important;
  }
  .para-clr {
    font-size: 22px;
    font-weight: 700;
    line-height: 46px;
    color: #001033;
    text-align: center;
  }
  .award_title_inner {
    display: block;
    align-items: center;
  }
  .product-res-wd {
    width: 200px !important;
    margin: auto;
  }
  .btn-mar {
    margin-bottom: 30px;
  }
  .gokeya-footer .brand_by_box {
    border: solid 1px #dadada;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
    width: 70%;
  }
  .gokeya-footer .box-content {
    box-shadow: none;
    padding-left: 0px !important;
  }
  .portfolio-item {
    width: 100%;
    width: 73%;
    position: relative;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 0;
    margin: auto;
  }
  .portfolio-item {
    width: 100%;
    width: 73% !important;
    position: relative;
    position: relative;
    overflow: hidden;
    color: #fff;
    border: 0;
    margin: auto;
  }
  .cnt-txt {
    font-size: 15px !important;
  }
  .list-green ::before {
    content: "•";
    color: #c5ebcd;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 34px;
    margin-top: -14px !important;
  }
  .angle-lft {
    margin-left: 23px;
  }
  .page-hero .price-block .promo-price {
    font-size: 3rem !important;
    font-weight: 800;
    line-height: 6rem;
  }
  .page-hero .price-block .price span:after {
    top: 25px !important;
  }
  .banner-pattern .pattern_inner {
    margin: 0 auto;
  }
  .slider-desktop {
    margin-top: 60px;
  }
  #wp-expertise {
    display: none;
  }
  .menu-list-item a:before {
    display: none;
  }
  .owl-carousel .owl-nav i {
    background: rgba(32, 197, 213, 0);
    color: #20c5d5;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav i:hover {
    background: rgba(51, 51, 51, 0);
  }
  .infographic-wd {
    width: 100%;
  }
  .img-width-40 {
    width: 40% !important;
  }
  .img-width-50 {
    width: 50% !important;
  }
  #ai_umbrella .grid-item {
    margin: 15px 0 !important;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .static-page-header-title ul li {
    text-align: left;
  }
  .static-page-header-title ul.list-mark {
    margin-left: 20% !important;
  }
  .cirle-listing ul li {
    padding-left: 25px !important;
  }
  .cirle-listing .list-sizing ::before {
    position: absolute !important;
    left: 10px !important;
  }
  .menu-list-item a:hover:after {
    opacity: 0 !important;
  }
  .footer-ctc-main {
    margin: 0 0px;
  }
  .xs-pt-70 {
    padding-top: 70px !important;
  }
}
@media (max-width: 414px) {
  .infra-fnt {
    font-size: 45px !important;
  }
  .award_names {
    display: block;
  }
  .award_details {
    display: block;
  }
  .mydiv-pad {
    width: 100%;
    height: 66vh !important;
    color: black;
    font-weight: bold;
    animation: myanimation 10s infinite;
    position: relative;
  }
}
@media (max-width: 390px) {
  .we-left h1 {
    font-size: 116px !important;
    color: #01e7a7;
  }
  .we-right {
    width: 100%;
    margin-top: 36px;
    margin-left: 0px !important;
  }
  .btn-mar {
    margin-bottom: 30px;
  }
  .gokeya-footer .brand_by_box {
    border: solid 1px #dadada;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
    width: 80%;
  }
  .gokeya-footer .box-content {
    box-shadow: none;
    padding-left: 0px !important;
  }
  .page-hero .price-block .promo-price {
    font-size: 3rem !important;
    font-weight: 800;
    line-height: 6rem;
  }
}
@media (max-width: 375px) {
  .page-hero .price-block .promo-price {
    font-size: 3rem !important;
    font-weight: 800;
    line-height: 6rem;
  }
}
.gokeya-footer .brand_by_box {
  border: solid 1px #dadada;
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
}
.gokeya-footer .brand_by_box span {
  position: relative;
  top: -23px;
  background-color: #f2f2f2;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}
.gokeya-footer .brand_by_box a {
  display: block;
  margin-top: -24px;
}
.gokeya-footer .brand_by_box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.gokeya-footer .brand_by_box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.gokeya-footer .footer-box {
  background: none;
  border: solid 1px #dadada;
  border-radius: 4px;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.gokeya-footer .box-link {
  padding-left: 0px;
}
.gokeya-footer .footer-box img {
  width: 80px;
  height: 80px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.gokeya-footer .footer-box img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.gokeya-footer .box-content {
  box-shadow: none;
  padding-left: 20px;
}
.gokeya-footer .footer-box address {
  font-size: 14px;
  margin-bottom: 0px;
}
.ai-mobile-header {
  display: none;
}
@media (max-width: 1194px) and (min-width: 447px) {
  .md-pt-50 {
    padding-top: 50px !important;
  }
}
@media (max-width: 1194px) and (min-width: 200px) {
  .ai-mobile-header {
    display: block !important;
  }
  .ai-desktop-header {
    display: none;
  }
  .google-rating-1 {
    display: none !important;
  }
  .mydiv {
    margin-top: 60px !important;
  }
  .title_div {
    margin-top: 60px !important;
    padding-top: 30px !important;
    padding-bottom: 0;
  }
  .page-title {
    margin-top: 60px !important;
  }
  .menu-list-item a:before {
    visibility: hidden;
  }
}
.footer-contact-1 {
  background: #9fc;
}
.footer-ctc-icon {
  background: none;
}
.footer-ctc-content,
.footer-ctc-content p {
  color: #383838;
}
.product .product-discount-label {
  color: #fff;
  background-color: #ef5777;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: auto;
  right: 0;
  font-weight: bold;
}
.slider-top-html h1 {
  font-size: 40px;
  line-height: 45px;
}
.overlap_div {
  position: relative;
  background: #fff;
  margin-top: -100px;
  z-index: 9;
  padding: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 5%);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: solid 1px #eaeaea;
}
.slider-parallax {
  height: 100vh;
  position: relative;
}
.sales-tag:before {
  background-color: #20c5d5;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  border-radius: 80px;
  color: #fff;
  content: "SALE";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.92px;
  margin-bottom: -27px;
  padding: 4px 8px;
  text-align: center;
  top: -30px;
  width: 60px;
}
.happy-clients .nav-tabs li img {
  width: 60px;
  height: 60px;
}
.home_clients img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.home_clients img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.trplt-mncntnr {
  background: #f5faff;
  padding: 30px 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.trplt-mnwrapr {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #565656;
}
.trplt-logo {
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 0.72;
  margin-right: 2px;
  position: relative;
}
.trplt-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trplt-logo img {
  height: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
}
.trplt-mnwrapr strong {
  font-weight: 700;
}
.trplt-mnwrapr span {
  display: inline-block;
}
.trplt-ulin {
  text-decoration: underline;
  color: #565656;
  transition: all 0.3s ease-in-out;
}
.trplt-ulin:hover {
  color: #00b67a;
}
.trplt-stars {
  display: inline-block;
  width: 100px;
  line-height: 0.72;
  margin: 0 2px;
  position: relative;
}
.trplt-stars:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trplt-stars img {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  height: 19px;
  width: auto;
}
#wp-expertise li {
  padding: 6px;
}
.icon_box img {
  width: 60px;
}
.icon_box h5 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.product-image .discount,
.product-image .new {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
  background-color: #e74c3c;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px 2px 2px 0px;
}
.product-image .new {
  background-color: #f39c12;
}
.product_box_new {
  padding: 20px 10px !important;
}
.product_box_new .product-image {
  position: relative !important;
}
.product_box_new h4 {
  font-weight: bold;
}
.product_box_new .product-detail-des li {
  font-size: 15px !important;
  margin: 0 !important;
}
.product_box_new .product-detail_new {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.product_box_new .product-detail_new p {
  font-size: 15px !important;
}
.product_box_new .product-price {
  font-size: 20px;
}
.product_box_new .product-price ins {
  text-decoration: none;
}
.process_image {
  width: 75% !important;
  margin: 0 auto;
}
#maintenance-from-to {
}
@media (max-width: 1024px) {
  .footer-ctc-main {
    margin: 0 40px;
  }
  .title-content-1 {
    padding-top: 5%;
    padding-bottom: 7%;
  }
}
@media (max-width: 884px) {
  .footer-ctc-main {
    margin: 0 25px;
  }
}
@media (max-width: 768px) {
  .footer-ctc-main {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  #maintenance-from-to {
    padding: 60px 0;
  }
}
#maintenance-from-to .responsive-carousel .col-12 .text-rotate div span,
#maintenance-from-to .responsive-carousel .col-12 span.text-highlight,
#maintenance-from-to .single-featured-posts-top h3,
#maintenance-from-to .text-rotate div .responsive-carousel .col-12 span,
#maintenance-from-to h2,
.responsive-carousel .col-12 #maintenance-from-to span.text-highlight,
.responsive-carousel .col-12 .text-rotate div #maintenance-from-to span,
.single-featured-posts-top #maintenance-from-to h3,
.text-rotate div .responsive-carousel .col-12 #maintenance-from-to span {
  text-align: center;
}
#maintenance-from-to .subheading {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
}
#maintenance-from-to .description,
#maintenance-from-to .subheading {
  text-align: center;
  margin-bottom: 40px;
}
#maintenance-from-to .column-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#maintenance-from-to .column-headers h3 {
  -ms-flex-preferred-size: calc(50% - 24px);
  flex-basis: calc(50% - 24px);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  color: #0d1925;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-headers {
    display: none;
  }
}
#maintenance-from-to .column-rows {
  margin-bottom: 80px;
}
#maintenance-from-to .column-rows li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
  padding: 0;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li {
    display: block;
  }
}
#maintenance-from-to .column-rows li:before {
  content: none;
}
#maintenance-from-to .column-rows li .maintenance-from,
#maintenance-from-to .column-rows li .maintenance-to {
  -ms-flex-preferred-size: calc(50% - 24px);
  flex-basis: calc(50% - 24px);
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 24px 2px rgba(60, 74, 89, 0.08);
  box-shadow: 0 10px 24px 2px rgba(60, 74, 89, 0.08);
  padding: 24px 40px 24px 80px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: center;
  background-position-x: 42px;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li .maintenance-from,
  #maintenance-from-to .column-rows li .maintenance-to {
    padding: 12px 12px 12px 42px;
    background-position-x: 12px;
  }
}
#maintenance-from-to .column-rows li .maintenance-from .mobile-prefix,
#maintenance-from-to .column-rows li .maintenance-to .mobile-prefix {
  display: none;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li .maintenance-from .mobile-prefix,
  #maintenance-from-to .column-rows li .maintenance-to .mobile-prefix {
    display: block;
  }
}
#maintenance-from-to .column-rows li .maintenance-from {
  /* background-color: #faefed; */
  background-image: url("../images/no.svg");
  /* border-color: #fe5e54; */
  border:none;
  background-color: transparent;
  border-color:transparent;
}
#maintenance-from-to .column-rows li .maintenance-from.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li .maintenance-from {
    margin: 0 0 -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
  }
}
#maintenance-from-to .column-rows li .maintenance-from .mobile-prefix {
  color: #fe5e54;
}
#maintenance-from-to .column-rows li .maintenance-to {
  /* background-color: #ebf8f6; */
  background-image: url("../images/yes.svg");
  /* border-color: #02c9b7; */
  border:none;
  background-color: transparent;
  border-color:transparent;
}
#maintenance-from-to .column-rows li .maintenance-to.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li .maintenance-to {
    margin: 0 0 16px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
  }
}
#maintenance-from-to .column-rows li .maintenance-to .mobile-prefix {
  color: #02c9b7;
}
#maintenance-from-to .column-rows li .maintenance-arrow {
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
}
@media (max-width: 767px) {
  #maintenance-from-to .column-rows li .maintenance-arrow {
    display: none;
  }
}
#maintenance-from-to .column-rows li .maintenance-arrow img {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  #maintenance-how-it-works {
    padding-bottom: 0;
  }
}
#maintenance-how-it-works .responsive-carousel .col-12 .text-rotate div span,
#maintenance-how-it-works .responsive-carousel .col-12 span.text-highlight,
#maintenance-how-it-works .single-featured-posts-top h3,
#maintenance-how-it-works .subheading,
#maintenance-how-it-works .text-rotate div .responsive-carousel .col-12 span,
#maintenance-how-it-works h2,
.responsive-carousel .col-12 #maintenance-how-it-works span.text-highlight,
.responsive-carousel .col-12 .text-rotate div #maintenance-how-it-works span,
.single-featured-posts-top #maintenance-how-it-works h3,
.text-rotate div .responsive-carousel .col-12 #maintenance-how-it-works span {
  text-align: center;
  margin-bottom: 32px;
}
#maintenance-how-it-works .description {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .description {
    margin-bottom: 40px;
  }
}
#maintenance-how-it-works .maintenance-steps {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .maintenance-steps {
    display: block;
  }
}
#maintenance-how-it-works .maintenance-steps li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .maintenance-steps li {
    display: block;
    margin: 60px 20px;
  }
}
#maintenance-how-it-works .maintenance-step-icon {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .maintenance-step-icon {
    margin-bottom: 8px;
  }
}
#maintenance-how-it-works .maintenance-step-icon img {
  display: block;
  width: 56px;
  height: 57px;
  margin: 0 auto;
}
#maintenance-how-it-works .maintenance-step-number {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .maintenance-step-number {
    margin-bottom: 8px;
  }
}
#maintenance-how-it-works .maintenance-step-number span {
  display: inline-block;
  min-width: 70px;
  margin: 0 auto;
  padding: 4px 12px;
  /* background-color: rgba(14, 152, 111, 10%); */
  border-radius: 4px;
  color: #393535;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: 500;
}
#maintenance-how-it-works .maintenance-step-heading {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  color: #696969;
  margin: 0;
  margin-bottom:30px;
}
#maintenance-how-it-works .maintenance-step-subheading {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #8D8D8D;
  margin-bottom: 20px;
  font-weight:400;
}
#maintenance-how-it-works .maintenanceBox{
  padding: 40px 15px 20px;
}
#maintenance-how-it-works .maintenanceBox:hover{
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.10);
  color:#000 !important;
}
 .maintenanceBox:hover .maintenance-step-heading{
  color:#000 !important;
  font-weight: 600 !important;
}
.maintenanceBox:hover .maintenance-step-subheading{
  color:#000 !important;
  font-weight: 600 !important;
}
.maintenanceBox:hover .maintenance-step-description{
  color:#000 !important;
}
.maintenanceBox:hover .maintenance-step-number span{
  color:#000 !important;
  font-weight: 800 !important;
}
@media (max-width: 767px) {
  #maintenance-how-it-works .maintenance-step-subheading {
    margin-bottom: 8px;
  }
}
#maintenance-how-it-works .maintenance-step-description {
  text-align: center;
  font-size:16px;
  color:#606060;
}
#maintenance-how-it-works .connector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(75% + 24px) !important;
  margin: 0 auto;
  -webkit-transform: translateY(29px);
  transform: translateY(29px);
}
@media (max-width: 767px) {
  #maintenance-how-it-works .connector-container {
    display: none;
  }
}
#maintenance-how-it-works .connector {
  height: 12px;
  width: 13.5%;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/icons/connector.svg");
  background-position: 50%;
  background-repeat: repeat-x;
}
#maintenance-how-it-works .connector.nitro-lazy {
  background-image: none !important;
}
#maintenance-how-it-works .connector img {
  display: inline-block;
  width: 12px;
  height: 12px;
}
#maintenance-how-it-works .connector img:first-of-type {
  float: left;
}
#maintenance-how-it-works .connector img:nth-of-type(2) {
  float: right;
}
.pricing_table select.duration {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  height: 40px;
  outline: none;
}
.tenure-dropdown {
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  cursor: pointer;
  height: 80px;
  position: relative;
  width: 230px;
}
.tenure-dropdown.tenure-dropdown-id,
ul.tenure-dropdown-options.tenure-dropdown-options-id {
  width: 250px;
}
ul.tenure-dropdown-options {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  display: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 77px;
  width: 230px;
  z-index: 1;
}
.tenure-dropdown-selected {
  height: 78px;
  padding: 5px 0 !important;
  text-align: left;
}
ul.tenure-dropdown-options li {
  border-bottom: 1px solid #f0f0f0;
  display: block;
  height: 80px;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  line-height: 12px !important;
}
ul.tenure-dropdown-options li:hover {
  background-color: #f0f0f0;
}
.sell-price span.dd-month {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 -4px;
}
.sell-price s span {
  margin: 0 0 0 3px;
  font-size: 12px;
}
.duration .currency {
  font-style: normal;
}
.duration .discount-percent {
  background-color: #fecc00;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  margin-top: 35px;
  padding: 8px 0 0 8px;
  position: absolute;
  right: -1px;
  text-align: center;
  width: 80px;
}
.tenure-dropdown-selected .discount-percent {
  padding: 5px 0 0 8px !important;
}
.sell-price div:first-child {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.duration .discount-percent:before {
  border-bottom: 14px solid transparent;
  border-left: 10px solid #fff;
  border-top: 14px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.duration .price-bundle {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  position: relative;
}
.promo-price,
.renewal-price {
  font-size: 11px;
}
.promo-price {
  font-size: 1.5rem;
  font-weight: 700;
}
.inline-price {
  display: inline-block;
}
.inline-price s {
  font-size: 1.2rem;
}
.js_tenure_dropdown .arrow_dd {
  content: "";
  position: absolute;
  right: 12px;
  top: 5px;
}
.js_tenure_dropdown .arrow_dd.active {
  transform: rotate(180deg);
}
.title_div li {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.terms_list li {
  font-size: 12px;
  line-height: 22px;
}
.terms_list i {
  top: 2px;
}
.guarantee_box {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 10%);
  border-radius: 8px;
}
.guarantee_box h2:after {
  content: "";
  display: block;
  background: #5b5b5b;
  width: 60px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  margin-top: 20px;
}
.product_c2a .pretitle {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_c2a h3 {
  font-weight: bold;
}
.product_c2a a {
  text-transform: uppercase;
  font-weight: bold;
}
.page-hero .valign {
  align-items: center;
  display: flex;
}
.page-hero .price-block .price-text {
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
}
.page-hero .price-block .promo-price {
  font-size: 36px;
  display: block;
  font-weight: 700;
  letter-spacing: -1px;
}
.page-hero .promo-price sup {
  font-size: 20px;
  position: relative;
  top: -20px;
}
.page-hero .promo-price sub {
  font-size: 16px;
}
.page-hero .price-block .price span {
  display: block;
}
.page-hero .price-block .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.7;
  position: relative;
  text-align: left;
  padding-left: 44px;
}
.page-hero .price sup {
  position: relative;
  font-size: 12px;
  top: -12px;
}
.page-hero .price sub {
  font-size: 12px;
}
.page-hero .price-block .price span:after {
  background: #707070;
  content: "";
  height: 1px;
  opacity: 0.7;
  position: absolute;
  left: 40px;
  top: 15px;
  width: 60%;
}
@media only screen and (max-width: 680px) {
  .page-hero .price-block p {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .page-hero .price-block .price-text {
  }
}
@media (max-width: 680px) {
  .page-hero .price-block .promo-price {
    font-size: 5rem;
    font-weight: 800;
    line-height: 6rem;
  }
  .page-hero .promo-price sup {
    font-size: 2.4rem;
    font-weight: 700;
    top: -22px;
  }
  .page-hero .promo-price sub {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .page-hero .price-block .price-text {
    text-align: left;
  }
  .page-hero .price-block .price,
  .page-hero .price-block .promo-price {
    display: inline-block;
  }
  .page-hero .price-block .price {
    padding-right: 0;
  }
  .addons-block {
    margin: 30px 0;
  }
  .page-hero .price-block {
    margin: 0 auto 20px;
    text-align: left;
    width: 250px;
  }
  .page-hero .btn {
    margin: 10px auto;
    width: 250px;
  }
  .page-hero .price-block .price {
    font-size: 2.2rem;
    margin-left: 10px;
  }
}
.menu-list-item a {
  padding-left: 40px !important;
}
.menu-list-item a:before {
  content: "";
  width: 28px;
  height: 25px;
  position: absolute;
  background-size: contain;
  background-size: 1100px;
  background-position: 50%;
  background-repeat: no-repeat;
  left: 0px;
  top: 7px;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/gokeyasprite-icons.svg");
  transform: scale(1.1);
}
.menu-list-item a.about-us-link:before {
  background-position: -28px -125px;
}
.menu-list-item a.meet-the-link:before {
  background-position: -65px -125px;
}
.content-development-services:before {
  background-position: -26px -32px !important;
}
.global-seo-service:before {
  background-position: -64px -32px !important;
}
.local-seo-service:before {
  background-position: -100px -32px !important;
}
.ecommerce-seo-service:before {
  background-position: -138px -32px !important;
}
.smo-service:before {
  background-position: -175px -32px !important;
}
.html-websitedesign-service:before {
  background-position: -214px -32px !important;
}
.blog-news-website-development:before {
  background-position: -251px -32px !important;
}
.landing-page-design-service:before {
  background-position: -290px -32px !important;
}
.psd-to-wordpress-service:before {
  background-position: -326px -32px !important;
}
.website-design-services:before {
  background-position: -362px -32px !important;
}
.ecommerce-development-services:before {
  background-position: -400px -32px !important;
}
.psd-to-html-service:before {
  background-position: -436px -32px !important;
}
.brand-identity-design-service:before {
  background-position: -473px -32px !important;
}
.wordPress-security-optimization:before {
  background-position: -511px -32px !important;
}
.wordPress-speed-optimization:before {
  background-position: -548px -32px !important;
}
.wordPress-maintenance-services:before {
  background-position: -29px -76px !important;
}
.woocommerce-maintenance-services:before {
  background-position: -67px -76px !important;
}
.wordPress-blog-maintenance:before {
  background-position: -104px -76px !important;
}
.drupal-website-maintenance:before {
  background-position: -142px -76px !important;
}
.drupal-ecommerce-maintenance:before {
  background-position: -181px -76px !important;
}
.opencart-maintenance-services:before {
  background-position: -217px -76px !important;
}
.joomla-website-maintenance:before {
  background-position: -254px -76px !important;
}
.joomla-ecommerce-maintenance:before {
  background-position: -293px -76px !important;
}
.magento2x-maintenance-services:before {
  background-position: -330px -76px !important;
}
.codeIgniter-website-maintenance:before {
  background-position: -368px -76px !important;
}
.codeIgniter-ecommerce-maintenance:before {
  background-position: -405px -76px !important;
}
.laravel-website-maintenance:before {
  background-position: -441px -76px !important;
}
.laravel-ecommerce-maintenance:before {
  background-position: -480px -76px !important;
}
.html-website-maintenance:before {
  background-position: -517px -76px !important;
}
.php-website-maintenance:before {
  background-position: -555px -76px !important;
}
.php-ecommerce-maintenance:before {
  background-position: -592px -76px !important;
}
.prestashop-store-maintenance:before {
  background-position: -630px -76px !important;
}
.wix-website-maintenance:before {
  background-position: -667px -76px !important;
}
.wix-ecommerce-maintenance:before {
  background-position: -705px -76px !important;
}
.meet-the-team:before {
  background-position: -65px -125px !important;
}
.infrastructure:before {
  background-position: -105px -125px !important;
}
.clients:before {
  background-position: -141px -125px !important;
}
.life-gokeya:before {
  background-position: -179px -125px !important;
}
.testimonials:before {
  background-position: -220px -125px !important;
}
.leverage-gokeya:before {
  background-position: -254px -125px !important;
}
.certificates:before {
  background-position: -291px -125px !important;
}
.confidentiality:before {
  background-position: -330px -125px !important;
}
.career:before {
  background-position: -371px -125px !important;
}
.support:before {
  background-position: -409px -125px !important;
}
.contact:before {
  background-position: -444px -125px !important;
}
.reputation-management-services:before {
  background-position: -590px -32px !important;
}
.ppc-management-services:before {
  background-position: -631px -32px !important;
}
.google-penalty-recovery-service:before {
  background-position: -706px -32px !important;
}
.responsive-web-design:before {
  background-position: -667px -32px !important;
}
.google-workspace-plan-pricing:before {
  background-position: -746px -32px !important;
}
.google-workspace:before {
  background-position: -783px -32px !important;
}
.ppc-packages:before {
  background-position: -631px -32px !important;
}
.digital-marketing-packages:before {
  background-position: -821px -32px !important;
}
.orm-packages:before {
  background-position: -590px -32px !important;
}
.menu-list-item a:after {
  right: 10px;
  right: 0;
  top: 7px;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/right-arrow.svg");
  opacity: 0;
  transition: right 0.2s ease-out, opacity 0.1s ease-out;
  z-index: 1;
  content: "";
  width: 28px;
  height: 25px;
  position: absolute;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.menu-list-item a:hover {
  background: #fafafa;
  transition: background 0.2s ease-out;
  border-radius: 4px;
}
.menu-list-item a:hover:after {
  right: 15px;
  opacity: 1;
  transition: right 0.2s ease-out, opacity 0.1s ease-out;
}
.heart {
  fill: red;
  position: relative;
  top: 0px;
  width: 16px;
  margin-left: 4px;
  margin-right: 4px;
  animation: pulse 1s ease infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.sidebar-widget .widget-categories li a {
  border: 1px solid #ebeaea;
  border-bottom: none;
  padding: 10px 10px;
}
.sidebar-widget .widget-categories li:last-child a {
  border-bottom: 1px solid #ebeaea;
}
.cd-main-content {
  text-align: center;
}
.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}
.cd-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #89ba2c;
  color: #fff;
  border-radius: 50em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
}
.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 999999999;
}
.cd-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel__header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.cd-panel__header h1 {
  color: #89ba2c;
  padding-left: 5%;
}
.cd-panel--from-right .cd-panel__header {
  right: 0;
}
.cd-panel--from-left .cd-panel__header {
  left: 0;
}
.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 50%;
  }
}
.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-panel__close::before,
.cd-panel__close::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-panel__close:hover {
  background-color: #424f5c;
}
.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}
.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}
@-webkit-keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%,
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel__container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 50%;
  }
}
.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}
.cd-panel__content p:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact {
  background: #26b16d;
  border-radius: 4px;
  padding: 24px;
  width: 100%;
  height: auto;
  float: left;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/c2a/cta-seo-services-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 180px;
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact.nitro-lazy {
  background-image: none !important;
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .description {
  max-width: 75%;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.0055em;
  color: #fff !important;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 24px;
  float: none;
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .phone {
  width: auto;
  height: auto;
  float: left;
  display: block;
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .phone a {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 24px;
  line-height: 36px;
  letter-spacing: -0.0045em;
  color: #fff !important;
  float: left;
  display: block;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/c2a/icon-small-phone-cta.png");
  background-repeat: no-repeat;
  padding-left: 50px;
}
.fx-cta.cta-cta-straight-contact-wrapper
  .cta-straight-contact
  .phone
  a.nitro-lazy {
  background-image: none !important;
}
.fx-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .description a {
  color: #fff !important;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
}
.fx-cta.cta-cta-straight-contact-wrapper
  .cta-straight-contact
  img.computer-screen {
  position: absolute;
  right: -100px;
  bottom: 0;
}
@media (max-width: 450px) {
  .fx-cta.cta-cta-straight-contact-wrapper
    .cta-straight-contact
    img.computer-screen {
    right: -150px;
    top: 30%;
  }
  .title_div {
    height: auto;
  }
  .title-content-1 {
    position: relative;
    padding-bottom: 50px;
  }
}
#ai_umbrella .grid-sizer {
  width: 25%;
  height: 110px;
}
#ai_umbrella .grid-item {
  width: 170px;
  height: 130px;
  padding: 10px;
  margin: 20px;
}
#ai_umbrella .isotope .grid-item img {
  width: 70%;
  margin-bottom: 10px;
}
.centered_lines {
  text-align: center;
}
.banner-pattern {
  margin-bottom: 10px;
}
.banner-pattern .pattern_inner {
  position: relative;
  width: 95px;
  display: flex;
  margin-bottom: -1px;
  overflow: hidden;
}
.centered_lines .pattern_inner {
  margin: 0 auto 20px;
}
.banner-pattern span:first-child {
  width: 66px;
  background: #000;
}
.static-page-header h1 span,
.static-page-header .static-page-header-title span {
  position: relative;
  z-index: 9;
}
.banner-pattern span {
  height: 4px;
  border-radius: 35px;
  display: inline-block;
}
.static-page-header-title span {
  text-transform: capitalize;
}
.line {
  position: absolute;
  height: 100%;
  width: 15px;
  background: rgba(0, 0, 0, 0.49);
  animation: lineRight 4s ease-in-out infinite;
  border-radius: 35px;
}
@keyframes lineRight {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.line2 {
  animation-delay: 2s;
}
.line3 {
  animation-delay: 4s;
}
.static-page-header h1 {
  font-weight: 900;
  line-height: 1.2;
  color: #001033;
}
.static-page-header .static-page-header-title h1 span:after {
  content: "";
  height: 16px;
  width: calc(100% + 12px);
  position: absolute;
  bottom: 19%;
  left: -5px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.static-page-header img {
  max-width: 90%;
  height: auto;
}
.ai-reflectors {
  font-family: Open Sans, sans-serif;
  font-weight: 900 !important;
  line-height: 100px;
  text-align: center;
  color: #1d1e31;
  opacity: 0.02;
  position: absolute;
  top: 20%;
  top: 50%;
  left: 0;
  left: 50%;
  pointer-events: none;
  width: 100%;
  font-size: 75vh;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
}
.list-green ::before {
  margin-top: -14px;
}
.section-title:nth-child(odd) .title-effect::before {
  background: transparent !important;
}
@media screen and (max-width: 428px) {
  .we-inner-box-clr {
    padding: 75px 15px 16px 15px;
  }
}
@media screen and (min-width: 360px) {
  #ai_umbrella .grid-item {
    width: 160px;
  }
}
@media screen and (min-width: 320px) {
  .ai-reflectors {
    font-size: calc(71.2px + 17.125vw);
  }
}
#header {
  width: 100%;
}
section.menu-list-items {
  height: 110px !important;
}
.desktopTopFixed section.menu-list-items {
  height: 75px !important;
}
.ftr_cta_blk {
  -webkit-column-count: auto;
  column-count: auto;
  background: #fdad00;
  display: none;
  color: #fff;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: -14px -6px 11px 0 rgba(39, 32, 32, 0.21);
  box-shadow: -14px -6px 11px 0 rgba(39, 32, 32, 0.21);
  width: 100%;
  z-index: 9999;
}
.call_wrapnew {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding: 0 0 3px;
}
.call_wrapnew-2 {
  margin-right: 10px;
  padding: 0 0 3px;
}
.ftr_cta_blk .col-md-3 a,
.ftr_cta_blk .col-md-3 span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  padding-top: 2px;
  display: inline-block;
}
.ftr_cta_blk .col-md-3 i {
  vertical-align: middle;
  padding: 5px 0 0 0;
  width: 30px;
  font-size: 20px;
  color: #fff;
  position: relative;
  height: 30px;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
  text-align: center;
  z-index: 999;
}
.ftr_cta_blk .col-md-3:hover i:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.6s ease-in-out;
}
.event .event-img .event-title,
.ftr_cta_blk .col-md-3 i:after {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.ftr_cta_blk .col-md-3:hover i {
  color: #444;
}
.ftr_cta_blk .col-md-3 i:after {
  position: absolute;
  background: #fff;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  bottom: 0;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
  left: 0;
}
@media screen and (max-device-width: 1000px) and (min-device-width: 320px) {
  .ftr_cta_blk .col-md-3.col-3 {
    padding: 0;
    margin: 0;
  }
  .ftr_cta_blk .col-md-3.col-3:last-child {
  }
  .ftr_cta_blk .col-md-3 i {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 0 0;
  }
  .call_wrapnew {
    text-align: center;
  }
  .call_wrapnew-2 {
    text-align: center;
  }
  .widget-visible iframe {
    right: 0px !important;
    bottom: 39px !important;
  }
}
.animated-text {
  position: relative;
  text-transform: uppercase;
}
.animated-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #e74c3c;
  border-right: 2px solid #e74c3c;
  overflow: hidden;
  animation: animate 6s linear infinite;
}
@keyframes animate {
  0%,
  10%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 100%;
  }
}
.rocket-btn {
  position: relative;
}
.rocket-btn a {
  width: 270px !important;
  text-align: left !important;
  padding: 10px 0px 10px 20px !important;
}
.rocket-btn .gift-text {
  font-size: 11px;
}
.rocket-btn svg {
  position: absolute;
  right: -36px;
  bottom: 24px;
}
.desktopTopFixed .rocket-btn svg {
  bottom: 7px;
}
@media screen and (max-device-width: 422px) and (min-device-width: 378px) {
  .animated-text {
    float: left;
  }
}
.ai-get-quote-btn {
  padding: 2px 14px !important;
  font-size: 24px !important;
}
@media screen and (max-device-width: 480px) {
  .blog .entry-content img {
    width: 100% !important;
    height: auto !important;
  }
  .mb-hide {
    display: none !important;
  }
}
.quick_whatsapp {
  position: fixed;
  bottom: 10px;
  left: 10px;
  padding: 2px;
  z-index: 9999;
}
.ai-cta.cta-wrapper .cta .btn-green {
  background-color: #26b16d;
  color: #fff;
  border-color: #26b16d;
}
.ai-cta.cta-wrapper .cta .btn-green:focus,
.ai-cta.cta-wrapper .cta .btn-green:hover {
  background-color: #26b16d;
  color: #fff;
  border-color: #26b16d;
}
.ai-cta.cta-wrapper .cta .mcta-quote {
  color: #d2dcee;
  margin: 0 0 40px 0;
  padding-left: 48px;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/quote-blue.png")
    no-repeat 0 0;
}
.ai-cta.cta-wrapper .cta .mcta-quote.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-wrapper .cta .mcta-quote.white {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/quote-white.png");
}
.ai-cta.cta-wrapper .cta .mcta-quote.white.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-wrapper .cta .mcta-quote-text {
  font-family: "Inter-Medium", serif;
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -0.0065em;
  margin: 0 0 16px;
}
.ai-cta.cta-wrapper .cta .mcta-quote-by {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.0045em;
  margin: 0;
}
.ai-cta.cta-wrapper .cta .mcta-quote-by.lefted {
  margin-left: -48px;
}
.ai-cta.cta-wrapper .cta .mcta-quote-by {
  font-size: 17px;
  line-height: 26px;
}
.ai-cta.cta-wrapper .cta .mcta-quote-text {
  font-size: 22px;
  line-height: 32px;
}
.ai-cta.cta-wrapper .cta .mcta-quote-text {
  font-size: 19px;
  line-height: 1.4;
}
.ai-cta.cta-wrapper .cta .mcta-quote-by {
  font-size: 16px;
  line-height: 1.4;
}
.ai-cta.cta-wrapper .cta .mcta-quote {
  margin-bottom: 30px !important;
}
.ai-cta.cta-wrapper .cta .dots-pattern:before,
.ai-cta .dots-pattern:before {
  content: "";
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/dots-pattern.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -5;
}
.ai-cta.cta-wrapper .cta a {
  transition: all 0.3s ease;
}
.ai-cta.cta-wrapper .cta .btn {
  color: #fff !important;
}
.ai-cta.cta-wrapper .cta .btn-secondary {
  background-color: #ffd12d;
  color: #374046;
  padding: 20px 40px;
  border-radius: 2px;
}
.ai-cta.cta-wrapper .cta [type="url"] {
  background-color: #6688c3;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: "Inter-Regular";
  height: 50px;
  padding: 0 20px;
  width: 65%;
}
.ai-cta.cta-wrapper .cta .no-decoration {
  text-decoration: none !important;
}
.ai-cta.cta-wrapper .cta .card-btn {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.008em;
  font-family: "Inter-Medium";
  padding: 16px 32px;
  background-color: #26b16d;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact {
  background: #26b16d;
  border-radius: 4px;
  padding: 24px;
  width: 100%;
  height: auto;
  float: left;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta-seo-services-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  overflow-x: hidden;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .description {
  max-width: 75%;
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.0055em;
  color: var(--white) !important;
  margin-top: 0;
  margin-bottom: 8px;
  float: left;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .phone {
  width: auto;
  height: auto;
  float: left;
  display: block;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .phone a {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 24px;
  line-height: 36px;
  letter-spacing: -0.0045em;
  color: var(--white) !important;
  float: left;
  display: block;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/icon-small-phone-cta.png");
  background-repeat: no-repeat;
  padding-left: 50px;
}
.ai-cta.cta-cta-straight-contact-wrapper
  .cta-straight-contact
  .phone
  a.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-cta-straight-contact-wrapper .cta-straight-contact .description a {
  color: var(--white) !important;
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
}
.ai-cta.cta-cta-straight-contact-wrapper
  .cta-straight-contact
  img.computer-screen {
  position: absolute;
  right: -100px;
}
@media (max-width: 450px) {
  .ai-cta.cta-cta-straight-contact-wrapper
    .cta-straight-contact
    img.computer-screen {
    right: -150px;
    top: 30%;
  }
}
.ai-cta.cta-7-wrapper .cta-7-v2 {
  padding: 61px 54px 58px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #0760c3;
  background: -webkit-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: -moz-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: -ms-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  overflow: hidden;
}
.ai-cta.cta-7-wrapper .cta-7-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta7-bg.png")
    no-repeat right 0;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-img {
  position: absolute;
  right: 2.3923444976%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 38.27751%;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-img img {
  max-width: 100%;
  height: auto;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-body {
  position: relative;
  z-index: 1;
  max-width: 467px;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -0.014em;
  color: #fff;
  margin: 0 0 17px;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #f9fbff;
  margin: 0 0 18px;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-lead {
  font-family: inter-regular, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #ffdf6f;
  margin: 0 0 18px;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-lead-circle {
  position: relative;
  z-index: 0;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-lead-circle:before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: -25%;
  height: 150%;
  width: 113%;
  z-index: -1;
  border: 1px solid #ffdf6f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-btn {
  font-family: inter-regular, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-btn:focus,
.ai-cta.cta-7-wrapper .cta-7-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.ai-cta.cta-7-wrapper .cta-7-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-7-wrapper .cta-7-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 24px 24px 48px;
  }
  .ai-cta.cta-7-wrapper .cta-7-v2:before {
    background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta7-bg-v.png");
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .ai-cta.cta-7-wrapper .cta-7-v2 .card-img {
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
  .ai-cta.cta-7-wrapper .cta-7-v2 .card-body {
    max-width: inherit;
  }
  .ai-cta.cta-7-wrapper .cta-7-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
  .ai-cta.cta-7-wrapper .cta-7-v2 .card-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.ai-cta.cta-6-wrapper .cta-6-v2 {
  padding: 38px 56px 48px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #083a74;
  background: -webkit-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: -moz-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: -ms-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  overflow: hidden;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-img {
  position: absolute;
  right: 1.674641%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 39.71291%;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-img img {
  max-width: 100%;
  height: auto;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-body {
  position: relative;
  z-index: 1;
  max-width: 452px;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-title-sufix {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -0.014em;
  color: #f9fbff;
  margin: 0 0 8px;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -0.014em;
  color: #f9fbff;
  margin: 0 0 20px;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.014em;
  color: #f9fbff;
  margin: 0 0 20px !important;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #0c57ad;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-btn:focus,
.ai-cta.cta-6-wrapper .cta-6-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.ai-cta.cta-6-wrapper .cta-6-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-6-wrapper .cta-6-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 24px 24px 48px;
  }
  .ai-cta.cta-6-wrapper .cta-6-v2 .card-img {
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
  .ai-cta.cta-6-wrapper .cta-6-v2 .card-body {
    max-width: inherit;
  }
  .ai-cta.cta-6-wrapper .cta-6-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
  .ai-cta.cta-6-wrapper .cta-6-v2 .card-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.ai-cta.cta-10-wrapper .cta-10-v2 {
  padding: 77px 56px 78px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #207de9;
  background: -webkit-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: -moz-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: -ms-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  overflow: hidden;
}
.ai-cta.cta-10-wrapper .cta-10-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta10-bg.png")
    no-repeat center center;
}
.ai-cta.cta-10-wrapper .cta-10-v2:after {
  content: "";
  display: block;
  position: absolute;
  left: -100px;
  bottom: -100px;
  height: 640px;
  width: 704px;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta10-bg2.png")
    no-repeat -100% center;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-img {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 39.05263%;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-img img {
  max-width: 100%;
  height: auto;
  margin-left: -63px;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-body {
  position: relative;
  z-index: 1;
  max-width: 68%;
  margin-left: auto;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-list {
  list-style: none;
  margin: 0 0 37px;
  padding: 0;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-list li {
  min-height: 33px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #f9fbff;
  position: relative;
  padding-left: 49px;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-btn:focus,
.ai-cta.cta-10-wrapper .cta-10-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.ai-cta.cta-10-wrapper .cta-10-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-10-wrapper .cta-10-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 24px 48px;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2:before {
    background-position: center 0;
    -webkit-background-size: 90% auto;
    -moz-background-size: 90% auto;
    background-size: 90% auto;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2:after {
    margin-left: -200px;
    bottom: auto;
    top: -16%;
    left: 50%;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2 .card-img {
    text-align: center;
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2 .card-img img {
    margin-left: 0;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2 .card-body {
    max-width: inherit;
  }
  .ai-cta.cta-10-wrapper .cta-10-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
}
.ai-cta.cta-clutch-rating-wrapper .feather-icon:after {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
}
.ai-cta.cta-clutch-rating-wrapper .chevron-down-blue:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/chevron-down-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .chevron-right-white:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/chevron-right-white.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .chevron-right-blue:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/chevron-right-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .chevron-right-green:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/chevron-right-green.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .arrow-right-white:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/arrow-right-white.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .arrow-right-blue:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/arrow-right-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
}
.ai-cta.cta-clutch-rating-wrapper .arrow-left-blue:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/arrow-left-blue.svg");
  background-repeat: no-repeat;
}
.ai-cta.cta-clutch-rating-wrapper .info:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/info.svg");
  background-repeat: no-repeat;
}
.ai-cta.cta-clutch-rating-wrapper .x-circle:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/x-circle.svg");
  background-repeat: no-repeat;
}
.ai-cta.cta-clutch-rating-wrapper .clutch-rating {
  background: #1c2d47;
  border-radius: 8px;
  width: 100%;
  height: auto;
  float: left;
  padding: 48px;
  display: block;
  margin-bottom: 48px;
}
.ai-cta.cta-clutch-rating-wrapper .clutch-rating h3 {
  color: #fff;
  margin-top: 0px;
  max-width: 356px;
  margin-bottom: 18px;
  display: block;
}
.ai-cta.cta-clutch-rating-wrapper .clutch-rating .stars-rating {
  width: auto !important;
  float: none;
  display: block;
  margin-bottom: 18px;
}
.ai-cta.cta-clutch-rating-wrapper .clutch-rating a {
  font-family: var(--font-inter);
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #207de9 !important;
}
@media (min-width: 768px) {
  .ai-cta.cta-clutch-rating-wrapper .clutch-rating a {
    line-height: 22px;
  }
}
.ai-cta.cta-clutch-rating-wrapper .clutch-rating p {
  margin-top: 0px;
  color: #ced4da;
  margin-bottom: 0px;
}
.ai-cta.cta-reach-us-wrapper .reach-us-cta {
  padding: 24px;
  width: 100%;
  height: auto;
  float: left;
  background: #1c2d47;
  border-radius: 4px;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/speak-seo-strategist-bg.png");
  background-position: right;
  background-repeat: no-repeat;
}
.ai-cta.cta-reach-us-wrapper .reach-us-cta.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-reach-us-wrapper .reach-us-cta .description {
  font-family: "Inter-Regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.0045em;
  color: #fff;
  margin-bottom: 16px;
  width: auto;
  height: auto;
  float: none;
  display: block;
}
.ai-cta.cta-reach-us-wrapper .reach-us-cta .btn {
  padding: 16px;
}
.ai-cta.cta-reach-us-wrapper .blue-primary-btn {
  color: white !important;
  border-color: #207de9;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  outline: none;
  background-color: #207de9;
}
.ai-cta.cta-reach-us-wrapper .blue-primary-btn:hover {
  background-color: #0c57ad;
}
.ai-cta.cta-reach-us-wrapper .btn {
  width: auto;
  position: relative;
  text-align: center;
  letter-spacing: -0.008em;
  padding: 16px 64px 16px 32px;
  border-radius: 4px;
  font-family: "Inter-Regular", Sans-Serif;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ai-cta.cta-reach-us-wrapper .btn {
    float: left;
  }
}
.ai-cta.cta-38-wrapper .cta-38-v2 {
  padding: 77px 70px 83px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #0c57ad;
  background: -webkit-linear-gradient(180deg, #0c57ad 30.49%, #004a9f 100%);
  background: -moz-linear-gradient(180deg, #0c57ad 30.49%, #004a9f 100%);
  background: -ms-linear-gradient(180deg, #0c57ad 30.49%, #004a9f 100%);
  background: linear-gradient(180deg, #0c57ad 30.49%, #004a9f 100%);
  overflow: hidden;
}
.ai-cta.cta-38-wrapper .cta-38-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta27-bg.png")
    no-repeat right center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-img {
  position: absolute;
  right: -7.5%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 38.995215311%;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-img img {
  max-width: 100%;
  height: auto;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-body {
  position: relative;
  z-index: 1;
  width: 62%;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #f9fbff;
  margin: 0 0 16px;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -0.042em;
  color: #f9fbff;
  margin-bottom: 25px;
  margin-left: 0;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-list-icon {
  margin-right: 12px;
  width: 42px;
  line-height: 42px;
  min-width: 42px;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-list-icon img {
  vertical-align: middle;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-btn:focus,
.ai-cta.cta-38-wrapper .cta-38-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 14px;
}
.ai-cta.cta-38-wrapper .cta-38-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-38-wrapper .cta-38-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 24px 48px;
  }
  .ai-cta.cta-38-wrapper .cta-38-v2:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center 0;
    background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta27-bg-v.png");
  }
  .ai-cta.cta-38-wrapper .cta-38-v2 .card-img {
    margin-bottom: 24px;
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .ai-cta.cta-38-wrapper .cta-38-v2 .card-body {
    width: auto;
  }
  .ai-cta.cta-38-wrapper .cta-38-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
  .ai-cta.cta-38-wrapper .cta-38-v2 .card-list li {
    font-size: 30px;
    line-height: 1.4;
  }
}
.ai-cta.cta-40-wrapper .cta-40-v2 {
  padding: 88px 64px 67px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #207de9;
  background: -webkit-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: -moz-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: -ms-linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  background: linear-gradient(180deg, #207de9 0%, #0966d0 100%);
  overflow: hidden;
}
.ai-cta.cta-40-wrapper .cta-40-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta29-bg.png")
    no-repeat right center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-img {
  position: absolute;
  right: -6.1%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 42.3444976%;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-img img {
  max-width: 100%;
  height: auto;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-body {
  position: relative;
  z-index: 1;
  width: 60%;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.042em;
  color: #fff;
  margin: 0 0 30px;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 29px;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-btn:focus,
.ai-cta.cta-40-wrapper .cta-40-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 14px;
}
.ai-cta.cta-40-wrapper .cta-40-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-40-wrapper .cta-40-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 24px 24px 48px;
    text-align: center;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2:before {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center 0;
    background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta29-bg-v.png");
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-img {
    margin-bottom: 24px;
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-img img {
    margin-top: 0;
    width: 200px;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-body {
    width: auto;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-title {
    font-size: 36px;
    line-height: 40px;
  }
  .ai-cta.cta-40-wrapper .cta-40-v2 .card-text {
    font-size: 21px;
    line-height: 28px;
  }
}
.ai-cta.cta-137-wrapper .calculator-cta,
.ai-cta.cta-137-wrapper .calculator-cta * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ai-cta.cta-137-wrapper .calculator-cta {
  width: auto;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg1 {
  background-color: #0c57ad;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg2 {
  background-color: #30a89e;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg3 {
  background-color: #af3fac;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg4 {
  background-color: #37a961;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg5 {
  background-color: #102a4f;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg6 {
  background-color: #207de9;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg7 {
  background-color: #083a74;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg8 {
  background-color: #152035;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg9 {
  background-color: #ffa232;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg10 {
  background-color: #821d84;
}
.ai-cta.cta-137-wrapper .calculator-cta .bg11 {
  background-color: #113a74;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-item {
  border-radius: 20px;
  max-width: 805px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ai-cta.cta-137-wrapper .calculator-cta .mobile-img {
  display: none;
  padding: 10px;
}
.ai-cta.cta-137-wrapper .calculator-cta .mobile-img img {
  margin: 0 auto;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-item img {
  display: block;
  max-width: 100%;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-inner {
  left: 0;
  padding-left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 57px;
  margin-bottom: 10px;
  max-width: 410px;
  font-family: "Inter-Black", sans-serif;
}
.ai-cta.cta-137-wrapper .calculator-cta .heading-sm {
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
}
.ai-cta.cta-137-wrapper .calculator-cta .heading-sm-light {
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}
.ai-cta.cta-137-wrapper .calculator-cta .heading-sm-light .yellow-bold {
  color: #ffdf6f;
  display: block;
  font-weight: 900;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.semib {
  font-weight: 600;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.max430 {
  max-width: 430px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.max465 {
  max-width: 465px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.max520 {
  max-width: 520px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.max550 {
  max-width: 550px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading.max630 {
  max-width: 630px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading .yellow {
  color: #ffdf6f;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading .red {
  color: #f87476;
  font-weight: 900;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading .green {
  color: #41d58c;
  font-weight: 900;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading a {
  color: #ffdf6f;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-heading .heading24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 30px;
  max-width: 450px;
  font-family: "Inter-Regular", sans-serif;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc-sm {
  font-size: 18px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc.max380 {
  max-width: 380px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc.max400 {
  max-width: 400px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc.max500 {
  max-width: 500px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc.max540 {
  max-width: 540px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc.max550 {
  max-width: 550px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .green {
  color: #41d58c;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc b {
  font-weight: 900;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .line {
  position: relative;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .line:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 61px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .yellowline {
  color: #ffdf6f;
  position: relative;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .yellowline:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve-yellow.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 76px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .greenline {
  color: #41d58c;
  position: relative;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .greenline:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve-green.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 61px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .longyellow {
  color: #ffdf6f;
  position: relative;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .longyellow:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/long-yellow.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 265px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .longgreen {
  color: #41d58c;
  position: relative;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-desc .longgreen:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/long-green.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 275px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button {
  background-color: #0c57ad;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  padding: 18px 90px 17px 20px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Inter-Regular", sans-serif;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button:hover {
  background-color: #083a74;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button.dark {
  background-color: #083a74;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button.dark:hover {
  background-color: #0c57ad;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button.max330 {
  max-width: 330px;
}
.ai-cta.cta-137-wrapper .calculator-cta .cta-button.max450 {
  max-width: 450px;
}
@media (max-width: 767px) {
  .ai-cta.cta-137-wrapper .calculator-cta .mobile-img {
    display: block;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .image-bg {
    display: none;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-inner {
    left: auto;
    padding: 20px;
    position: relative;
    top: auto;
    transform: none;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-inner .cta-heading,
  .ai-cta.cta-137-wrapper .calculator-cta .cta-inner .cta-desc {
    max-width: none;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-inner .cta-heading,
  .ai-cta.cta-137-wrapper .calculator-cta .cta-heading .heading24 {
    font-size: 22px;
    line-height: 27px;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-inner .cta-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-desc span:after {
    content: none !important;
  }
  .ai-cta.cta-137-wrapper .calculator-cta .cta-button {
    font-size: 18px;
    line-height: 26px;
    max-width: none !important;
  }
}
.ai-cta.cta-11-wrapper .cta-11-v2 {
  padding: 68px 56px 59px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #083a74;
  background: -webkit-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: -moz-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: -ms-linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  background: linear-gradient(180deg, #083a74 0%, #062d5b 100%);
  overflow: hidden;
}
.ai-cta.cta-11-wrapper .cta-11-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: -21%;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/cta11-bg.png")
    no-repeat 0 center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-img {
  position: absolute;
  left: -9.21%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 43.66%;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-img img {
  max-width: 100%;
  height: auto;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-body {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin-left: auto;
  padding-left: 8rem;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-title {
  font-weight: 800;
  font-size: 54px;
  line-height: 50px;
  letter-spacing: -0.014em;
  color: #f9fbff;
  margin: 0 0 21px;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.014em;
  color: #f9fbff;
  margin: 0 0 20px;
  max-width: 320px;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-lead {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.014em;
  text-transform: uppercase;
  color: #ffdf6f;
  margin: 0 0 20px;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-lead u {
  text-decoration: none;
  border-bottom: 1px solid #f9fbff;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-btn:focus,
.ai-cta.cta-11-wrapper .cta-11-v2 .card-btn:hover {
  color: #f9fbff;
  background-color: #207de9;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.ai-cta.cta-11-wrapper .cta-11-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}
@media (max-width: 767px) {
  .ai-cta.cta-11-wrapper .cta-11-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 24px 24px 48px;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2:before {
    width: 476px;
    left: 50%;
    margin-left: -238px;
    top: -60px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center 0;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2 .card-img {
    margin-bottom: 24px;
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2 .card-text {
    margin-left: auto;
    margin-right: auto;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2 .card-title {
    font-size: 42px;
    line-height: 44px;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2 .card-body {
    max-width: inherit;
    padding-left: 0;
  }
  .ai-cta.cta-11-wrapper .cta-11-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }
}
.ai-cta.cta-133-wrapper .calculator-cta,
.ai-cta.cta-133-wrapper .calculator-cta * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ai-cta.cta-133-wrapper .calculator-cta {
  width: auto;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg1 {
  background-color: #0c57ad;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg2 {
  background-color: #30a89e;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg3 {
  background-color: #af3fac;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg4 {
  background-color: #37a961;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg5 {
  background-color: #102a4f;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg6 {
  background-color: #207de9;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg7 {
  background-color: #083a74;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg8 {
  background-color: #152035;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg9 {
  background-color: #ffa232;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg10 {
  background-color: #821d84;
}
.ai-cta.cta-133-wrapper .calculator-cta .bg11 {
  background-color: #113a74;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-item {
  border-radius: 20px;
  max-width: 805px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ai-cta.cta-133-wrapper .calculator-cta .mobile-img {
  display: none;
  padding: 10px;
}
.ai-cta.cta-133-wrapper .calculator-cta .mobile-img img {
  margin: 0 auto;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-item img {
  display: block;
  max-width: 100%;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-inner {
  left: 0;
  padding-left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 57px;
  margin-bottom: 10px;
  max-width: 410px;
  font-family: "Inter-Black", sans-serif;
}
.ai-cta.cta-133-wrapper .calculator-cta .heading-sm {
  font-size: 32px;
  line-height: 43px;
  margin-bottom: 20px;
}
.ai-cta.cta-133-wrapper .calculator-cta .heading-sm-light {
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}
.ai-cta.cta-133-wrapper .calculator-cta .heading-sm-light .yellow-bold {
  color: #ffdf6f;
  display: block;
  font-weight: 900;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.semib {
  font-weight: 600;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.max430 {
  max-width: 430px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.max465 {
  max-width: 465px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.max520 {
  max-width: 520px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.max550 {
  max-width: 550px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading.max630 {
  max-width: 630px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading .yellow {
  color: #ffdf6f;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading .red {
  color: #f87476;
  font-weight: 900;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading .green {
  color: #41d58c;
  font-weight: 900;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading a {
  color: #ffdf6f;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-heading .heading24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc {
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 30px;
  max-width: 450px;
  font-family: "Inter-Regular", sans-serif;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc-sm {
  font-size: 18px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc.max380 {
  max-width: 380px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc.max400 {
  max-width: 400px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc.max500 {
  max-width: 500px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc.max540 {
  max-width: 540px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc.max550 {
  max-width: 550px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .green {
  color: #41d58c;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc b {
  font-weight: 900;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .line {
  position: relative;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .line:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 61px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .yellowline {
  color: #ffdf6f;
  position: relative;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .yellowline:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve-yellow.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 76px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .greenline {
  color: #41d58c;
  position: relative;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .greenline:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/curve-green.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 61px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .longyellow {
  color: #ffdf6f;
  position: relative;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .longyellow:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/long-yellow.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 265px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .longgreen {
  color: #41d58c;
  position: relative;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-desc .longgreen:after {
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/long-green.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  bottom: -1px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 275px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button {
  background-color: #0c57ad;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/images/cta/arrow.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  padding: 18px 90px 17px 20px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Inter-Regular", sans-serif;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button.nitro-lazy {
  background-image: none !important;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button:hover {
  background-color: #083a74;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button.dark {
  background-color: #083a74;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button.dark:hover {
  background-color: #0c57ad;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button.max330 {
  max-width: 330px;
}
.ai-cta.cta-133-wrapper .calculator-cta .cta-button.max450 {
  max-width: 450px;
}
@media (max-width: 767px) {
  .ai-cta.cta-133-wrapper .calculator-cta .mobile-img {
    display: block;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .image-bg {
    display: none;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-inner {
    left: auto;
    padding: 20px;
    position: relative;
    top: auto;
    transform: none;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-inner .cta-heading,
  .ai-cta.cta-133-wrapper .calculator-cta .cta-inner .cta-desc {
    max-width: none;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-inner .cta-heading,
  .ai-cta.cta-133-wrapper .calculator-cta .cta-heading .heading24 {
    font-size: 22px;
    line-height: 27px;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-inner .cta-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-desc span:after {
    content: none !important;
  }
  .ai-cta.cta-133-wrapper .calculator-cta .cta-button {
    font-size: 18px;
    line-height: 26px;
    max-width: none !important;
  }
}
@media (max-width: 1700px) {
  .portfolio-title {
    padding: 60px 60px 30px;
  }
  .our-blog .blog-box-image {
    max-height: 286px;
  }
  .our-blog .blog-box-info {
    max-height: 286px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 60px;
    line-height: 50px;
  }
  .objects-left .objects-1 {
    left: -20px;
  }
  .video-background-banner .slider-content {
    padding: 20px 30px;
  }
  .scroll-down {
    bottom: 30px;
  }
  .book-banner .slider-content-image .book {
    height: 500px;
  }
  .fish-banner .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 500px;
  }
  .fish-banner .fish-banner-content {
    padding-top: 90px;
  }
  .fish-about:before {
    background-position: -250px;
  }
  .awards-bg .awards:before {
    left: -20px;
  }
  .awards-bg .awards:after {
    right: -20px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .portfolio-home .section-title p {
    font-size: 16px;
  }
  .our-blog .blog-box-image {
    max-height: 262px;
  }
  .our-blog .blog-box-info {
    max-height: 262px;
  }
  .blog-box-image .portfolio-caption .port-tag li a {
    font-size: 12px;
  }
  .slider-fade-carousel {
    height: 100%;
  }
  .our-service {
    padding-bottom: 60px;
  }
  .objects-left,
  .objects-right {
    display: none;
  }
  .fullWidth .mega-menu .drop-down.grid-col-5 {
    width: 51.666667%;
  }
  .fancy .mega-menu .drop-down.grid-col-5 {
    width: 51.666667%;
  }
  .resume-contact .g-map {
    height: 642px;
  }
  .plumber-banner .slider-content-image img {
    height: 600px;
  }
  .awards-bg,
  .certi-bg {
    padding: 80px 30px;
  }
  .pizza-dish-main {
    overflow: hidden;
  }
}
@media (max-width: 1400px) {
  .portfolio-title {
    padding: 40px 40px 0px;
  }
  .portfolio-home .portfolio-title.section-title {
    margin-bottom: 20px !important;
  }
  .portfolio-home .portfolio-title.section-title .button.mt-30 {
    margin-top: 10px !important;
  }
  .our-blog .blog-box-image {
    max-height: 240px;
  }
  .our-blog .blog-box-info {
    max-height: 240px;
  }
  .our-blog .blog-box-info p.pb-20.pt-30 {
    padding: 10px 0 !important;
  }
  .custom-content-3.hello-content .custom-content-3-image img {
    margin-top: 150px;
    vertical-align: bottom;
    width: 100%;
  }
  .our-blog .blog-box-info span.text-white {
    display: none;
  }
  .contact-3-info .contact-add {
    text-align: center;
  }
  .contact-3-info .contact-add i {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .contact-3-info .contact-add p {
    display: block;
    margin-top: 15px;
  }
  .image-holder-2-bg {
    height: 700px;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .feature-step-2-box {
    padding: 50px 30px;
  }
  .resume-page .container-fluid {
    padding: 0 30px;
  }
  .resume-contact .contact-form-main {
    padding: 30px;
  }
  .header.fancy.without-topbar .menu {
    top: 16px;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 20px;
  }
  .awesome-features .img-side img {
    top: 20px;
  }
  .video-background-banner .slider-content {
    padding: 30px 30px;
  }
  .video-background-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 110px;
    line-height: 120px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 132px;
  }
  .movie-banner .slider-content .banner-popup {
    width: 72%;
  }
  .blog-overlay blockquote.quote:before {
    display: none;
  }
  .fish-banner .slider-content p {
    font-size: 22px;
  }
  .hotel-feature-step .feature-step-2-box {
    padding: 70px 20px;
  }
  .pizza-about .pizza-about-content {
    padding-top: 0;
  }
  .footer-simple img#logo-footer {
    height: 30px;
  }
}
@media (max-width: 1272px) {
  .our-blog .blog-box-image {
    max-height: 185px;
  }
  .our-blog .blog-box-info {
    max-height: 185px;
  }
  .our-blog .blog-box-image .portfolio-caption .port-tag li {
    margin-top: 0px;
  }
  .our-blog .blog-box-image .portfolio-caption .button-border span {
    margin-top: 10px;
    padding: 4px 10px;
    font-size: 11px;
  }
  .our-blog .blog-box-info a.button.button-white span {
    padding: 6px 16px;
  }
  .our-blog .blog-box-info a.button.button-white i {
    padding: 11px;
  }
  .our-blog .blog-box-info h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .our-blog .blog-box-info p {
    font-size: 14px;
  }
  .our-blog .blog-box-info {
    padding: 15px 20px;
  }
  .team-3 .team-social-icon a i {
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    width: 30px;
  }
  .our-history .history-content {
    padding: 125px 20px;
  }
  .about-me .maintenance-progress-bar .progress-bar {
    margin: 0 15px;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: -50px;
  }
  .error-search-box {
    width: 91%;
  }
  .fullWidth .mega-menu .drop-down.grid-col-5 {
    width: 61.666667%;
  }
  .fancy .mega-menu .drop-down.grid-col-5 {
    width: 61.666667%;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .pricing-table.active .pricing-top a.button {
    padding: 12px 30px;
  }
  .book-banner .slider-content-text h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px !important;
  }
  .book-banner .slider-content-text h2 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px !important;
  }
  .book-banner .slider-content-text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0px !important;
  }
  .book-banner .slider-content-text .button {
    margin-top: 3px !important;
    padding: 5px 10px;
  }
  .book-banner .slider-content-image .book {
    height: 400px;
  }
  .fish-banner .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .fish-banner .slider-content p {
    font-size: 18px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 400px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    font-size: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 18px;
  }
  .hotel-banner-checkout .checkout .checkout-date .form-control,
  .hotel-banner-checkout .checkout .checkout-date .nice-select span {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-date label.mb-30 {
    margin-bottom: 15px !important;
  }
  .hotel-banner-checkout .checkout .checkout-date > span {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 1200px) {
  .login-2-social li {
    margin: 0 3px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 18px;
  }
  .title-effect::before {
    height: 25%;
    bottom: 4px;
  }
  .testimonial-2 .testimonial-center {
    width: 100%;
  }
  .deal-banner img {
    width: initial;
  }
  .footer-widget-social.float-end {
    float: none !important;
  }
  .blog-info h4 {
    font-size: 15px;
  }
  .blog-info p {
    font-size: 16px;
    padding: 10px 0 20px;
  }
  .blog-box.blog-1 .blog-info p {
    font-size: 14px;
  }
  .feature-text.box,
  .feature-text.fill-box {
    padding: 30px;
  }
  .nav.nav-tabs li a {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .happy-clients .nav-tabs li img {
    height: 80px;
    width: 80px;
  }
  .team .team-social-icon ul li a i {
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 14px;
  }
  .team:hover .team-social-icon {
    bottom: 27%;
  }
  .feature-info h5 {
    font-size: 15px;
  }
  .contact-3 .map-side {
    height: 878px;
  }
  .contact-4 .map-side {
    height: 553px;
  }
  .service-blog {
    padding-top: 0;
  }
  .portfolio-home .isotope.columns-3 .grid-item {
    width: 50%;
  }
  .portfolio-title {
    padding: 60px 60px 30px;
  }
  .action-box h3 {
    font-size: 22px;
  }
  .action-box p {
    font-size: 15px;
  }
  .vertical-header .container-fluid {
    padding: 0 30px;
  }
  .team.team-round.full-border .team-description {
    padding: 30px 0;
  }
  .medical-tab .nav.nav-tabs li a {
    margin-bottom: 0;
  }
  .deal-banner .countdown.small {
    margin: 0;
  }
  .error-block {
    padding: 20px 0 70px 0px;
  }
  .error-block .error-text h2 {
    font-size: 320px;
  }
  .error-block .error-text span {
    font-size: 104px;
    right: 0;
  }
  .error-text-02 h2 {
    font-size: 320px;
  }
  .error-text-02 span {
    font-size: 104px;
    right: 0;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 42px;
    line-height: 42px;
  }
  .pricing-content .pricing-table-list ul li {
    font-size: 14px;
  }
  .pricing-content {
    width: 90%;
  }
  .pricing-content .pricing-table-list ul li i {
    width: 18px;
  }
  .round .nav.nav-tabs li a {
    padding: 12px 20px;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 50px;
  }
  #services .feature-text.left-icon .feature-icon {
    position: relative;
    text-align: left;
  }
  #services .feature-text .feature-icon span,
  #services .feature-text .feature-icon i {
    padding-left: 0;
    margin-bottom: 10px;
  }
  #services .feature-text.left-icon .feature-info {
    padding-left: 0;
  }
  .medical-tab .nav.nav-tabs li a {
    padding: 12px 20px;
  }
  .login-social li {
    margin: 3px 0px;
  }
  .blog.blog-grid-3-column .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.blog-grid-2-sidebar .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.masnary-blog-3-columns .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .blog.masonry-main .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .timeline .blog-detail .social.float-end {
    float: none !important;
    display: block;
    margin-top: 5px;
  }
  .awesome-features .img-side img {
    top: 10%;
  }
  .footer.footer-topbar .copyright ul li {
    padding: 0;
  }
  .isotope.columns-4 .grid-item {
    width: 33.333%;
  }
  .mega-menu .menu-links > li > a {
    padding: 0 10px;
  }
  .blockquote-section blockquote {
    font-size: 40px;
    line-height: 40px;
  }
  .christmas-countdown .countdown {
    margin: 0px 5px;
    width: 130px;
    height: 130px;
  }
  .christmas-countdown .countdown span {
    font-size: 34px;
  }
  .conference-about-content-right {
    padding: 92px 0;
  }
  .conference-about-content-left {
    padding: 110px 0 80px 0px;
  }
  .timer-banner .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .law-timeline .timeline-centered:before {
    left: 62px;
  }
  .portfolio-parallax-banner p {
    padding-right: 400px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .coming-soon-aerial .coming-soon-form.contact-form input {
    width: 100%;
  }
  .coming-soon-big {
    padding: 0;
  }
  .error-05 .error-bottom .tree {
    left: -120px;
  }
  .error-05 .error-bottom .back-to-home {
    right: 0;
  }
  .error-05 h3,
  .error-05 span {
    font-size: 50px;
    line-height: 50px;
  }
  .error-05 p {
    font-size: 22px;
  }
  .error-03 .error-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-03 .content h1 {
    font-size: 48px;
  }
  .error-03 .content h2 {
    font-size: 42px;
  }
  .coming-soon-birds .countdown {
    margin: 0px 10px;
  }
  .about-05-split .shop-split-content {
    padding: 20px 0;
  }
  .mega-menu .drop-down-multilevel {
    width: 200px;
  }
  #main-slider .slider-content h1 {
    font-size: 40px;
  }
  .header.logo-center.magazine-header .mega-menu .menu-links > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.logo-center.magazine-header .menu-logo {
    padding: 14px 0;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-04-banner .slider-content p {
    font-size: 24px;
    line-height: 27px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .shop-05-top .pt-100 {
    padding-top: 40px !important;
  }
  .fish-about:before {
    background-position: -200px;
    background-size: 140%;
  }
  .fish-gallery .section-title h2 {
    font-size: 40px;
    line-height: 70px;
  }
  .fish-gallery .owl-carousel .owl-nav {
    left: -280px;
    bottom: 0;
  }
  .fish-gallery .owl-carousel .owl-nav {
    left: 0;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 14px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    top: 20%;
  }
  .pizza-feature-content {
    padding: 70px 30px;
  }
  .burger-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .burger-banner p {
    font-size: 24px;
  }
  .burger-banner-ani {
    width: 370px;
  }
  .burger-item-06 {
    top: 260px;
  }
  .burger-item-05 {
    top: 210px;
  }
  .burger-item-04 {
    top: 195px;
  }
  .burger-item-03 {
    top: 140px;
  }
  .burger-item-02 {
    top: 135px;
  }
  .burger-item-01 {
    top: 25px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-05 {
    top: 185px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-04 {
    top: 170px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-03 {
    top: 110px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-02 {
    top: 95px;
  }
  .skateboard-banner .slider-content-image img {
    height: 570px;
  }
  .action-box a.button {
    right: 0;
    position: relative;
    top: inherit;
    margin-top: 10px;
  }
  .action-box.gray-bg a.button,
  .action-box.black-bg a.button,
  .action-box.theme-bg a.button,
  .action-box.action-box-border a.button {
    right: 0;
  }
  .agency-feature h3 {
    font-size: 22px;
  }
  .action-box .action-box-text {
    padding-right: 0;
  }
  .plumber-banner .slider-content-image img {
    height: 450px;
  }
  .services-text-box-black {
    padding: 10px !important;
  }
  .phone-holder {
    width: 280px;
  }
  .highlights-phone.wht .phone-holder #fon {
    background-size: 100%;
  }
  .search-no-result .bg-title h2 {
    font-size: 350px;
  }
  .barber-title span {
    font-size: 130px;
  }
  .choose-us-bg {
    padding: 80px 20px;
  }
  .tattoo-banner h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .portfolio-home .isotope.columns-3 .grid-item {
    width: 50%;
  }
  .marketing-step .step-box {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
  .marketing-step .step-box h4 {
    line-height: 180px;
  }
  .business-banner p {
    padding: 0 160px;
  }
  .business-banner-03 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .business-video .business-video-box .vertical-align {
    padding: 50px;
  }
  .business-banner-04 h1 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .vertical-header .container {
    max-width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
  .feature-step-2 .feature-step-2-title-2-right h2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .feature-step-2 .feature-step-2-title-2-right h3 {
    margin-bottom: 5px;
  }
  .feature-step-2 .feature-step-2-title-2-right p {
    line-height: 20px;
  }
  .listing-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .listing-places {
    padding-bottom: 230px;
  }
}
@media (max-width: 1025px) {
  .mega-menu .menu-links > li > a {
    padding: 10px 8px;
  }
  .portfolio-title {
    padding: 30px 30px 30px;
  }
  .error-search-box {
    width: 100%;
    text-align: center;
  }
  .clients-logo.line {
    width: 28.3333%;
  }
  .clients-logo.line img {
    width: 90%;
  }
  .blog .timeline > li > .timeline-badge {
    right: -66px;
  }
  .blog .timeline > li.timeline-inverted > .timeline-badge {
    left: -63px;
  }
  .deal-banner .caption {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .action-box p {
    font-size: 13px;
  }
  .medical-tab .nav.nav-tabs li a {
    padding: 12px 10px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-price {
    font-size: 32px;
  }
  .awesome-features .img-side img {
    top: 13%;
  }
  .footer-social-big ul li {
    width: 66px;
  }
  .footer .footer-social li,
  .footer ul.list-inline-item.text-left li {
    padding: 0 1px;
  }
  .login-bg .login-social li a.fb {
    padding: 12px 14px;
  }
  .isotope-filters button + button {
    margin-left: 2px;
  }
  .happy-clients .nav-tabs li {
    padding: 0 2px;
  }
  .header.fullWidth .container-fluid {
    padding: 0 15px;
  }
  .action-box h3 {
    padding-right: 230px;
  }
  .movie-banner .slider-content .banner-popup {
    width: 100%;
  }
  .movie-banner .countdown.small {
    margin: 0;
  }
  .movie-banner .countdown.round.small {
    width: 90px;
    height: 90px;
  }
  .movie-banner .countdown p {
    font-size: 13px;
  }
  .law-timeline .timeline-centered:before {
    left: 56px;
  }
  .error-05 .error-bottom .board {
    left: 264px;
  }
  .blockquote-section .action-box h3 {
    padding: 0;
  }
  #main-slider.shop-06-banner .slider-content .slider {
    width: 70%;
  }
  .shop-08-product .container-fluid {
    padding: 0 15px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 340px;
  }
  .fish-banner .fish-banner-content {
    padding-top: 50px;
  }
  .fish-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .fish-banner .slider-content p {
    font-size: 16px;
  }
  .fish-gallery .section-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .hotel-banner-checkout .checkout .checkout-name {
    padding: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .awards-bg,
  .certi-bg {
    padding: 40px 20px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    top: inherit;
    line-height: 54px;
  }
  .skateboard-box h2 {
    font-size: 27px;
  }
  .bitcoin-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-banner h3 {
    margin: 0 15px;
    font-size: 24px;
  }
  .bitcoin-custom-content .counter label {
    font-size: 14px;
  }
  .bitcoin-custom-content .counter span.icon {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}
@media (max-width: 991px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-mt-30 {
    margin-top: 30px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-mr-0 {
    margin-right: 0 !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mr-30 {
    margin-right: 30px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-ml-30 {
    margin-left: 30px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pt-30 {
    padding-top: 30px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pr-30 {
    padding-right: 30px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pl-30 {
    padding-left: 30px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .row-eq-height {
    display: block;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .default {
    position: relative;
    background: #323232;
  }
  .mega-menu {
    min-height: 60px;
  }
  .mega-menu .menu-logo > li > a {
    padding: 0;
  }
  .mega-menu .menu-logo {
    padding: 10px 0;
  }
  .search-cart span.icon,
  .search-cart i.icon {
    line-height: 50px;
  }
  .fancy .mega-menu > section.menu-list-items .menu-links {
    float: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .header.fancy .mega-menu > section.menu-list-items {
    box-shadow: none;
  }
  .mega-menu .menu-logo img {
    height: 30px;
    margin: 5px 0;
  }
  .mega-menu .menu-links {
    overflow: auto;
  }
  .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #323232;
  }
  .mega-menu .drop-down-multilevel li:hover > a i.fa {
    color: #323232;
  }
  .mega-menu .drop-down-multilevel a {
    display: block;
  }
  .mega-menu .mobileTriggerButton {
    z-index: 1;
  }
  .mega-menu .drop-down-multilevel,
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    border-top: 0px !important;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger:before,
  .header.light .mega-menu .menu-mobile-collapse-trigger:after,
  .header.light .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.logo-center .mega-menu {
    min-height: 60px;
  }
  .header.fancy .menu {
    position: relative;
    top: 0;
  }
  .header.fancy .topbar + .menu {
    top: 0px;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:before,
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:after,
  .header.fancy .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.fancy .mega-menu > section.menu-list-items {
    padding: 0;
  }
  .header.fancy .mega-menu .menu-logo {
    padding: 16px 0px;
  }
  .header.fancy .search-cart span.icon,
  .search-cart i.icon {
    line-height: 60px;
  }
  .header.fancy .mega-menu .menu-links > li > a {
    line-height: 20px;
  }
  .header.fancy .topbar {
    padding: 10px 0px 10px;
  }
  .header.fancy .search-cart i.icon {
    line-height: 74px;
  }
  .header.left-menu .menu-links {
    padding-left: 0;
  }
  .header.logo-center .menu-bar {
    border: 0px;
  }
  .header.transparent {
    position: relative;
    background: #323232;
  }
  header.one-page {
    position: relative;
    background: #323232;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 22px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar .navbar-brand {
    padding: 0;
  }
  .navbar .navbar-brand img {
    height: 28px;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    background: #323232;
    border: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav > li {
    padding: 15px 15px;
  }
  .navbar-nav {
    float: none;
  }
  .navbar-inverse .navbar-toggle {
    border: 0;
  }
  .navbar-toggle {
    margin-top: 14px;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background: transparent;
  }
  .header.burger {
    padding: 10px 10px;
  }
  .header.burger .logo img {
    height: 30px;
    margin-top: 10px;
  }
  .vertical-header {
    padding-left: 0;
  }
  .vertical-header .header {
    left: inherit;
    padding-bottom: 150px;
  }
  .vertical-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 15px 10px 40px;
  }
  .vertical-menu .navbar-nav .open .dropdown-menu {
    position: relative;
    background-color: #f4f5f6;
  }
  .vertical-menu .navbar-nav > li > .dropdown-menu {
    margin-bottom: 10px;
  }
  .vertical-menu .navbar-nav {
    margin: 0px;
  }
  .vertical-menu .open > .dropdown-menu {
    display: inline-block;
  }
  .vertical-menu .content-scroller {
    margin-left: 0px;
    padding-top: 50px;
  }
  #left-header {
    position: fixed;
    left: -230px;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: 9999;
  }
  .but span {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 24px;
    color: #fff;
  }
  .but span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .but.active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-responsive b {
    color: #20c5d5;
    font-size: 18px;
    text-transform: uppercase;
  }
  .menu-responsive {
    height: 60px;
    position: fixed;
    background: #000;
    z-index: 9999;
    width: 100%;
    padding: 14px 15px;
    display: block;
  }
  .vertical-menu .navbar-toggle {
    display: none;
  }
  .vertical-menu .navbar-collapse.collapse {
    display: block !important;
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links {
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links > li > a {
    padding: 15px 23px;
    color: #fff;
  }
  .vertical-menu .menu .mega-menu .menu-links > li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .vertical-menu .mega-menu .menu-links {
    display: block !important;
  }
  .vertical-menu .mega-menu .menu-mobile-collapse-trigger {
    display: none;
  }
  .vertical-menu .social-icons li {
    float: none;
    display: inline-block;
  }
  .vertical-menu .menu-widgets {
    bottom: 0;
  }
  .header.fancy.without-topbar .menu {
    top: 0;
  }
  .mega-menu > section.menu-list-items {
    height: 60px !important;
  }
  .fancy .mega-menu > section.menu-list-items {
    height: 70px !important;
  }
  .search .search-btn {
    line-height: 30px;
  }
  .navbar .navbar-brand {
    padding: 15px 0;
  }
  .logo-center .mega-menu .menu-logo {
    padding: 14px 0;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .mega-menu .drop-down-multilevel {
    width: inherit;
  }
  .mega-menu .menu-links {
    padding: 10px;
  }
  .header .mega-menu.mobileTopFixed .menu-list-items {
    background: #323232;
  }
  .header.light .mega-menu.mobileTopFixed .menu-list-items {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header.fancy .mega-menu.mobileTopFixed section.menu-list-items {
    padding: 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .logo-center
    .mega-menu.desktopTopFixed
    .menu-list-items
    .menu-links
    > li
    > a {
    padding: 0px 8px;
  }
  .header.logo-center .mega-menu.desktopTopFixed .menu-bar {
    width: 100%;
  }
  .mega-menu.mobileTopFixed .menu-logo {
    padding: 10px 0;
  }
  .header.fancy .mega-menu.desktopTopFixed .menu-logo {
    padding: 15px 0;
  }
  .mega-menu.mobileTopFixed .search-cart .shpping-cart {
    vertical-align: inherit;
  }
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin: 0;
  }
  .header.vertical-menu .mega-menu.mobileTopFixed {
    display: none;
  }
  .header.text-dark .mega-menu > section.menu-list-items .menu-links {
    background: #323232;
  }
  .header.text-dark .mega-menu .menu-links > li > a {
    color: #fff;
  }
  .header.text-dark .mega-menu .menu-links > li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    padding: 0;
  }
  .mega-menu .drop-down-multilevel {
    padding: 0;
  }
  .header.text-dark .mega-menu .drop-down-multilevel .drop-down-multilevel {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mega-menu .drop-down-multilevel a {
    padding: 10px 20px;
  }
  .header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
    padding: 14px 0;
    width: 100%;
  }
  .header.logo-center.magazine-header .mega-menu .menu-links > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 50px;
    top: 3px;
  }
  .page-title {
    padding-top: 100px;
    text-align: left;
  }
  .page-title .page-breadcrumb {
    float: none;
    text-align: left;
  }
  .page-title.right .page-title-name {
    text-align: right;
    float: none;
    width: 100%;
  }
  .page-title.right .page-breadcrumb {
    float: none;
    text-align: right;
  }
  .portfolio-title.section-title {
    margin-bottom: 0;
  }
  .happy-clients .tab-content {
    padding-bottom: 60px;
  }
  .happy-clients .mt-60 {
    margin-top: 20px !important;
  }
  .popup-video {
    margin-bottom: 30px;
  }
  .custom-content {
    padding: 30px;
  }
  .custom-content-3-image {
    display: none;
  }
  .happy-clients .col-md-6.mt-60 {
    margin-top: 0 !important;
  }
  .inner-intro {
    padding-top: 120px;
  }
  .page-two-sidebar .page-content {
    margin-top: 40px;
  }
  .clients-logo.line {
    width: 32.3333%;
    float: none;
    display: inline-block;
  }
  .clients-logo.line img {
    width: 100%;
  }
  .contact.contact-2 a.button {
    margin-bottom: 30px;
  }
  .contact-3 .contact-add {
    min-height: 310px;
  }
  .contact-3 .contact-3-info {
    height: auto;
  }
  .contact-3 .contact-map iframe {
    height: 400px;
  }
  .contact-3 .map-side {
    height: auto;
    position: inherit;
  }
  .error-block {
    background-size: 90%;
  }
  .error-block p {
    font-size: 26px;
  }
  .error-search-box p {
    font-size: 19px;
    line-height: 35px;
  }
  .map-side {
    position: inherit;
  }
  .text-right.action-box-button {
    text-align: left;
  }
  .our-activities .accordion {
    margin-top: 60px;
  }
  .maintenance-main h1.mb-50 {
    font-size: 34px;
    margin-bottom: 10px !important;
  }
  .maintenance-main i {
    font-size: 60px;
  }
  .maintenance-form {
    width: 100%;
  }
  .maintenance-progress-bar span {
    font-size: 24px;
  }
  .feature-text.box,
  .feature-text.fill-box {
    padding: 20px 10px;
  }
  .feature-text.box p {
    font-size: 14px;
  }
  .feature-box-content {
    padding: 20px 15px 0;
  }
  .feature-box a {
    padding: 0 15px;
  }
  .skill-title {
    font-size: 15px;
  }
  .counter .timer {
    font-size: 38px;
  }
  .counter label {
    font-size: 14px;
  }
  .team-3-box .team-overlay {
    padding: 30px 15px 0;
  }
  .team-3-box {
    padding: 10px;
  }
  .menu-bar {
    float: none;
  }
  .mega-menu .menu-links > li > a {
    line-height: normal;
  }
  .mega-menu .menu-mobile-collapse-trigger {
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .search-cart {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 999;
  }
  .search-active .search-cart {
    left: 0;
    width: 100%;
  }
  .search .search-input input {
    width: 100%;
  }
  .search-active .mega-menu .menu-mobile-collapse-trigger {
    z-index: 9;
  }
  .footer p {
    font-size: 13px;
  }
  .feature-text p {
    font-size: 14px;
  }
  .accordion.accordion-2 .acd-group.acd-active .acd-heading {
    font-size: 22px;
  }
  .split-section .img-side {
    display: none;
  }
  .conference-split.split-section .img-side {
    display: block;
  }
  .our-service {
    padding-bottom: 60px;
  }
  .testimonial.boxed {
    padding: 50px 30px 75px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 80px;
  }
  .services-text-box-blue,
  .services-text-box-black {
    padding: 50px 30px;
  }
  .highlights-phone {
    margin-top: 20px;
  }
  .mobile-slider h5 {
    font-size: 14px;
  }
  .service-blog b {
    right: 0;
    font-size: 250px;
  }
  .service-blog.left b {
    left: 0;
  }
  .blog.blog-grid-3-column .social.float-end {
    float: none;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .masonry.columns-3 .masonry-item {
    width: 50%;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: -70px;
  }
  .isotope.columns-3 .grid-item {
    width: 50%;
  }
  .isotope.columns-4 .grid-item {
    width: 50%;
  }
  .isotope.columns-5 .grid-item {
    width: 50%;
  }
  .masonry.columns-3 .masonry-item {
    width: 50%;
  }
  .masonry.columns-4 .masonry-item {
    width: 50%;
  }
  .masonry.columns-5 .masonry-item {
    width: 50%;
  }
  .port-post-social.float-end {
    float: none !important;
  }
  .process.left .process-content {
    padding-left: 50px;
  }
  img.bottom-img {
    display: none;
  }
  .resume-contact .g-map {
    height: 300px !important;
  }
  .contact-4 .map-side {
    height: 300px !important;
  }
  img#logo-footer {
    height: 30px;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 44%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 44%;
  }
  .blockquote-right {
    margin: 0;
  }
  .buttons .button {
    margin-bottom: 10px;
  }
  .buttons button {
    margin-bottom: 4px;
  }
  .button + .button {
    margin-left: 3px;
  }
  .countdown {
    margin: 0px 10px;
  }
  .countdown.medium {
    margin: 0 15px;
  }
  .countdown.large {
    margin: 0 10px;
  }
  .countdown.round.medium {
    width: 140px;
    height: 140px;
  }
  .countdown.medium span {
    font-size: 50px;
  }
  .countdown.round.medium span {
    line-height: 58px;
  }
  .countdown.round.large {
    width: 150px;
    height: 150px;
  }
  .countdown.large span {
    font-size: 60px;
  }
  .countdown.round.large span {
    line-height: 62px;
  }
  .countdown.large p {
    font-size: 18px;
  }
  .vertical-menu .social-icons li {
    margin: 0 3px 8px 0;
  }
  .action-box a.button {
    position: relative;
    top: inherit;
    margin-top: 20px;
  }
  .action-box.theme-bg a.button,
  .action-box.black-bg a.button,
  .action-box.gray-bg a.button {
    right: inherit;
  }
  .agency-about {
    padding-bottom: 60px !important;
  }
  .vertical-header .container-fluid {
    padding: 0 15px;
  }
  .resume-contact .contact-form-main {
    padding: 30px 15px;
  }
  .our-sercive1:before,
  .our-sercive1:after {
    display: none;
  }
  .special-feature {
    top: 60px;
    margin-bottom: 0px;
  }
  .page-section-1-pt {
    padding-top: 70px;
  }
  .page-section-1-pb {
    padding-bottom: 70px;
  }
  .page-section-1-ptb {
    padding: 70px 0;
  }
  .gym-about {
    background: #fff !important;
  }
  .appointment a.float-start {
    float: none !important;
  }
  .appointment {
    margin-top: 0px;
  }
  .popup-video-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .video-background-banner .slider-content {
    width: 100%;
  }
  .video-background-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .shop-split.split-section {
    padding: 0px;
  }
  .shop-split-content {
    padding: 40px 0;
  }
  .shop-split.split-section .img-side {
    display: block;
  }
  .shop-split.split-section .img-holder {
    position: relative;
    top: inherit;
    width: inherit;
    height: inherit;
    padding: 130px;
  }
  .shop-split.split-section .img-side.img-right {
    right: inherit;
  }
  .shop-split.split-section .img-side.img-left {
    left: inherit;
  }
  .shop-split.split-section .img-side {
    right: inherit;
    padding: 0;
    position: relative !important;
    top: inherit;
    height: 100%;
    overflow: hidden;
    z-index: 100;
  }
  .add-banner-2 .add-banner-content {
    padding: 60px 20px;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .add-banner-2 .add-banner-content h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .add-banner-2.text-center .add-banner-content h2 {
    font-size: 26px;
    line-height: 29px;
  }
  .portfolio-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .personal-typer-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .personal-typer-banner h1 span {
    font-size: 35px;
  }
  .deal-banner.maintenance-progress-bar img {
    width: 100%;
  }
  .page-section-ptb.mt-150 {
    margin-top: 0 !important;
  }
  .pricing-content {
    width: 90%;
  }
  .process-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .special-feature .row-eq-height.no-gutter {
    margin-top: 40px;
  }
  .interior-action-box .action-box {
    margin-top: 20px;
  }
  .appointment .appointment-bg {
    margin-top: 50px;
  }
  .process-list .col-sm-12 {
    padding: 0;
  }
  .pricing-table.active .pricing-top a.button {
    padding: 12px 40px;
    font-size: 15px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-price {
    font-size: 22px;
  }
  .membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 16px;
  }
  .action-box.full-width a.button {
    right: 0;
  }
  .team.team-round .team-description {
    padding-bottom: 0;
  }
  .footer .divider {
    display: none;
  }
  #rev_slider_16_1_forcefullwidth .tp-parallax-wrap {
    margin-top: 0px;
  }
  .resume-contact .g-map {
    padding-top: 40%;
  }
  .blog-box.blog-2 .button.icon-color {
    margin-top: 10px;
    float: none !important;
  }
  .special-feature .row-eq-height {
    display: flex;
  }
  .medical-tab .tab .nav.nav-tabs li a {
    font-size: 14px;
    padding: 12px 6px;
  }
  .navbar {
    border-radius: 0;
  }
  .contact-3 .g-map {
    height: 300px;
    padding: 0;
  }
  .contact-2 .g-map {
    padding-top: 30%;
  }
  .error-block .error-text h2 {
    font-size: 260px;
  }
  .single-portfolio-post .port-information .social.float-end {
    flex: none !important;
    display: inline-block;
    width: 100%;
  }
  .page-title .page-title-name {
    width: 100%;
  }
  .page-title .page-breadcrumb {
    width: 100%;
  }
  .js-video.big {
    padding-top: 18px;
  }
  .special-feature .feature-text {
    padding: 30px 20px;
  }
  .special-feature .feature-text .feature-icon span,
  .special-feature .feature-text .feature-icon i {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .typer-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  ul.page-breadcrumb {
    padding-top: 10px;
  }
  .service-blog {
    margin-bottom: 40px;
  }
  .blog .timeline > li > .timeline-badge {
    right: -56px;
  }
  .blog .timeline > li.timeline-inverted > .timeline-badge {
    left: -53px;
  }
  .action-box.action-box-border a.button {
    left: 0;
  }
  .footer #logo-footer {
    height: 40px;
  }
  .action-box h3 {
    padding-right: 0px;
  }
  .port-information img {
    width: 100%;
  }
  .text-left.mt-100 {
    margin-top: 0 !important;
  }
  .portfolio-03-about {
    padding-left: 0;
  }
  .slider-parallax.typer-banner.business p {
    padding: 0;
  }
  .blockquote-section blockquote.quote {
    padding-top: 50px;
  }
  .blockquote-section blockquote.quote:before {
    line-height: 70px;
  }
  .blockquote-section .blockquote-section-left {
    margin-left: 0;
  }
  .blockquote-section .blockquote-section-right {
    margin-left: 0;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 90px;
    line-height: 90px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 96px;
    line-height: 70px;
  }
  .christmas-team {
    margin-top: 0 !important;
  }
  .christmas-event .blog-date {
    text-align: left;
  }
  .christmas-event .button.mt-60 {
    margin-top: 20px !important;
  }
  .christmas-price .mt-100.mb-100 {
    margin: 0 !important;
  }
  .christmas .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .timer-banner .slider-content-middle {
    top: 50%;
  }
  .timer-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .conference-about-content-right {
    margin-left: 0px;
    padding: 20px 0 0;
  }
  .conference-about-content-left {
    padding: 50px 0 30px 0px;
  }
  .conference-about img {
    width: 100%;
  }
  .conference-split-content {
    padding: 0;
  }
  .conference-video .mt-100.mb-100 {
    margin: 0 !important;
  }
  .one-page.light .navbar-inverse .navbar-toggle .icon-bar {
    background: #323232;
  }
  .architecture-about h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .architecture-portfolio .text-right {
    text-align: left;
    margin-bottom: 30px;
  }
  .architecture-portfolio .isotope-filters {
    text-align: left;
  }
  .architecture-portfolio .mb-40 {
    margin-bottom: 0px !important;
  }
  .architecture-about .mt-60.mb-60 {
    margin: 0 !important;
  }
  .agency-banner .slider-content {
    padding: 0 0px 0 30px;
  }
  .agency-banner .slider-content h1 {
    padding: 50px 20px 20px 20px;
  }
  .movie-banner .slider-content-middle {
    top: 50%;
  }
  .one-page.transparent {
    background: #323232;
  }
  .one-page .social-icons {
    padding: 10px 0;
    right: 60px;
  }
  .one-page.nav-center .navbar-collapse.collapse {
    text-align: left;
  }
  .law-banner .slider-content {
    padding: 0;
  }
  .law-timeline .timeline-centered:before {
    display: none;
  }
  .law-timeline .timeline-label h3 {
    line-height: 12px;
  }
  .law-timeline .timeline-centered .timeline-entry:last-child {
    margin-bottom: 0;
  }
  .law-contact {
    padding: 0;
  }
  .one-page.dark-text .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  .agency-02-about-content-right {
    margin-left: 0;
  }
  .agency-02-action-box .action-box {
    margin-top: 40px;
  }
  .agency-feature h3 {
    line-height: 60px;
    font-size: 16px;
  }
  .action-box a.popup-youtube {
    position: relative;
    top: inherit;
    margin-top: 20px;
    right: inherit;
  }
  .agency-02-action-box .action-box.white-bg {
    padding: 50px 20px;
  }
  .agency-02-action-box .popup-video-image a i {
    position: relative;
    top: 20px;
    transform: inherit;
  }
  .agency-02-action-box .popup-video-image:before {
    background: transparent;
  }
  .portfolio-parallax-banner p {
    padding: 0;
  }
  .portfolio-parallax-banner h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .agency-02-about h3:before {
    display: none;
    background: none;
  }
  .coming-soon-middle {
    position: inherit;
    top: inherit;
    transform: inherit;
    padding: 50px 20px;
  }
  .coming-soon-aerial .container-fluid {
    padding: 30px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 80px;
    line-height: 80px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 20px;
    line-height: 20px;
  }
  .error-05 .button-home {
    display: block;
  }
  .error-05 .back-to-home,
  .error-05 .penguin {
    display: none;
  }
  .error-05 .error-bottom .tree {
    display: none;
  }
  footer.error-03 .social-icons,
  footer.error-04 .social-icons {
    float: none;
  }
  footer.error-03 .social-icons ul,
  footer.error-04 .social-icons ul {
    display: inline-block;
    text-align: center;
  }
  .coming-soon-effects .coming-soon h1 {
    font-size: 40px;
  }
  .about-05-split.page-section-ptb {
    padding: 0;
  }
  .login-fancy {
    padding: 40px 30px;
  }
  .login .vertical-align,
  .login.vertical-align {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
  .login.height-100vh {
    height: inherit;
  }
  .login .height-100vh {
    height: inherit;
  }
  .login-box .pos-bot {
    position: inherit;
    padding-bottom: 0 !important;
  }
  .login-box-theme:before,
  .login-box-theme:after {
    display: none;
  }
  .login-box-left {
    padding-bottom: 20px;
  }
  .login-14,
  .login-15 {
    padding: 30px 40px;
  }
  .login-14 .pb-50,
  .login-15 .pb-50 {
    padding-bottom: 0 !important;
  }
  .login-box-left .pos-bot {
    position: inherit;
    padding-bottom: 0 !important;
    margin-top: 20px;
  }
  .blockquote-section .action-box {
    padding: 40px 20px;
  }
  .about-mission {
    margin-top: 40px;
  }
  .about-mission-title {
    padding-bottom: 80px;
  }
  .logo-center
    .mega-menu.desktopTopFixed
    .menu-list-items
    .menu-links
    > li
    > a {
    line-height: 40px;
  }
  .blog-overlay .blog-image img {
    width: 100%;
  }
  .mega-menu .menu-logo img.logo-big {
    height: 36px;
  }
  #main-slider .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #main-slider .slider-content .slider-left {
    width: 70%;
  }
  #main-slider .slider-content .slider-right {
    width: 30%;
  }
  .header.logo-center.magazine-header .add-banner {
    display: none;
  }
  .header.logo-center.magazine-header .menu-logo {
    width: inherit;
    margin-right: inherit;
    float: none;
  }
  #main-slider.shop-04-banner .slider-content .slider {
    width: 100%;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  #main-slider.shop-04-banner .slider-content p {
    font-size: 18px;
    margin: 10px 0 !important;
  }
  #main-slider.shop-04-banner .slider-content span {
    margin-bottom: 10px !important;
    font-size: 14px;
    padding: 6px 10px;
  }
  #main-slider.shop-04-banner .slider-content a.button {
    padding: 5px 14px;
  }
  .shop-05-top .top-product {
    margin-top: 30px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-06-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #main-slider.shop-06-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  .banner-shop-07 span {
    font-size: 80px;
    line-height: 100px;
  }
  .banner-shop-07 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .shop-08-product .section-title.text-left {
    text-align: center;
  }
  .shop-08-product .isotope-filters {
    text-align: center;
    float: left !important;
  }
  .header.fancy .search-cart .search {
    padding-right: 0;
  }
  .header.fancy .search .search-btn {
    margin-top: 23px;
  }
  .search .search-btn {
    margin-top: 16px;
  }
  .search-cart .shpping-cart {
    vertical-align: top;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .book-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .plumber-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .plumber-banner .row.row-eq-height .col-sm-12 {
    position: inherit;
  }
  .plumber-banner .slider-content-text {
    left: 0;
  }
  .product-feature img,
  .toch-future img {
    display: none;
  }
  .toch-future {
    text-align: center;
  }
  .fish-about:before {
    background: #fff;
  }
  .fish-gallery p.text-white {
    color: #323232;
    margin-top: 10px !important;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: inherit;
  }
  .fish-banner .fish-banner-image {
    margin-right: 0;
  }
  .fish-banner .slider-content h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .fish-banner .slider-content {
    margin: 0 30px;
  }
  .fish-banner .slider-content a.button {
    padding: 0 15px;
  }
  .hotel-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .hotel-banner .slider-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .hotel-banner-checkout .checkout {
    margin-top: 0;
    background: #050801;
    border-top: 0px;
    padding: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-name {
    padding: 0;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-date {
    margin-top: 20px;
  }
  .hotel-banner-checkout .checkout .checkout-date .button span {
    line-height: 33px;
  }
  .pizza-about .pos-bot img {
    display: none;
  }
  #header.pizza-menu .container-fluid {
    padding: 0 15px;
  }
  #header.pizza-menu .mega-menu .menu-logo img {
    height: 40px;
  }
  #header.pizza-menu .mega-menu .menu-logo {
    padding: 5px 0;
  }
  .rev-slider {
    margin: 0;
  }
  header.one-page.light .navbar-inverse .navbar-collapse,
  header.one-page.light .navbar-inverse .navbar-form {
    background: #323232;
  }
  .pizza-about .pizza-about-content {
    padding-bottom: 50px;
  }
  .menu-body .menu-thumbnail {
    width: 100px;
    margin-bottom: 20px;
  }
  .pizza-about h2 {
    font-size: 30px;
  }
  .search-cart .side-menu-icon {
    vertical-align: top;
    padding-top: 20px;
  }
  .make-call h2:before {
    display: none;
  }
  .burger-welcome-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .burger-about.page-section-ptb {
    padding-top: 0;
  }
  .burger-about-content-right {
    margin-left: 0;
  }
  .burger-custom-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .burger-contact .burger-contact-bg {
    left: 50px;
    height: 50px;
  }
  .skateboard-box {
    margin-bottom: 150px;
  }
  .skateboard-box .skateboard-box-content {
    padding-left: 200px;
  }
  .skateboard-video .js-video {
    margin-bottom: 70px;
  }
  .bitcoin-banner .button {
    font-size: 14px;
    padding: 7px 15px;
    margin: 14px 0 !important;
  }
  .chart-bitcoin .chart-bitcoin-content {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .bitcoin-custom-content-02 .button {
    margin-top: 30px;
  }
  .skateboard-banner .row.row-eq-height {
    display: flex;
    width: 100%;
  }
  .skateboard-banner .row.row-eq-height .col-sm-12 {
    position: inherit;
  }
  .skateboard-banner .slider-content-text {
    left: 20px;
  }
  .skateboard-banner h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .skateboard-about .about-image {
    height: 460px;
  }
  .st-menu.right-side .pos-bot {
    bottom: inherit;
  }
  .pricing-content .pricing-table-list ul li {
    font-size: 12px;
  }
  .header.burger {
    position: relative;
    background: #fff;
  }
  .header.burger span.text-white {
    color: #323232 !important;
  }
  .skateboard-product {
    padding-top: 70px;
  }
  .christmas-event .blog-image {
    width: 100px;
  }
  .book-counter .counter {
    margin-top: 30px;
  }
  .fish-gallery .fish-gallery-top {
    margin-top: 0;
  }
  .fish-company {
    padding-bottom: 40px;
  }
  .fish-gallery .section-title h2 {
    color: #fff;
    padding-top: 40px;
  }
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:before,
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger:after,
  .onepage-hover-01 .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .process .border-area.left-bottom {
    width: 60px;
  }
  .blog-box.blog-2 .blog-info {
    padding: 10px;
  }
  .plumber-banner .slider-content-image {
    left: 20%;
  }
  .service-04-video {
    padding: 0 !important;
  }
  .service-07 .agency-02-about-content-right {
    margin-left: 0;
  }
  .search-no-result .bg-title h2 {
    font-size: 270px;
  }
  .barber-header .mega-menu .topbar-social {
    display: none;
  }
  .barber-header .mega-menu .topbar-telephone {
    display: none;
  }
  .barber-header .mega-menu .menu-logo > li > a img {
    height: 30px;
  }
  .barber-header.logo-center .mega-menu .menu-logo {
    padding: 12px 0;
  }
  .barber-title span {
    top: -45px;
    font-size: 100px;
  }
  .barber .about-history {
    margin: 40px 0px;
  }
  .choose-us {
    background: #323232 !important;
  }
  .choose-us-bg {
    padding: 40px 0px;
  }
  .choose-us .section-title {
    margin-bottom: 80px;
  }
  .choose-us-after:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #f7f7f7;
    right: -100%;
    top: 0;
  }
  .header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
    background: #323232;
  }
  .promo-text {
    margin-bottom: 50px;
  }
  .feature-step {
    padding: 0 30px;
  }
  .tattoo-banner h1 {
    font-size: 54px;
    line-height: 76px;
  }
  .price-tattoo {
    padding: 0;
  }
  .burger-dark {
    background: #000 !important;
  }
  .burger-dark span.text-white {
    color: #fff !important;
  }
  .team .barber-section-title .w-50 {
    width: 100% !important;
  }
  .job-testimonial .testimonial-info {
    font-size: 18px;
    line-height: 28px;
  }
  .job-testimonial .testimonial-info:before {
    font-size: 120px;
  }
  .jobs-banner h1 {
    font-size: 60px;
  }
  .jobs-banner span {
    font-size: 20px;
  }
  .jobs-banner .mt-50 {
    margin-top: 20px !important;
  }
  .listing-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .listing-banner p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  .marketing-tab .tab-vertical .tab-content {
    margin-left: 0;
  }
  .tab-vertical .nav-tabs {
    width: 100%;
    float: none;
  }
  .marketing-tab .tab {
    margin-top: 40px;
  }
  .marketing-banner .slider-content h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .marketing-action-box .popup-video-image a i {
    position: relative;
    top: 20px;
    transform: inherit;
  }
  .marketing-action-box .popup-video-image:before {
    background: transparent;
  }
  .business-banner-02 .box-newsletter {
    display: none;
  }
  .business-13-about-content {
    margin-top: 40px;
    padding: 30px;
  }
  .business-13-about-content .pl-130.pr-130 {
    padding: 0px !important;
  }
  .business-date-box-text h2 {
    font-size: 140px;
  }
  .business-date-box .business-date-box-text span {
    letter-spacing: 7px;
    right: -60px;
  }
  .business-banner h1 {
    font-size: 60px;
    line-height: 50px;
    line-height: 20px;
  }
  .business-banner span {
    font-size: 24px;
  }
  .business-banner p {
    padding: 0;
  }
  .business-banner-03 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .business-video .business-video-box .vertical-align {
    padding: 50px;
  }
  .business-banner-03 span {
    font-size: 16px;
    letter-spacing: 6px;
  }
  .business-feature-top {
    padding: 30px;
  }
  .business-banner-04 p {
    padding: 0;
  }
  .marketing-tab ul.nav.nav-tabs:before {
    width: 100%;
  }
  .marketing-tab .tab-vertical .nav.nav-tabs li a {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .xs-mt-0 {
    margin-top: 0 !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-mt-15 {
    margin-top: 15px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-mt-30 {
    margin-top: 30px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-mr-0 {
    margin-right: 0 !important;
  }
  .xs-mr-10 {
    margin-right: 10px !important;
  }
  .xs-mr-15 {
    margin-right: 15px !important;
  }
  .xs-mr-20 {
    margin-right: 20px !important;
  }
  .xs-mr-30 {
    margin-right: 30px !important;
  }
  .xs-mr-40 {
    margin-right: 40px !important;
  }
  .xs-mb-0 {
    margin-bottom: 0 !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-mb-15 {
    margin-bottom: 15px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-ml-0 {
    margin-left: 0 !important;
  }
  .xs-ml-10 {
    margin-left: 10px !important;
  }
  .xs-ml-15 {
    margin-left: 15px !important;
  }
  .xs-ml-20 {
    margin-left: 20px !important;
  }
  .xs-ml-30 {
    margin-left: 30px !important;
  }
  .xs-ml-40 {
    margin-left: 40px !important;
  }
  .xs-pt-0 {
    padding-top: 0 !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pt-15 {
    padding-top: 15px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pt-30 {
    padding-top: 30px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pr-0 {
    padding-right: 0 !important;
  }
  .xs-pr-10 {
    padding-right: 10px !important;
  }
  .xs-pr-15 {
    padding-right: 15px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-pr-30 {
    padding-right: 30px !important;
  }
  .xs-pr-40 {
    padding-right: 40px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-pb-15 {
    padding-bottom: 15px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-pl-0 {
    padding-left: 0 !important;
  }
  .xs-pl-10 {
    padding-left: 10px !important;
  }
  .xs-pl-15 {
    padding-left: 15px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pl-30 {
    padding-left: 30px !important;
  }
  .xs-pl-40 {
    padding-left: 40px !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .page-section-ptb {
    padding: 50px 0;
  }
  .page-section-pt {
    padding: 50px 0 0;
  }
  .page-section-pb {
    padding: 0 0 50px;
  }
  .page-section-1-ptb {
    padding: 60px 0;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .topbar-call.text-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .topbar-social.text-right {
    text-align: center;
  }
  .custom-content {
    margin-top: 0px;
  }
  .testimonial-2 {
    padding-bottom: 80px;
  }
  .team-3-box img {
    width: 100%;
  }
  .accordion.accordion-2 .acd-group .acd-heading {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-logo img {
    height: 60px;
    width: inherit;
  }
  img#logo-footer {
    height: 40px;
  }
  .footer .footer-nav.text-right {
    text-align: left;
    margin-top: 20px;
  }
  .social.text-right {
    text-align: left;
    margin-top: 20px;
  }
  .footer-contact {
    margin-top: 0;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  }
  .our-clients.theme-bg {
    padding-bottom: 60px;
  }
  .footer-contact .contact-box {
    margin-bottom: 20px;
  }
  .copyright.mt-50 {
    margin-top: 10px !important;
  }
  .copyright .text-right {
    text-align: left;
    margin-top: 15px;
  }
  footer .social-icons.float-end {
    float: left !important;
    width: 100%;
  }
  .footer-widget.mt-60 {
    margin-top: 0 !important;
  }
  .footer-box {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .coming-soon-main {
    overflow: hidden;
  }
  .coming-soon-main i {
    font-size: 70px;
  }
  .coming-soon-countdown ul.countdown li span {
    font-size: 60px;
  }
  .coming-soon-countdown ul.countdown li p {
    font-size: 16px;
  }
  .coming-soon-main p {
    font-size: 18px;
    line-height: 26px;
  }
  .coming-soon-main h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .error-search-box input {
    width: 73%;
  }
  .error-block p {
    font-size: 20px;
  }
  .error-block h1 {
    font-size: 80px;
  }
  .error-404-2 .error-block h1 {
    font-size: 290px;
  }
  .maintenance-progress-bar .progress-bar {
    display: block;
    margin: 0 auto 90px;
  }
  .maintenance-progress-bar {
    margin: 30px 0 60px;
  }
  .maintenance-main p {
    margin-bottom: 10px;
  }
  .isotope.columns-3 .grid-item {
    width: 50%;
  }
  .isotope.columns-4 .grid-item {
    width: 50%;
  }
  .about .feature-3 {
    margin-bottom: 30px;
  }
  .feature-text.box,
  .feature-text.fill-box {
    padding: 30px;
  }
  .footer-widget {
    text-align: left;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
  .pricing-table {
    margin: 0 0 30px;
  }
  .team-3-box,
  .team {
    margin-bottom: 30px;
  }
  .lead {
    font-size: 14px;
  }
  .inner-intro {
    text-align: center;
  }
  ul.page-breadcrumb {
    padding-top: 30px;
  }
  .feature-step-2-box {
    padding: 20px;
  }
  .feature-step-2 .feature-step-2-title-left h1 {
    font-size: 50px;
  }
  .our-app {
    background-image: none !important;
  }
  .our-app.nitro-lazy {
    background-image: none !important;
  }
  .valign > [class*="col-"] {
    display: block;
  }
  .highlights-phone {
    margin: 30px 0;
  }
  .masonry.columns-2 .masonry-item {
    width: 100%;
  }
  .masonry.columns-3 .masonry-item {
    width: 100%;
  }
  .blog ul.timeline:before {
    left: 40px;
  }
  .blog ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  .blog ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  .blog ul.timeline > li > .timeline-badge {
    left: 12px;
    margin-left: 0;
    top: 16px;
  }
  .blog ul.timeline > li > .timeline-panel {
    float: right;
  }
  .blog ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .blog ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .blog .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog .timeline > li.timeline-inverted > .timeline-badge {
    left: 12px;
  }
  .blog .timeline-panel img {
    width: 100%;
  }
  .blog .timeline li.entry-date-bottom {
    text-align: left;
  }
  .blog .timeline li.entry-date-bottom a {
    font-size: 13px;
    padding: 8px 10px;
  }
  .blog .timeline li.entry-date {
    text-align: left;
  }
  .blog .timeline li.entry-date span {
    font-size: 13px;
    padding: 8px 10px;
  }
  .blog.timeline-sidebar .timeline li.timeline-inverted .timeline-badge {
    left: 23px;
  }
  .blog .timeline > li:nth-child(2) {
    margin-top: 0;
  }
  .blog .timeline > li.timeline-inverted {
    margin-top: 10px;
  }
  .blog.timeline-sidebar .timeline > li.timeline-inverted {
    margin-bottom: 20px;
  }
  .blog.timeline-sidebar .timeline > li.timeline-inverted:nth-child(2) {
    margin-bottom: 0px;
  }
  .blog.timeline-sidebar .timeline li .blog-entry-grid .grid-post li {
    width: 100%;
  }
  .login-2-social li {
    margin-bottom: 10px;
  }
  .progress-new {
    width: 100%;
  }
  .maintenance-form input {
    width: 100%;
  }
  .isotope.columns-2 .grid-item {
    width: 100%;
  }
  .isotope.columns-3 .grid-item {
    width: 100%;
  }
  .isotope.columns-4 .grid-item {
    width: 100%;
  }
  .isotope.columns-5 .grid-item {
    width: 100%;
  }
  .masonry.columns-3 .masonry-item {
    width: 100%;
  }
  .masonry.columns-4 .masonry-item {
    width: 100%;
  }
  .masonry.columns-5 .masonry-item {
    width: 100%;
  }
  .deal-banner img {
    width: 100%;
  }
  .process.left .process-content .process-icon {
    display: block;
    margin-bottom: 20px;
  }
  .process.left .process-content {
    padding-left: 40px;
  }
  .process.right .process-content {
    padding-right: 40px;
  }
  .process.right .process-content .process-icon {
    float: none;
    margin-bottom: 20px;
  }
  .process.left .process-step {
    top: 30px;
  }
  .process .process-step strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .process.left .process-step {
    left: -20px;
  }
  .process.right .process-step {
    right: -20px;
  }
  .resume-page .container-fluid {
    padding: 0 15px;
  }
  .clients-list ul li,
  .clients-list.column-4 ul li,
  .clients-list.column-3 ul li {
    width: 50%;
  }
  .countdown.round {
    width: 100px;
    height: 100px;
  }
  .countdown.round span {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown.round {
    padding: 16px;
  }
  .countdown.round.medium {
    width: 100px;
    height: 100px;
  }
  .countdown.round.medium span {
    font-size: 30px;
    line-height: 30px;
  }
  .countdown.round.medium p {
    font-size: 14px;
  }
  .countdown.round.large {
    width: 100px;
    height: 100px;
  }
  .countdown.round.large span {
    font-size: 30px;
  }
  .countdown.round.large span {
    line-height: 30px;
  }
  .countdown.round.large p {
    font-size: 14px;
  }
  .dataTables_paginate .pagination > li {
    display: inline-block;
    text-align: center;
  }
  .datatable-base .table-responsive {
    border: 0;
  }
  .tab-vertical .nav-tabs {
    width: 100%;
  }
  .tab-vertical .tab-content {
    width: 100%;
    margin-left: 0;
  }
  .feature-text .feature-icon span,
  .feature-text .feature-icon i {
    padding-left: 0;
  }
  .bg-top-before {
    padding-top: 40px !important;
  }
  .bg-top-before:before {
    display: none;
  }
  .bg-top-before.pb-150 {
    padding-bottom: 40px !important;
  }
  .course {
    margin-bottom: 20px;
  }
  .medical-tab .tab .nav.nav-tabs li.active a:before {
    display: none;
  }
  .mobile-app-about h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .product .product-image img {
    width: 100%;
  }
  .portfolio-banner .slider-content h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .portfolio-banner .slider-content span {
    font-size: 12px;
    line-height: 18px;
  }
  .error-block {
    padding: 0;
  }
  .error-block .error-text {
    padding: 0;
    display: none;
  }
  .error-block h1 {
    padding: 0;
  }
  .error-text-02 {
    display: none;
  }
  .interior-action-box {
    margin-top: 30px;
  }
  #rev_slider_11_1_wrapper strong {
    font-size: 20px !important;
  }
  #rev_slider_13_1_wrapper i {
    font-size: 20px !important;
  }
  .process-list {
    padding-left: 30px;
    padding-right: 30px;
  }
  .isotope,
  .masonry {
    margin: 0;
  }
  .app-home {
    padding-bottom: 40px;
  }
  .services-text-box-green {
    padding: 50px 15px !important;
  }
  .services-text-box-blue,
  .services-text-box-black {
    padding: 50px 15px !important;
  }
  .bottom-nav .owl-nav {
    bottom: 20px;
  }
  .blog-box.blog-2 .button.icon-color {
    margin-top: 0px;
    float: right !important;
  }
  .team.team-hover.team-border .team-photo img {
    width: 100%;
  }
  .owl-carousel .owl-dots {
    bottom: -15px;
  }
  .special-feature .row-eq-height {
    display: block;
  }
  .course img {
    width: 100%;
  }
  .footer .footer-social ul.text-right {
    text-align: left;
  }
  .cafe-counter.mt-60 {
    margin-top: 0px !important;
  }
  .blog .timeline li.entry-date {
    top: -20px;
  }
  .blog.timeline-sidebar .timeline li.entry-date {
    top: -20px;
  }
  .footer .footer-widget .footer-widget-social.text-right {
    text-align: left;
  }
  .footer.footer-one-page .footer-widget {
    text-align: center;
  }
  .footer.footer-one-page .footer-widget .footer-widget-social.text-right {
    text-align: center;
  }
  .footer .container-fluid {
    padding: 0 15px;
  }
  .text-left.mt-100 {
    margin-top: 40px !important;
  }
  .slider-parallax.typer-banner.business h1 {
    line-height: 30px;
    font-size: 40px;
  }
  .play-video-section .content {
    padding: 0;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 70px;
    line-height: 70px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 60px;
    line-height: 60px;
    margin-top: -20px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 72px;
    line-height: 60px;
  }
  .countdown p {
    font-size: 13px;
  }
  .christmas-about .feature-text {
    margin-bottom: 50px;
  }
  .christmas-form-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .happy-clients .mb-40 {
    margin-bottom: 0 !important;
  }
  .christmas-form-content.mt-100 {
    margin-top: 60px !important;
  }
  .christmas-team .team .team-photo img {
    width: 100%;
  }
  .timer-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .movie-banner .slider-content-middle {
    padding: 0;
  }
  .law-banner .slider-content h1 {
    line-height: 30px;
    font-size: 30px;
  }
  .banner-agency-02 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .agency-02-contact .footer-contact {
    margin-top: -50px;
  }
  .agency-02-contact-title .mb-50 {
    margin-bottom: 0 !important;
  }
  .agency-02-contact .footer-contact {
    margin-bottom: 30px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 40px;
    line-height: 40px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 16px;
    line-height: 16px;
  }
  .error-05 h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .list-unstyled.pl-60 {
    padding-left: 0 !important;
  }
  .page-title.light-overlay {
    padding-top: 200px;
  }
  .divider.pt-70,
  .divider.pt-50 {
    padding-top: 30px !important;
  }
  .page-title.light-overlay {
    padding-top: 200px;
  }
  .faq-box {
    margin-top: 30px;
  }
  .faq-page-title .mt-50 {
    margin-top: 10px !important;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #main-slider.shop-06-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  #main-slider.shop-06-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 !important;
  }
  #main-slider.shop-06-banner .slider-content a.button {
    font-size: 10px;
    padding: 6px 10px;
  }
  .shop-07-product .product.mt-80 {
    margin-top: 0 !important;
  }
  .banner-shop-07 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .book-counter .counter {
    margin-top: 30px;
  }
  .book-custom-block h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .book-banner .row.row-eq-height {
    display: block;
  }
  .book-banner .row.row-eq-height .col-sm-12 {
    position: inherit !important;
  }
  .book-banner .slider-content-text {
    top: 100px;
    text-align: center;
    width: 100%;
  }
  .book-banner .slider-content-image {
    bottom: 50px;
    left: -100px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .book-banner .slider-content-image .book {
    height: 230px;
  }
  .book-banner .slider-content-image .text {
    height: 180px;
  }
  .book-banner .slider-content-text h2,
  .book-banner .slider-content-text p {
    display: none;
  }
  .book-banner .slider-content-image .text {
    display: none;
  }
  .plumber-banner .slider-content-image img {
    height: 500px;
  }
  .plumber-contact-bg {
    margin-top: 60px;
  }
  .product-banner .slider-content h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .product-video .product-video-box .vertical-align {
    padding: 30px;
  }
  .product-video .product-video-box {
    min-height: 400px;
  }
  .fish-banner {
    height: inherit;
    padding: 230px 0;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 230px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fish-banner .slider-content {
    text-align: center;
  }
  .fish-banner {
    background: #e6ebf0 !important;
  }
  .fish-gallery .fish-gallery-top {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .fish-gallery .section-title h2 {
    color: #fff;
  }
  .fish-footer .fish-image {
    margin-top: -60px;
  }
  .one-page.light .container-fluid {
    padding: 0 15px;
  }
  .hotel-banner-checkout .checkout-date .form-control {
    margin-bottom: 0;
  }
  .hotel-banner-checkout .checkout .checkout-date {
    padding-top: 0;
  }
  .team .team-photo img {
    width: 100%;
  }
  .make-call h2,
  .make-call strong {
    font-size: 30px;
  }
  .make-call span {
    font-size: 26px;
    margin-bottom: 0;
  }
  .burger-custom-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .burger-banner .slider-content-middle {
    top: 140px;
  }
  .skateboard-banner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-about-bg {
    margin-top: 40px;
    padding: 50px 30px;
  }
  .currency-calculator .feature-text .feature-arrow {
    display: none;
  }
  .bitcoin-custom-conten-box {
    padding: 50px 20px;
  }
  .bitcoin-custom-content-02 .counter span {
    font-size: 70px;
    line-height: 70px;
  }
  .bitcoin-custom-content-02 p {
    font-size: 14px;
  }
  .bitcoin-custom-content-02 .counter label {
    margin-bottom: 20px;
  }
  .skateboard-about {
    padding-top: 100px;
  }
  .medical-tab .tab .nav.nav-tabs li a.active:before {
    border: none;
  }
  .hotel-banner-checkout .checkout .checkout-date {
    height: inherit;
  }
  .process .border-area.left-bottom {
    width: 30px;
  }
  .blog-box.blog-2 .blog-info {
    padding: 20px;
  }
  .plumber-banner .slider-content-image {
    left: 10%;
  }
  .secrvice-blog {
    margin-top: -30px;
  }
  .search-no-result {
    padding: 40px 0px;
  }
  .search-no-result .bg-title h2 {
    font-size: 170px;
  }
  .barber-title span {
    top: -57px;
    font-size: 80px;
  }
  .barber .about-history {
    margin: 40px 30px 30px 30px;
  }
  .choose-us-bg {
    padding: 40px;
  }
  .barber-team {
    background-size: 100%;
  }
  .pricing-image img {
    width: 100%;
  }
  .team.team-list .team-description {
    text-align: center;
  }
  .tattoo-section-title,
  .tattoo-section-title-02 {
    display: none;
  }
  .barber-section-title .w-50,
  .barber-section-title .w-25 {
    width: 100% !important;
  }
  .team .barber-section-title {
    bottom: 30px;
  }
  .jobs-banner h1 {
    font-size: 40px;
    line-height: 30px;
  }
  .job-list {
    text-align: center;
  }
  .job-list h5 {
    margin: 15px 0;
  }
  .listing-banner-categorie {
    display: none;
  }
  .listing-search {
    margin-top: 60px;
    padding: 20px;
  }
  .marketing-banner p {
    display: none;
  }
  .marketing-service .feature-text.left-icon .feature-icon {
    padding-left: 0;
  }
  .our-history.timeline-left .timeline > li > .timeline-badge {
    left: 3%;
  }
  .our-history.timeline-left .timeline:before {
    left: 3%;
  }
  .our-history.timeline-left .timeline > li > .timeline-panel {
    width: 100%;
    padding: 40px 20px 20px 45px;
  }
  .our-history.timeline-left
    .timeline
    > li.timeline-inverted
    > .timeline-panel::before,
  .our-history.timeline-left > li > .timeline-panel::before {
    display: none;
  }
  .business-banner-02 p {
    display: none;
  }
  .business-date-box-text h2 {
    margin-bottom: 50px;
  }
  .business-banner-05 h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .business-banner-05 p {
    padding: 0;
  }
  .listing-how-work {
    margin-top: 50px;
    padding: 40px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
  .search-box {
    width: 210px;
  }
  .section-title p {
    font-size: 16px;
  }
  .shpping-cart .cart {
    width: 290px;
  }
  .shpping-cart .cart-total a {
    margin-bottom: 10px;
  }
  .portfolio-home .isotope.columns-3 .grid-item {
    width: 100%;
  }
  .portfolio-title {
    padding: 40px 30px;
  }
  .main-counter .counter-info span.counter {
    font-size: 40px;
  }
  .action-box {
    text-align: center;
  }
  .action-box .action-box-button {
    text-align: center;
  }
  .skills-2.col-2 li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    float: none;
  }
  .skills-2.col-2.mr-60 {
    margin-right: 0 !important;
  }
  .error-block {
    padding: 30px 0px;
  }
  .error-block h1 {
    font-size: 70px;
  }
  .error-404-2 .error-block h1 {
    font-size: 200px;
    line-height: 200px;
  }
  .error-404-2 .error-block p {
    font-size: 16px;
  }
  .maintenance-main h1.mb-50 {
    font-size: 28px;
  }
  .maintenance-2 .maintenance-main h1 {
    font-size: 32px;
  }
  .isotope.columns-3 .grid-item {
    width: 100%;
  }
  .isotope.columns-4 .grid-item {
    width: 100%;
  }
  .clients-logo.line img {
    height: 65px;
  }
  .contact-form .section-field {
    width: 100%;
  }
  .touch-in .contact-box {
    margin: 20px 0;
  }
  .our-history .timeline > li.timeline-inverted > .timeline-panel::before,
  .our-history .timeline > li > .timeline-panel::before {
    left: 40px;
  }
  .our-history .timeline > li > .timeline-panel {
    padding: 40px 20px 20px 75px;
    text-align: left;
    width: 100%;
  }
  .our-history .timeline > li > .timeline-badge {
    left: 41px;
  }
  .our-history .timeline > li > .timeline-badge p {
    margin-left: 40px;
  }
  .our-history .timeline > li.timeline-inverted .timeline-badge p {
    float: left;
    margin-right: 0;
    text-align: left;
  }
  .feature-text .feature-icon {
    font-size: 38px;
  }
  .skill {
    margin: 60px 0 20px;
  }
  .feature-text.box {
    padding: 30px;
  }
  .happy-clients .nav-tabs li img {
    height: 50px;
    width: 50px;
  }
  .testimonial-info p {
    font-size: 15px;
    margin: 25px 0 0;
    padding: 0 0 20px;
  }
  .testimonial-2 .testimonial-info p::before {
    font-size: 100px;
  }
  .social.float-end {
    float: none;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .port-post-social.float-end {
    float: none !important;
  }
  .port-post-photo {
    display: block;
    float: none;
  }
  .port-post-info {
    padding-left: 0;
    margin-top: 20px;
    display: block;
  }
  .comments-1.comments-2 {
    padding-left: 40px;
  }
  .comments-1 .comments-photo {
    float: none;
  }
  .comments-1.comments-2 .comments-info {
    padding: 20px 0px 10px;
  }
  .our-team .team-details .social {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .countdown.small span {
    font-size: 30px;
  }
  .countdown span {
    font-size: 30px;
  }
  .countdown.medium span {
    font-size: 30px;
  }
  .countdown.medium p {
    font-size: 14px;
  }
  .countdown.medium {
    margin: 0 10px;
  }
  .countdown.large span {
    font-size: 30px;
  }
  .countdown.large p {
    font-size: 14px;
  }
  .countdown.large {
    margin: 0 6px;
  }
  .countdown.gray-bg {
    margin: 0 1px;
    padding: 8px;
  }
  .countdown.countdown-border {
    padding: 8px;
    margin: 0 0px;
  }
  .countdown.round {
    margin-bottom: 10px;
  }
  .countdown.round.small {
    padding: 16px;
  }
  .testimonial.bottom_pos .author-info {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .pagination > li {
    display: inline-block;
    margin-bottom: 3px;
  }
  .owl-carousel .owl-dots {
    bottom: 20px;
  }
  .resume-contact .footer-widget-social a i {
    margin-bottom: 4px;
  }
  .popup-video-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .kety-perry-list {
    padding-right: 20px;
  }
  .kety-play-icon {
    float: none;
  }
  .kety-name {
    padding-left: 0;
  }
  .kety-play-icon {
    margin-top: 0;
  }
  .team.team-list .team-photo {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .team.team-list .team-description {
    padding-left: 0;
    padding-bottom: 0;
  }
  .tab .nav.nav-tabs li {
    margin-bottom: 0px;
  }
  .testimonial.clean {
    padding: 0 10px 25px 40px;
  }
  .typer-banner h1 {
    font-size: 50px;
    line-height: 100px;
  }
  .portfolio-banner .slider-content {
    width: 100%;
  }
  .personal-typer-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .personal-typer-banner h1 span {
    font-size: 25px;
  }
  .services-text-box-green {
    padding: 60px 15px !important;
  }
  .services-text-box-black {
    padding: 60px 15px !important;
  }
  .team.team-list .team-photo img {
    width: 100%;
  }
  .isotope.columns-3 .grid-item {
    padding: 0 0px 15px 0;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 42%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 42%;
  }
  .testimonial.light {
    padding: 85px 20px 45px 50px;
  }
  .our-history .timeline:before {
    left: 40px;
  }
  .our-team .team-details .title.float-start {
    float: none !important;
    display: block;
  }
  .our-team .team-details .social-icons.social-border.float-end {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
  }
  .row.mt-80 {
    margin-top: 30px !important;
  }
  .happy-clients .tab .nav.nav-tabs {
    margin-bottom: 0;
  }
  .our-service-home .row.mb-60 {
    margin-bottom: 10px !important;
  }
  .contact-3 .g-map {
    padding-top: 40%;
  }
  .accordion.animated .acd-group.acd-active .acd-heading {
    font-size: 22px;
  }
  .our-history .timeline .timeline-arrow {
    left: 34px;
    text-align: left;
  }
  .our-history {
    overflow: hidden;
  }
  .progress-new {
    margin-bottom: 0;
  }
  .comments-1 .comments-photo {
    margin-bottom: 20px;
  }
  .comments-1.comments-2 .comments-photo {
    margin-bottom: 0px;
  }
  .isotope.columns-4 .grid-item,
  .isotope.columns-5 .grid-item {
    padding-right: 0;
  }
  .rev-slider #rev_slider_20_1_forcefullwidth .rev-btn {
    padding: 6px 10px !important;
    line-height: 0 !important;
    font-size: 8px !important;
  }
  .shop-single .tab .nav.nav-tabs li a {
    padding: 12px 20px;
  }
  .shop-single .tab .nav.nav-tabs li {
    margin-bottom: 0;
  }
  .st-menu.big-side {
    width: 270px;
  }
  .st-menu.big-side .pos-bot {
    position: relative;
  }
  .st-menu.big-side .slide-footer-content {
    padding: 0 10px 0px 0;
  }
  .st-menu.big-side .social-icons.width-half ul li {
    width: inherit;
    display: block;
    float: none;
  }
  .st-menu.big-side .copy-right .mb-70 {
    margin-bottom: 0 !important;
  }
  .blockquote-section blockquote {
    font-size: 30px;
    line-height: 34px;
  }
  .custom-content-03 h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .mt-100.mb-100 {
    margin: 0px 0 !important;
  }
  .slider-parallax.banner-personal .slider-content {
    width: 100%;
  }
  .christmas-clients .mt-80 {
    margin-top: 0 !important;
  }
  .countdown.round {
    display: block;
    margin: 5px auto;
  }
  .timer-banner .slider-content h1 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .conference-video h3 {
    line-height: 30px;
  }
  .architecture-about h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .agency-banner .slider-content .agency-banner-right {
    display: block;
  }
  .agency-banner .slider-content .agency-banner-left {
    display: block;
  }
  .agency-banner .slider-content span {
    padding-top: 0;
    font-size: 30px;
    line-height: 20px;
  }
  .agency-banner .slider-content h1 {
    font-size: 30px;
    padding: 0;
    border: none;
    line-height: 20px;
  }
  .slider-parallax.agency-banner {
    height: 80vh;
  }
  .movie-banner .countdown.round.small {
    display: inline-block;
  }
  .law-timeline
    .timeline-centered
    .timeline-entry
    .timeline-entry-inner
    .timeline-year {
    left: -45px;
  }
  .testimonial.left_pos {
    padding: 20px 10px 20px 50px;
  }
  .testimonial.left_pos .testimonial-avatar {
    position: inherit;
    left: inherit;
    top: inherit;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .agency-02-contact .pl-50.pr-50 {
    padding: 15px !important;
  }
  .agency-02-history-who {
    padding: 30px;
  }
  .banner-agency-02 h1 {
    font-size: 24px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 16px;
    line-height: 16px;
  }
  .error-05 h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .error-05 h3,
  .error-05 span {
    font-size: 40px;
  }
  .error-03 .content h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .error-03 .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .error-03 .error-404 h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .error-03 .error-404 h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-04 h1 {
    font-size: 160px;
    line-height: 160px;
  }
  .coming-soon-effects .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon h1,
  .coming-soon-effects .coming-soon h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .login-fancy h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .login-box h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .login-box-02 {
    padding: 20px;
  }
  .login-signup .tab .nav.nav-tabs li {
    margin-bottom: 0;
  }
  .login-signup .login-box-02 {
    padding: 30px;
  }
  .about-mission .popup-content {
    padding-right: 20px;
    width: 100%;
  }
  .about-mission .popup-content br {
    display: none;
  }
  .blog.blog-simple.blog-left .blog-image {
    width: 100%;
    margin: 0;
    float: none;
  }
  .blog.blog-simple.blog-left .blog-name {
    width: 100%;
    float: none;
  }
  #main-slider .slider-content a {
    font-size: 14px;
  }
  #main-slider .slider-content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #main-slider .carousel-indicators {
    bottom: 0;
  }
  #main-slider .carousel-control.left,
  #main-slider .carousel-control.right {
    display: none;
  }
  .blog-boxed-banner .blog-overlay .blog-name h4 {
    margin: 0 !important;
  }
  #main-slider.shop-04-banner .slider-content a.button {
    font-size: 10px;
  }
  #main-slider.shop-04-banner .slider-content span {
    display: none;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .shop-05-deal h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #main-slider.shop-06-banner .slider-content .slider {
    width: 100%;
  }
  #main-slider.shop-06-banner .slider-content .slider h1 {
    font-size: 20px;
  }
  .shop-block h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .shop-block p {
    font-size: 16px;
  }
  .book-banner .slider-content-text .button.white {
    display: none;
  }
  .book-banner .slider-content-image .book {
    height: 200px;
  }
  .book-banner .slider-content-text {
    width: inherit;
    left: 0;
  }
  .plumber-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .plumber-banner {
    overflow: hidden;
  }
  .section-title h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-plumber-box .about-plumber-box-content {
    padding: 20px;
  }
  .about-plumber .pl-30 {
    padding-left: 0 !important;
  }
  .book-now .book-now-box {
    width: 70%;
  }
  .pizza-contact {
    padding: 0;
  }
  .burger-banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .skateboard-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .skateboard-banner .slider-content-image img {
    height: 500px;
  }
  .slider-parallax.skateboard-banner {
    height: 60vh;
  }
  .coming-soon-birds .countdown {
    margin: 0px 6px;
  }
  .pizza-menu .pr-60 {
    padding-right: 0 !important;
  }
  .masonry.columns-1 .masonry-item,
  .masonry.columns-2 .masonry-item,
  .masonry.columns-3 .masonry-item,
  .masonry.columns-4 .masonry-item,
  .masonry.columns-5 .masonry-item {
    padding-right: 0;
  }
  .isotope.columns-1 .grid-item,
  .isotope.columns-2 .grid-item,
  .isotope.columns-3 .grid-item,
  .isotope.columns-4 .grid-item,
  .masonry.columns-5 .masonry-item {
    padding-right: 0;
  }
  .conference-split.split-section .img-side {
    display: none;
  }
  .plumber-banner .slider-content-image {
    left: 0;
  }
  .barber-section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .barber-team {
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .spa-border:before {
    display: none;
  }
  .barber-team {
    padding: 190px 0;
  }
  .emergency-cases-info i {
    float: none;
    margin-bottom: 20px;
  }
  .emergency-cases-info h1 {
    font-size: 20px;
  }
  .business-banner h1 {
    font-size: 40px;
    letter-spacing: 10px;
  }
  .business-date-box-text h2 {
    margin-bottom: 200px;
  }
  .business-feature-top .border-right {
    border-right: 0 !important;
  }
  .business-banner-04 h1 {
    font-size: 40px;
  }
  .business-banner-06 {
    text-align: center;
  }
  .business-banner-06 p {
    padding: 0;
  }
  .business-banner-06 .play-video.border-video {
    margin-top: 30px;
  }
  .business-banner-06 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .business-banner-06 p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .xx-mt-0 {
    margin-top: 0 !important;
  }
  .xx-mt-10 {
    margin-top: 10px !important;
  }
  .xx-mt-15 {
    margin-top: 15px !important;
  }
  .xx-mt-20 {
    margin-top: 20px !important;
  }
  .xx-mt-30 {
    margin-top: 30px !important;
  }
  .xx-mt-40 {
    margin-top: 40px !important;
  }
  .xx-mr-0 {
    margin-right: 0 !important;
  }
  .xx-mr-10 {
    margin-right: 10px !important;
  }
  .xx-mr-15 {
    margin-right: 15px !important;
  }
  .xx-mr-20 {
    margin-right: 20px !important;
  }
  .xx-mr-30 {
    margin-right: 30px !important;
  }
  .xx-mr-40 {
    margin-right: 40px !important;
  }
  .xx-mb-0 {
    margin-bottom: 0 !important;
  }
  .xx-mb-10 {
    margin-bottom: 10px !important;
  }
  .xx-mb-15 {
    margin-bottom: 15px !important;
  }
  .xx-mb-20 {
    margin-bottom: 20px !important;
  }
  .xx-mb-30 {
    margin-bottom: 30px !important;
  }
  .xx-mb-40 {
    margin-bottom: 40px !important;
  }
  .xx-ml-0 {
    margin-left: 0 !important;
  }
  .xx-ml-10 {
    margin-left: 10px !important;
  }
  .xx-ml-15 {
    margin-left: 15px !important;
  }
  .xx-ml-20 {
    margin-left: 20px !important;
  }
  .xx-ml-30 {
    margin-left: 30px !important;
  }
  .xx-ml-40 {
    margin-left: 40px !important;
  }
  .xx-pt-0 {
    padding-top: 0 !important;
  }
  .xx-pt-10 {
    padding-top: 10px !important;
  }
  .xx-pt-15 {
    padding-top: 15px !important;
  }
  .xx-pt-20 {
    padding-top: 20px !important;
  }
  .xx-pt-30 {
    padding-top: 30px !important;
  }
  .xx-pt-40 {
    padding-top: 40px !important;
  }
  .xx-pr-0 {
    padding-right: 0 !important;
  }
  .xx-pr-10 {
    padding-right: 10px !important;
  }
  .xx-pr-15 {
    padding-right: 15px !important;
  }
  .xx-pr-20 {
    padding-right: 20px !important;
  }
  .xx-pr-30 {
    padding-right: 30px !important;
  }
  .xx-pr-40 {
    padding-right: 40px !important;
  }
  .xx-pb-0 {
    padding-bottom: 0 !important;
  }
  .xx-pb-10 {
    padding-bottom: 10px !important;
  }
  .xx-pb-15 {
    padding-bottom: 15px !important;
  }
  .xx-pb-20 {
    padding-bottom: 20px !important;
  }
  .xx-pb-30 {
    padding-bottom: 30px !important;
  }
  .xx-pb-40 {
    padding-bottom: 40px !important;
  }
  .xx-pl-0 {
    padding-left: 0 !important;
  }
  .xx-pl-10 {
    padding-left: 10px !important;
  }
  .xx-pl-15 {
    padding-left: 15px !important;
  }
  .xx-pl-20 {
    padding-left: 20px !important;
  }
  .xx-pl-30 {
    padding-left: 30px !important;
  }
  .xx-pl-40 {
    padding-left: 40px !important;
  }
  .col-xx-12 {
    width: 100% !important;
  }
  .col-xx-6 {
    width: 50% !important;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .topbar .topbar-call.text-left li {
    margin-bottom: 5px;
  }
  .clients-logo.line img {
    width: initial;
  }
  .shpping-cart .cart {
    width: 240px;
  }
  .cart-item .cart-name a {
    font-size: 12px;
  }
  .cart-price del {
    font-size: 12px;
  }
  .cart-price ins {
    font-size: 14px;
  }
  .cart-item .cart-close {
    top: 17px;
  }
  .round .nav.nav-tabs li a {
    margin-right: 1px;
    padding: 8px 15px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 45px;
    top: 3px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart .search {
    padding-right: 0px;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .st-effect-3 .search-box {
    width: 190px;
  }
  .action-box-button .button.border-white {
    margin-top: 10px;
  }
  .action-box-button .button.border.icon {
    margin-left: 0;
    margin-top: 15px;
  }
  .action-box-button .button.border {
    margin-left: 0;
    margin-top: 15px;
  }
  .coming-soon-main h1 {
    font-size: 34px;
  }
  .coming-soon-countdown ul.countdown li span {
    font-size: 32px;
  }
  .coming-soon-countdown ul.countdown li {
    width: 20%;
  }
  .coming-soon-countdown ul.countdown li p {
    font-size: 13px;
  }
  .coming-soon-countdown ul.countdown {
    margin: 20px 0;
  }
  .coming-soon-main p {
    margin-bottom: 45px;
    font-size: 16px;
  }
  .coming-soon-form {
    width: 100%;
  }
  .coming-soon-form input {
    width: 90%;
    margin-bottom: 0;
  }
  .coming-soon-form a.button-border span {
    padding: 11px 8px;
  }
  .error-block h1 {
    font-size: 50px;
  }
  .error-block p {
    font-size: 18px;
  }
  .error-block h1.mb-40 {
    margin-bottom: 10px !important;
  }
  .error-search-box p {
    font-size: 16px;
    line-height: 32px;
  }
  .error-search-box input {
    width: 60%;
  }
  .maintenance-2 .maintenance-main h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .maintenance-contant.mt-150 {
    margin-top: 30px !important;
  }
  .maintenance-form.mt-100 {
    margin-top: 30px !important;
  }
  .clients-logo.line {
    width: 100%;
    border-left: none;
  }
  .clients-logo.line img {
    height: auto;
  }
  .clients-logo.line:nth-last-child(-n + 3) {
    border-bottom: 1px solid #ddd;
  }
  .our-history .timeline > li > .timeline-panel::before {
    width: 22px;
    left: 25px;
  }
  .our-history .timeline > li.timeline-inverted > .timeline-panel::before {
    left: 25px;
  }
  .happy-clients .nav.nav-tabs li {
    display: inline-block;
  }
  .nav.nav-tabs li {
    display: block;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .tab-2 .nav-tabs {
    float: none;
    width: 100%;
  }
  .tab-2 .nav-tabs li {
    margin-bottom: 0;
  }
  .tab-2 .tab-content {
    margin-left: 0;
    padding: 30px 20px;
  }
  .testimonial-3 .owl-carousel .owl-nav {
    bottom: -20px;
  }
  .testimonial-3 .owl-carousel .owl-nav .owl-prev {
    left: 50%;
    margin-left: -45px;
  }
  .testimonial-3 .owl-carousel .owl-nav .owl-next {
    right: 50%;
    margin-right: -45px;
  }
  .testimonial-info p {
    padding: 0 10px 20px;
  }
  .testimonial.boxed {
    padding: 30px 30px 75px;
  }
  .feature-step-2-title-2-right {
    width: 100%;
  }
  .feature-step-2-box {
    padding: 20px 10px;
  }
  .feature-step-2-box p {
    font-size: 13px;
  }
  .service-blog b {
    font-size: 220px;
  }
  .blog .timeline > li > .timeline-badge {
    font-size: 15px;
    height: 44px;
    line-height: 12px;
    width: 44px;
  }
  .blog ul.timeline:before {
    left: 27px;
  }
  .blog ul.timeline > li > .timeline-badge {
    left: 5px;
  }
  .blog ul.timeline > li > .timeline-panel {
    width: 100%;
  }
  .blog .timeline li.entry-date span {
    display: none;
  }
  .blog ul.timeline::before {
    display: none;
  }
  .blog ul.timeline > li > .timeline-badge {
    display: none;
  }
  .blog ul.timeline > li > .timeline-panel::before {
    display: none;
  }
  .blog ul.timeline > li > .timeline-panel::after {
    display: none;
  }
  .blog .timeline li.timeline-inverted .timeline-panel::after {
    display: none;
  }
  .blog .timeline li.timeline-inverted .timeline-panel::before {
    display: none;
  }
  .blog.timeline-sidebar .timeline > li {
    width: 100%;
  }
  .offer-banner-1 h1 {
    font-size: 20px;
  }
  .deal-banner .counter-deal ul li {
    padding: 7px 10px;
    margin-right: 2px;
  }
  .deal-banner .caption h2 {
    font-size: 32px;
  }
  .deal-banner.maintenance-progress-bar {
    margin: 0;
  }
  .bottom-nav .owl-nav .owl-next {
    right: 36%;
  }
  .bottom-nav .owl-nav .owl-prev {
    left: 36%;
  }
  .action-box.pattern {
    padding: 70px 15px;
  }
  .action-box {
    padding: 30px 15px;
  }
  .appointment-bg {
    padding: 40px 15px;
  }
  .appointment a.float-start {
    display: block;
  }
  .mobile-app-about a img {
    margin-bottom: 10px;
  }
  .mobile-app-about h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .phone-holder {
    width: 260px;
  }
  .highlights-phone.wht .phone-holder #fon {
    background: transparent;
  }
  .highlights-phone.wht .hgi {
    top: 0;
  }
  .highlights-phone {
    height: 550px;
  }
  .typer-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .popup-video-banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .video-background-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .video-background-banner .slider-content {
    padding: 30px 15px;
  }
  .slide-footer .social ul li a {
    padding-right: 15px;
  }
  .st-menu {
    width: 280px;
  }
  .st-effect-2.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-4.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-5.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-6.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg);
    transform: translate3d(280px, 0, 0) rotateY(-15deg);
  }
  .st-effect-7.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-8.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-9.st-menu-open .st-pusher {
    -webkit-transform: translate3d(0, 0, -280px);
    transform: translate3d(0, 0, -280px);
  }
  .st-effect-10.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-10.st-menu {
    -webkit-transform: translate3d(0, 0, -280px);
    transform: translate3d(0, 0, -280px);
  }
  .st-effect-13.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .st-effect-14.st-menu-open .st-pusher {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .no-csstransforms3d .st-pusher,
  .no-js .st-pusher {
    padding-left: 280px;
  }
  .personal-typer-banner h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .personal-typer-banner h1 span {
    font-size: 20px;
    left: -10px;
    top: 0;
  }
  .image-content {
    width: 100%;
    margin-right: 0;
  }
  .testimonial.bottom_pos {
    padding: 60px 20px 40px 46px;
  }
  .owl-carousel .owl-dots {
    bottom: 0px;
  }
  .kety-name a {
    font-size: 14px;
  }
  .kety-link a {
    margin-bottom: 5px;
  }
  .blog.blog-single .port-navigation .port-photo {
    width: 104px;
  }
  .blog.blog-single .port-navigation .port-arrow {
    height: 62px;
    width: 30px;
  }
  .blog.blog-single .port-navigation .port-arrow i {
    line-height: 62px;
  }
  .single-portfolio-post .port-navigation .port-photo {
    width: 104px;
  }
  .single-portfolio-post .port-navigation .port-arrow {
    height: 62px;
    width: 30px;
  }
  .single-portfolio-post .port-navigation .port-arrow i {
    line-height: 62px;
  }
  .happy-clients .nav-tabs li {
    padding: 0;
  }
  .accordion.animated .acd-group.acd-active .acd-heading {
    font-size: 20px;
  }
  .our-service .section-title {
    margin-bottom: 10px;
  }
  .team.team-list h5 {
    font-size: 18px;
  }
  .contact-2 .g-map {
    padding-top: 50%;
  }
  .clients-box .clients-photo {
    margin-bottom: 20px;
    width: 100%;
  }
  .countdown.round {
    display: block;
    margin: 0 auto 20px;
  }
  .coming-soon-form.contact-form input {
    width: 100%;
  }
  .add-banner-2 .add-banner-content h2 {
    font-size: 24px;
  }
  .add-banner-2 .add-banner-content h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .add-banner-2 .add-banner-content .button.small {
    padding: 5px 18px;
  }
  .slider-parallax.typer-banner.business h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .slider-parallax.typer-banner.business p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px !important;
  }
  .counter.big-counter .timer {
    font-size: 40px;
    line-height: 40px;
  }
  .action-box.theme-bg {
    padding: 30px 0;
  }
  .slider-parallax.banner-personal .slider-content span {
    font-size: 50px;
    line-height: 50px;
  }
  .slider-parallax.banner-personal .slider-content h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  .slider-parallax.banner-personal .slider-content h1 strong {
    font-size: 48px;
    line-height: 50px;
  }
  .christmas-form-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .christmas-event .tab .nav.nav-tabs li a {
    font-size: 14px;
  }
  .christmas-event .blog-date span {
    font-size: 28px;
    display: inline-block;
  }
  .portfolio-home .portfolio-title.section-title .button.mt-30 {
    margin-top: 20px !important;
  }
  .countdown.small {
    margin: 10px 4px 0;
  }
  .section-title-movie h2 {
    padding: 10px 30px;
  }
  .movie-story b {
    font-size: 26px;
  }
  .movie-banner .countdown.round.small {
    margin-bottom: 5px;
  }
  .law-banner .slider-content h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .law-banner .slider-content p {
    font-size: 16px;
  }
  .law-timeline
    .timeline-centered
    .timeline-entry
    .timeline-entry-inner
    .timeline-year {
    left: 0;
    top: 25px;
  }
  .portfolio-parallax-banner h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .coming-soon-big .countdown.medium span {
    font-size: 24px;
    line-height: 24px;
  }
  .coming-soon-big .countdown.medium p {
    font-size: 14px;
    line-height: 14px;
  }
  .error-05 h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-03 .content h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .error-03 .content h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .error-03 .content p {
    font-size: 22px;
  }
  .error-03 .error-404 h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .error-03 .error-404 h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .error-04 h1,
  .error-06 h1,
  .error-07 h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .error-04 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .error-04 p {
    font-size: 18px;
  }
  .error-06 h2 .error-07 h2,
  .error-09 h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .login.height-100vh {
    overflow: hidden;
  }
  .login .remember-checkbox a {
    display: block;
    float: inherit !important;
    margin-top: 10px;
  }
  .about-mission .popup-content {
    padding: 30px 30px 10px 30px;
  }
  .about-mission .popup-content h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-mission .popup-video-image a i {
    width: 40px;
    height: 40px;
    top: 10px;
    line-height: 40px;
  }
  .checkout-page .pl-50.pr-50.pt-50.pb-50 {
    padding: 20px !important;
  }
  .checkout-page .pl-40 {
    padding: 0 !important;
  }
  #main-slider .slider-content a {
    font-size: 12px;
  }
  #main-slider .slider-content h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #main-slider .slider-content p {
    display: none;
  }
  #main-slider .slider-content .slider-right .play-video.border-video {
    margin-top: 0 !important;
  }
  #main-slider.shop-04-banner .slider-content h1 {
    font-size: 20px;
    line-height: 28px;
  }
  #main-slider.shop-05-banner .slider-content h1 {
    font-size: 24px;
  }
  .shop-05-deal h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .book-counter .counter {
    margin-top: 0;
  }
  .book-order .googleplay img {
    height: inherit;
  }
  .plumber-banner .slider-content-image img {
    display: none;
  }
  .plumber-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .product-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .product-about h4,
  .product-about p {
    font-size: 18px;
    line-height: 30px;
  }
  .product-video .product-video-box {
    min-height: 500px;
  }
  .fish-banner .slider-content .fish-banner-image img {
    height: 170px;
  }
  .fish-gallery .section-title h2 {
    font-size: 30px;
  }
  .fish-footer .fish-image {
    margin-top: 90px;
  }
  .fish-gallery-testimonial {
    padding-bottom: 0;
  }
  .book-now .book-now-box {
    width: 90%;
  }
  .hotel-banner .slider-content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hotel-banner .slider-content p,
  .hotel-banner .slider-content span {
    font-size: 16px;
    line-height: 24px;
  }
  .hotel-countdown-main {
    padding: 80px 20px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .hotel-banner-checkout .checkout .checkout-name h3 {
    font-size: 20px;
  }
  .burger-contact .burger-contact-bg {
    left: 20px;
    top: 100px;
  }
  .burger-contact-box {
    padding: 30px;
  }
  .burger-custom-content h2 {
    font-size: 30px;
  }
  .burger-banner-ani {
    width: 300px;
  }
  .burger-item-06 {
    top: 220px;
  }
  .burger-item-05 {
    top: 180px;
  }
  .burger-item-04 {
    top: 165px;
  }
  .burger-item-03 {
    top: 120px;
  }
  .burger-item-02 {
    top: 105px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-01 {
    top: 10px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-04 {
    top: 160px;
  }
  .burger-banner:hover .burger-banner-ani .burger-item-05 {
    top: 165px;
  }
  .skateboard-box .skateboard-box-content {
    padding-left: 109px;
  }
  .skateboard-about h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .bitcoin-banner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .bitcoin-banner h3 {
    font-size: 14px;
  }
  .bitcoin-banner h3 span {
    font-size: 16px;
  }
  .skateboard-banner .slider-content-image img {
    height: 450px;
  }
  .footer-box .box-link {
    display: block;
    padding-left: 0;
  }
  .testimonial.left_pos {
    margin-left: 0;
  }
  .counter-law {
    padding: 20px 20px 20px 20px;
  }
  .tab .nav.nav-tabs li a {
    margin-bottom: 5px;
  }
  .rc-anchor-normal {
    width: 290px !important;
  }
  .portfolio-03-about {
    margin-top: 90px;
  }
  .maintenance-main h1 {
    font-size: 30px;
  }
  .modal-shop {
    padding: 50px 20px;
  }
  .plumber-banner .slider-content-text {
    right: 0;
  }
  .plumber-banner .slider-content-image img {
    height: 250px;
  }
  .plumber-banner .slider-content-image {
    left: 10%;
  }
  .plumber-contact-bg {
    padding: 0px;
  }
  .search-no-result {
    padding-top: 0px;
  }
  .search-no-result i {
    font-size: 60px;
  }
  .search-no-result .bg-title h2 {
    font-size: 110px;
  }
  .barber-banner .slider-content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .barber-banner .slider-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .barber .about-history {
    margin: 40px 0px 30px 0px;
  }
  .choose-us-bg {
    padding: 40px 15px;
  }
  .listing ul li {
    font-size: 14px;
  }
  .promo-text h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .spa-meet .team .team-description .team-info h3 {
    font-size: 28px;
  }
  .spa-promotion .promo h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .tattoo-banner h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .jobs-banner .button {
    display: none;
  }
  .marketing-tab .tab .nav.nav-tabs li a {
    margin-bottom: 0;
  }
  .marketing-banner .slider-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .marketing-testimonial .p-5 {
    padding: 15px !important;
  }
  .marketing-testimonial .testimonial.clean {
    padding-left: 10px;
  }
  .location h2 {
    margin-bottom: 0 !important;
  }
  .location .button {
    padding: 6px 20px;
  }
  .office-1.p-5 {
    padding: 30px !important;
  }
  .media .media-icon span {
    font-size: 28px;
  }
  .portfolio-creative h1 {
    font-size: 30px;
  }
  .skill-counter {
    padding: 20px;
  }
  .business-banner-02 h1 {
    font-size: 32px;
    line-height: 30px;
  }
  .business-banner-03 h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .business-banner-03 span {
    margin-bottom: 20px !important;
  }
  .business-video .business-video-box .vertical-align {
    padding: 20px;
  }
  .business-feature.feature-text {
    margin: 10px 0px !important;
  }
  .business-banner-03 .button.large {
    padding: 7px 10px;
    font-size: 12px;
  }
  .business-banner-04 p {
    display: none;
  }
  .business-banner-04 h1 {
    font-size: 30px;
  }
  .business-feature-top {
    padding: 0;
  }
  .business-banner-05 h1 {
    font-size: 22px;
  }
  .business-banner-05 p {
    font-size: 14px;
  }
  .business-banner-06 p {
    display: none;
  }
  .business-banner-06 h1 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.compare-table {
  font-size: 0.75rem;
  line-height: 1.2em;
}
.compare-table p {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
.compare-table .accordion-item {
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .compare-table {
    font-size: 1rem;
  }
}
.modal-compare-plans .compare-table {
  margin: 0 -2rem;
}
@media only screen and (min-width: 768px) {
  .modal-compare-plans .compare-table {
    margin: 0;
  }
}
.compare-table .compare-table-sticky-thead {
  position: sticky;
  top: 0;
  z-index: 2;
  margin: 0 0 0.5rem;
}
.compare-table .compare-table-sticky-thead .table-th:first-child {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .compare-table .compare-table-sticky-thead .table-th:first-child {
    display: none;
  }
}
.compare-table .compare-table-sticky-thead .table-th:first-child .anchor {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: auto auto 0.5rem;
}
.compare-table .compare-table-dash {
  color: #c2c8cc;
}
.compare-table .table-thead {
  background: #f3f0ee;
  margin: 0.5rem 0 0;
}
.compare-table .table-thead .table-th {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.compare-table .table-thead .table-th h5 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
@media only screen and (min-width: 1120px) {
  .compare-table .table-thead .table-th {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
.compare-table .table-thead h6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 1119px) {
  .compare-table .table-thead h6 {
    font-size: 0.75rem;
    line-height: 1.2em;
  }
  .lang-ja .compare-table .table-thead h6,
  .smartling-ja .compare-table .table-thead h6 {
    font-size: 0.75rem;
    line-height: 1.4em;
  }
}
.compare-table .table-thead .ctas {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.compare-table .table-thead .ctas .button {
  min-width: 0;
  padding: 0.4rem 0.4rem 0.5rem;
}
@media only screen and (min-width: 1120px) {
  .compare-table .table-thead .ctas .button {
    padding: 0.4rem 1rem 0.5rem;
  }
}
.lang-ja .compare-table .table-thead .ctas .button,
.smartling-ja .compare-table .table-thead .ctas .button {
  font-size: 0.875rem;
  padding: 0.4rem 0.875rem 0.5rem;
}
.compare-table .table-thead .ctas a {
  font-size: 0.75rem;
  margin: 0.5rem 0 0;
  line-height: 1.3125em;
}
@media only screen and (min-width: 1120px) {
  .compare-table .table-thead .ctas a {
    font-size: inherit;
  }
}
.compare-table .table-tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .compare-table .table-tr {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.compare-table .table-tr.feature {
  border-bottom: 1px solid #dfdfdf;
}
.compare-table .table-tr.feature:last-child {
  border-bottom: none;
}
.compare-table .table-tr.feature {
  transition: background-color 0.25s;
}
.compare-table .table-tr.feature:hover {
  background: #f8f9f9;
}
.compare-table .table-td,
.compare-table .table-th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 0.25rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .compare-table .table-td,
  .compare-table .table-th {
    padding: 0.6rem 1rem;
  }
}
.compare-table .table-td:first-child,
.compare-table .table-th:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .compare-table .table-td:first-child,
  .compare-table .table-th:first-child {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: left;
  }
}
@media only screen and (min-width: 1120px) {
  .compare-table .table-td.data,
  .compare-table .table-th.data {
    font-size: 0.875em;
  }
}
.compare-table .accordion .accordion-item .accordion-closed {
  padding: 0 3rem;
}
@media only screen and (min-width: 768px) {
  .compare-table .accordion .accordion-item .accordion-closed {
    padding-left: 0;
  }
}
.compare-table .accordion .accordion-item .accordion-closed::before {
  right: 1.5rem;
  font-size: 1rem;
}
.tooltip {
  cursor: pointer;
  position: relative;
  margin-left: 0.25rem;
  transition-delay: 0.25s;
}
.tooltip:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tooltip::before {
  color: #c2c8cc;
  display: none;
  transition: color 0s 0.125s;
}
@media only screen and (min-width: 768px) {
  .tooltip::before {
    display: inline-block;
  }
}
.tooltip::after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #03363d;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
}
.tooltip::after,
.tooltip .tooltip-content {
  visibility: hidden;
  transition: visibility 0s 0.125s;
}
.tooltip:hover,
.tooltip:focus {
  margin-top: -0.75rem;
  padding-top: 0.75rem;
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:hover .tooltip-content,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus .tooltip-content,
.tooltip:focus::after {
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:focus::before {
  color: #03363d;
}
@media only screen and (min-width: 768px) {
  .tooltip:hover .tooltip-content,
  .tooltip:hover::after,
  .tooltip:focus .tooltip-content,
  .tooltip:focus::after {
    visibility: visible;
  }
}
.tooltip .tooltip-content {
  background: #03363d;
  bottom: 100%;
  box-shadow: 0 4px 12px 0 rgba(104, 115, 125, 0.15);
  color: #fff;
  font-size: 0.875rem;
  left: -1rem;
  line-height: 1.25em;
  padding: 1rem;
  position: absolute;
  width: 15rem;
  z-index: 5;
}
.tooltip .tooltip-content-left {
  right: -1rem;
  left: auto;
}
.tooltip .tooltip-content-center {
  right: -7rem;
  left: auto;
}
.tooltip .tooltip-content * {
  color: #fff;
}
.tooltip-table {
  list-style: none;
  padding: 0;
}
.tooltip-table .tooltip-row {
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #c2c8cc;
  transition: background-color 0.25s;
  position: relative;
  padding-right: 3.5rem;
}
.tooltip-table .tooltip-row:hover,
.tooltip-table .tooltip-row:focus,
.tooltip-table .tooltip-row.active {
  background: #f3f0ee;
}
.tooltip-table .tooltip-row:last-child {
  border-bottom: 1px solid #c2c8cc;
}
.tooltip-table .tooltip-row .tooltip {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}
#pricing-top-promo {
  background: #03363d;
}
#pricing-top-promo p,
#pricing-top-promo a,
#pricing-top-promo a:hover,
#pricing-top-promo a:focus,
#pricing-top-promo .close {
  color: #fff;
}
.modal-compare-plans {
  width: 1120px;
}
.modal-compare-plans .floating-frame {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .modal-compare-plans .floating-frame {
    width: auto;
  }
}
.accordion .accordion-item .accordion-closed:before,
.card-carousel .row-arrows .slick-next:before,
.quote.quote-carousel .carousel-navigation .slick-arrow.slick-next:before,
.icon-chevron-right::before {
  content: "";
}
@keyframes accordionOpen {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.accordion .accordion-item .accordion-closed {
  transition: all 0.5s;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion .accordion-item .accordion-closed:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.accordion .accordion-item .accordion-closed::before {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.5rem;
  transform: translateY(-50%) rotate(90deg);
  color: #03363d;
  transition: all 0.5s;
}
.accordion .accordion-item .no-dropdown::before {
  content: none;
}
.accordion .accordion-item .accordion-open {
  transition: all 0.5s;
  display: none;
  opacity: 0;
}
.accordion .accordion-item.active .accordion-closed::before {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion .accordion-item.active .accordion-open {
  animation: ease 0.5s forwards accordionOpen;
  display: block;
  opacity: 1;
}
.accordion.theme-default {
  margin: 0 0 3rem;
}
.accordion.theme-default .accordion-item {
  border-bottom: 1px solid #c2c8cc;
  padding: 0 1rem 0 0.5rem;
}
.accordion.theme-default .accordion-item .accordion-closed {
  padding: 1.5rem 3rem 1.5rem 0;
}
.accordion.theme-default .accordion-item .accordion-open {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .accordion-media-container h2 {
    margin-bottom: 3.5rem;
  }
}
.grid .row.accordion-media {
  margin-bottom: 3rem;
}
.accordion-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .accordion-media {
    -ms-flex-align: normal;
    align-items: normal;
  }
  .accordion-media-25-75-link {
    text-align: right;
  }
}
.accordion-media [data-accordion-tab] {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 25px;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #c2c8cc;
  transition: background-color 1000ms, border-color 1000ms, box-shadow 1000ms,
    padding 500ms;
}
.accordion-media [data-accordion-tab] .icon-chevron-down::before {
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: transform 1000ms linear;
}
.accordion-media [data-accordion-tab] .tab-trigger {
  margin: 0;
}
.accordion-media [data-accordion-tab] .tab-trigger h4,
.accordion-media [data-accordion-tab] .tab-trigger h5 {
  margin-bottom: 0;
}
.accordion-media [data-accordion-tab] .tab-trigger .supertitle {
  margin-bottom: 0;
}
.accordion-media [data-accordion-tab] .tab-details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms, max-height 500ms, padding-top 500ms;
}
.accordion-media [data-accordion-tab] .tab-details p:last-child {
  margin-bottom: 0;
}
.accordion-media [data-accordion-tab]:hover,
.accordion-media [data-accordion-tab]:focus,
.accordion-media [data-accordion-tab].active {
  border-color: #68737d;
  background: #fff;
}
.accordion-media [data-accordion-tab].active {
  margin-bottom: -1px;
  border-top-width: 2px;
  z-index: 2;
  box-shadow: 0 4px 12px 0 rgba(104, 115, 125, 0.15);
  transition: background-color 1000ms 500ms, border-color 1000ms 500ms,
    box-shadow 1000ms 500ms, padding 500ms;
}
.accordion-media [data-accordion-tab].active .tab-details {
  max-height: 500px;
  padding: 1em 0 0;
  opacity: 1;
  transition: opacity 1000ms 250ms, max-height 1000ms 250ms, padding-top 500ms;
}
.accordion-media [data-accordion-tab].active .icon-chevron-down::before {
  transform: rotate(180deg);
  transition: transform 500ms linear;
}
.accordion-media > .tabs-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  .accordion-media > .tabs-container {
    display: -ms-flexbox;
    display: flex;
  }
}
.accordion-media > .tabs-container.col-small-5 .tab-headline h5 {
  padding-right: 5rem;
}
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab] {
  padding: 15px;
}
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab] h5 {
  color: #68737d;
}
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab]:hover,
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab]:focus,
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab].active {
  background: #f3f0ee;
}
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab]:hover h5,
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab]:focus h5,
.accordion-media > .tabs-container.col-small-4 [data-accordion-tab].active h5 {
  color: #03363d;
}
@keyframes tab-content-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tab-content-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accordion-media > .content-container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accordion-media > .content-container {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.accordion-media > .content-container.col-small-7 h5 {
  margin-bottom: 0.5rem;
}
.accordion-media > .content-container.col-small-7 img.lazyload {
  height: 0;
  padding-bottom: 130%;
}
.accordion-media > .content-container [data-accordion-tab-content] {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
  .accordion-media > .content-container [data-accordion-tab-content] {
    display: none;
    margin-bottom: 0;
    z-index: -1;
    opacity: 0;
    animation: tab-content-out 500ms ease forwards;
  }
  .accordion-media > .content-container [data-accordion-tab-content].active {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    animation: tab-content-in 500ms 500ms ease forwards;
  }
}
.accordion-media > .content-container [data-accordion-tab-content] h5 {
  margin-bottom: 0.5em;
}
.accordion-media > .content-container [data-accordion-tab-content] img,
.accordion-media > .content-container [data-accordion-tab-content] video {
  display: block;
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 768px) {
  .accordion-media > .content-container [data-accordion-tab-content] img,
  .accordion-media > .content-container [data-accordion-tab-content] video {
    margin-bottom: 0;
  }
}
.accordion-media
  > .content-container
  [data-accordion-tab-content]
  .video-container,
.accordion-media > .content-container [data-accordion-tab-content] .padded {
  margin-bottom: 0.5rem;
}
.tooltip:before,
.icon-info-fill::before {
  content: "";
}
.tooltip {
  cursor: pointer;
  position: relative;
  margin-left: 0.25rem;
  transition-delay: 0.25s;
  display: inline;
  opacity: inherit;
}
.tooltip:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tooltip::before {
  color: #c2c8cc;
  display: none;
  transition: color 0s 0.125s;
}
@media only screen and (min-width: 768px) {
  .tooltip::before {
    display: inline-block;
  }
}
.tooltip::after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #03363d;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
}
.tooltip::after,
.tooltip .tooltip-content {
  visibility: hidden;
  transition: visibility 0s 0.125s;
}
.tooltip:hover,
.tooltip:focus {
  margin-top: -0.75rem;
  padding-top: 0.75rem;
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:hover .tooltip-content,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus .tooltip-content,
.tooltip:focus::after {
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:focus::before {
  color: #03363d;
}
@media only screen and (min-width: 768px) {
  .tooltip:hover .tooltip-content,
  .tooltip:hover::after,
  .tooltip:focus .tooltip-content,
  .tooltip:focus::after {
    visibility: visible;
  }
}
.tooltip .tooltip-content {
  background: #03363d;
  bottom: 100%;
  box-shadow: 0 4px 12px 0 rgba(104, 115, 125, 0.15);
  color: #fff;
  font-size: 0.875rem;
  left: -1rem;
  line-height: 1.25em;
  padding: 1rem;
  position: absolute;
  width: 15rem;
  z-index: 5;
}
.tooltip .tooltip-content-left {
  right: -1rem;
  left: auto;
}
.tooltip .tooltip-content-center {
  right: -7rem;
  left: auto;
}
.tooltip .tooltip-content * {
  color: #fff;
}
.tooltip-table {
  list-style: none;
  padding: 0;
}
.tooltip-table .tooltip-row {
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #c2c8cc;
  transition: background-color 0.25s;
  position: relative;
  padding-right: 3.5rem;
}
.tooltip-table .tooltip-row:hover,
.tooltip-table .tooltip-row:focus,
.tooltip-table .tooltip-row.active {
  background: #f3f0ee;
}
.tooltip-table .tooltip-row:last-child {
  border-bottom: 1px solid #c2c8cc;
}
.tooltip-table .tooltip-row .tooltip {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}
.tooltip {
  cursor: pointer;
  position: relative;
  margin-left: 0.25rem;
  transition-delay: 0.25s;
}
.tooltip:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.tooltip::before {
  color: #c2c8cc;
  display: none;
  transition: color 0s 0.125s;
}
@media only screen and (min-width: 768px) {
  .tooltip::before {
    display: inline-block;
  }
}
.tooltip::after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #03363d;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
}
.tooltip::after,
.tooltip .tooltip-content {
  visibility: hidden;
  transition: visibility 0s 0.125s;
}
.tooltip:hover,
.tooltip:focus {
  margin-top: -0.75rem;
  padding-top: 0.75rem;
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:hover .tooltip-content,
.tooltip:hover::after,
.tooltip:focus::before,
.tooltip:focus .tooltip-content,
.tooltip:focus::after {
  transition-delay: 0s;
}
.tooltip:hover::before,
.tooltip:focus::before {
  color: #03363d;
}
@media only screen and (min-width: 768px) {
  .tooltip:hover .tooltip-content,
  .tooltip:hover::after,
  .tooltip:focus .tooltip-content,
  .tooltip:focus::after {
    visibility: visible;
  }
}
.tooltip .tooltip-content {
  background: #03363d;
  bottom: 100%;
  box-shadow: 0 4px 12px 0 rgba(104, 115, 125, 0.15);
  color: #fff;
  font-size: 0.875rem;
  left: -1rem;
  line-height: 1.25em;
  padding: 1rem;
  position: absolute;
  width: 15rem;
  z-index: 5;
}
.tooltip .tooltip-content-left {
  right: -1rem;
  left: auto;
}
.tooltip .tooltip-content-center {
  right: -7rem;
  left: auto;
}
.tooltip .tooltip-content * {
  color: #fff;
}
.tooltip-table {
  list-style: none;
  padding: 0;
}
.tooltip-table .tooltip-row {
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #c2c8cc;
  transition: background-color 0.25s;
  position: relative;
  padding-right: 3.5rem;
}
.tooltip-table .tooltip-row:hover,
.tooltip-table .tooltip-row:focus,
.tooltip-table .tooltip-row.active {
  background: #f3f0ee;
}
.tooltip-table .tooltip-row:last-child {
  border-bottom: 1px solid #c2c8cc;
}
.tooltip-table .tooltip-row .tooltip {
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.m-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  height: 60px;
  font-weight: 400;
  background: #666;
  background: -webkit-linear-gradient(to right, #8c8c8c, #666);
  background: linear-gradient(to right, #8c8c8c, #666);
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-header a {
  color: #4a569d;
}
.m-header.hide {
  top: -60px;
}
.m-toggle-sidebar {
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  float: left;
}
.m-toggle-sidebar i {
  position: absolute;
  left: 18px;
  top: 18px;
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-toggle-sidebar .m-open-icon {
  transform: scale(1);
}
.m-toggle-sidebar .m-close-icon {
  transform: scale(0);
}
.m-opened-sidebar .m-toggle-sidebar .m-open-icon {
  transform: scale(0);
}
.m-opened-sidebar .m-toggle-sidebar .m-close-icon {
  transform: scale(1);
}
.m-logo-box {
  height: 27px;
  display: block;
  float: left;
  margin: 14px;
}
.m-logo-box h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.m-logo {
  font-size: 18px;
  color: #fff;
}
.m-logo img {
  display: block;
  float: left;
}
.m-logo .m-logo-mobile {
  display: none;
}
.m-logo .m-logo-desktop {
  display: block;
}
.m-logo .m-logo-name {
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #fff;
}
.m-header-menu {
  display: inline-block;
  float: left;
}
.m-header-navigation,
.m-header-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-header-navigation > li {
  float: left;
  position: relative;
}
.m-header-navigation > li > a {
  display: table-cell !important;
  vertical-align: middle;
  height: 60px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  text-decoration: none;
}
.m-header-navigation > li > a .material-icons {
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.m-header-navigation > li > a.active {
  box-shadow: inset 0 -2px 0 0 #fff;
}
.m-header-submenu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  transform-origin: left top 0px;
  display: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  transform: scale(0);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
    0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
    0 2px 8px 0 rgba(0, 0, 0, 0.12);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,SizingMethod="auto expand");
}
.m-header-submenu.m-extra-menu {
  width: 280px;
}
.m-extra-menu a {
  display: block;
  width: 50%;
  float: left;
  height: 80px;
  text-align: center;
  border-bottom: solid 1px #eee;
  padding: 15px 0;
  color: #333 !important;
}
.m-extra-menu a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.m-extra-menu a span {
  display: block;
}
.m-extra-menu a:nth-child(odd) {
  border-right: solid 1px #eee;
}
.m-header-submenu.m-notify-list {
  width: 360px;
}
.m-notify-header {
  width: 100%;
  padding: 15px 10px;
  color: #333;
  background-color: #f4f4f4;
}
.m-notify-header .m-notify-text-top {
  display: block;
  font-size: 20px;
  text-align: center;
}
.m-notify-header .m-notify-text {
  display: block;
  text-align: center;
  font-size: 15px;
}
.m-notify-tab {
  padding: 15px;
}
.m-notify-tab .nav {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}
.m-notify-tab .nav li {
  display: inline-block;
  float: left;
  width: auto;
  border-left: none !important;
  margin-right: 20px;
}
.m-notify-tab .nav li a:hover {
  background-color: transparent;
  border-bottom: solid 1px #9d50bb;
}
.m-notify-tab .nav li a {
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
}
.m-notify-tab .nav li a.active {
  border-bottom: solid 1px #9d50bb;
  color: #9d50bb;
}
.m-header-submenu ul li {
  display: block;
  width: 100%;
}
.m-header-submenu ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #444;
  white-space: nowrap;
}
.m-header-submenu ul li a:hover {
  background-color: #eee;
}
.m-header-submenu.active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1,M12=0,M21=0,M22=1,SizingMethod="auto expand");
}
.m-header-right {
  display: inline-block;
  float: right;
  margin-right: 8px;
  margin-top: 8px;
}
.m-header-right.m-with-seperator .m-header-navigation li {
  border-left: solid 1px rgba(0, 0, 0, 0.05);
}
.m-header-right .m-header-navigation .m-header-submenu {
  transform-origin: right top 0px;
  left: auto;
  right: 0;
}
.m-user-avatar {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}
.m-search-bar {
  position: absolute;
  width: 100%;
  height: 60px;
  top: -70px;
  left: 0;
  background: #dc2424;
  background: -webkit-linear-gradient(to right, #4a569d, #dc2424);
  background: linear-gradient(to right, #4a569d, #dc2424);
  -webkit-transition: top 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-search-bar.active {
  top: 0;
}
.m-search-form {
  max-width: 1160px;
  width: 100%;
  height: 40px;
  margin: 10px auto;
  display: block;
  font-size: 14px;
  position: relative;
}
.m-search-input-wrapper {
  left: 20px;
  top: 0;
  right: 60px;
  bottom: 0;
  height: 40px;
  position: absolute;
}
.m-search-input {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0 54px 0 14px;
  display: block;
  color: #fff;
  outline: none;
  font-size: 14px;
  font-family: inherit;
}
.m-search-input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.m-search-input:-ms-input-placeholder {
  color: #fff;
}
.m-search-input::-ms-input-placeholder {
  color: #fff;
}
.m-search-input:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.m-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
}
.m-search-submit:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.m-search-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  background: none;
  border: none;
  padding: 8px;
  outline: none;
  cursor: pointer;
  color: #fff;
}
.m-sidebar {
  position: fixed;
  width: 350px;
  top: 0;
  bottom: 0;
  left: 0;
  left: -360px;
  background-color: #fafafa;
  height: 100%;
  z-index: 101;
  color: #455a64;
  color: #514a9d;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-opened-sidebar .m-sidebar {
  left: 0;
}
.m-sidebar-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 60px;
}
.m-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
}
.m-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #4a569d;
}
.m-sidebar-wrapper::-webkit-scrollbar-track {
  background: #455a64;
}
.m-sidebar-logo {
  width: 100%;
  height: 60px;
  border-bottom: solid 1px #cfd8dc;
}
.m-sidebar-logo a {
  display: inline-block;
  float: left;
  margin: 16px 24px;
}
.m-sidebar-logo a img {
  display: block;
}
.m-sidebar-toggle-button {
  width: 24px;
  height: 24px;
  float: right;
  margin: 18px;
  cursor: pointer;
}
.m-sidebar-pin-button {
  width: 24px;
  height: 24px;
  float: right;
  margin: 18px;
  cursor: pointer;
}
.m-sidebar-pin-button i {
  position: absolute;
  transform: scale(1);
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-sidebar-pin-button .m-fixed-icon {
  transform: scale(0);
}
.m-pinned-sidebar .m-sidebar-pin-button .m-fixed-icon {
  transform: scale(1);
}
.m-pinned-sidebar .m-sidebar-pin-button .m-not-fixed-icon {
  transform: scale(0);
}
.m-sidebar-navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.m-sidebar-navi > ul ul {
  display: none;
}
.m-sidebar-navi .inner {
  overflow: hidden;
  display: none;
}
.m-sidebar-navi .m-seperate {
  width: 100%;
  height: 1px;
  background-color: #cfd8dc;
}
.m-sidebar-navi li {
  margin: 2px 0;
  display: block;
  width: 100%;
}
.m-sidebar-navi a {
  line-height: 50px;
  text-decoration: none;
  height: 50px;
  padding: 0 20px;
  color: #455a64;
  white-space: nowrap;
  display: table;
  width: 100%;
}
.m-sidebar-navi a:hover {
  background-color: #eee;
}
.m-sidebar-navi a > span {
  display: table-cell;
}
.m-sidebar-navi a > span.m-icon {
  width: 40px;
  height: 50px;
  line-height: 0;
  vertical-align: middle;
}
.m-sidebar-navi a > span.m-arrow-icon {
  width: 24px;
  height: 50px;
  line-height: 0;
  vertical-align: middle;
  -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-sidebar-navi > ul > li > ul > li > a {
  padding: 0 20px 0 60px;
  line-height: 40px;
  height: 40px;
  font-size: 95%;
}
.m-sidebar-navi > ul > li > ul > li > a span.m-arrow-icon {
  height: 40px;
}
.m-sidebar-navi > ul > li > ul > li > ul > li > a {
  padding: 0 20px 0 60px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
}
.m-sidebar-navi ul li.show > a > .m-arrow-icon {
  -ms-transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.m-sidebar-navi ul li.show > a {
  background-color: #eee;
}
.m-sidebar-navi > ul > li > ul > li.show > a {
  background-color: #f4f4f4;
}
.m-sidebar-navi ul li.show > a {
  color: #4a569d;
}
.m-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
  display: none;
}
.m-opened-sidebar .m-overlay {
  display: block;
}
.m-pinned-sidebar .m-overlay {
  display: none !important;
}
.m-pinned-sidebar .m-sidebar {
  top: 60px;
}
.m-pinned-sidebar.m-opened-sidebar .m-wrapper {
  margin-left: 300px;
}
.m-pinned-sidebar .m-wrapper {
  margin-left: 0;
}
.m-material-button {
  position: relative;
  overflow: hidden;
}
.m-wave-effect {
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .m-header-submenu.m-notify-list {
    width: 300px;
  }
  .m-logo .m-logo-mobile {
    display: block;
    position: relative;
    top: -2px;
  }
  .m-logo .m-logo-desktop {
    display: none;
  }
  .m-header-menu {
    display: none;
  }
  .m-hide-on-mobile {
    display: none;
  }
  .m-header-right .m-header-navigation .m-header-submenu.m-notify-list {
    right: -60px;
  }
}
.m-wrapper {
  padding-top: 80px;
  -webkit-transition: margin 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: margin 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: margin 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: margin 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #20c5d5;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #20c5d5;
}
#values .team-round .team-photo img {
  width: 25% !important;
  border-radius: inherit;
}
.blobs-container {
  display: flex;
}
.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
#menu .footer-inner-content a {
  width: auto;
  font-size: 18px;
  padding: 0px;
  font-weight: bold;
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.blob.orange {
  background: rgba(255, 121, 63, 1);
  box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
  animation: pulse-orange 2s infinite;
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.blob.yellow {
  background: rgba(255, 177, 66, 1);
  box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
  animation: pulse-yellow 2s infinite;
}
@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
.blob.blue {
  background: rgba(52, 172, 224, 1);
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.blob.green {
  background: rgba(51, 217, 178, 1);
  box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
  animation: pulse-green 2s infinite;
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
.blob.purple {
  background: rgba(142, 68, 173, 1);
  box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
  animation: pulse-purple 2s infinite;
}
@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}
.map_pointer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media only screen and (max-device-width: 480px) {
  .map_pointer {
    left: 46%;
  }
}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #dfdfdf;
  position: absolute;
  transform: rotate(-45deg) !important;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.pin:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 8px 0px 0px -7px;
  background: #505050;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -15px 0 0 -20px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #fff;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
:root {
  --purple: #3b3646;
  --red: #ee4b5a;
}
button#ihavecookiesBtn {
  margin-left: 0px !important;
}
#gdpr-cookie-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 99;
}
#gdpr-cookie-message h4 {
  color: var(--red);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--red);
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: var(--red);
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: white;
  color: var(--red);
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
:root {
  --star-size: 60px;
  --star-color: #fff;
  --star-background: #fc0;
}
.stars_rating {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}
.stars_rating::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gb-grid-wrapper-f54ff2b6 {
  margin-left: -25px;
}
.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
  overflow-wrap: break-word;
}
.gb-grid-wrapper-f54ff2b6 > .gb-grid-column {
  padding-left: 25px;
  padding-bottom: 20px;
}
.gb-grid-wrapper > .gb-grid-column-327a63d9 {
  width: 50%;
}
.gb-grid-wrapper > .gb-grid-column-b7ef51d7 {
  width: 50%;
}
.gb-grid-wrapper > .gb-grid-column-193d9565 {
  width: 50%;
}
.gb-grid-wrapper > .gb-grid-column-9f016f82 {
  width: 50%;
}
.gb-grid-column {
  box-sizing: border-box;
}
.gb-grid-wrapper > .gb-grid-column > .gb-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gb-container-327a63d9 {
  position: relative;
}
.gb-container-b7ef51d7 {
  position: relative;
}
.gb-container-193d9565 {
  position: relative;
}
.gb-container-9f016f82 {
  position: relative;
}
.gb-container-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
}
.gb-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.new-tabs {
  background-color: #fff;
  border: 1px solid #23bdee;
  border-radius: 10px;
  padding: 19px;
}
.gb-grid-wrapper > .gb-grid-column-2160c2fd {
  width: 20%;
}
.gb-grid-wrapper > .gb-grid-column-a0ff691a {
  width: 20%;
}
.gb-grid-wrapper > .gb-grid-column-3d0390fd {
  width: 20%;
}
.gb-grid-wrapper > .gb-grid-column-26caa330 {
  width: 20%;
}
.gb-grid-wrapper > .gb-grid-column-2160c2fd > .gb-container {
  justify-content: center;
}
.gb-grid-wrapper > .gb-grid-column-a0ff691a > .gb-container {
  justify-content: center;
}
.gb-grid-wrapper > .gb-grid-column-3d0390fd > .gb-container {
  justify-content: center;
}
.gb-grid-wrapper > .gb-grid-column-26caa330 > .gb-container {
  justify-content: center;
}
.wp-block-image {
  position: relative;
  top: 0px;
  max-width: 100%;
  height: auto;
  margin: 0 0 1em;
  margin-bottom: 0 !important;
}
.wp-block-image img {
  vertical-align: middle;
}
.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.gb-grid-wrapper > .gb-grid-column-56a76449 {
  width: 80%;
}
.gb-grid-wrapper > .gb-grid-column-cd636e43 {
  width: 80%;
}
.gb-grid-wrapper > .gb-grid-column-526f768f {
  width: 80%;
}
.gb-grid-wrapper > .gb-grid-column-e7a670c2 {
  width: 80%;
}
.new-tabs .top-txt {
  font-size: 14px;
  font-weight: 500;
  color: #314b64;
}
.new-tabs p {
  margin: 1px !important;
  line-height: 24px;
  font-weight: 600;
  font-size: 19px;
  color: #0d2338;
}
.gb-container-link:hover {
  background: rgba(255, 255, 255, 34%);
}
@media (max-width: 1194px) {
  .slider-parallax {
    height: auto;
  }
  .slider-content-middle {
    position: relative;
    top: auto;
    transform: translate(0, 0);
  }
  .xs-pt-150 {
    padding-top: 150px !important;
  }
}
@media (max-width: 767px) {
  .gb-grid-wrapper-f54ff2b6 {
    margin-left: 0;
  }
  .gb-grid-wrapper-f54ff2b6 > .gb-grid-column {
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .gb-grid-wrapper > .gb-grid-column-327a63d9 {
    width: 100%;
  }
  .gb-grid-wrapper > .gb-grid-column-b7ef51d7 {
    width: 100%;
  }
  .gb-grid-wrapper > .gb-grid-column-193d9565 {
    width: 100%;
  }
  .gb-grid-wrapper > .gb-grid-column-9f016f82 {
    width: 100%;
  }
  .gb-inside-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gb-grid-wrapper-98aa5ad6 {
    align-items: center;
  }
  .gb-grid-wrapper > .gb-grid-column-2160c2fd {
    width: 20%;
  }
  .gb-grid-wrapper > .gb-grid-column-a0ff691a {
    width: 20%;
  }
  .gb-grid-wrapper > .gb-grid-column-3d0390fd {
    width: 20%;
  }
  .gb-grid-wrapper > .gb-grid-column-26caa330 {
    width: 20%;
  }
  .inner_header {
    text-align: center;
  }
  .gb-grid-column .gb-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .new-tabs .gb-grid-column .gb-container .gb-inside-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .new-tabs figure {
    margin-bottom: 0px !important;
  }
  .gb-grid-wrapper > .gb-grid-column-56a76449 {
    width: 80%;
  }
  .gb-grid-wrapper > .gb-grid-column-cd636e43 {
    width: 80%;
  }
  .gb-grid-wrapper > .gb-grid-column-526f768f {
    width: 80%;
  }
  .gb-grid-wrapper > .gb-grid-column-e7a670c2 {
    width: 80%;
  }
  .new-tabs p {
    text-align: left !important;
  }
  .wp-block-image img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .new-tabs {
    padding: 10px 0px !important;
  }
}
@media (max-width: 567px) {
  .gb-inside-container {
    max-width: 360px !important;
  }
}
@media screen and (min-width: 1280px) {
  .web-show {
    display: block !important;
  }
  .web-hide {
    display: none !important;
  }
}
a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #20c5d5;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.animated_link.active {
  position: relative;
  text-decoration: none;
  color: #20c5d5;
}
a.animated_link.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #20c5d5;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  color: #fff;
  background: #20c5d5;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #d80075;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
a.btn_1.yellow,
.btn_1.yellow {
  background: #f8bd2c;
  color: #111;
}
a.btn_1.yellow:hover,
.btn_1.yellow:hover {
  background-color: #d80075;
  color: #fff;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}
[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.row-height {
  height: 100vh;
}
@media (max-width: 991px) {
  .row-height {
    height: auto;
  }
}
.content-left {
  background-color: #20c5d5;
  padding: 0;
}
.content-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 60px 60px 35px 60px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .content-left-wrapper {
    height: auto;
    padding: 95px 30px 35px 30px;
  }
}
@media (max-width: 767px) {
  .content-left-wrapper {
    padding: 95px 15px 35px 15px;
  }
}
@media (max-width: 991px) {
  .content-left-wrapper figure img {
    height: 200px;
  }
}
.content-left-wrapper h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0 15px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .content-left-wrapper h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.content-left-wrapper p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.content-left-wrapper .copy {
  font-size: 14px;
  font-size: 0.875rem;
}
.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}
@media (max-width: 991px) {
  .content-left-wrapper .btn_1 {
    display: none;
  }
}
.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}
@media (max-width: 767px) {
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}
.content-right {
  padding: 60px;
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .content-right {
    height: auto;
    padding: 30px 15px;
  }
}
a#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 35px;
}
@media (max-width: 991px) {
  a#logo {
    left: 15px;
    top: 10px;
  }
}
#social {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (max-width: 991px) {
  #social {
    right: 70px;
  }
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
#social ul li a {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a:hover {
  opacity: 1;
}
.copy {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .copy {
    display: none;
  }
}
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0686d8;
}
@media (max-width: 767px) {
  #left_form figure img {
    height: 130px;
    width: auto;
  }
}
input#website {
  display: none;
}
#wizard_container {
  width: 100%;
}
@media (max-width: 767px) {
  #wizard_container {
    width: 100%;
  }
}
h2.section_title {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 5px;
  font-weight: 600;
}
h3.main_question {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.1875rem;
}
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #20c5d5;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
button.backward {
  color: #777;
  background: #e8e8e8;
}
button[disabled] {
  display: none;
}
.backward:hover,
.forward:hover {
  background: #d80075;
  color: #fff;
}
#top-wizard {
  padding-bottom: 25px;
}
#bottom-wizard {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  text-align: right;
  margin-top: 30px;
}
.ui-widget-content {
  background-color: transparent;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  background: #6c3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.ui-widget-header a {
  color: #222;
}
.ui-progressbar {
  height: 8px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
#location {
  font-size: 12px;
  font-size: 0.75rem;
}
#progressbar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.summary {
  text-align: center;
}
.summary .wrapper {
  padding: 60px 30px;
}
.summary h3 {
  margin-bottom: 25px;
}
.summary label {
  font-weight: 500;
}
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}
.icon--order-success.svg:before {
  width: auto;
  margin: 0;
}
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.body_bg_2 {
  background-color: #f7f8fc;
}
.modal-content {
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.form-group {
  position: relative;
}
.form-group.terms {
  background-color: #f9f9f9;
  padding: 12px 0 0 0;
  padding: 8px 5px 5px 8px;
  text-align: left;
}
.form-group.terms .container_check {
  margin-bottom: 3px;
}
.form-group i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 5px;
  top: 11px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
span.error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  right: -15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
span.error:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}
.container_radio.version_2 .error,
.container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.styled-select span.error {
  top: -20px;
}
.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}
.form-control {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  height: calc(2.65rem + 2px);
}
.form-control:focus {
  box-shadow: none;
  border-color: #20c5d5;
}
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #20c5d5;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check.version_2 {
  padding: 13px 15px 13px 45px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-height: 30px;
  font-weight: 400;
}
.container_check.version_2 .checkmark {
  height: 24px;
  width: 24px;
  top: 10px;
  left: 10px;
}
.container_check.version_2 .checkmark:after {
  top: 5px;
  left: 8px;
  width: 5px;
  height: 10px;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
.container_radio {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #20c5d5;
}
.container_radio.version_2 {
  padding: 13px 15px 13px 45px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-height: 30px;
  font-weight: 400;
}
.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1;
}
.container_radio.version_2 input:checked ~ .checkmark {
  border: 1px solid transparent;
}
.container_radio.version_2 .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 24px;
  width: 24px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
}
.container_radio.version_2 .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_radio.version_2.active,
.container_radio.version_2:hover,
.container_check.version_2.active,
.container_check.version_2:hover {
  border: 1px solid #20c5d5;
}
.radio_input .container_radio {
  display: inline-block;
  margin: 5px 0 0 0;
}
.fileupload {
  position: relative;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
input[type="file"] {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  height: auto;
  width: 100%;
  color: #999;
}
input[type="file"]:focus {
  box-shadow: none;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button,
input[type="file"].invalid::-webkit-file-upload-button,
input[type="file"].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 8px 38px;
  font-weight: 600;
  background: #20c5d5
    url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/optimized/rev-ce6fdd8/assets/potenza/img/upload_icon.svg")
    8px center no-repeat;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button.nitro-lazy,
input[type="file"].invalid::-webkit-file-upload-button.nitro-lazy,
input[type="file"].valid::-webkit-file-upload-button.nitro-lazy {
  background-image: none !important;
}
input[type="file"]::-webkit-file-upload-button:focus,
input[type="file"].invalid::-webkit-file-upload-button:focus,
input[type="file"].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}
.add_bottom_10 {
  margin-bottom: 10px;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_20 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
.add_bottom_75 {
  margin-bottom: 75px;
}
.add_top_10 {
  margin-top: 10px;
}
.add_top_15 {
  margin-top: 15px;
}
.add_top_20 {
  margin-top: 20px;
}
.add_top_30 {
  margin-top: 30px;
}
.add_top_60 {
  margin-top: 60px;
}
.more_padding_left {
  padding-left: 40px;
}
.nomargin_top {
  margin-top: 0;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.fl-form .fl-wrap {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  width: 100%;
  outline: 0;
  font-size: 14px !important;
  line-height: 1.4 !important;
  border-radius: 3px !important;
  border: 1px solid #ddd !important;
  background-color: white !important;
  box-sizing: border-box !important;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
}
.fl-form input.fl-input:-moz-placeholder,
.fl-form select.fl-select:-moz-placeholder,
.fl-form textarea.fl-textarea:-moz-placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.fl-form input.fl-input::-moz-placeholder,
.fl-form select.fl-select::-moz-placeholder,
.fl-form textarea.fl-textarea::-moz-placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.fl-form input.fl-input:-ms-input-placeholder,
.fl-form select.fl-select:-ms-input-placeholder,
.fl-form textarea.fl-textarea:-ms-input-placeholder {
  color: #a0a0a0;
  color: #fff !important;
  font-weight: 400;
}
.fl-form input.fl-input::-webkit-input-placeholder,
.fl-form select.fl-select::-webkit-input-placeholder,
.fl-form textarea.fl-textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font-weight: 400;
}
.fl-form select.fl-select {
  position: relative;
  color: #555;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.fl-form select.fl-select::-ms-expand {
  display: none;
}
.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #222;
  background-color: white;
  border-color: none !important;
}
.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
  background-color: white;
  border-color: none !important;
}
.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  border-top-left-radius: 3px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
body[dir="rtl"] .fl-form label.fl-label {
  left: unset;
  right: 0;
}
.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible;
}
.fl-form .fl-has-focus label.fl-label {
  color: #555;
}
.fl-form .fl-is-required:before {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 18px;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  transition: all 0.3s ease-in-out;
  padding: 8px 0 0 !important;
  z-index: 1;
}
body[dir="rtl"] .fl-form .fl-is-required:before {
  right: unset;
  left: 18px;
}
.fl-form .fl-is-required.fl-is-active:before {
  opacity: 0;
}
.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 8px 16px !important;
}
.fl-form.fl-style-1 select.fl-select {
  height: 46px;
}
.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 8px 16px !important;
}
.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 13px;
  background-color: transparent;
  padding: 16px 4px !important;
}
.fl-form.fl-style-1 label.fl-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
  z-index: -1;
}
.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -10px;
  padding: 4px !important;
}
.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 10px;
}
body[dir="rtl"] .fl-form.fl-style-1 label.fl-label {
  left: unset;
  right: 13px;
}
.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 16px !important;
}
.fl-form.fl-style-2 select.fl-select {
  height: 62px;
}
.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 24px 16px 8px !important;
}
.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 9.8px;
  padding: 8px 4px 4px !important;
}
.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 16px !important;
}
body[dir="rtl"] .fl-form.fl-style-2 label.fl-label {
  left: unset;
  right: 13px;
}
.fl-form .fl-wrap-select:after {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  right: 6px;
  height: calc(100% - 2px);
  width: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E")
    no-repeat;
  background-position: 100% 50%;
  background-size: 7px 14px;
  z-index: 2;
}
body[dir="rtl"] .fl-form .fl-wrap-select:after {
  right: unset;
  left: 6px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.icon-spin3:before {
  content: "";
}
.icon-youtube-4:before {
  content: "";
}
.icon-spin5:before {
  content: "";
}
.icon-spin6:before {
  content: "";
}
.icon-glass:before {
  content: "";
}
.icon-music:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-mail:before {
  content: "";
}
.icon-mail-alt:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-heart-empty:before {
  content: "";
}
.icon-star:before {
  content: "";
}
.icon-star-empty:before {
  content: "";
}
.icon-star-half:before {
  content: "";
}
.icon-star-half-alt:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-users:before {
  content: "";
}
.icon-male:before {
  content: "";
}
.icon-female:before {
  content: "";
}
.icon-video:before {
  content: "";
}
.icon-videocam:before {
  content: "";
}
.icon-picture:before {
  content: "";
}
.icon-camera:before {
  content: "";
}
.icon-camera-alt:before {
  content: "";
}
.icon-th-large:before {
  content: "";
}
.icon-th:before {
  content: "";
}
.icon-th-list:before {
  content: "";
}
.icon-ok:before {
  content: "";
}
.icon-ok-circled:before {
  content: "";
}
.icon-ok-circled2:before {
  content: "";
}
.icon-ok-squared:before {
  content: "";
}
.icon-cancel:before {
  content: "";
}
.icon-cancel-circled:before {
  content: "";
}
.icon-cancel-circled2:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-plus-circled:before {
  content: "";
}
.icon-plus-squared:before {
  content: "";
}
.icon-plus-squared-small:before {
  content: "";
}
.icon-minus:before {
  content: "";
}
.icon-minus-circled:before {
  content: "";
}
.icon-minus-squared:before {
  content: "";
}
.icon-minus-squared-alt:before {
  content: "";
}
.icon-minus-squared-small:before {
  content: "";
}
.icon-help:before {
  content: "";
}
.icon-help-circled:before {
  content: "";
}
.icon-info-circled:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-link:before {
  content: "";
}
.icon-unlink:before {
  content: "";
}
.icon-link-ext:before {
  content: "";
}
.icon-link-ext-alt:before {
  content: "";
}
.icon-attach:before {
  content: "";
}
.icon-lock:before {
  content: "";
}
.icon-lock-open:before {
  content: "";
}
.icon-lock-open-alt:before {
  content: "";
}
.icon-pin:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-eye-off:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-tags:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-bookmark-empty:before {
  content: "";
}
.icon-flag:before {
  content: "";
}
.icon-flag-empty:before {
  content: "";
}
.icon-flag-checkered:before {
  content: "";
}
.icon-thumbs-up:before {
  content: "";
}
.icon-thumbs-down:before {
  content: "";
}
.icon-thumbs-up-alt:before {
  content: "";
}
.icon-thumbs-down-alt:before {
  content: "";
}
.icon-download:before {
  content: "";
}
.icon-upload:before {
  content: "";
}
.icon-download-cloud:before {
  content: "";
}
.icon-upload-cloud:before {
  content: "";
}
.icon-reply:before {
  content: "";
}
.icon-reply-all:before {
  content: "";
}
.icon-forward:before {
  content: "";
}
.icon-quote-left:before {
  content: "";
}
.icon-quote-right:before {
  content: "";
}
.icon-code:before {
  content: "";
}
.icon-export:before {
  content: "";
}
.icon-export-alt:before {
  content: "";
}
.icon-pencil:before {
  content: "";
}
.icon-pencil-squared:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-print:before {
  content: "";
}
.icon-retweet:before {
  content: "";
}
.icon-keyboard:before {
  content: "";
}
.icon-gamepad:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-chat:before {
  content: "";
}
.icon-comment-empty:before {
  content: "";
}
.icon-chat-empty:before {
  content: "";
}
.icon-bell:before {
  content: "";
}
.icon-bell-alt:before {
  content: "";
}
.icon-attention-alt:before {
  content: "";
}
.icon-attention:before {
  content: "";
}
.icon-attention-circled:before {
  content: "";
}
.icon-location:before {
  content: "";
}
.icon-direction:before {
  content: "";
}
.icon-compass:before {
  content: "";
}
.icon-trash:before {
  content: "";
}
.icon-doc:before {
  content: "";
}
.icon-docs:before {
  content: "";
}
.icon-doc-text:before {
  content: "";
}
.icon-doc-inv:before {
  content: "";
}
.icon-doc-text-inv:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-folder-open:before {
  content: "";
}
.icon-folder-empty:before {
  content: "";
}
.icon-folder-open-empty:before {
  content: "";
}
.icon-box:before {
  content: "";
}
.icon-rss:before {
  content: "";
}
.icon-rss-squared:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-phone-squared:before {
  content: "";
}
.icon-menu:before {
  content: "";
}
.icon-cog:before {
  content: "";
}
.icon-cog-alt:before {
  content: "";
}
.icon-wrench:before {
  content: "";
}
.icon-basket:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-calendar-empty:before {
  content: "";
}
.icon-login:before {
  content: "";
}
.icon-logout:before {
  content: "";
}
.icon-mic:before {
  content: "";
}
.icon-mute:before {
  content: "";
}
.icon-volume-off:before {
  content: "";
}
.icon-volume-down:before {
  content: "";
}
.icon-volume-up:before {
  content: "";
}
.icon-headphones:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-lightbulb:before {
  content: "";
}
.icon-block:before {
  content: "";
}
.icon-resize-full:before {
  content: "";
}
.icon-resize-full-alt:before {
  content: "";
}
.icon-resize-small:before {
  content: "";
}
.icon-resize-vertical:before {
  content: "";
}
.icon-resize-horizontal:before {
  content: "";
}
.icon-move:before {
  content: "";
}
.icon-zoom-in:before {
  content: "";
}
.icon-zoom-out:before {
  content: "";
}
.icon-down-circled2:before {
  content: "";
}
.icon-up-circled2:before {
  content: "";
}
.icon-left-circled2:before {
  content: "";
}
.icon-right-circled2:before {
  content: "";
}
.icon-down-dir:before {
  content: "";
}
.icon-up-dir:before {
  content: "";
}
.icon-left-dir:before {
  content: "";
}
.icon-right-dir:before {
  content: "";
}
.icon-down-open:before {
  content: "";
}
.icon-left-open:before {
  content: "";
}
.icon-right-open:before {
  content: "";
}
.icon-up-open:before {
  content: "";
}
.icon-angle-left:before {
  content: "";
}
.icon-angle-right:before {
  content: "";
}
.icon-angle-up:before {
  content: "";
}
.icon-angle-down:before {
  content: "";
}
.icon-angle-circled-left:before {
  content: "";
}
.icon-angle-circled-right:before {
  content: "";
}
.icon-angle-circled-up:before {
  content: "";
}
.icon-angle-circled-down:before {
  content: "";
}
.icon-angle-double-left:before {
  content: "";
}
.icon-angle-double-right:before {
  content: "";
}
.icon-angle-double-up:before {
  content: "";
}
.icon-angle-double-down:before {
  content: "";
}
.icon-down:before {
  content: "";
}
.icon-left:before {
  content: "";
}
.icon-right:before {
  content: "";
}
.icon-up:before {
  content: "";
}
.icon-down-big:before {
  content: "";
}
.icon-left-big:before {
  content: "";
}
.icon-right-big:before {
  content: "";
}
.icon-up-big:before {
  content: "";
}
.icon-right-hand:before {
  content: "";
}
.icon-left-hand:before {
  content: "";
}
.icon-up-hand:before {
  content: "";
}
.icon-down-hand:before {
  content: "";
}
.icon-left-circled:before {
  content: "";
}
.icon-right-circled:before {
  content: "";
}
.icon-up-circled:before {
  content: "";
}
.icon-down-circled:before {
  content: "";
}
.icon-cw:before {
  content: "";
}
.icon-ccw:before {
  content: "";
}
.icon-arrows-cw:before {
  content: "";
}
.icon-level-up:before {
  content: "";
}
.icon-level-down:before {
  content: "";
}
.icon-shuffle:before {
  content: "";
}
.icon-exchange:before {
  content: "";
}
.icon-expand:before {
  content: "";
}
.icon-collapse:before {
  content: "";
}
.icon-expand-right:before {
  content: "";
}
.icon-collapse-left:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-play-circled:before {
  content: "";
}
.icon-play-circled2:before {
  content: "";
}
.icon-stop:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-to-end:before {
  content: "";
}
.icon-to-end-alt:before {
  content: "";
}
.icon-to-start:before {
  content: "";
}
.icon-to-start-alt:before {
  content: "";
}
.icon-fast-fw:before {
  content: "";
}
.icon-fast-bw:before {
  content: "";
}
.icon-eject:before {
  content: "";
}
.icon-target:before {
  content: "";
}
.icon-signal:before {
  content: "";
}
.icon-award:before {
  content: "";
}
.icon-desktop:before {
  content: "";
}
.icon-laptop:before {
  content: "";
}
.icon-tablet:before {
  content: "";
}
.icon-mobile:before {
  content: "";
}
.icon-inbox:before {
  content: "";
}
.icon-globe:before {
  content: "";
}
.icon-sun:before {
  content: "";
}
.icon-cloud:before {
  content: "";
}
.icon-flash:before {
  content: "";
}
.icon-moon:before {
  content: "";
}
.icon-umbrella:before {
  content: "";
}
.icon-flight:before {
  content: "";
}
.icon-fighter-jet:before {
  content: "";
}
.icon-leaf:before {
  content: "";
}
.icon-font:before {
  content: "";
}
.icon-bold:before {
  content: "";
}
.icon-italic:before {
  content: "";
}
.icon-text-height:before {
  content: "";
}
.icon-text-width:before {
  content: "";
}
.icon-align-left:before {
  content: "";
}
.icon-align-center:before {
  content: "";
}
.icon-align-right:before {
  content: "";
}
.icon-align-justify:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-indent-left:before {
  content: "";
}
.icon-indent-right:before {
  content: "";
}
.icon-list-bullet:before {
  content: "";
}
.icon-list-numbered:before {
  content: "";
}
.icon-strike:before {
  content: "";
}
.icon-underline:before {
  content: "";
}
.icon-superscript:before {
  content: "";
}
.icon-subscript:before {
  content: "";
}
.icon-table:before {
  content: "";
}
.icon-columns:before {
  content: "";
}
.icon-crop:before {
  content: "";
}
.icon-scissors:before {
  content: "";
}
.icon-paste:before {
  content: "";
}
.icon-briefcase:before {
  content: "";
}
.icon-suitcase:before {
  content: "";
}
.icon-ellipsis:before {
  content: "";
}
.icon-ellipsis-vert:before {
  content: "";
}
.icon-off:before {
  content: "";
}
.icon-road:before {
  content: "";
}
.icon-list-alt:before {
  content: "";
}
.icon-qrcode:before {
  content: "";
}
.icon-barcode:before {
  content: "";
}
.icon-book:before {
  content: "";
}
.icon-ajust:before {
  content: "";
}
.icon-tint:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-check-empty:before {
  content: "";
}
.icon-circle:before {
  content: "";
}
.icon-circle-empty:before {
  content: "";
}
.icon-dot-circled:before {
  content: "";
}
.icon-asterisk:before {
  content: "";
}
.icon-gift:before {
  content: "";
}
.icon-fire:before {
  content: "";
}
.icon-magnet:before {
  content: "";
}
.icon-chart-bar:before {
  content: "";
}
.icon-ticket:before {
  content: "";
}
.icon-credit-card:before {
  content: "";
}
.icon-floppy:before {
  content: "";
}
.icon-megaphone:before {
  content: "";
}
.icon-hdd:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-fork:before {
  content: "";
}
.icon-rocket:before {
  content: "";
}
.icon-bug:before {
  content: "";
}
.icon-certificate:before {
  content: "";
}
.icon-tasks:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-beaker:before {
  content: "";
}
.icon-magic:before {
  content: "";
}
.icon-truck:before {
  content: "";
}
.icon-money:before {
  content: "";
}
.icon-euro:before {
  content: "";
}
.icon-pound:before {
  content: "";
}
.icon-dollar:before {
  content: "";
}
.icon-rupee:before {
  content: "";
}
.icon-yen:before {
  content: "";
}
.icon-rouble:before {
  content: "";
}
.icon-try:before {
  content: "";
}
.icon-won:before {
  content: "";
}
.icon-bitcoin:before {
  content: "";
}
.icon-sort:before {
  content: "";
}
.icon-sort-down:before {
  content: "";
}
.icon-sort-up:before {
  content: "";
}
.icon-sort-alt-up:before {
  content: "";
}
.icon-sort-alt-down:before {
  content: "";
}
.icon-sort-name-up:before {
  content: "";
}
.icon-sort-name-down:before {
  content: "";
}
.icon-sort-number-up:before {
  content: "";
}
.icon-sort-number-down:before {
  content: "";
}
.icon-hammer:before {
  content: "";
}
.icon-gauge:before {
  content: "";
}
.icon-sitemap:before {
  content: "";
}
.icon-spinner:before {
  content: "";
}
.icon-coffee:before {
  content: "";
}
.icon-food:before {
  content: "";
}
.icon-beer:before {
  content: "";
}
.icon-user-md:before {
  content: "";
}
.icon-stethoscope:before {
  content: "";
}
.icon-ambulance:before {
  content: "";
}
.icon-medkit:before {
  content: "";
}
.icon-h-sigh:before {
  content: "";
}
.icon-hospital:before {
  content: "";
}
.icon-building:before {
  content: "";
}
.icon-smile:before {
  content: "";
}
.icon-frown:before {
  content: "";
}
.icon-meh:before {
  content: "";
}
.icon-anchor:before {
  content: "";
}
.icon-terminal:before {
  content: "";
}
.icon-eraser:before {
  content: "";
}
.icon-puzzle:before {
  content: "";
}
.icon-shield:before {
  content: "";
}
.icon-extinguisher:before {
  content: "";
}
.icon-bullseye:before {
  content: "";
}
.icon-wheelchair:before {
  content: "";
}
.icon-adn:before {
  content: "";
}
.icon-android:before {
  content: "";
}
.icon-apple:before {
  content: "";
}
.icon-bitbucket:before {
  content: "";
}
.icon-bitbucket-squared:before {
  content: "";
}
.icon-css3:before {
  content: "";
}
.icon-dribbble:before {
  content: "";
}
.icon-dropbox:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-facebook-squared:before {
  content: "";
}
.icon-flickr:before {
  content: "";
}
.icon-foursquare:before {
  content: "";
}
.icon-github:before {
  content: "";
}
.icon-github-squared:before {
  content: "";
}
.icon-github-circled:before {
  content: "";
}
.icon-gittip:before {
  content: "";
}
.icon-gplus-squared:before {
  content: "";
}
.icon-gplus:before {
  content: "";
}
.icon-html5:before {
  content: "";
}
.icon-instagramm:before {
  content: "";
}
.icon-linkedin-squared:before {
  content: "";
}
.icon-linux:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-maxcdn:before {
  content: "";
}
.icon-pagelines:before {
  content: "";
}
.icon-pinterest-circled:before {
  content: "";
}
.icon-pinterest-squared:before {
  content: "";
}
.icon-renren:before {
  content: "";
}
.icon-skype:before {
  content: "";
}
.icon-stackexchange:before {
  content: "";
}
.icon-stackoverflow:before {
  content: "";
}
.icon-trello:before {
  content: "";
}
.icon-tumblr:before {
  content: "";
}
.icon-tumblr-squared:before {
  content: "";
}
.icon-twitter-squared:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-vimeo-squared:before {
  content: "";
}
.icon-vkontakte:before {
  content: "";
}
.icon-weibo:before {
  content: "";
}
.icon-windows:before {
  content: "";
}
.icon-xing:before {
  content: "";
}
.icon-xing-squared:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-youtube-squared:before {
  content: "";
}
.icon-youtube-play:before {
  content: "";
}
.icon-blank:before {
  content: "";
}
.icon-lemon:before {
  content: "";
}
.icon-note:before {
  content: "";
}
.icon-note-beamed:before {
  content: "";
}
.icon-music-1:before {
  content: "";
}
.icon-search-1:before {
  content: "";
}
.icon-flashlight:before {
  content: "";
}
.icon-mail-1:before {
  content: "";
}
.icon-heart-1:before {
  content: "";
}
.icon-heart-empty-1:before {
  content: "";
}
.icon-star-1:before {
  content: "";
}
.icon-star-empty-1:before {
  content: "";
}
.icon-user-1:before {
  content: "";
}
.icon-users-1:before {
  content: "";
}
.icon-user-add:before {
  content: "";
}
.icon-video-1:before {
  content: "";
}
.icon-picture-1:before {
  content: "";
}
.icon-camera-1:before {
  content: "";
}
.icon-layout:before {
  content: "";
}
.icon-menu-1:before {
  content: "";
}
.icon-check-1:before {
  content: "";
}
.icon-cancel-1:before {
  content: "";
}
.icon-cancel-circled-1:before {
  content: "";
}
.icon-cancel-squared:before {
  content: "";
}
.icon-plus-1:before {
  content: "";
}
.icon-plus-circled-1:before {
  content: "";
}
.icon-plus-squared-1:before {
  content: "";
}
.icon-minus-1:before {
  content: "";
}
.icon-minus-circled-1:before {
  content: "";
}
.icon-minus-squared-1:before {
  content: "";
}
.icon-help-1:before {
  content: "";
}
.icon-help-circled-1:before {
  content: "";
}
.icon-info-1:before {
  content: "";
}
.icon-info-circled-1:before {
  content: "";
}
.icon-back:before {
  content: "";
}
.icon-home-1:before {
  content: "";
}
.icon-link-1:before {
  content: "";
}
.icon-attach-1:before {
  content: "";
}
.icon-lock-1:before {
  content: "";
}
.icon-lock-open-1:before {
  content: "";
}
.icon-eye-1:before {
  content: "";
}
.icon-tag-1:before {
  content: "";
}
.icon-bookmark-1:before {
  content: "";
}
.icon-bookmarks:before {
  content: "";
}
.icon-flag-1:before {
  content: "";
}
.icon-thumbs-up-1:before {
  content: "";
}
.icon-thumbs-down-1:before {
  content: "";
}
.icon-download-1:before {
  content: "";
}
.icon-upload-1:before {
  content: "";
}
.icon-upload-cloud-1:before {
  content: "";
}
.icon-reply-1:before {
  content: "";
}
.icon-reply-all-1:before {
  content: "";
}
.icon-forward-1:before {
  content: "";
}
.icon-quote:before {
  content: "";
}
.icon-code-1:before {
  content: "";
}
.icon-export-1:before {
  content: "";
}
.icon-pencil-1:before {
  content: "";
}
.icon-feather:before {
  content: "";
}
.icon-print-1:before {
  content: "";
}
.icon-retweet-1:before {
  content: "";
}
.icon-keyboard-1:before {
  content: "";
}
.icon-comment-1:before {
  content: "";
}
.icon-chat-1:before {
  content: "";
}
.icon-bell-1:before {
  content: "";
}
.icon-attention-1:before {
  content: "";
}
.icon-alert:before {
  content: "";
}
.icon-vcard:before {
  content: "";
}
.icon-address:before {
  content: "";
}
.icon-location-1:before {
  content: "";
}
.icon-map:before {
  content: "";
}
.icon-direction-1:before {
  content: "";
}
.icon-compass-1:before {
  content: "";
}
.icon-cup:before {
  content: "";
}
.icon-trash-1:before {
  content: "";
}
.icon-doc-1:before {
  content: "";
}
.icon-docs-1:before {
  content: "";
}
.icon-doc-landscape:before {
  content: "";
}
.icon-doc-text-1:before {
  content: "";
}
.icon-doc-text-inv-1:before {
  content: "";
}
.icon-newspaper:before {
  content: "";
}
.icon-book-open:before {
  content: "";
}
.icon-book-1:before {
  content: "";
}
.icon-folder-1:before {
  content: "";
}
.icon-archive:before {
  content: "";
}
.icon-box-1:before {
  content: "";
}
.icon-rss-1:before {
  content: "";
}
.icon-phone-1:before {
  content: "";
}
.icon-cog-1:before {
  content: "";
}
.icon-tools:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-shareable:before {
  content: "";
}
.icon-basket-1:before {
  content: "";
}
.icon-bag:before {
  content: "";
}
.icon-calendar-1:before {
  content: "";
}
.icon-login-1:before {
  content: "";
}
.icon-logout-1:before {
  content: "";
}
.icon-mic-1:before {
  content: "";
}
.icon-mute-1:before {
  content: "";
}
.icon-sound:before {
  content: "";
}
.icon-volume:before {
  content: "";
}
.icon-clock-1:before {
  content: "";
}
.icon-hourglass:before {
  content: "";
}
.icon-lamp:before {
  content: "";
}
.icon-light-down:before {
  content: "";
}
.icon-light-up:before {
  content: "";
}
.icon-adjust:before {
  content: "";
}
.icon-block-1:before {
  content: "";
}
.icon-resize-full-1:before {
  content: "";
}
.icon-resize-small-1:before {
  content: "";
}
.icon-popup:before {
  content: "";
}
.icon-publish:before {
  content: "";
}
.icon-window:before {
  content: "";
}
.icon-arrow-combo:before {
  content: "";
}
.icon-down-circled-1:before {
  content: "";
}
.icon-left-circled-1:before {
  content: "";
}
.icon-right-circled-1:before {
  content: "";
}
.icon-up-circled-1:before {
  content: "";
}
.icon-down-open-1:before {
  content: "";
}
.icon-left-open-1:before {
  content: "";
}
.icon-right-open-1:before {
  content: "";
}
.icon-up-open-1:before {
  content: "";
}
.icon-down-open-mini:before {
  content: "";
}
.icon-left-open-mini:before {
  content: "";
}
.icon-right-open-mini:before {
  content: "";
}
.icon-up-open-mini:before {
  content: "";
}
.icon-down-open-big:before {
  content: "";
}
.icon-left-open-big:before {
  content: "";
}
.icon-right-open-big:before {
  content: "";
}
.icon-up-open-big:before {
  content: "";
}
.icon-down-1:before {
  content: "";
}
.icon-left-1:before {
  content: "";
}
.icon-right-1:before {
  content: "";
}
.icon-up-1:before {
  content: "";
}
.icon-down-dir-1:before {
  content: "";
}
.icon-left-dir-1:before {
  content: "";
}
.icon-right-dir-1:before {
  content: "";
}
.icon-up-dir-1:before {
  content: "";
}
.icon-down-bold:before {
  content: "";
}
.icon-left-bold:before {
  content: "";
}
.icon-right-bold:before {
  content: "";
}
.icon-up-bold:before {
  content: "";
}
.icon-down-thin:before {
  content: "";
}
.icon-left-thin:before {
  content: "";
}
.icon-right-thin:before {
  content: "";
}
.icon-up-thin:before {
  content: "";
}
.icon-ccw-1:before {
  content: "";
}
.icon-cw-1:before {
  content: "";
}
.icon-arrows-ccw:before {
  content: "";
}
.icon-level-down-1:before {
  content: "";
}
.icon-level-up-1:before {
  content: "";
}
.icon-shuffle-1:before {
  content: "";
}
.icon-loop:before {
  content: "";
}
.icon-switch:before {
  content: "";
}
.icon-play-1:before {
  content: "";
}
.icon-stop-1:before {
  content: "";
}
.icon-pause-1:before {
  content: "";
}
.icon-record:before {
  content: "";
}
.icon-to-end-1:before {
  content: "";
}
.icon-to-start-1:before {
  content: "";
}
.icon-fast-forward:before {
  content: "";
}
.icon-fast-backward:before {
  content: "";
}
.icon-progress-0:before {
  content: "";
}
.icon-progress-1:before {
  content: "";
}
.icon-progress-2:before {
  content: "";
}
.icon-progress-3:before {
  content: "";
}
.icon-target-1:before {
  content: "";
}
.icon-palette:before {
  content: "";
}
.icon-list-1:before {
  content: "";
}
.icon-list-add:before {
  content: "";
}
.icon-signal-1:before {
  content: "";
}
.icon-trophy:before {
  content: "";
}
.icon-battery:before {
  content: "";
}
.icon-back-in-time:before {
  content: "";
}
.icon-monitor:before {
  content: "";
}
.icon-mobile-1:before {
  content: "";
}
.icon-network:before {
  content: "";
}
.icon-cd:before {
  content: "";
}
.icon-inbox-1:before {
  content: "";
}
.icon-install:before {
  content: "";
}
.icon-globe-1:before {
  content: "";
}
.icon-cloud-1:before {
  content: "";
}
.icon-cloud-thunder:before {
  content: "";
}
.icon-flash-1:before {
  content: "";
}
.icon-moon-1:before {
  content: "";
}
.icon-flight-1:before {
  content: "";
}
.icon-paper-plane:before {
  content: "";
}
.icon-leaf-1:before {
  content: "";
}
.icon-lifebuoy:before {
  content: "";
}
.icon-mouse:before {
  content: "";
}
.icon-briefcase-1:before {
  content: "";
}
.icon-suitcase-1:before {
  content: "";
}
.icon-dot:before {
  content: "";
}
.icon-dot-2:before {
  content: "";
}
.icon-dot-3:before {
  content: "";
}
.icon-brush:before {
  content: "";
}
.icon-magnet-1:before {
  content: "";
}
.icon-infinity:before {
  content: "";
}
.icon-erase:before {
  content: "";
}
.icon-chart-pie:before {
  content: "";
}
.icon-chart-line:before {
  content: "";
}
.icon-chart-bar-1:before {
  content: "";
}
.icon-chart-area:before {
  content: "";
}
.icon-tape:before {
  content: "";
}
.icon-graduation-cap:before {
  content: "";
}
.icon-language:before {
  content: "";
}
.icon-ticket-1:before {
  content: "";
}
.icon-water:before {
  content: "";
}
.icon-droplet:before {
  content: "";
}
.icon-air:before {
  content: "";
}
.icon-credit-card-1:before {
  content: "";
}
.icon-floppy-1:before {
  content: "";
}
.icon-clipboard:before {
  content: "";
}
.icon-megaphone-1:before {
  content: "";
}
.icon-database:before {
  content: "";
}
.icon-drive:before {
  content: "";
}
.icon-bucket:before {
  content: "";
}
.icon-thermometer:before {
  content: "";
}
.icon-key-1:before {
  content: "";
}
.icon-flow-cascade:before {
  content: "";
}
.icon-flow-branch:before {
  content: "";
}
.icon-flow-tree:before {
  content: "";
}
.icon-flow-line:before {
  content: "";
}
.icon-flow-parallel:before {
  content: "";
}
.icon-rocket-1:before {
  content: "";
}
.icon-gauge-1:before {
  content: "";
}
.icon-traffic-cone:before {
  content: "";
}
.icon-cc:before {
  content: "";
}
.icon-cc-by:before {
  content: "";
}
.icon-cc-nc:before {
  content: "";
}
.icon-cc-nc-eu:before {
  content: "";
}
.icon-cc-nc-jp:before {
  content: "";
}
.icon-cc-sa:before {
  content: "";
}
.icon-cc-nd:before {
  content: "";
}
.icon-cc-pd:before {
  content: "";
}
.icon-cc-zero:before {
  content: "";
}
.icon-cc-share:before {
  content: "";
}
.icon-cc-remix:before {
  content: "";
}
.icon-github-1:before {
  content: "";
}
.icon-github-circled-1:before {
  content: "";
}
.icon-flickr-1:before {
  content: "";
}
.icon-flickr-circled:before {
  content: "";
}
.icon-vimeo:before {
  content: "";
}
.icon-vimeo-circled:before {
  content: "";
}
.icon-twitter-1:before {
  content: "";
}
.icon-twitter-circled:before {
  content: "";
}
.icon-facebook-1:before {
  content: "";
}
.icon-facebook-circled:before {
  content: "";
}
.icon-facebook-squared-1:before {
  content: "";
}
.icon-gplus-1:before {
  content: "";
}
.icon-gplus-circled:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-pinterest-circled-1:before {
  content: "";
}
.icon-tumblr-1:before {
  content: "";
}
.icon-tumblr-circled:before {
  content: "";
}
.icon-linkedin-1:before {
  content: "";
}
.icon-linkedin-circled:before {
  content: "";
}
.icon-dribbble-1:before {
  content: "";
}
.icon-dribbble-circled:before {
  content: "";
}
.icon-stumbleupon:before {
  content: "";
}
.icon-stumbleupon-circled:before {
  content: "";
}
.icon-lastfm:before {
  content: "";
}
.icon-lastfm-circled:before {
  content: "";
}
.icon-rdio:before {
  content: "";
}
.icon-rdio-circled:before {
  content: "";
}
.icon-spotify:before {
  content: "";
}
.icon-spotify-circled:before {
  content: "";
}
.icon-qq:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-dropbox-1:before {
  content: "";
}
.icon-evernote:before {
  content: "";
}
.icon-flattr:before {
  content: "";
}
.icon-skype-1:before {
  content: "";
}
.icon-skype-circled:before {
  content: "";
}
.icon-renren-1:before {
  content: "";
}
.icon-sina-weibo:before {
  content: "";
}
.icon-paypal:before {
  content: "";
}
.icon-picasa:before {
  content: "";
}
.icon-soundcloud:before {
  content: "";
}
.icon-mixi:before {
  content: "";
}
.icon-behance:before {
  content: "";
}
.icon-google-circles:before {
  content: "";
}
.icon-vkontakte-1:before {
  content: "";
}
.icon-smashing:before {
  content: "";
}
.icon-sweden:before {
  content: "";
}
.icon-db-shape:before {
  content: "";
}
.icon-logo-db:before {
  content: "";
}
.icon-music-outline:before {
  content: "";
}
.icon-music-2:before {
  content: "";
}
.icon-search-outline:before {
  content: "";
}
.icon-search-2:before {
  content: "";
}
.icon-mail-2:before {
  content: "";
}
.icon-heart-2:before {
  content: "";
}
.icon-heart-filled:before {
  content: "";
}
.icon-star-2:before {
  content: "";
}
.icon-star-filled:before {
  content: "";
}
.icon-user-outline:before {
  content: "";
}
.icon-user-2:before {
  content: "";
}
.icon-users-outline:before {
  content: "";
}
.icon-users-2:before {
  content: "";
}
.icon-user-add-outline:before {
  content: "";
}
.icon-user-add-1:before {
  content: "";
}
.icon-user-delete-outline:before {
  content: "";
}
.icon-user-delete:before {
  content: "";
}
.icon-video-2:before {
  content: "";
}
.icon-videocam-outline:before {
  content: "";
}
.icon-videocam-1:before {
  content: "";
}
.icon-picture-outline:before {
  content: "";
}
.icon-picture-2:before {
  content: "";
}
.icon-camera-outline:before {
  content: "";
}
.icon-camera-2:before {
  content: "";
}
.icon-th-outline:before {
  content: "";
}
.icon-th-1:before {
  content: "";
}
.icon-th-large-outline:before {
  content: "";
}
.icon-th-large-1:before {
  content: "";
}
.icon-th-list-outline:before {
  content: "";
}
.icon-th-list-1:before {
  content: "";
}
.icon-ok-outline:before {
  content: "";
}
.icon-ok-1:before {
  content: "";
}
.icon-cancel-outline:before {
  content: "";
}
.icon-cancel-2:before {
  content: "";
}
.icon-cancel-alt:before {
  content: "";
}
.icon-cancel-alt-filled:before {
  content: "";
}
.icon-cancel-circled-outline:before {
  content: "";
}
.icon-cancel-circled-2:before {
  content: "";
}
.icon-plus-outline:before {
  content: "";
}
.icon-plus-2:before {
  content: "";
}
.icon-minus-outline:before {
  content: "";
}
.icon-minus-2:before {
  content: "";
}
.icon-divide-outline:before {
  content: "";
}
.icon-divide:before {
  content: "";
}
.icon-eq-outline:before {
  content: "";
}
.icon-eq:before {
  content: "";
}
.icon-info-outline:before {
  content: "";
}
.icon-info-2:before {
  content: "";
}
.icon-home-outline:before {
  content: "";
}
.icon-home-2:before {
  content: "";
}
.icon-link-outline:before {
  content: "";
}
.icon-link-2:before {
  content: "";
}
.icon-attach-outline:before {
  content: "";
}
.icon-attach-2:before {
  content: "";
}
.icon-lock-2:before {
  content: "";
}
.icon-lock-filled:before {
  content: "";
}
.icon-lock-open-2:before {
  content: "";
}
.icon-lock-open-filled:before {
  content: "";
}
.icon-pin-outline:before {
  content: "";
}
.icon-pin-1:before {
  content: "";
}
.icon-eye-outline:before {
  content: "";
}
.icon-eye-2:before {
  content: "";
}
.icon-tag-2:before {
  content: "";
}
.icon-tags-1:before {
  content: "";
}
.icon-bookmark-2:before {
  content: "";
}
.icon-flag-2:before {
  content: "";
}
.icon-flag-filled:before {
  content: "";
}
.icon-thumbs-up-2:before {
  content: "";
}
.icon-thumbs-down-2:before {
  content: "";
}
.icon-download-outline:before {
  content: "";
}
.icon-download-2:before {
  content: "";
}
.icon-upload-outline:before {
  content: "";
}
.icon-upload-2:before {
  content: "";
}
.icon-upload-cloud-outline:before {
  content: "";
}
.icon-upload-cloud-2:before {
  content: "";
}
.icon-reply-outline:before {
  content: "";
}
.icon-reply-2:before {
  content: "";
}
.icon-forward-outline:before {
  content: "";
}
.icon-forward-2:before {
  content: "";
}
.icon-code-outline:before {
  content: "";
}
.icon-code-2:before {
  content: "";
}
.icon-export-outline:before {
  content: "";
}
.icon-export-2:before {
  content: "";
}
.icon-pencil-2:before {
  content: "";
}
.icon-pen:before {
  content: "";
}
.icon-feather-1:before {
  content: "";
}
.icon-edit-1:before {
  content: "";
}
.icon-print-2:before {
  content: "";
}
.icon-comment-2:before {
  content: "";
}
.icon-chat-2:before {
  content: "";
}
.icon-chat-alt:before {
  content: "";
}
.icon-bell-2:before {
  content: "";
}
.icon-attention-2:before {
  content: "";
}
.icon-attention-filled:before {
  content: "";
}
.icon-warning-empty:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
.icon-contacts:before {
  content: "";
}
.icon-vcard-1:before {
  content: "";
}
.icon-address-1:before {
  content: "";
}
.icon-location-outline:before {
  content: "";
}
.icon-location-2:before {
  content: "";
}
.icon-map-1:before {
  content: "";
}
.icon-direction-outline:before {
  content: "";
}
.icon-direction-2:before {
  content: "";
}
.icon-compass-2:before {
  content: "";
}
.icon-trash-2:before {
  content: "";
}
.icon-doc-2:before {
  content: "";
}
.icon-doc-text-2:before {
  content: "";
}
.icon-doc-add:before {
  content: "";
}
.icon-doc-remove:before {
  content: "";
}
.icon-news:before {
  content: "";
}
.icon-folder-2:before {
  content: "";
}
.icon-folder-add:before {
  content: "";
}
.icon-folder-delete:before {
  content: "";
}
.icon-archive-1:before {
  content: "";
}
.icon-box-2:before {
  content: "";
}
.icon-rss-outline:before {
  content: "";
}
.icon-rss-2:before {
  content: "";
}
.icon-phone-outline:before {
  content: "";
}
.icon-phone-2:before {
  content: "";
}
.icon-menu-outline:before {
  content: "";
}
.icon-menu-2:before {
  content: "";
}
.icon-cog-outline:before {
  content: "";
}
.icon-cog-2:before {
  content: "";
}
.icon-wrench-outline:before {
  content: "";
}
.icon-wrench-1:before {
  content: "";
}
.icon-basket-2:before {
  content: "";
}
.icon-calendar-outlilne:before {
  content: "";
}
.icon-calendar-2:before {
  content: "";
}
.icon-mic-outline:before {
  content: "";
}
.icon-mic-2:before {
  content: "";
}
.icon-volume-off-1:before {
  content: "";
}
.icon-volume-low:before {
  content: "";
}
.icon-volume-middle:before {
  content: "";
}
.icon-volume-high:before {
  content: "";
}
.icon-headphones-1:before {
  content: "";
}
.icon-clock-2:before {
  content: "";
}
.icon-wristwatch:before {
  content: "";
}
.icon-stopwatch:before {
  content: "";
}
.icon-lightbulb-1:before {
  content: "";
}
.icon-block-outline:before {
  content: "";
}
.icon-block-2:before {
  content: "";
}
.icon-resize-full-outline:before {
  content: "";
}
.icon-resize-full-2:before {
  content: "";
}
.icon-resize-normal-outline:before {
  content: "";
}
.icon-resize-normal:before {
  content: "";
}
.icon-move-outline:before {
  content: "";
}
.icon-move-1:before {
  content: "";
}
.icon-popup-1:before {
  content: "";
}
.icon-zoom-in-outline:before {
  content: "";
}
.icon-zoom-in-1:before {
  content: "";
}
.icon-zoom-out-outline:before {
  content: "";
}
.icon-zoom-out-1:before {
  content: "";
}
.icon-popup-2:before {
  content: "";
}
.icon-left-open-outline:before {
  content: "";
}
.icon-left-open-2:before {
  content: "";
}
.icon-right-open-outline:before {
  content: "";
}
.icon-right-open-2:before {
  content: "";
}
.icon-down-2:before {
  content: "";
}
.icon-left-2:before {
  content: "";
}
.icon-right-2:before {
  content: "";
}
.icon-up-2:before {
  content: "";
}
.icon-down-outline:before {
  content: "";
}
.icon-left-outline:before {
  content: "";
}
.icon-right-outline:before {
  content: "";
}
.icon-up-outline:before {
  content: "";
}
.icon-down-small:before {
  content: "";
}
.icon-left-small:before {
  content: "";
}
.icon-right-small:before {
  content: "";
}
.icon-up-small:before {
  content: "";
}
.icon-cw-outline:before {
  content: "";
}
.icon-cw-2:before {
  content: "";
}
.icon-arrows-cw-outline:before {
  content: "";
}
.icon-arrows-cw-1:before {
  content: "";
}
.icon-loop-outline:before {
  content: "";
}
.icon-loop-1:before {
  content: "";
}
.icon-loop-alt-outline:before {
  content: "";
}
.icon-loop-alt:before {
  content: "";
}
.icon-shuffle-2:before {
  content: "";
}
.icon-play-outline:before {
  content: "";
}
.icon-play-2:before {
  content: "";
}
.icon-stop-outline:before {
  content: "";
}
.icon-stop-2:before {
  content: "";
}
.icon-pause-outline:before {
  content: "";
}
.icon-pause-2:before {
  content: "";
}
.icon-fast-fw-outline:before {
  content: "";
}
.icon-fast-fw-1:before {
  content: "";
}
.icon-rewind-outline:before {
  content: "";
}
.icon-rewind:before {
  content: "";
}
.icon-record-outline:before {
  content: "";
}
.icon-record-1:before {
  content: "";
}
.icon-eject-outline:before {
  content: "";
}
.icon-eject-1:before {
  content: "";
}
.icon-eject-alt-outline:before {
  content: "";
}
.icon-eject-alt:before {
  content: "";
}
.icon-bat1:before {
  content: "";
}
.icon-bat2:before {
  content: "";
}
.icon-bat3:before {
  content: "";
}
.icon-bat4:before {
  content: "";
}
.icon-bat-charge:before {
  content: "";
}
.icon-plug:before {
  content: "";
}
.icon-target-outline:before {
  content: "";
}
.icon-target-2:before {
  content: "";
}
.icon-wifi-outline:before {
  content: "";
}
.icon-wifi:before {
  content: "";
}
.icon-desktop-1:before {
  content: "";
}
.icon-laptop-1:before {
  content: "";
}
.icon-tablet-1:before {
  content: "";
}
.icon-mobile-2:before {
  content: "";
}
.icon-contrast:before {
  content: "";
}
.icon-globe-outline:before {
  content: "";
}
.icon-globe-2:before {
  content: "";
}
.icon-globe-alt-outline:before {
  content: "";
}
.icon-globe-alt:before {
  content: "";
}
.icon-sun-1:before {
  content: "";
}
.icon-sun-filled:before {
  content: "";
}
.icon-cloud-2:before {
  content: "";
}
.icon-flash-outline:before {
  content: "";
}
.icon-flash-2:before {
  content: "";
}
.icon-moon-2:before {
  content: "";
}
.icon-waves-outline:before {
  content: "";
}
.icon-waves:before {
  content: "";
}
.icon-rain:before {
  content: "";
}
.icon-cloud-sun:before {
  content: "";
}
.icon-drizzle:before {
  content: "";
}
.icon-snow:before {
  content: "";
}
.icon-cloud-flash:before {
  content: "";
}
.icon-cloud-wind:before {
  content: "";
}
.icon-wind:before {
  content: "";
}
.icon-plane-outline:before {
  content: "";
}
.icon-plane:before {
  content: "";
}
.icon-leaf-2:before {
  content: "";
}
.icon-lifebuoy-1:before {
  content: "";
}
.icon-briefcase-2:before {
  content: "";
}
.icon-brush-1:before {
  content: "";
}
.icon-pipette:before {
  content: "";
}
.icon-power-outline:before {
  content: "";
}
.icon-power:before {
  content: "";
}
.icon-check-outline:before {
  content: "";
}
.icon-check-2:before {
  content: "";
}
.icon-gift-1:before {
  content: "";
}
.icon-temperatire:before {
  content: "";
}
.icon-chart-outline:before {
  content: "";
}
.icon-chart:before {
  content: "";
}
.icon-chart-alt-outline:before {
  content: "";
}
.icon-chart-alt:before {
  content: "";
}
.icon-chart-bar-outline:before {
  content: "";
}
.icon-chart-bar-2:before {
  content: "";
}
.icon-chart-pie-outline:before {
  content: "";
}
.icon-chart-pie-1:before {
  content: "";
}
.icon-ticket-2:before {
  content: "";
}
.icon-credit-card-2:before {
  content: "";
}
.icon-clipboard-1:before {
  content: "";
}
.icon-database-1:before {
  content: "";
}
.icon-key-outline:before {
  content: "";
}
.icon-key-2:before {
  content: "";
}
.icon-flow-split:before {
  content: "";
}
.icon-flow-merge:before {
  content: "";
}
.icon-flow-parallel-1:before {
  content: "";
}
.icon-flow-cross:before {
  content: "";
}
.icon-certificate-outline:before {
  content: "";
}
.icon-certificate-1:before {
  content: "";
}
.icon-scissors-outline:before {
  content: "";
}
.icon-scissors-1:before {
  content: "";
}
.icon-flask:before {
  content: "";
}
.icon-wine:before {
  content: "";
}
.icon-coffee-1:before {
  content: "";
}
.icon-beer-1:before {
  content: "";
}
.icon-anchor-outline:before {
  content: "";
}
.icon-anchor-1:before {
  content: "";
}
.icon-puzzle-outline:before {
  content: "";
}
.icon-puzzle-1:before {
  content: "";
}
.icon-tree:before {
  content: "";
}
.icon-calculator:before {
  content: "";
}
.icon-infinity-outline:before {
  content: "";
}
.icon-infinity-1:before {
  content: "";
}
.icon-pi-outline:before {
  content: "";
}
.icon-pi:before {
  content: "";
}
.icon-at:before {
  content: "";
}
.icon-at-circled:before {
  content: "";
}
.icon-looped-square-outline:before {
  content: "";
}
.icon-looped-square-interest:before {
  content: "";
}
.icon-sort-alphabet-outline:before {
  content: "";
}
.icon-sort-alphabet:before {
  content: "";
}
.icon-sort-numeric-outline:before {
  content: "";
}
.icon-sort-numeric:before {
  content: "";
}
.icon-dribbble-circled-1:before {
  content: "";
}
.icon-dribbble-2:before {
  content: "";
}
.icon-facebook-circled-1:before {
  content: "";
}
.icon-facebook-2:before {
  content: "";
}
.icon-flickr-circled-1:before {
  content: "";
}
.icon-flickr-2:before {
  content: "";
}
.icon-github-circled-2:before {
  content: "";
}
.icon-github-2:before {
  content: "";
}
.icon-lastfm-circled-1:before {
  content: "";
}
.icon-lastfm-1:before {
  content: "";
}
.icon-linkedin-circled-1:before {
  content: "";
}
.icon-linkedin-2:before {
  content: "";
}
.icon-pinterest-circled-2:before {
  content: "";
}
.icon-pinterest-1:before {
  content: "";
}
.icon-skype-outline:before {
  content: "";
}
.icon-skype-2:before {
  content: "";
}
.icon-tumbler-circled:before {
  content: "";
}
.icon-tumbler:before {
  content: "";
}
.icon-twitter-circled-1:before {
  content: "";
}
.icon-twitter-2:before {
  content: "";
}
.icon-vimeo-circled-1:before {
  content: "";
}
.icon-vimeo-1:before {
  content: "";
}
.icon-search-3:before {
  content: "";
}
.icon-mail-3:before {
  content: "";
}
.icon-heart-3:before {
  content: "";
}
.icon-heart-empty-2:before {
  content: "";
}
.icon-star-3:before {
  content: "";
}
.icon-user-3:before {
  content: "";
}
.icon-video-3:before {
  content: "";
}
.icon-picture-3:before {
  content: "";
}
.icon-camera-3:before {
  content: "";
}
.icon-ok-2:before {
  content: "";
}
.icon-ok-circle:before {
  content: "";
}
.icon-cancel-3:before {
  content: "";
}
.icon-cancel-circle:before {
  content: "";
}
.icon-plus-3:before {
  content: "";
}
.icon-plus-circle:before {
  content: "";
}
.icon-minus-3:before {
  content: "";
}
.icon-minus-circle:before {
  content: "";
}
.icon-help-2:before {
  content: "";
}
.icon-info-3:before {
  content: "";
}
.icon-home-3:before {
  content: "";
}
.icon-link-3:before {
  content: "";
}
.icon-attach-3:before {
  content: "";
}
.icon-lock-3:before {
  content: "";
}
.icon-lock-empty:before {
  content: "";
}
.icon-lock-open-3:before {
  content: "";
}
.icon-lock-open-empty:before {
  content: "";
}
.icon-pin-2:before {
  content: "";
}
.icon-eye-3:before {
  content: "";
}
.icon-tag-3:before {
  content: "";
}
.icon-tag-empty:before {
  content: "";
}
.icon-download-3:before {
  content: "";
}
.icon-upload-3:before {
  content: "";
}
.icon-download-cloud-1:before {
  content: "";
}
.icon-upload-cloud-3:before {
  content: "";
}
.icon-quote-left-1:before {
  content: "";
}
.icon-quote-right-1:before {
  content: "";
}
.icon-quote-left-alt:before {
  content: "";
}
.icon-quote-right-alt:before {
  content: "";
}
.icon-pencil-3:before {
  content: "";
}
.icon-pencil-neg:before {
  content: "";
}
.icon-pencil-alt:before {
  content: "";
}
.icon-undo:before {
  content: "";
}
.icon-comment-3:before {
  content: "";
}
.icon-comment-inv:before {
  content: "";
}
.icon-comment-alt:before {
  content: "";
}
.icon-comment-inv-alt:before {
  content: "";
}
.icon-comment-alt2:before {
  content: "";
}
.icon-comment-inv-alt2:before {
  content: "";
}
.icon-chat-3:before {
  content: "";
}
.icon-chat-inv:before {
  content: "";
}
.icon-location-3:before {
  content: "";
}
.icon-location-inv:before {
  content: "";
}
.icon-location-alt:before {
  content: "";
}
.icon-compass-3:before {
  content: "";
}
.icon-trash-3:before {
  content: "";
}
.icon-trash-empty:before {
  content: "";
}
.icon-doc-3:before {
  content: "";
}
.icon-doc-inv-1:before {
  content: "";
}
.icon-doc-alt:before {
  content: "";
}
.icon-doc-inv-alt:before {
  content: "";
}
.icon-article:before {
  content: "";
}
.icon-article-alt:before {
  content: "";
}
.icon-book-open-1:before {
  content: "";
}
.icon-folder-3:before {
  content: "";
}
.icon-folder-empty-1:before {
  content: "";
}
.icon-box-3:before {
  content: "";
}
.icon-rss-3:before {
  content: "";
}
.icon-rss-alt:before {
  content: "";
}
.icon-cog-3:before {
  content: "";
}
.icon-wrench-2:before {
  content: "";
}
.icon-share-1:before {
  content: "";
}
.icon-calendar-3:before {
  content: "";
}
.icon-calendar-inv:before {
  content: "";
}
.icon-calendar-alt:before {
  content: "";
}
.icon-mic-3:before {
  content: "";
}
.icon-volume-off-2:before {
  content: "";
}
.icon-volume-up-1:before {
  content: "";
}
.icon-headphones-2:before {
  content: "";
}
.icon-clock-3:before {
  content: "";
}
.icon-lamp-1:before {
  content: "";
}
.icon-block-3:before {
  content: "";
}
.icon-resize-full-3:before {
  content: "";
}
.icon-resize-full-alt-1:before {
  content: "";
}
.icon-resize-small-2:before {
  content: "";
}
.icon-resize-small-alt:before {
  content: "";
}
.icon-resize-vertical-1:before {
  content: "";
}
.icon-spin4:before {
  content: "";
}
.icon-move-2:before {
  content: "";
}
.icon-popup-3:before {
  content: "";
}
.icon-down-3:before {
  content: "";
}
.icon-left-3:before {
  content: "";
}
.icon-right-3:before {
  content: "";
}
.icon-up-3:before {
  content: "";
}
.icon-down-circle:before {
  content: "";
}
.icon-left-circle:before {
  content: "";
}
.icon-right-circle:before {
  content: "";
}
.icon-up-circle:before {
  content: "";
}
.icon-cw-3:before {
  content: "";
}
.icon-loop-2:before {
  content: "";
}
.icon-loop-alt-1:before {
  content: "";
}
.icon-exchange-1:before {
  content: "";
}
.icon-split:before {
  content: "";
}
.icon-arrow-curved:before {
  content: "";
}
.icon-play-3:before {
  content: "";
}
.icon-play-circle2:before {
  content: "";
}
.icon-stop-3:before {
  content: "";
}
.icon-pause-3:before {
  content: "";
}
.icon-to-start-2:before {
  content: "";
}
.icon-to-end-2:before {
  content: "";
}
.icon-eject-2:before {
  content: "";
}
.icon-target-3:before {
  content: "";
}
.icon-signal-2:before {
  content: "";
}
.icon-award-1:before {
  content: "";
}
.icon-award-empty:before {
  content: "";
}
.icon-list-2:before {
  content: "";
}
.icon-list-nested:before {
  content: "";
}
.icon-bat-empty:before {
  content: "";
}
.icon-bat-half:before {
  content: "";
}
.icon-bat-full:before {
  content: "";
}
.icon-bat-charge-1:before {
  content: "";
}
.icon-mobile-3:before {
  content: "";
}
.icon-cd-1:before {
  content: "";
}
.icon-equalizer:before {
  content: "";
}
.icon-cursor:before {
  content: "";
}
.icon-aperture:before {
  content: "";
}
.icon-aperture-alt:before {
  content: "";
}
.icon-steering-wheel:before {
  content: "";
}
.icon-book-2:before {
  content: "";
}
.icon-book-alt:before {
  content: "";
}
.icon-brush-2:before {
  content: "";
}
.icon-brush-alt:before {
  content: "";
}
.icon-eyedropper:before {
  content: "";
}
.icon-layers:before {
  content: "";
}
.icon-layers-alt:before {
  content: "";
}
.icon-sun-2:before {
  content: "";
}
.icon-sun-inv:before {
  content: "";
}
.icon-cloud-3:before {
  content: "";
}
.icon-rain-1:before {
  content: "";
}
.icon-flash-3:before {
  content: "";
}
.icon-moon-3:before {
  content: "";
}
.icon-moon-inv:before {
  content: "";
}
.icon-umbrella-1:before {
  content: "";
}
.icon-chart-bar-3:before {
  content: "";
}
.icon-chart-pie-2:before {
  content: "";
}
.icon-chart-pie-alt:before {
  content: "";
}
.icon-key-3:before {
  content: "";
}
.icon-key-inv:before {
  content: "";
}
.icon-hash:before {
  content: "";
}
.icon-at-1:before {
  content: "";
}
.icon-pilcrow:before {
  content: "";
}
.icon-dial:before {
  content: "";
}
.icon-search-4:before {
  content: "";
}
.icon-mail-4:before {
  content: "";
}
.icon-heart-4:before {
  content: "";
}
.icon-star-4:before {
  content: "";
}
.icon-user-4:before {
  content: "";
}
.icon-user-woman:before {
  content: "";
}
.icon-user-pair:before {
  content: "";
}
.icon-video-alt:before {
  content: "";
}
.icon-videocam-2:before {
  content: "";
}
.icon-videocam-alt:before {
  content: "";
}
.icon-camera-4:before {
  content: "";
}
.icon-th-2:before {
  content: "";
}
.icon-th-list-2:before {
  content: "";
}
.icon-ok-3:before {
  content: "";
}
.icon-cancel-4:before {
  content: "";
}
.icon-cancel-circle-1:before {
  content: "";
}
.icon-plus-4:before {
  content: "";
}
.icon-home-4:before {
  content: "";
}
.icon-lock-4:before {
  content: "";
}
.icon-lock-open-4:before {
  content: "";
}
.icon-eye-4:before {
  content: "";
}
.icon-tag-4:before {
  content: "";
}
.icon-thumbs-up-3:before {
  content: "";
}
.icon-thumbs-down-3:before {
  content: "";
}
.icon-download-4:before {
  content: "";
}
.icon-export-3:before {
  content: "";
}
.icon-pencil-4:before {
  content: "";
}
.icon-pencil-alt-1:before {
  content: "";
}
.icon-edit-2:before {
  content: "";
}
.icon-chat-4:before {
  content: "";
}
.icon-print-3:before {
  content: "";
}
.icon-bell-3:before {
  content: "";
}
.icon-attention-3:before {
  content: "";
}
.icon-info-4:before {
  content: "";
}
.icon-question:before {
  content: "";
}
.icon-location-4:before {
  content: "";
}
.icon-trash-4:before {
  content: "";
}
.icon-doc-4:before {
  content: "";
}
.icon-article-1:before {
  content: "";
}
.icon-article-alt-1:before {
  content: "";
}
.icon-rss-4:before {
  content: "";
}
.icon-wrench-3:before {
  content: "";
}
.icon-basket-3:before {
  content: "";
}
.icon-basket-alt:before {
  content: "";
}
.icon-calendar-4:before {
  content: "";
}
.icon-calendar-alt-1:before {
  content: "";
}
.icon-volume-off-3:before {
  content: "";
}
.icon-volume-down-1:before {
  content: "";
}
.icon-volume-up-2:before {
  content: "";
}
.icon-bullhorn:before {
  content: "";
}
.icon-clock-4:before {
  content: "";
}
.icon-clock-alt:before {
  content: "";
}
.icon-stop-4:before {
  content: "";
}
.icon-resize-full-4:before {
  content: "";
}
.icon-resize-small-3:before {
  content: "";
}
.icon-zoom-in-2:before {
  content: "";
}
.icon-zoom-out-2:before {
  content: "";
}
.icon-popup-4:before {
  content: "";
}
.icon-down-dir-2:before {
  content: "";
}
.icon-left-dir-2:before {
  content: "";
}
.icon-right-dir-2:before {
  content: "";
}
.icon-up-dir-2:before {
  content: "";
}
.icon-down-4:before {
  content: "";
}
.icon-up-4:before {
  content: "";
}
.icon-cw-4:before {
  content: "";
}
.icon-signal-3:before {
  content: "";
}
.icon-award-2:before {
  content: "";
}
.icon-mobile-4:before {
  content: "";
}
.icon-mobile-alt:before {
  content: "";
}
.icon-tablet-2:before {
  content: "";
}
.icon-ipod:before {
  content: "";
}
.icon-cd-2:before {
  content: "";
}
.icon-grid:before {
  content: "";
}
.icon-book-3:before {
  content: "";
}
.icon-easel:before {
  content: "";
}
.icon-globe-3:before {
  content: "";
}
.icon-chart-1:before {
  content: "";
}
.icon-chart-bar-4:before {
  content: "";
}
.icon-chart-pie-3:before {
  content: "";
}
.icon-dollar-1:before {
  content: "";
}
.icon-at-2:before {
  content: "";
}
.icon-colon:before {
  content: "";
}
.icon-semicolon:before {
  content: "";
}
.icon-squares:before {
  content: "";
}
.icon-money-1:before {
  content: "";
}
.icon-facebook-3:before {
  content: "";
}
.icon-facebook-rect:before {
  content: "";
}
.icon-twitter-3:before {
  content: "";
}
.icon-twitter-bird:before {
  content: "";
}
.icon-twitter-rect:before {
  content: "";
}
.icon-youtube-1:before {
  content: "";
}
.icon-search-5:before {
  content: "";
}
.icon-mail-5:before {
  content: "";
}
.icon-heart-5:before {
  content: "";
}
.icon-heart-broken:before {
  content: "";
}
.icon-star-5:before {
  content: "";
}
.icon-star-empty-2:before {
  content: "";
}
.icon-star-half-1:before {
  content: "";
}
.icon-star-half_empty:before {
  content: "";
}
.icon-user-5:before {
  content: "";
}
.icon-user-male:before {
  content: "";
}
.icon-user-female:before {
  content: "";
}
.icon-users-3:before {
  content: "";
}
.icon-movie:before {
  content: "";
}
.icon-videocam-3:before {
  content: "";
}
.icon-isight:before {
  content: "";
}
.icon-camera-5:before {
  content: "";
}
.icon-menu-3:before {
  content: "";
}
.icon-th-thumb:before {
  content: "";
}
.icon-th-thumb-empty:before {
  content: "";
}
.icon-th-list-3:before {
  content: "";
}
.icon-ok-4:before {
  content: "";
}
.icon-ok-circled-1:before {
  content: "";
}
.icon-cancel-5:before {
  content: "";
}
.icon-cancel-circled-3:before {
  content: "";
}
.icon-plus-5:before {
  content: "";
}
.icon-help-circled-2:before {
  content: "";
}
.icon-help-circled-alt:before {
  content: "";
}
.icon-info-circled-2:before {
  content: "";
}
.icon-info-circled-alt:before {
  content: "";
}
.icon-home-5:before {
  content: "";
}
.icon-link-4:before {
  content: "";
}
.icon-attach-4:before {
  content: "";
}
.icon-lock-5:before {
  content: "";
}
.icon-lock-alt:before {
  content: "";
}
.icon-lock-open-5:before {
  content: "";
}
.icon-lock-open-alt-1:before {
  content: "";
}
.icon-eye-5:before {
  content: "";
}
.icon-download-5:before {
  content: "";
}
.icon-upload-4:before {
  content: "";
}
.icon-download-cloud-2:before {
  content: "";
}
.icon-upload-cloud-4:before {
  content: "";
}
.icon-reply-3:before {
  content: "";
}
.icon-pencil-5:before {
  content: "";
}
.icon-export-4:before {
  content: "";
}
.icon-print-4:before {
  content: "";
}
.icon-retweet-2:before {
  content: "";
}
.icon-comment-4:before {
  content: "";
}
.icon-chat-5:before {
  content: "";
}
.icon-bell-4:before {
  content: "";
}
.icon-attention-4:before {
  content: "";
}
.icon-attention-alt-1:before {
  content: "";
}
.icon-location-5:before {
  content: "";
}
.icon-trash-5:before {
  content: "";
}
.icon-doc-5:before {
  content: "";
}
.icon-newspaper-1:before {
  content: "";
}
.icon-folder-4:before {
  content: "";
}
.icon-folder-open-1:before {
  content: "";
}
.icon-folder-empty-2:before {
  content: "";
}
.icon-folder-open-empty-1:before {
  content: "";
}
.icon-cog-4:before {
  content: "";
}
.icon-calendar-5:before {
  content: "";
}
.icon-login-2:before {
  content: "";
}
.icon-logout-2:before {
  content: "";
}
.icon-mic-4:before {
  content: "";
}
.icon-mic-off:before {
  content: "";
}
.icon-clock-5:before {
  content: "";
}
.icon-stopwatch-1:before {
  content: "";
}
.icon-hourglass-1:before {
  content: "";
}
.icon-zoom-in-3:before {
  content: "";
}
.icon-zoom-out-3:before {
  content: "";
}
.icon-down-open-2:before {
  content: "";
}
.icon-left-open-3:before {
  content: "";
}
.icon-right-open-3:before {
  content: "";
}
.icon-up-open-2:before {
  content: "";
}
.icon-down-5:before {
  content: "";
}
.icon-left-4:before {
  content: "";
}
.icon-right-4:before {
  content: "";
}
.icon-up-5:before {
  content: "";
}
.icon-down-bold-1:before {
  content: "";
}
.icon-left-bold-1:before {
  content: "";
}
.icon-right-bold-1:before {
  content: "";
}
.icon-up-bold-1:before {
  content: "";
}
.icon-down-fat:before {
  content: "";
}
.icon-left-fat:before {
  content: "";
}
.icon-right-fat:before {
  content: "";
}
.icon-up-fat:before {
  content: "";
}
.icon-ccw-2:before {
  content: "";
}
.icon-shuffle-3:before {
  content: "";
}
.icon-play-4:before {
  content: "";
}
.icon-pause-4:before {
  content: "";
}
.icon-stop-5:before {
  content: "";
}
.icon-to-end-3:before {
  content: "";
}
.icon-to-start-3:before {
  content: "";
}
.icon-fast-forward-1:before {
  content: "";
}
.icon-fast-backward-1:before {
  content: "";
}
.icon-trophy-1:before {
  content: "";
}
.icon-monitor-1:before {
  content: "";
}
.icon-tablet-3:before {
  content: "";
}
.icon-mobile-5:before {
  content: "";
}
.icon-data-science:before {
  content: "";
}
.icon-data-science-inv:before {
  content: "";
}
.icon-inbox-2:before {
  content: "";
}
.icon-globe-4:before {
  content: "";
}
.icon-globe-inv:before {
  content: "";
}
.icon-flash-4:before {
  content: "";
}
.icon-cloud-4:before {
  content: "";
}
.icon-coverflow:before {
  content: "";
}
.icon-coverflow-empty:before {
  content: "";
}
.icon-math:before {
  content: "";
}
.icon-math-circled:before {
  content: "";
}
.icon-math-circled-empty:before {
  content: "";
}
.icon-paper-plane-1:before {
  content: "";
}
.icon-paper-plane-alt:before {
  content: "";
}
.icon-paper-plane-alt2:before {
  content: "";
}
.icon-fontsize:before {
  content: "";
}
.icon-color-adjust:before {
  content: "";
}
.icon-fire-1:before {
  content: "";
}
.icon-chart-bar-5:before {
  content: "";
}
.icon-hdd-1:before {
  content: "";
}
.icon-connected-object:before {
  content: "";
}
.icon-ruler:before {
  content: "";
}
.icon-vector:before {
  content: "";
}
.icon-vector-pencil:before {
  content: "";
}
.icon-at-3:before {
  content: "";
}
.icon-hash-1:before {
  content: "";
}
.icon-female-1:before {
  content: "";
}
.icon-male-1:before {
  content: "";
}
.icon-spread:before {
  content: "";
}
.icon-king:before {
  content: "";
}
.icon-anchor-2:before {
  content: "";
}
.icon-joystick:before {
  content: "";
}
.icon-spinner1:before {
  content: "";
}
.icon-spinner2:before {
  content: "";
}
.icon-github-3:before {
  content: "";
}
.icon-github-circled-3:before {
  content: "";
}
.icon-github-circled-alt:before {
  content: "";
}
.icon-github-circled-alt2:before {
  content: "";
}
.icon-twitter-4:before {
  content: "";
}
.icon-twitter-circled-2:before {
  content: "";
}
.icon-facebook-4:before {
  content: "";
}
.icon-facebook-circled-2:before {
  content: "";
}
.icon-gplus-2:before {
  content: "";
}
.icon-gplus-circled-1:before {
  content: "";
}
.icon-linkedin-3:before {
  content: "";
}
.icon-linkedin-circled-2:before {
  content: "";
}
.icon-dribbble-3:before {
  content: "";
}
.icon-dribbble-circled-2:before {
  content: "";
}
.icon-instagram-1:before {
  content: "";
}
.icon-instagram-circled:before {
  content: "";
}
.icon-soundcloud-1:before {
  content: "";
}
.icon-soundcloud-circled:before {
  content: "";
}
.icon-mfg-logo:before {
  content: "";
}
.icon-mfg-logo-circled:before {
  content: "";
}
.icon-aboveground-rail:before {
  content: "";
}
.icon-airfield:before {
  content: "";
}
.icon-airport:before {
  content: "";
}
.icon-art-gallery:before {
  content: "";
}
.icon-bar:before {
  content: "";
}
.icon-baseball:before {
  content: "";
}
.icon-basketball:before {
  content: "";
}
.icon-beer-2:before {
  content: "";
}
.icon-belowground-rail:before {
  content: "";
}
.icon-bicycle:before {
  content: "";
}
.icon-bus:before {
  content: "";
}
.icon-cafe:before {
  content: "";
}
.icon-campsite:before {
  content: "";
}
.icon-cemetery:before {
  content: "";
}
.icon-cinema:before {
  content: "";
}
.icon-college:before {
  content: "";
}
.icon-commerical-building:before {
  content: "";
}
.icon-credit-card-3:before {
  content: "";
}
.icon-cricket:before {
  content: "";
}
.icon-embassy:before {
  content: "";
}
.icon-fast-food:before {
  content: "";
}
.icon-ferry:before {
  content: "";
}
.icon-fire-station:before {
  content: "";
}
.icon-football:before {
  content: "";
}
.icon-fuel:before {
  content: "";
}
.icon-garden:before {
  content: "";
}
.icon-giraffe:before {
  content: "";
}
.icon-golf:before {
  content: "";
}
.icon-grocery-store:before {
  content: "";
}
.icon-harbor:before {
  content: "";
}
.icon-heliport:before {
  content: "";
}
.icon-hospital-1:before {
  content: "";
}
.icon-industrial-building:before {
  content: "";
}
.icon-library:before {
  content: "";
}
.icon-lodging:before {
  content: "";
}
.icon-london-underground:before {
  content: "";
}
.icon-minefield:before {
  content: "";
}
.icon-monument:before {
  content: "";
}
.icon-museum:before {
  content: "";
}
.icon-pharmacy:before {
  content: "";
}
.icon-pitch:before {
  content: "";
}
.icon-police:before {
  content: "";
}
.icon-post:before {
  content: "";
}
.icon-prison:before {
  content: "";
}
.icon-rail:before {
  content: "";
}
.icon-religious-christian:before {
  content: "";
}
.icon-religious-islam:before {
  content: "";
}
.icon-religious-jewish:before {
  content: "";
}
.icon-restaurant:before {
  content: "";
}
.icon-roadblock:before {
  content: "";
}
.icon-school:before {
  content: "";
}
.icon-shop:before {
  content: "";
}
.icon-skiing:before {
  content: "";
}
.icon-soccer:before {
  content: "";
}
.icon-swimming:before {
  content: "";
}
.icon-tennis:before {
  content: "";
}
.icon-theatre:before {
  content: "";
}
.icon-toilet:before {
  content: "";
}
.icon-town-hall:before {
  content: "";
}
.icon-trash-6:before {
  content: "";
}
.icon-tree-1:before {
  content: "";
}
.icon-tree-2:before {
  content: "";
}
.icon-warehouse:before {
  content: "";
}
.icon-duckduckgo:before {
  content: "";
}
.icon-aim:before {
  content: "";
}
.icon-delicious:before {
  content: "";
}
.icon-paypal-1:before {
  content: "";
}
.icon-flattr-1:before {
  content: "";
}
.icon-android-1:before {
  content: "";
}
.icon-eventful:before {
  content: "";
}
.icon-smashmag:before {
  content: "";
}
.icon-gplus-3:before {
  content: "";
}
.icon-wikipedia:before {
  content: "";
}
.icon-lanyrd:before {
  content: "";
}
.icon-calendar-6:before {
  content: "";
}
.icon-stumbleupon-1:before {
  content: "";
}
.icon-fivehundredpx:before {
  content: "";
}
.icon-pinterest-2:before {
  content: "";
}
.icon-bitcoin-1:before {
  content: "";
}
.icon-w3c:before {
  content: "";
}
.icon-foursquare-1:before {
  content: "";
}
.icon-html5-1:before {
  content: "";
}
.icon-ie:before {
  content: "";
}
.icon-call:before {
  content: "";
}
.icon-grooveshark:before {
  content: "";
}
.icon-ninetyninedesigns:before {
  content: "";
}
.icon-forrst:before {
  content: "";
}
.icon-digg:before {
  content: "";
}
.icon-spotify-1:before {
  content: "";
}
.icon-reddit:before {
  content: "";
}
.icon-guest:before {
  content: "";
}
.icon-gowalla:before {
  content: "";
}
.icon-appstore:before {
  content: "";
}
.icon-blogger:before {
  content: "";
}
.icon-cc-1:before {
  content: "";
}
.icon-dribbble-4:before {
  content: "";
}
.icon-evernote-1:before {
  content: "";
}
.icon-flickr-3:before {
  content: "";
}
.icon-google:before {
  content: "";
}
.icon-viadeo:before {
  content: "";
}
.icon-instapaper:before {
  content: "";
}
.icon-weibo-1:before {
  content: "";
}
.icon-klout:before {
  content: "";
}
.icon-linkedin-4:before {
  content: "";
}
.icon-meetup:before {
  content: "";
}
.icon-vk:before {
  content: "";
}
.icon-plancast:before {
  content: "";
}
.icon-disqus:before {
  content: "";
}
.icon-rss-5:before {
  content: "";
}
.icon-skype-3:before {
  content: "";
}
.icon-twitter-5:before {
  content: "";
}
.icon-youtube-2:before {
  content: "";
}
.icon-vimeo-2:before {
  content: "";
}
.icon-windows-1:before {
  content: "";
}
.icon-xing-1:before {
  content: "";
}
.icon-yahoo:before {
  content: "";
}
.icon-chrome:before {
  content: "";
}
.icon-email:before {
  content: "";
}
.icon-macstore:before {
  content: "";
}
.icon-myspace:before {
  content: "";
}
.icon-podcast:before {
  content: "";
}
.icon-amazon:before {
  content: "";
}
.icon-steam:before {
  content: "";
}
.icon-cloudapp:before {
  content: "";
}
.icon-dropbox-2:before {
  content: "";
}
.icon-ebay:before {
  content: "";
}
.icon-facebook-5:before {
  content: "";
}
.icon-github-4:before {
  content: "";
}
.icon-github-circled-4:before {
  content: "";
}
.icon-googleplay:before {
  content: "";
}
.icon-itunes:before {
  content: "";
}
.icon-plurk:before {
  content: "";
}
.icon-songkick:before {
  content: "";
}
.icon-lastfm-2:before {
  content: "";
}
.icon-gmail:before {
  content: "";
}
.icon-pinboard:before {
  content: "";
}
.icon-openid:before {
  content: "";
}
.icon-quora:before {
  content: "";
}
.icon-soundcloud-2:before {
  content: "";
}
.icon-tumblr-2:before {
  content: "";
}
.icon-eventasaurus:before {
  content: "";
}
.icon-wordpress:before {
  content: "";
}
.icon-yelp:before {
  content: "";
}
.icon-intensedebate:before {
  content: "";
}
.icon-eventbrite:before {
  content: "";
}
.icon-scribd:before {
  content: "";
}
.icon-posterous:before {
  content: "";
}
.icon-stripe:before {
  content: "";
}
.icon-opentable:before {
  content: "";
}
.icon-cart:before {
  content: "";
}
.icon-print-5:before {
  content: "";
}
.icon-angellist:before {
  content: "";
}
.icon-instagram-2:before {
  content: "";
}
.icon-dwolla:before {
  content: "";
}
.icon-appnet:before {
  content: "";
}
.icon-statusnet:before {
  content: "";
}
.icon-acrobat:before {
  content: "";
}
.icon-drupal:before {
  content: "";
}
.icon-buffer:before {
  content: "";
}
.icon-pocket:before {
  content: "";
}
.icon-bitbucket-1:before {
  content: "";
}
.icon-lego:before {
  content: "";
}
.icon-login-3:before {
  content: "";
}
.icon-stackoverflow-1:before {
  content: "";
}
.icon-hackernews:before {
  content: "";
}
.icon-lkdto:before {
  content: "";
}
.icon-facebook-6:before {
  content: "";
}
.icon-facebook-rect-1:before {
  content: "";
}
.icon-twitter-6:before {
  content: "";
}
.icon-twitter-bird-1:before {
  content: "";
}
.icon-vimeo-3:before {
  content: "";
}
.icon-vimeo-rect:before {
  content: "";
}
.icon-tumblr-3:before {
  content: "";
}
.icon-tumblr-rect:before {
  content: "";
}
.icon-googleplus-rect:before {
  content: "";
}
.icon-github-text:before {
  content: "";
}
.icon-github-5:before {
  content: "";
}
.icon-skype-4:before {
  content: "";
}
.icon-icq:before {
  content: "";
}
.icon-yandex:before {
  content: "";
}
.icon-yandex-rect:before {
  content: "";
}
.icon-vkontakte-rect:before {
  content: "";
}
.icon-odnoklassniki:before {
  content: "";
}
.icon-odnoklassniki-rect:before {
  content: "";
}
.icon-friendfeed:before {
  content: "";
}
.icon-friendfeed-rect:before {
  content: "";
}
.icon-blogger-1:before {
  content: "";
}
.icon-blogger-rect:before {
  content: "";
}
.icon-deviantart:before {
  content: "";
}
.icon-jabber:before {
  content: "";
}
.icon-lastfm-3:before {
  content: "";
}
.icon-lastfm-rect:before {
  content: "";
}
.icon-linkedin-5:before {
  content: "";
}
.icon-linkedin-rect:before {
  content: "";
}
.icon-picasa-1:before {
  content: "";
}
.icon-wordpress-1:before {
  content: "";
}
.icon-instagram-3:before {
  content: "";
}
.icon-instagram-filled:before {
  content: "";
}
.icon-diigo:before {
  content: "";
}
.icon-box-4:before {
  content: "";
}
.icon-box-rect:before {
  content: "";
}
.icon-tudou:before {
  content: "";
}
.icon-youku:before {
  content: "";
}
.icon-win8:before {
  content: "";
}
.icon-glass-1:before {
  content: "";
}
.icon-music-4:before {
  content: "";
}
.icon-search-8:before {
  content: "";
}
.icon-search-circled:before {
  content: "";
}
.icon-mail-7:before {
  content: "";
}
.icon-mail-circled:before {
  content: "";
}
.icon-heart-8:before {
  content: "";
}
.icon-heart-circled:before {
  content: "";
}
.icon-heart-empty-4:before {
  content: "";
}
.icon-star-8:before {
  content: "";
}
.icon-star-circled:before {
  content: "";
}
.icon-star-empty-3:before {
  content: "";
}
.icon-user-8:before {
  content: "";
}
.icon-group:before {
  content: "";
}
.icon-group-circled:before {
  content: "";
}
.icon-torso:before {
  content: "";
}
.icon-video-5:before {
  content: "";
}
.icon-video-circled:before {
  content: "";
}
.icon-video-alt-1:before {
  content: "";
}
.icon-videocam-5:before {
  content: "";
}
.icon-video-chat:before {
  content: "";
}
.icon-picture-5:before {
  content: "";
}
.icon-camera-7:before {
  content: "";
}
.icon-photo-1:before {
  content: "";
}
.icon-photo-circled:before {
  content: "";
}
.icon-th-large-2:before {
  content: "";
}
.icon-th-3:before {
  content: "";
}
.icon-th-list-5:before {
  content: "";
}
.icon-view-mode:before {
  content: "";
}
.icon-ok-6:before {
  content: "";
}
.icon-ok-circled-2:before {
  content: "";
}
.icon-ok-circled2-1:before {
  content: "";
}
.icon-cancel-7:before {
  content: "";
}
.icon-cancel-circled-4:before {
  content: "";
}
.icon-cancel-circled2-1:before {
  content: "";
}
.icon-plus-6:before {
  content: "";
}
.icon-plus-circled-2:before {
  content: "";
}
.icon-minus-4:before {
  content: "";
}
.icon-minus-circled-2:before {
  content: "";
}
.icon-help-3:before {
  content: "";
}
.icon-help-circled-3:before {
  content: "";
}
.icon-info-circled-3:before {
  content: "";
}
.icon-home-6:before {
  content: "";
}
.icon-home-circled:before {
  content: "";
}
.icon-website:before {
  content: "";
}
.icon-website-circled:before {
  content: "";
}
.icon-attach-7:before {
  content: "";
}
.icon-attach-circled:before {
  content: "";
}
.icon-lock-8:before {
  content: "";
}
.icon-lock-circled:before {
  content: "";
}
.icon-lock-open-7:before {
  content: "";
}
.icon-lock-open-alt-2:before {
  content: "";
}
.icon-eye-7:before {
  content: "";
}
.icon-eye-off-1:before {
  content: "";
}
.icon-tag-7:before {
  content: "";
}
.icon-tags-2:before {
  content: "";
}
.icon-bookmark-3:before {
  content: "";
}
.icon-bookmark-empty-1:before {
  content: "";
}
.icon-flag-3:before {
  content: "";
}
.icon-flag-circled:before {
  content: "";
}
.icon-thumbs-up-5:before {
  content: "";
}
.icon-thumbs-down-4:before {
  content: "";
}
.icon-download-6:before {
  content: "";
}
.icon-download-alt:before {
  content: "";
}
.icon-upload-5:before {
  content: "";
}
.icon-share-2:before {
  content: "";
}
.icon-quote-1:before {
  content: "";
}
.icon-quote-circled:before {
  content: "";
}
.icon-export-5:before {
  content: "";
}
.icon-pencil-7:before {
  content: "";
}
.icon-pencil-circled:before {
  content: "";
}
.icon-edit-3:before {
  content: "";
}
.icon-edit-circled:before {
  content: "";
}
.icon-edit-alt:before {
  content: "";
}
.icon-print-6:before {
  content: "";
}
.icon-retweet-4:before {
  content: "";
}
.icon-comment-7:before {
  content: "";
}
.icon-comment-alt-1:before {
  content: "";
}
.icon-bell-5:before {
  content: "";
}
.icon-warning-1:before {
  content: "";
}
.icon-exclamation:before {
  content: "";
}
.icon-error:before {
  content: "";
}
.icon-error-alt:before {
  content: "";
}
.icon-location-7:before {
  content: "";
}
.icon-location-circled:before {
  content: "";
}
.icon-compass-4:before {
  content: "";
}
.icon-compass-circled:before {
  content: "";
}
.icon-trash-8:before {
  content: "";
}
.icon-trash-circled:before {
  content: "";
}
.icon-doc-7:before {
  content: "";
}
.icon-doc-circled:before {
  content: "";
}
.icon-doc-new:before {
  content: "";
}
.icon-doc-new-circled:before {
  content: "";
}
.icon-folder-5:before {
  content: "";
}
.icon-folder-circled:before {
  content: "";
}
.icon-folder-close:before {
  content: "";
}
.icon-folder-open-2:before {
  content: "";
}
.icon-rss-6:before {
  content: "";
}
.icon-phone-3:before {
  content: "";
}
.icon-phone-circled:before {
  content: "";
}
.icon-cog-6:before {
  content: "";
}
.icon-cog-circled:before {
  content: "";
}
.icon-cogs:before {
  content: "";
}
.icon-wrench-4:before {
  content: "";
}
.icon-wrench-circled:before {
  content: "";
}
.icon-basket-4:before {
  content: "";
}
.icon-basket-circled:before {
  content: "";
}
.icon-calendar-8:before {
  content: "";
}
.icon-calendar-circled:before {
  content: "";
}
.icon-mic-5:before {
  content: "";
}
.icon-mic-circled:before {
  content: "";
}
.icon-volume-off-4:before {
  content: "";
}
.icon-volume-down-2:before {
  content: "";
}
.icon-volume-1:before {
  content: "";
}
.icon-volume-up-3:before {
  content: "";
}
.icon-headphones-3:before {
  content: "";
}
.icon-clock-8:before {
  content: "";
}
.icon-clock-circled:before {
  content: "";
}
.icon-lightbulb-3:before {
  content: "";
}
.icon-lightbulb-alt:before {
  content: "";
}
.icon-block-4:before {
  content: "";
}
.icon-resize-full-6:before {
  content: "";
}
.icon-resize-full-alt-2:before {
  content: "";
}
.icon-resize-small-4:before {
  content: "";
}
.icon-resize-vertical-2:before {
  content: "";
}
.icon-resize-horizontal-2:before {
  content: "";
}
.icon-move-3:before {
  content: "";
}
.icon-zoom-in-4:before {
  content: "";
}
.icon-zoom-out-4:before {
  content: "";
}
.icon-down-open-3:before {
  content: "";
}
.icon-left-open-5:before {
  content: "";
}
.icon-right-open-5:before {
  content: "";
}
.icon-up-open-3:before {
  content: "";
}
.icon-down-6:before {
  content: "";
}
.icon-left-5:before {
  content: "";
}
.icon-right-5:before {
  content: "";
}
.icon-up-6:before {
  content: "";
}
.icon-down-circled-2:before {
  content: "";
}
.icon-left-circled-2:before {
  content: "";
}
.icon-right-circled-2:before {
  content: "";
}
.icon-up-circled-2:before {
  content: "";
}
.icon-down-hand-1:before {
  content: "";
}
.icon-left-hand-1:before {
  content: "";
}
.icon-right-hand-1:before {
  content: "";
}
.icon-up-hand-1:before {
  content: "";
}
.icon-cw-5:before {
  content: "";
}
.icon-cw-circled:before {
  content: "";
}
.icon-arrows-cw-3:before {
  content: "";
}
.icon-shuffle-4:before {
  content: "";
}
.icon-play-5:before {
  content: "";
}
.icon-play-circled-1:before {
  content: "";
}
.icon-play-circled2-1:before {
  content: "";
}
.icon-stop-6:before {
  content: "";
}
.icon-stop-circled:before {
  content: "";
}
.icon-pause-5:before {
  content: "";
}
.icon-pause-circled:before {
  content: "";
}
.icon-record-2:before {
  content: "";
}
.icon-eject-3:before {
  content: "";
}
.icon-backward:before {
  content: "";
}
.icon-backward-circled:before {
  content: "";
}
.icon-fast-backward-2:before {
  content: "";
}
.icon-fast-forward-2:before {
  content: "";
}
.icon-forward-3:before {
  content: "";
}
.icon-forward-circled:before {
  content: "";
}
.icon-step-backward:before {
  content: "";
}
.icon-step-forward:before {
  content: "";
}
.icon-target-5:before {
  content: "";
}
.icon-signal-5:before {
  content: "";
}
.icon-desktop-3:before {
  content: "";
}
.icon-desktop-circled:before {
  content: "";
}
.icon-laptop-2:before {
  content: "";
}
.icon-laptop-circled:before {
  content: "";
}
.icon-network-1:before {
  content: "";
}
.icon-inbox-4:before {
  content: "";
}
.icon-inbox-circled:before {
  content: "";
}
.icon-inbox-alt:before {
  content: "";
}
.icon-globe-6:before {
  content: "";
}
.icon-globe-alt-1:before {
  content: "";
}
.icon-cloud-6:before {
  content: "";
}
.icon-cloud-circled:before {
  content: "";
}
.icon-flight-2:before {
  content: "";
}
.icon-leaf-3:before {
  content: "";
}
.icon-font-1:before {
  content: "";
}
.icon-fontsize-1:before {
  content: "";
}
.icon-bold-1:before {
  content: "";
}
.icon-italic-1:before {
  content: "";
}
.icon-text-height-1:before {
  content: "";
}
.icon-text-width-1:before {
  content: "";
}
.icon-align-left-1:before {
  content: "";
}
.icon-align-center-1:before {
  content: "";
}
.icon-align-right-1:before {
  content: "";
}
.icon-align-justify-1:before {
  content: "";
}
.icon-list-3:before {
  content: "";
}
.icon-indent-left-1:before {
  content: "";
}
.icon-indent-right-1:before {
  content: "";
}
.icon-briefcase-3:before {
  content: "";
}
.icon-off-1:before {
  content: "";
}
.icon-road-1:before {
  content: "";
}
.icon-qrcode-1:before {
  content: "";
}
.icon-barcode-1:before {
  content: "";
}
.icon-braille:before {
  content: "";
}
.icon-book-4:before {
  content: "";
}
.icon-adjust-1:before {
  content: "";
}
.icon-tint-1:before {
  content: "";
}
.icon-check-3:before {
  content: "";
}
.icon-check-empty-1:before {
  content: "";
}
.icon-asterisk-1:before {
  content: "";
}
.icon-gift-2:before {
  content: "";
}
.icon-fire-3:before {
  content: "";
}
.icon-magnet-2:before {
  content: "";
}
.icon-chart-2:before {
  content: "";
}
.icon-chart-circled:before {
  content: "";
}
.icon-credit-card-4:before {
  content: "";
}
.icon-megaphone-3:before {
  content: "";
}
.icon-clipboard-2:before {
  content: "";
}
.icon-hdd-2:before {
  content: "";
}
.icon-key-5:before {
  content: "";
}
.icon-certificate-2:before {
  content: "";
}
.icon-tasks-1:before {
  content: "";
}
.icon-filter-1:before {
  content: "";
}
.icon-gauge-2:before {
  content: "";
}
.icon-smiley:before {
  content: "";
}
.icon-smiley-circled:before {
  content: "";
}
.icon-address-book:before {
  content: "";
}
.icon-address-book-alt:before {
  content: "";
}
.icon-asl:before {
  content: "";
}
.icon-glasses:before {
  content: "";
}
.icon-hearing-impaired:before {
  content: "";
}
.icon-iphone-home:before {
  content: "";
}
.icon-person:before {
  content: "";
}
.icon-adult:before {
  content: "";
}
.icon-child:before {
  content: "";
}
.icon-blind:before {
  content: "";
}
.icon-guidedog:before {
  content: "";
}
.icon-accessibility:before {
  content: "";
}
.icon-universal-access:before {
  content: "";
}
.icon-male-2:before {
  content: "";
}
.icon-female-2:before {
  content: "";
}
.icon-behance-1:before {
  content: "";
}
.icon-blogger-2:before {
  content: "";
}
.icon-cc-2:before {
  content: "";
}
.icon-css:before {
  content: "";
}
.icon-delicious-1:before {
  content: "";
}
.icon-deviantart-1:before {
  content: "";
}
.icon-digg-1:before {
  content: "";
}
.icon-dribbble-5:before {
  content: "";
}
.icon-facebook-7:before {
  content: "";
}
.icon-flickr-4:before {
  content: "";
}
.icon-foursquare-2:before {
  content: "";
}
.icon-friendfeed-1:before {
  content: "";
}
.icon-friendfeed-rect-1:before {
  content: "";
}
.icon-github-6:before {
  content: "";
}
.icon-github-text-1:before {
  content: "";
}
.icon-googleplus:before {
  content: "";
}
.icon-instagram-4:before {
  content: "";
}
.icon-linkedin-6:before {
  content: "";
}
.icon-path:before {
  content: "";
}
.icon-picasa-2:before {
  content: "";
}
.icon-pinterest-3:before {
  content: "";
}
.icon-reddit-1:before {
  content: "";
}
.icon-skype-5:before {
  content: "";
}
.icon-slideshare:before {
  content: "";
}
.icon-stackoverflow-2:before {
  content: "";
}
.icon-stumbleupon-2:before {
  content: "";
}
.icon-twitter-7:before {
  content: "";
}
.icon-tumblr-4:before {
  content: "";
}
.icon-vimeo-4:before {
  content: "";
}
.icon-vkontakte-2:before {
  content: "";
}
.icon-w3c-1:before {
  content: "";
}
.icon-wordpress-2:before {
  content: "";
}
.icon-youtube-3:before {
  content: "";
}
.icon-music-3:before {
  content: "";
}
.icon-search-7:before {
  content: "";
}
.icon-mail-6:before {
  content: "";
}
.icon-heart-7:before {
  content: "";
}
.icon-star-7:before {
  content: "";
}
.icon-user-7:before {
  content: "";
}
.icon-videocam-4:before {
  content: "";
}
.icon-camera-6:before {
  content: "";
}
.icon-photo:before {
  content: "";
}
.icon-attach-6:before {
  content: "";
}
.icon-lock-7:before {
  content: "";
}
.icon-eye-6:before {
  content: "";
}
.icon-tag-6:before {
  content: "";
}
.icon-thumbs-up-4:before {
  content: "";
}
.icon-pencil-6:before {
  content: "";
}
.icon-comment-6:before {
  content: "";
}
.icon-location-6:before {
  content: "";
}
.icon-cup-1:before {
  content: "";
}
.icon-trash-7:before {
  content: "";
}
.icon-doc-6:before {
  content: "";
}
.icon-note-1:before {
  content: "";
}
.icon-cog-5:before {
  content: "";
}
.icon-params:before {
  content: "";
}
.icon-calendar-7:before {
  content: "";
}
.icon-sound-1:before {
  content: "";
}
.icon-clock-7:before {
  content: "";
}
.icon-lightbulb-2:before {
  content: "";
}
.icon-tv:before {
  content: "";
}
.icon-desktop-2:before {
  content: "";
}
.icon-mobile-6:before {
  content: "";
}
.icon-cd-3:before {
  content: "";
}
.icon-inbox-3:before {
  content: "";
}
.icon-globe-5:before {
  content: "";
}
.icon-cloud-5:before {
  content: "";
}
.icon-paper-plane-2:before {
  content: "";
}
.icon-fire-2:before {
  content: "";
}
.icon-graduation-cap-1:before {
  content: "";
}
.icon-megaphone-2:before {
  content: "";
}
.icon-database-2:before {
  content: "";
}
.icon-key-4:before {
  content: "";
}
.icon-beaker-1:before {
  content: "";
}
.icon-truck-1:before {
  content: "";
}
.icon-money-2:before {
  content: "";
}
.icon-food-1:before {
  content: "";
}
.icon-shop-1:before {
  content: "";
}
.icon-diamond:before {
  content: "";
}
.icon-t-shirt:before {
  content: "";
}
.icon-wallet:before {
  content: "";
}
.icon-search-6:before {
  content: "";
}
.icon-heart-6:before {
  content: "";
}
.icon-heart-empty-3:before {
  content: "";
}
.icon-star-6:before {
  content: "";
}
.icon-user-6:before {
  content: "";
}
.icon-video-4:before {
  content: "";
}
.icon-picture-4:before {
  content: "";
}
.icon-th-large-3:before {
  content: "";
}
.icon-th-4:before {
  content: "";
}
.icon-th-list-4:before {
  content: "";
}
.icon-ok-5:before {
  content: "";
}
.icon-ok-circle-1:before {
  content: "";
}
.icon-cancel-6:before {
  content: "";
}
.icon-cancel-circle-2:before {
  content: "";
}
.icon-plus-circle-1:before {
  content: "";
}
.icon-minus-circle-1:before {
  content: "";
}
.icon-link-5:before {
  content: "";
}
.icon-attach-5:before {
  content: "";
}
.icon-lock-6:before {
  content: "";
}
.icon-lock-open-6:before {
  content: "";
}
.icon-tag-5:before {
  content: "";
}
.icon-reply-4:before {
  content: "";
}
.icon-reply-all-2:before {
  content: "";
}
.icon-code-3:before {
  content: "";
}
.icon-retweet-3:before {
  content: "";
}
.icon-comment-5:before {
  content: "";
}
.icon-location-8:before {
  content: "";
}
.icon-folder-6:before {
  content: "";
}
.icon-archive-2:before {
  content: "";
}
.icon-cog-7:before {
  content: "";
}
.icon-logout-3:before {
  content: "";
}
.icon-clock-6:before {
  content: "";
}
.icon-resize-full-5:before {
  content: "";
}
.icon-resize-full-circle:before {
  content: "";
}
.icon-popup-5:before {
  content: "";
}
.icon-left-open-4:before {
  content: "";
}
.icon-right-open-4:before {
  content: "";
}
.icon-down-circle-1:before {
  content: "";
}
.icon-left-circle-1:before {
  content: "";
}
.icon-right-circle-1:before {
  content: "";
}
.icon-up-circle-1:before {
  content: "";
}
.icon-cw-circle:before {
  content: "";
}
.icon-arrows-cw-2:before {
  content: "";
}
.icon-updown-circle:before {
  content: "";
}
.icon-target-4:before {
  content: "";
}
.icon-signal-4:before {
  content: "";
}
.icon-resize-horizontal-1:before {
  content: "";
}
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
[class*=" pe-7s-"],
[class^="pe-7s-"] {
  display: inline-block;
  font-family: Pe-icon-7-stroke;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "";
}
.pe-7s-arc:before {
  content: "";
}
.pe-7s-back-2:before {
  content: "";
}
.pe-7s-bandaid:before {
  content: "";
}
.pe-7s-car:before {
  content: "";
}
.pe-7s-diamond:before {
  content: "";
}
.pe-7s-door-lock:before {
  content: "";
}
.pe-7s-eyedropper:before {
  content: "";
}
.pe-7s-female:before {
  content: "";
}
.pe-7s-gym:before {
  content: "";
}
.pe-7s-hammer:before {
  content: "";
}
.pe-7s-headphones:before {
  content: "";
}
.pe-7s-helm:before {
  content: "";
}
.pe-7s-hourglass:before {
  content: "";
}
.pe-7s-leaf:before {
  content: "";
}
.pe-7s-magic-wand:before {
  content: "";
}
.pe-7s-male:before {
  content: "";
}
.pe-7s-map-2:before {
  content: "";
}
.pe-7s-next-2:before {
  content: "";
}
.pe-7s-paint-bucket:before {
  content: "";
}
.pe-7s-pendrive:before {
  content: "";
}
.pe-7s-photo:before {
  content: "";
}
.pe-7s-piggy:before {
  content: "";
}
.pe-7s-plugin:before {
  content: "";
}
.pe-7s-refresh-2:before {
  content: "";
}
.pe-7s-rocket:before {
  content: "";
}
.pe-7s-settings:before {
  content: "";
}
.pe-7s-shield:before {
  content: "";
}
.pe-7s-smile:before {
  content: "";
}
.pe-7s-usb:before {
  content: "";
}
.pe-7s-vector:before {
  content: "";
}
.pe-7s-wine:before {
  content: "";
}
.pe-7s-cloud-upload:before {
  content: "";
}
.pe-7s-cash:before {
  content: "";
}
.pe-7s-close:before {
  content: "";
}
.pe-7s-bluetooth:before {
  content: "";
}
.pe-7s-cloud-download:before {
  content: "";
}
.pe-7s-way:before {
  content: "";
}
.pe-7s-close-circle:before {
  content: "";
}
.pe-7s-id:before {
  content: "";
}
.pe-7s-angle-up:before {
  content: "";
}
.pe-7s-wristwatch:before {
  content: "";
}
.pe-7s-angle-up-circle:before {
  content: "";
}
.pe-7s-world:before {
  content: "";
}
.pe-7s-angle-right:before {
  content: "";
}
.pe-7s-volume:before {
  content: "";
}
.pe-7s-angle-right-circle:before {
  content: "";
}
.pe-7s-users:before {
  content: "";
}
.pe-7s-angle-left:before {
  content: "";
}
.pe-7s-user-female:before {
  content: "";
}
.pe-7s-angle-left-circle:before {
  content: "";
}
.pe-7s-up-arrow:before {
  content: "";
}
.pe-7s-angle-down:before {
  content: "";
}
.pe-7s-switch:before {
  content: "";
}
.pe-7s-angle-down-circle:before {
  content: "";
}
.pe-7s-scissors:before {
  content: "";
}
.pe-7s-wallet:before {
  content: "";
}
.pe-7s-safe:before {
  content: "";
}
.pe-7s-volume2:before {
  content: "";
}
.pe-7s-volume1:before {
  content: "";
}
.pe-7s-voicemail:before {
  content: "";
}
.pe-7s-video:before {
  content: "";
}
.pe-7s-user:before {
  content: "";
}
.pe-7s-upload:before {
  content: "";
}
.pe-7s-unlock:before {
  content: "";
}
.pe-7s-umbrella:before {
  content: "";
}
.pe-7s-trash:before {
  content: "";
}
.pe-7s-tools:before {
  content: "";
}
.pe-7s-timer:before {
  content: "";
}
.pe-7s-ticket:before {
  content: "";
}
.pe-7s-target:before {
  content: "";
}
.pe-7s-sun:before {
  content: "";
}
.pe-7s-study:before {
  content: "";
}
.pe-7s-stopwatch:before {
  content: "";
}
.pe-7s-star:before {
  content: "";
}
.pe-7s-speaker:before {
  content: "";
}
.pe-7s-signal:before {
  content: "";
}
.pe-7s-shuffle:before {
  content: "";
}
.pe-7s-shopbag:before {
  content: "";
}
.pe-7s-share:before {
  content: "";
}
.pe-7s-server:before {
  content: "";
}
.pe-7s-search:before {
  content: "";
}
.pe-7s-film:before {
  content: "";
}
.pe-7s-science:before {
  content: "";
}
.pe-7s-disk:before {
  content: "";
}
.pe-7s-ribbon:before {
  content: "";
}
.pe-7s-repeat:before {
  content: "";
}
.pe-7s-refresh:before {
  content: "";
}
.pe-7s-add-user:before {
  content: "";
}
.pe-7s-refresh-cloud:before {
  content: "";
}
.pe-7s-paperclip:before {
  content: "";
}
.pe-7s-radio:before {
  content: "";
}
.pe-7s-note2:before {
  content: "";
}
.pe-7s-print:before {
  content: "";
}
.pe-7s-network:before {
  content: "";
}
.pe-7s-prev:before {
  content: "";
}
.pe-7s-mute:before {
  content: "";
}
.pe-7s-power:before {
  content: "";
}
.pe-7s-medal:before {
  content: "";
}
.pe-7s-portfolio:before {
  content: "";
}
.pe-7s-like2:before {
  content: "";
}
.pe-7s-plus:before {
  content: "";
}
.pe-7s-left-arrow:before {
  content: "";
}
.pe-7s-play:before {
  content: "";
}
.pe-7s-key:before {
  content: "";
}
.pe-7s-plane:before {
  content: "";
}
.pe-7s-joy:before {
  content: "";
}
.pe-7s-photo-gallery:before {
  content: "";
}
.pe-7s-pin:before {
  content: "";
}
.pe-7s-phone:before {
  content: "";
}
.pe-7s-plug:before {
  content: "";
}
.pe-7s-pen:before {
  content: "";
}
.pe-7s-right-arrow:before {
  content: "";
}
.pe-7s-paper-plane:before {
  content: "";
}
.pe-7s-delete-user:before {
  content: "";
}
.pe-7s-paint:before {
  content: "";
}
.pe-7s-bottom-arrow:before {
  content: "";
}
.pe-7s-notebook:before {
  content: "";
}
.pe-7s-note:before {
  content: "";
}
.pe-7s-next:before {
  content: "";
}
.pe-7s-news-paper:before {
  content: "";
}
.pe-7s-musiclist:before {
  content: "";
}
.pe-7s-music:before {
  content: "";
}
.pe-7s-mouse:before {
  content: "";
}
.pe-7s-more:before {
  content: "";
}
.pe-7s-moon:before {
  content: "";
}
.pe-7s-monitor:before {
  content: "";
}
.pe-7s-micro:before {
  content: "";
}
.pe-7s-menu:before {
  content: "";
}
.pe-7s-map:before {
  content: "";
}
.pe-7s-map-marker:before {
  content: "";
}
.pe-7s-mail:before {
  content: "";
}
.pe-7s-mail-open:before {
  content: "";
}
.pe-7s-mail-open-file:before {
  content: "";
}
.pe-7s-magnet:before {
  content: "";
}
.pe-7s-loop:before {
  content: "";
}
.pe-7s-look:before {
  content: "";
}
.pe-7s-lock:before {
  content: "";
}
.pe-7s-lintern:before {
  content: "";
}
.pe-7s-link:before {
  content: "";
}
.pe-7s-like:before {
  content: "";
}
.pe-7s-light:before {
  content: "";
}
.pe-7s-less:before {
  content: "";
}
.pe-7s-keypad:before {
  content: "";
}
.pe-7s-junk:before {
  content: "";
}
.pe-7s-info:before {
  content: "";
}
.pe-7s-home:before {
  content: "";
}
.pe-7s-help2:before {
  content: "";
}
.pe-7s-help1:before {
  content: "";
}
.pe-7s-graph3:before {
  content: "";
}
.pe-7s-graph2:before {
  content: "";
}
.pe-7s-graph1:before {
  content: "";
}
.pe-7s-graph:before {
  content: "";
}
.pe-7s-global:before {
  content: "";
}
.pe-7s-gleam:before {
  content: "";
}
.pe-7s-glasses:before {
  content: "";
}
.pe-7s-gift:before {
  content: "";
}
.pe-7s-folder:before {
  content: "";
}
.pe-7s-flag:before {
  content: "";
}
.pe-7s-filter:before {
  content: "";
}
.pe-7s-file:before {
  content: "";
}
.pe-7s-expand1:before {
  content: "";
}
.pe-7s-exapnd2:before {
  content: "";
}
.pe-7s-edit:before {
  content: "";
}
.pe-7s-drop:before {
  content: "";
}
.pe-7s-drawer:before {
  content: "";
}
.pe-7s-download:before {
  content: "";
}
.pe-7s-display2:before {
  content: "";
}
.pe-7s-display1:before {
  content: "";
}
.pe-7s-diskette:before {
  content: "";
}
.pe-7s-date:before {
  content: "";
}
.pe-7s-cup:before {
  content: "";
}
.pe-7s-culture:before {
  content: "";
}
.pe-7s-crop:before {
  content: "";
}
.pe-7s-credit:before {
  content: "";
}
.pe-7s-copy-file:before {
  content: "";
}
.pe-7s-config:before {
  content: "";
}
.pe-7s-compass:before {
  content: "";
}
.pe-7s-comment:before {
  content: "";
}
.pe-7s-coffee:before {
  content: "";
}
.pe-7s-cloud:before {
  content: "";
}
.pe-7s-clock:before {
  content: "";
}
.pe-7s-check:before {
  content: "";
}
.pe-7s-chat:before {
  content: "";
}
.pe-7s-cart:before {
  content: "";
}
.pe-7s-camera:before {
  content: "";
}
.pe-7s-call:before {
  content: "";
}
.pe-7s-calculator:before {
  content: "";
}
.pe-7s-browser:before {
  content: "";
}
.pe-7s-box2:before {
  content: "";
}
.pe-7s-box1:before {
  content: "";
}
.pe-7s-bookmarks:before {
  content: "";
}
.pe-7s-bicycle:before {
  content: "";
}
.pe-7s-bell:before {
  content: "";
}
.pe-7s-battery:before {
  content: "";
}
.pe-7s-ball:before {
  content: "";
}
.pe-7s-back:before {
  content: "";
}
.pe-7s-attention:before {
  content: "";
}
.pe-7s-anchor:before {
  content: "";
}
.pe-7s-albums:before {
  content: "";
}
.pe-7s-alarm:before {
  content: "";
}
.pe-7s-airplay:before {
  content: "";
}
[data-icon]:before {
  font-family: ElegantIcons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_up:before {
  content: "!";
}
.arrow_down:before {
  content: '"';
}
.arrow_left:before {
  content: "#";
}
.arrow_right:before {
  content: "$";
}
.arrow_left-up:before {
  content: "%";
}
.arrow_right-up:before {
  content: "&";
}
.arrow_right-down:before {
  content: "'";
}
.arrow_left-down:before {
  content: "(";
}
.arrow-up-down:before {
  content: ")";
}
.arrow_up-down_alt:before {
  content: "*";
}
.arrow_left-right_alt:before {
  content: "+";
}
.arrow_left-right:before {
  content: ",";
}
.arrow_expand_alt2:before {
  content: "-";
}
.arrow_expand_alt:before {
  content: ".";
}
.arrow_condense:before {
  content: "/";
}
.arrow_expand:before {
  content: "0";
}
.arrow_move:before {
  content: "1";
}
.arrow_carrot-up:before {
  content: "2";
}
.arrow_carrot-down:before {
  content: "3";
}
.arrow_carrot-left:before {
  content: "4";
}
.arrow_carrot-right:before {
  content: "5";
}
.arrow_carrot-2up:before {
  content: "6";
}
.arrow_carrot-2down:before {
  content: "7";
}
.arrow_carrot-2left:before {
  content: "8";
}
.arrow_carrot-2right:before {
  content: "9";
}
.arrow_carrot-up_alt2:before {
  content: ":";
}
.arrow_carrot-down_alt2:before {
  content: ";";
}
.arrow_carrot-left_alt2:before {
  content: "<";
}
.arrow_carrot-right_alt2:before {
  content: "=";
}
.arrow_carrot-2up_alt2:before {
  content: ">";
}
.arrow_carrot-2down_alt2:before {
  content: "?";
}
.arrow_carrot-2left_alt2:before {
  content: "@";
}
.arrow_carrot-2right_alt2:before {
  content: "A";
}
.arrow_triangle-up:before {
  content: "B";
}
.arrow_triangle-down:before {
  content: "C";
}
.arrow_triangle-left:before {
  content: "D";
}
.arrow_triangle-right:before {
  content: "E";
}
.arrow_triangle-up_alt2:before {
  content: "F";
}
.arrow_triangle-down_alt2:before {
  content: "G";
}
.arrow_triangle-left_alt2:before {
  content: "H";
}
.arrow_triangle-right_alt2:before {
  content: "I";
}
.arrow_back:before {
  content: "J";
}
.icon_minus-06:before {
  content: "K";
}
.icon_plus:before {
  content: "L";
}
.icon_close:before {
  content: "M";
}
.icon_check:before {
  content: "N";
}
.icon_minus_alt2:before {
  content: "O";
}
.icon_plus_alt2:before {
  content: "P";
}
.icon_close_alt2:before {
  content: "Q";
}
.icon_check_alt2:before {
  content: "R";
}
.icon_zoom-out_alt:before {
  content: "S";
}
.icon_zoom-in_alt:before {
  content: "T";
}
.icon_search:before {
  content: "U";
}
.icon_box-empty:before {
  content: "V";
}
.icon_box-selected:before {
  content: "W";
}
.icon_minus-box:before {
  content: "X";
}
.icon_plus-box:before {
  content: "Y";
}
.icon_box-checked:before {
  content: "Z";
}
.icon_circle-empty:before {
  content: "[";
}
.icon_circle-slelected:before {
  content: "\\";
}
.icon_stop_alt2:before {
  content: "]";
}
.icon_stop:before {
  content: "^";
}
.icon_pause_alt2:before {
  content: "_";
}
.icon_pause:before {
  content: "`";
}
.icon_menu:before {
  content: "a";
}
.icon_menu-square_alt2:before {
  content: "b";
}
.icon_menu-circle_alt2:before {
  content: "c";
}
.icon_ul:before {
  content: "d";
}
.icon_ol:before {
  content: "e";
}
.icon_adjust-horiz:before {
  content: "f";
}
.icon_adjust-vert:before {
  content: "g";
}
.icon_document_alt:before {
  content: "h";
}
.icon_documents_alt:before {
  content: "i";
}
.icon_pencil:before {
  content: "j";
}
.icon_pencil-edit_alt:before {
  content: "k";
}
.icon_pencil-edit:before {
  content: "l";
}
.icon_folder-alt:before {
  content: "m";
}
.icon_folder-open_alt:before {
  content: "n";
}
.icon_folder-add_alt:before {
  content: "o";
}
.icon_info_alt:before {
  content: "p";
}
.icon_error-oct_alt:before {
  content: "q";
}
.icon_error-circle_alt:before {
  content: "r";
}
.icon_error-triangle_alt:before {
  content: "s";
}
.icon_question_alt2:before {
  content: "t";
}
.icon_question:before {
  content: "u";
}
.icon_comment_alt:before {
  content: "v";
}
.icon_chat_alt:before {
  content: "w";
}
.icon_vol-mute_alt:before {
  content: "x";
}
.icon_volume-low_alt:before {
  content: "y";
}
.icon_volume-high_alt:before {
  content: "z";
}
.icon_quotations:before {
  content: "{";
}
.icon_quotations_alt2:before {
  content: "|";
}
.icon_clock_alt:before {
  content: "}";
}
.icon_lock_alt:before {
  content: "~";
}
.icon_lock-open_alt:before {
  content: "";
}
.icon_key_alt:before {
  content: "";
}
.icon_cloud_alt:before {
  content: "";
}
.icon_cloud-upload_alt:before {
  content: "";
}
.icon_cloud-download_alt:before {
  content: "";
}
.icon_image:before {
  content: "";
}
.icon_images:before {
  content: "";
}
.icon_lightbulb_alt:before {
  content: "";
}
.icon_gift_alt:before {
  content: "";
}
.icon_house_alt:before {
  content: "";
}
.icon_genius:before {
  content: "";
}
.icon_mobile:before {
  content: "";
}
.icon_tablet:before {
  content: "";
}
.icon_laptop:before {
  content: "";
}
.icon_desktop:before {
  content: "";
}
.icon_camera_alt:before {
  content: "";
}
.icon_mail_alt:before {
  content: "";
}
.icon_cone_alt:before {
  content: "";
}
.icon_ribbon_alt:before {
  content: "";
}
.icon_bag_alt:before {
  content: "";
}
.icon_creditcard:before {
  content: "";
}
.icon_cart_alt:before {
  content: "";
}
.icon_paperclip:before {
  content: "";
}
.icon_tag_alt:before {
  content: "";
}
.icon_tags_alt:before {
  content: "";
}
.icon_trash_alt:before {
  content: "";
}
.icon_cursor_alt:before {
  content: "";
}
.icon_mic_alt:before {
  content: "";
}
.icon_compass_alt:before {
  content: "";
}
.icon_pin_alt:before {
  content: "";
}
.icon_pushpin_alt:before {
  content: "";
}
.icon_map_alt:before {
  content: "";
}
.icon_drawer_alt:before {
  content: "";
}
.icon_toolbox_alt:before {
  content: "";
}
.icon_book_alt:before {
  content: "";
}
.icon_calendar:before {
  content: "";
}
.icon_film:before {
  content: "";
}
.icon_table:before {
  content: "";
}
.icon_contacts_alt:before {
  content: "";
}
.icon_headphones:before {
  content: "";
}
.icon_lifesaver:before {
  content: "";
}
.icon_piechart:before {
  content: "";
}
.icon_refresh:before {
  content: "";
}
.icon_link_alt:before {
  content: "";
}
.icon_link:before {
  content: "";
}
.icon_loading:before {
  content: "";
}
.icon_blocked:before {
  content: "";
}
.icon_archive_alt:before {
  content: "";
}
.icon_heart_alt:before {
  content: "";
}
.icon_star_alt:before {
  content: "";
}
.icon_star-half_alt:before {
  content: "";
}
.icon_star:before {
  content: "";
}
.icon_star-half:before {
  content: "";
}
.icon_tools:before {
  content: "";
}
.icon_tool:before {
  content: "";
}
.icon_cog:before {
  content: "";
}
.icon_cogs:before {
  content: "";
}
.arrow_up_alt:before {
  content: "";
}
.arrow_down_alt:before {
  content: "";
}
.arrow_left_alt:before {
  content: "";
}
.arrow_right_alt:before {
  content: "";
}
.arrow_left-up_alt:before {
  content: "";
}
.arrow_right-up_alt:before {
  content: "";
}
.arrow_right-down_alt:before {
  content: "";
}
.arrow_left-down_alt:before {
  content: "";
}
.arrow_condense_alt:before {
  content: "";
}
.arrow_expand_alt3:before {
  content: "";
}
.arrow_carrot_up_alt:before {
  content: "";
}
.arrow_carrot-down_alt:before {
  content: "";
}
.arrow_carrot-left_alt:before {
  content: "";
}
.arrow_carrot-right_alt:before {
  content: "";
}
.arrow_carrot-2up_alt:before {
  content: "";
}
.arrow_carrot-2dwnn_alt:before {
  content: "";
}
.arrow_carrot-2left_alt:before {
  content: "";
}
.arrow_carrot-2right_alt:before {
  content: "";
}
.arrow_triangle-up_alt:before {
  content: "";
}
.arrow_triangle-down_alt:before {
  content: "";
}
.arrow_triangle-left_alt:before {
  content: "";
}
.arrow_triangle-right_alt:before {
  content: "";
}
.icon_minus_alt:before {
  content: "";
}
.icon_plus_alt:before {
  content: "";
}
.icon_close_alt:before {
  content: "";
}
.icon_check_alt:before {
  content: "";
}
.icon_zoom-out:before {
  content: "";
}
.icon_zoom-in:before {
  content: "";
}
.icon_stop_alt:before {
  content: "";
}
.icon_menu-square_alt:before {
  content: "";
}
.icon_menu-circle_alt:before {
  content: "";
}
.icon_document:before {
  content: "";
}
.icon_documents:before {
  content: "";
}
.icon_pencil_alt:before {
  content: "";
}
.icon_folder:before {
  content: "";
}
.icon_folder-open:before {
  content: "";
}
.icon_folder-add:before {
  content: "";
}
.icon_folder_upload:before {
  content: "";
}
.icon_folder_download:before {
  content: "";
}
.icon_info:before {
  content: "";
}
.icon_error-circle:before {
  content: "";
}
.icon_error-oct:before {
  content: "";
}
.icon_error-triangle:before {
  content: "";
}
.icon_question_alt:before {
  content: "";
}
.icon_comment:before {
  content: "";
}
.icon_chat:before {
  content: "";
}
.icon_vol-mute:before {
  content: "";
}
.icon_volume-low:before {
  content: "";
}
.icon_volume-high:before {
  content: "";
}
.icon_quotations_alt:before {
  content: "";
}
.icon_clock:before {
  content: "";
}
.icon_lock:before {
  content: "";
}
.icon_lock-open:before {
  content: "";
}
.icon_key:before {
  content: "";
}
.icon_cloud:before {
  content: "";
}
.icon_cloud-upload:before {
  content: "";
}
.icon_cloud-download:before {
  content: "";
}
.icon_lightbulb:before {
  content: "";
}
.icon_gift:before {
  content: "";
}
.icon_house:before {
  content: "";
}
.icon_camera:before {
  content: "";
}
.icon_mail:before {
  content: "";
}
.icon_cone:before {
  content: "";
}
.icon_ribbon:before {
  content: "";
}
.icon_bag:before {
  content: "";
}
.icon_cart:before {
  content: "";
}
.icon_tag:before {
  content: "";
}
.icon_tags:before {
  content: "";
}
.icon_trash:before {
  content: "";
}
.icon_cursor:before {
  content: "";
}
.icon_mic:before {
  content: "";
}
.icon_compass:before {
  content: "";
}
.icon_pin:before {
  content: "";
}
.icon_pushpin:before {
  content: "";
}
.icon_map:before {
  content: "";
}
.icon_drawer:before {
  content: "";
}
.icon_toolbox:before {
  content: "";
}
.icon_book:before {
  content: "";
}
.icon_contacts:before {
  content: "";
}
.icon_archive:before {
  content: "";
}
.icon_heart:before {
  content: "";
}
.icon_profile:before {
  content: "";
}
.icon_group:before {
  content: "";
}
.icon_grid-2x2:before {
  content: "";
}
.icon_grid-3x3:before {
  content: "";
}
.icon_music:before {
  content: "";
}
.icon_pause_alt:before {
  content: "";
}
.icon_phone:before {
  content: "";
}
.icon_upload:before {
  content: "";
}
.icon_download:before {
  content: "";
}
.social_facebook:before {
  content: "";
}
.social_twitter:before {
  content: "";
}
.social_pinterest:before {
  content: "";
}
.social_googleplus:before {
  content: "";
}
.social_tumblr:before {
  content: "";
}
.social_tumbleupon:before {
  content: "";
}
.social_wordpress:before {
  content: "";
}
.social_instagram:before {
  content: "";
}
.social_dribbble:before {
  content: "";
}
.social_vimeo:before {
  content: "";
}
.social_linkedin:before {
  content: "";
}
.social_rss:before {
  content: "";
}
.social_deviantart:before {
  content: "";
}
.social_share:before {
  content: "";
}
.social_myspace:before {
  content: "";
}
.social_skype:before {
  content: "";
}
.social_youtube:before {
  content: "";
}
.social_picassa:before {
  content: "";
}
.social_googledrive:before {
  content: "";
}
.social_flickr:before {
  content: "";
}
.social_blogger:before {
  content: "";
}
.social_spotify:before {
  content: "";
}
.social_delicious:before {
  content: "";
}
.social_facebook_circle:before {
  content: "";
}
.social_twitter_circle:before {
  content: "";
}
.social_pinterest_circle:before {
  content: "";
}
.social_googleplus_circle:before {
  content: "";
}
.social_tumblr_circle:before {
  content: "";
}
.social_stumbleupon_circle:before {
  content: "";
}
.social_wordpress_circle:before {
  content: "";
}
.social_instagram_circle:before {
  content: "";
}
.social_dribbble_circle:before {
  content: "";
}
.social_vimeo_circle:before {
  content: "";
}
.social_linkedin_circle:before {
  content: "";
}
.social_rss_circle:before {
  content: "";
}
.social_deviantart_circle:before {
  content: "";
}
.social_share_circle:before {
  content: "";
}
.social_myspace_circle:before {
  content: "";
}
.social_skype_circle:before {
  content: "";
}
.social_youtube_circle:before {
  content: "";
}
.social_picassa_circle:before {
  content: "";
}
.social_googledrive_alt2:before {
  content: "";
}
.social_flickr_circle:before {
  content: "";
}
.social_blogger_circle:before {
  content: "";
}
.social_spotify_circle:before {
  content: "";
}
.social_delicious_circle:before {
  content: "";
}
.social_facebook_square:before {
  content: "";
}
.social_twitter_square:before {
  content: "";
}
.social_pinterest_square:before {
  content: "";
}
.social_googleplus_square:before {
  content: "";
}
.social_tumblr_square:before {
  content: "";
}
.social_stumbleupon_square:before {
  content: "";
}
.social_wordpress_square:before {
  content: "";
}
.social_instagram_square:before {
  content: "";
}
.social_dribbble_square:before {
  content: "";
}
.social_vimeo_square:before {
  content: "";
}
.social_linkedin_square:before {
  content: "";
}
.social_rss_square:before {
  content: "";
}
.social_deviantart_square:before {
  content: "";
}
.social_share_square:before {
  content: "";
}
.social_myspace_square:before {
  content: "";
}
.social_skype_square:before {
  content: "";
}
.social_youtube_square:before {
  content: "";
}
.social_picassa_square:before {
  content: "";
}
.social_googledrive_square:before {
  content: "";
}
.social_flickr_square:before {
  content: "";
}
.social_blogger_square:before {
  content: "";
}
.social_spotify_square:before {
  content: "";
}
.social_delicious_square:before {
  content: "";
}
.icon_printer:before {
  content: "";
}
.icon_calulator:before {
  content: "";
}
.icon_building:before {
  content: "";
}
.icon_floppy:before {
  content: "";
}
.icon_drive:before {
  content: "";
}
.icon_search-2:before {
  content: "";
}
.icon_id:before {
  content: "";
}
.icon_id-2:before {
  content: "";
}
.icon_puzzle:before {
  content: "";
}
.icon_like:before {
  content: "";
}
.icon_dislike:before {
  content: "";
}
.icon_mug:before {
  content: "";
}
.icon_currency:before {
  content: "";
}
.icon_wallet:before {
  content: "";
}
.icon_pens:before {
  content: "";
}
.icon_easel:before {
  content: "";
}
.icon_flowchart:before {
  content: "";
}
.icon_datareport:before {
  content: "";
}
.icon_briefcase:before {
  content: "";
}
.icon_shield:before {
  content: "";
}
.icon_percent:before {
  content: "";
}
.icon_globe:before {
  content: "";
}
.icon_globe-2:before {
  content: "";
}
.icon_target:before {
  content: "";
}
.icon_hourglass:before {
  content: "";
}
.icon_balance:before {
  content: "";
}
.icon_rook:before {
  content: "";
}
.icon_printer-alt:before {
  content: "";
}
.icon_calculator_alt:before {
  content: "";
}
.icon_building_alt:before {
  content: "";
}
.icon_floppy_alt:before {
  content: "";
}
.icon_drive_alt:before {
  content: "";
}
.icon_search_alt:before {
  content: "";
}
.icon_id_alt:before {
  content: "";
}
.icon_id-2_alt:before {
  content: "";
}
.icon_puzzle_alt:before {
  content: "";
}
.icon_like_alt:before {
  content: "";
}
.icon_dislike_alt:before {
  content: "";
}
.icon_mug_alt:before {
  content: "";
}
.icon_currency_alt:before {
  content: "";
}
.icon_wallet_alt:before {
  content: "";
}
.icon_pens_alt:before {
  content: "";
}
.icon_easel_alt:before {
  content: "";
}
.icon_flowchart_alt:before {
  content: "";
}
.icon_datareport_alt:before {
  content: "";
}
.icon_briefcase_alt:before {
  content: "";
}
.icon_shield_alt:before {
  content: "";
}
.icon_percent_alt:before {
  content: "";
}
.icon_globe_alt:before {
  content: "";
}
.icon_clipboard:before {
  content: "";
}
.glyph {
  float: left;
  text-align: center;
  padding: 0.75em;
  margin: 0.4em 1.5em 0.75em 0;
  width: 6em;
  text-shadow: none;
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}
.glyph div {
  padding-bottom: 10px;
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: 0.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.glyph .fs1 {
  font-size: 2em;
}
[class*=" ti-"],
[class^="ti-"] {
  font-family: themify;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "";
}
.ti-volume:before {
  content: "";
}
.ti-user:before {
  content: "";
}
.ti-unlock:before {
  content: "";
}
.ti-unlink:before {
  content: "";
}
.ti-trash:before {
  content: "";
}
.ti-thought:before {
  content: "";
}
.ti-target:before {
  content: "";
}
.ti-tag:before {
  content: "";
}
.ti-tablet:before {
  content: "";
}
.ti-star:before {
  content: "";
}
.ti-spray:before {
  content: "";
}
.ti-signal:before {
  content: "";
}
.ti-shopping-cart:before {
  content: "";
}
.ti-shopping-cart-full:before {
  content: "";
}
.ti-settings:before {
  content: "";
}
.ti-search:before {
  content: "";
}
.ti-zoom-in:before {
  content: "";
}
.ti-zoom-out:before {
  content: "";
}
.ti-cut:before {
  content: "";
}
.ti-ruler:before {
  content: "";
}
.ti-ruler-pencil:before {
  content: "";
}
.ti-ruler-alt:before {
  content: "";
}
.ti-bookmark:before {
  content: "";
}
.ti-bookmark-alt:before {
  content: "";
}
.ti-reload:before {
  content: "";
}
.ti-plus:before {
  content: "";
}
.ti-pin:before {
  content: "";
}
.ti-pencil:before {
  content: "";
}
.ti-pencil-alt:before {
  content: "";
}
.ti-paint-roller:before {
  content: "";
}
.ti-paint-bucket:before {
  content: "";
}
.ti-na:before {
  content: "";
}
.ti-mobile:before {
  content: "";
}
.ti-minus:before {
  content: "";
}
.ti-medall:before {
  content: "";
}
.ti-medall-alt:before {
  content: "";
}
.ti-marker:before {
  content: "";
}
.ti-marker-alt:before {
  content: "";
}
.ti-arrow-up:before {
  content: "";
}
.ti-arrow-right:before {
  content: "";
}
.ti-arrow-left:before {
  content: "";
}
.ti-arrow-down:before {
  content: "";
}
.ti-lock:before {
  content: "";
}
.ti-location-arrow:before {
  content: "";
}
.ti-link:before {
  content: "";
}
.ti-layout:before {
  content: "";
}
.ti-layers:before {
  content: "";
}
.ti-layers-alt:before {
  content: "";
}
.ti-key:before {
  content: "";
}
.ti-import:before {
  content: "";
}
.ti-image:before {
  content: "";
}
.ti-heart:before {
  content: "";
}
.ti-heart-broken:before {
  content: "";
}
.ti-hand-stop:before {
  content: "";
}
.ti-hand-open:before {
  content: "";
}
.ti-hand-drag:before {
  content: "";
}
.ti-folder:before {
  content: "";
}
.ti-flag:before {
  content: "";
}
.ti-flag-alt:before {
  content: "";
}
.ti-flag-alt-2:before {
  content: "";
}
.ti-eye:before {
  content: "";
}
.ti-export:before {
  content: "";
}
.ti-exchange-vertical:before {
  content: "";
}
.ti-desktop:before {
  content: "";
}
.ti-cup:before {
  content: "";
}
.ti-crown:before {
  content: "";
}
.ti-comments:before {
  content: "";
}
.ti-comment:before {
  content: "";
}
.ti-comment-alt:before {
  content: "";
}
.ti-close:before {
  content: "";
}
.ti-clip:before {
  content: "";
}
.ti-angle-up:before {
  content: "";
}
.ti-angle-right:before {
  content: "";
}
.ti-angle-left:before {
  content: "";
}
.ti-angle-down:before {
  content: "";
}
.ti-check:before {
  content: "";
}
.ti-check-box:before {
  content: "";
}
.ti-camera:before {
  content: "";
}
.ti-announcement:before {
  content: "";
}
.ti-brush:before {
  content: "";
}
.ti-briefcase:before {
  content: "";
}
.ti-bolt:before {
  content: "";
}
.ti-bolt-alt:before {
  content: "";
}
.ti-blackboard:before {
  content: "";
}
.ti-bag:before {
  content: "";
}
.ti-move:before {
  content: "";
}
.ti-arrows-vertical:before {
  content: "";
}
.ti-arrows-horizontal:before {
  content: "";
}
.ti-fullscreen:before {
  content: "";
}
.ti-arrow-top-right:before {
  content: "";
}
.ti-arrow-top-left:before {
  content: "";
}
.ti-arrow-circle-up:before {
  content: "";
}
.ti-arrow-circle-right:before {
  content: "";
}
.ti-arrow-circle-left:before {
  content: "";
}
.ti-arrow-circle-down:before {
  content: "";
}
.ti-angle-double-up:before {
  content: "";
}
.ti-angle-double-right:before {
  content: "";
}
.ti-angle-double-left:before {
  content: "";
}
.ti-angle-double-down:before {
  content: "";
}
.ti-zip:before {
  content: "";
}
.ti-world:before {
  content: "";
}
.ti-wheelchair:before {
  content: "";
}
.ti-view-list:before {
  content: "";
}
.ti-view-list-alt:before {
  content: "";
}
.ti-view-grid:before {
  content: "";
}
.ti-uppercase:before {
  content: "";
}
.ti-upload:before {
  content: "";
}
.ti-underline:before {
  content: "";
}
.ti-truck:before {
  content: "";
}
.ti-timer:before {
  content: "";
}
.ti-ticket:before {
  content: "";
}
.ti-thumb-up:before {
  content: "";
}
.ti-thumb-down:before {
  content: "";
}
.ti-text:before {
  content: "";
}
.ti-stats-up:before {
  content: "";
}
.ti-stats-down:before {
  content: "";
}
.ti-split-v:before {
  content: "";
}
.ti-split-h:before {
  content: "";
}
.ti-smallcap:before {
  content: "";
}
.ti-shine:before {
  content: "";
}
.ti-shift-right:before {
  content: "";
}
.ti-shift-left:before {
  content: "";
}
.ti-shield:before {
  content: "";
}
.ti-notepad:before {
  content: "";
}
.ti-server:before {
  content: "";
}
.ti-quote-right:before {
  content: "";
}
.ti-quote-left:before {
  content: "";
}
.ti-pulse:before {
  content: "";
}
.ti-printer:before {
  content: "";
}
.ti-power-off:before {
  content: "";
}
.ti-plug:before {
  content: "";
}
.ti-pie-chart:before {
  content: "";
}
.ti-paragraph:before {
  content: "";
}
.ti-panel:before {
  content: "";
}
.ti-package:before {
  content: "";
}
.ti-music:before {
  content: "";
}
.ti-music-alt:before {
  content: "";
}
.ti-mouse:before {
  content: "";
}
.ti-mouse-alt:before {
  content: "";
}
.ti-money:before {
  content: "";
}
.ti-microphone:before {
  content: "";
}
.ti-menu:before {
  content: "";
}
.ti-menu-alt:before {
  content: "";
}
.ti-map:before {
  content: "";
}
.ti-map-alt:before {
  content: "";
}
.ti-loop:before {
  content: "";
}
.ti-location-pin:before {
  content: "";
}
.ti-list:before {
  content: "";
}
.ti-light-bulb:before {
  content: "";
}
.ti-Italic:before {
  content: "";
}
.ti-info:before {
  content: "";
}
.ti-infinite:before {
  content: "";
}
.ti-id-badge:before {
  content: "";
}
.ti-hummer:before {
  content: "";
}
.ti-home:before {
  content: "";
}
.ti-help:before {
  content: "";
}
.ti-headphone:before {
  content: "";
}
.ti-harddrives:before {
  content: "";
}
.ti-harddrive:before {
  content: "";
}
.ti-gift:before {
  content: "";
}
.ti-game:before {
  content: "";
}
.ti-filter:before {
  content: "";
}
.ti-files:before {
  content: "";
}
.ti-file:before {
  content: "";
}
.ti-eraser:before {
  content: "";
}
.ti-envelope:before {
  content: "";
}
.ti-download:before {
  content: "";
}
.ti-direction:before {
  content: "";
}
.ti-direction-alt:before {
  content: "";
}
.ti-dashboard:before {
  content: "";
}
.ti-control-stop:before {
  content: "";
}
.ti-control-shuffle:before {
  content: "";
}
.ti-control-play:before {
  content: "";
}
.ti-control-pause:before {
  content: "";
}
.ti-control-forward:before {
  content: "";
}
.ti-control-backward:before {
  content: "";
}
.ti-cloud:before {
  content: "";
}
.ti-cloud-up:before {
  content: "";
}
.ti-cloud-down:before {
  content: "";
}
.ti-clipboard:before {
  content: "";
}
.ti-car:before {
  content: "";
}
.ti-calendar:before {
  content: "";
}
.ti-book:before {
  content: "";
}
.ti-bell:before {
  content: "";
}
.ti-basketball:before {
  content: "";
}
.ti-bar-chart:before {
  content: "";
}
.ti-bar-chart-alt:before {
  content: "";
}
.ti-back-right:before {
  content: "";
}
.ti-back-left:before {
  content: "";
}
.ti-arrows-corner:before {
  content: "";
}
.ti-archive:before {
  content: "";
}
.ti-anchor:before {
  content: "";
}
.ti-align-right:before {
  content: "";
}
.ti-align-left:before {
  content: "";
}
.ti-align-justify:before {
  content: "";
}
.ti-align-center:before {
  content: "";
}
.ti-alert:before {
  content: "";
}
.ti-alarm-clock:before {
  content: "";
}
.ti-agenda:before {
  content: "";
}
.ti-write:before {
  content: "";
}
.ti-window:before {
  content: "";
}
.ti-widgetized:before {
  content: "";
}
.ti-widget:before {
  content: "";
}
.ti-widget-alt:before {
  content: "";
}
.ti-wallet:before {
  content: "";
}
.ti-video-clapper:before {
  content: "";
}
.ti-video-camera:before {
  content: "";
}
.ti-vector:before {
  content: "";
}
.ti-themify-logo:before {
  content: "";
}
.ti-themify-favicon:before {
  content: "";
}
.ti-themify-favicon-alt:before {
  content: "";
}
.ti-support:before {
  content: "";
}
.ti-stamp:before {
  content: "";
}
.ti-split-v-alt:before {
  content: "";
}
.ti-slice:before {
  content: "";
}
.ti-shortcode:before {
  content: "";
}
.ti-shift-right-alt:before {
  content: "";
}
.ti-shift-left-alt:before {
  content: "";
}
.ti-ruler-alt-2:before {
  content: "";
}
.ti-receipt:before {
  content: "";
}
.ti-pin2:before {
  content: "";
}
.ti-pin-alt:before {
  content: "";
}
.ti-pencil-alt2:before {
  content: "";
}
.ti-palette:before {
  content: "";
}
.ti-more:before {
  content: "";
}
.ti-more-alt:before {
  content: "";
}
.ti-microphone-alt:before {
  content: "";
}
.ti-magnet:before {
  content: "";
}
.ti-line-double:before {
  content: "";
}
.ti-line-dotted:before {
  content: "";
}
.ti-line-dashed:before {
  content: "";
}
.ti-layout-width-full:before {
  content: "";
}
.ti-layout-width-default:before {
  content: "";
}
.ti-layout-width-default-alt:before {
  content: "";
}
.ti-layout-tab:before {
  content: "";
}
.ti-layout-tab-window:before {
  content: "";
}
.ti-layout-tab-v:before {
  content: "";
}
.ti-layout-tab-min:before {
  content: "";
}
.ti-layout-slider:before {
  content: "";
}
.ti-layout-slider-alt:before {
  content: "";
}
.ti-layout-sidebar-right:before {
  content: "";
}
.ti-layout-sidebar-none:before {
  content: "";
}
.ti-layout-sidebar-left:before {
  content: "";
}
.ti-layout-placeholder:before {
  content: "";
}
.ti-layout-menu:before {
  content: "";
}
.ti-layout-menu-v:before {
  content: "";
}
.ti-layout-menu-separated:before {
  content: "";
}
.ti-layout-menu-full:before {
  content: "";
}
.ti-layout-media-right-alt:before {
  content: "";
}
.ti-layout-media-right:before {
  content: "";
}
.ti-layout-media-overlay:before {
  content: "";
}
.ti-layout-media-overlay-alt:before {
  content: "";
}
.ti-layout-media-overlay-alt-2:before {
  content: "";
}
.ti-layout-media-left-alt:before {
  content: "";
}
.ti-layout-media-left:before {
  content: "";
}
.ti-layout-media-center-alt:before {
  content: "";
}
.ti-layout-media-center:before {
  content: "";
}
.ti-layout-list-thumb:before {
  content: "";
}
.ti-layout-list-thumb-alt:before {
  content: "";
}
.ti-layout-list-post:before {
  content: "";
}
.ti-layout-list-large-image:before {
  content: "";
}
.ti-layout-line-solid:before {
  content: "";
}
.ti-layout-grid4:before {
  content: "";
}
.ti-layout-grid3:before {
  content: "";
}
.ti-layout-grid2:before {
  content: "";
}
.ti-layout-grid2-thumb:before {
  content: "";
}
.ti-layout-cta-right:before {
  content: "";
}
.ti-layout-cta-left:before {
  content: "";
}
.ti-layout-cta-center:before {
  content: "";
}
.ti-layout-cta-btn-right:before {
  content: "";
}
.ti-layout-cta-btn-left:before {
  content: "";
}
.ti-layout-column4:before {
  content: "";
}
.ti-layout-column3:before {
  content: "";
}
.ti-layout-column2:before {
  content: "";
}
.ti-layout-accordion-separated:before {
  content: "";
}
.ti-layout-accordion-merged:before {
  content: "";
}
.ti-layout-accordion-list:before {
  content: "";
}
.ti-ink-pen:before {
  content: "";
}
.ti-info-alt:before {
  content: "";
}
.ti-help-alt:before {
  content: "";
}
.ti-headphone-alt:before {
  content: "";
}
.ti-hand-point-up:before {
  content: "";
}
.ti-hand-point-right:before {
  content: "";
}
.ti-hand-point-left:before {
  content: "";
}
.ti-hand-point-down:before {
  content: "";
}
.ti-gallery:before {
  content: "";
}
.ti-face-smile:before {
  content: "";
}
.ti-face-sad:before {
  content: "";
}
.ti-credit-card:before {
  content: "";
}
.ti-control-skip-forward:before {
  content: "";
}
.ti-control-skip-backward:before {
  content: "";
}
.ti-control-record:before {
  content: "";
}
.ti-control-eject:before {
  content: "";
}
.ti-comments-smiley:before {
  content: "";
}
.ti-brush-alt:before {
  content: "";
}
.ti-youtube:before {
  content: "";
}
.ti-vimeo:before {
  content: "";
}
.ti-twitter:before {
  content: "";
}
.ti-time:before {
  content: "";
}
.ti-tumblr:before {
  content: "";
}
.ti-skype:before {
  content: "";
}
.ti-share:before {
  content: "";
}
.ti-share-alt:before {
  content: "";
}
.ti-rocket:before {
  content: "";
}
.ti-pinterest:before {
  content: "";
}
.ti-new-window:before {
  content: "";
}
.ti-microsoft:before {
  content: "";
}
.ti-list-ol:before {
  content: "";
}
.ti-linkedin:before {
  content: "";
}
.ti-layout-sidebar-2:before {
  content: "";
}
.ti-layout-grid4-alt:before {
  content: "";
}
.ti-layout-grid3-alt:before {
  content: "";
}
.ti-layout-grid2-alt:before {
  content: "";
}
.ti-layout-column4-alt:before {
  content: "";
}
.ti-layout-column3-alt:before {
  content: "";
}
.ti-layout-column2-alt:before {
  content: "";
}
.ti-instagram:before {
  content: "";
}
.ti-google:before {
  content: "";
}
.ti-github:before {
  content: "";
}
.ti-flickr:before {
  content: "";
}
.ti-facebook:before {
  content: "";
}
.ti-dropbox:before {
  content: "";
}
.ti-dribbble:before {
  content: "";
}
.ti-apple:before {
  content: "";
}
.ti-android:before {
  content: "";
}
.ti-save:before {
  content: "";
}
.ti-save-alt:before {
  content: "";
}
.ti-yahoo:before {
  content: "";
}
.ti-wordpress:before {
  content: "";
}
.ti-vimeo-alt:before {
  content: "";
}
.ti-twitter-alt:before {
  content: "";
}
.ti-tumblr-alt:before {
  content: "";
}
.ti-trello:before {
  content: "";
}
.ti-stack-overflow:before {
  content: "";
}
.ti-soundcloud:before {
  content: "";
}
.ti-sharethis:before {
  content: "";
}
.ti-sharethis-alt:before {
  content: "";
}
.ti-reddit:before {
  content: "";
}
.ti-pinterest-alt:before {
  content: "";
}
.ti-microsoft-alt:before {
  content: "";
}
.ti-linux:before {
  content: "";
}
.ti-jsfiddle:before {
  content: "";
}
.ti-joomla:before {
  content: "";
}
.ti-html5:before {
  content: "";
}
.ti-flickr-alt:before {
  content: "";
}
.ti-email:before {
  content: "";
}
.ti-drupal:before {
  content: "";
}
.ti-dropbox-alt:before {
  content: "";
}
.ti-css3:before {
  content: "";
}
.ti-rss:before {
  content: "";
}
.ti-rss-alt:before {
  content: "";
}
.icon-icon_cart:before,
.icon-icon_heart_2:before,
.icon-icon_login:before {
  display: inline-block;
  font-family: Glyphter;
  font-style: normal;
}
.icon-icon_cart:before {
  content: "A";
}
.icon-icon_login:before {
  content: "B";
}
.icon-icon_heart_2:before {
  content: "C";
}
.iti {
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/source/rev-ce6fdd8/assets/intlTelInput/img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__flag.nitro-lazy {
  background-image: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdn-idinh.nitrocdn.com/GkhePegAsmwurGKLRvHrNfXpwduBSrnm/assets/images/source/rev-ce6fdd8/assets/intlTelInput/img/flags@2x.png");
  }
  .iti__flag.nitro-lazy {
    background-image: none !important;
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
