/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #6686ff;
  --indigo: #6610f2;
  --purple: #c183d6;
  --pink: #e83e8c;
  --red: #ff5e6b;
  --orange: #fd7e14;
  --yellow: #fcbc65;
  --green: #85df88;
  --teal: #73c8b7;
  --cyan: #3b84eb;
  --white: #fff;
  --gray: #565a60;
  --gray-dark: #343a40;
  --primary: #6686ff;
  --secondary: #565a60;
  --success: #73c8b7;
  --info: #6686ff;
  --warning: #fcbc65;
  --danger: #ff5e6b;
  --light: #f7f7f7;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #27282a;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #111;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004f50;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #565a60;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.625rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #111;
}
h1, .h1 {
  font-size: 1.499995rem;
}
h2, .h2 {
  font-size: 1.3749925rem;
}
h3, .h3 {
  font-size: 1.24999875rem;
}
h4, .h4 {
  font-size: 1.12499625rem;
}
h5, .h5 {
  font-size: 0.99999375rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #565a60;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #565a60;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #27282a;
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #27282a;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dadada;
}
.table tbody + tbody {
  border-top: 2px solid #dadada;
}
.table .table {
  background-color: #fff;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dadada;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dadada;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #d4ddff;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #afc0ff;
}
.table-hover .table-primary:hover {
  background-color: #bbc9ff;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #bbc9ff;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d0d1d2;
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #a7a9ac;
}
.table-hover .table-secondary:hover {
  background-color: #c3c4c6;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c3c4c6;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #d8f0eb;
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #b6e2da;
}
.table-hover .table-success:hover {
  background-color: #c5e8e1;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #c5e8e1;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #d4ddff;
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #afc0ff;
}
.table-hover .table-info:hover {
  background-color: #bbc9ff;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #bbc9ff;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #feecd4;
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #fddcaf;
}
.table-hover .table-warning:hover {
  background-color: #fee1bb;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #fee1bb;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #ffd2d6;
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ffabb2;
}
.table-hover .table-danger:hover {
  background-color: #ffb8be;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ffb8be;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfd;
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfbfb;
}
.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbd;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbd;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #27282a;
  border-color: #393b3e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e4e4e4;
  border-color: #dadada;
}
.table-dark {
  color: #fff;
  background-color: #27282a;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #393b3e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c6c8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e6ebff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.form-control::placeholder {
  color: #565a60;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2;
}
.col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 0.9375rem;
  line-height: 2;
}
.col-form-label-sm {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  font-size: 0.8125rem;
  line-height: 2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 2;
  color: #27282a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(2.5rem + 2px);
  padding: 0.4375rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 0.1875rem;
}
.form-control-lg {
  height: calc(3rem + 2px);
  padding: 0.5625rem 2.125rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0.375rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #565a60;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #73c8b7;
}
.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.8121rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(115, 200, 183, .9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #73c8b7;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373c8b7' 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");
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #73c8b7;
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .25);
}
.was-validated .form-control:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #73c8b7;
  padding-right: 3.8125rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2373c8b7' 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") no-repeat center right 1.75rem / 1.375rem 1.375rem;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #73c8b7;
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #73c8b7;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #73c8b7;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #73c8b7;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #98d6ca;
  background-color: #98d6ca;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #73c8b7;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #73c8b7;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #73c8b7;
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff5e6b;
}
.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.8121rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 94, 107, .9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ff5e6b;
  padding-right: 2.75rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.75rem / 4);
  background-size: calc(2.75rem / 2) calc(2.75rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5e6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff5e6b;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.75rem;
  background-position: top calc(2.75rem / 4) right calc(2.75rem / 4);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff5e6b;
  padding-right: 3.8125rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5e6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem / 1.375rem 1.375rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff5e6b;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5e6b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff5e6b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff5e6b;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff919a;
  background-color: #ff919a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff5e6b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5e6b;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff5e6b;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #27282a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #27282a;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4068ff;
  border-color: #335eff;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #335eff;
  border-color: #2654ff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #565a60;
  border-color: #565a60;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #44474c;
  border-color: #3e4145;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 115, 120, .5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #565a60;
  border-color: #565a60;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3e4145;
  border-color: #383a3e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 115, 120, .5);
}
.btn-success {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
.btn-success:hover {
  color: #fff;
  background-color: #58bda9;
  border-color: #4ebaa4;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 194, .5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4ebaa4;
  border-color: #47b49e;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 194, .5);
}
.btn-info {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-info:hover {
  color: #fff;
  background-color: #4068ff;
  border-color: #335eff;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #335eff;
  border-color: #2654ff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
.btn-warning {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
.btn-warning:hover {
  color: #fff;
  background-color: #fbac3f;
  border-color: #fba633;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 198, 124, .5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fba633;
  border-color: #fba126;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 198, 124, .5);
}
.btn-danger {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff3848;
  border-color: #ff2b3c;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 129, .5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b3c;
  border-color: #ff1e30;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 129, .5);
}
.btn-light {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:hover {
  color: #fff;
  background-color: #e4e4e4;
  border-color: #dedede;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, .5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #dedede;
  border-color: #d7d7d7;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
  color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6686ff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
.btn-outline-secondary {
  color: #565a60;
  border-color: #565a60;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #565a60;
  border-color: #565a60;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 90, 96, .5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #565a60;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565a60;
  border-color: #565a60;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 90, 96, .5);
}
.btn-outline-success {
  color: #73c8b7;
  border-color: #73c8b7;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #73c8b7;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .5);
}
.btn-outline-info {
  color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6686ff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
.btn-outline-warning {
  color: #fcbc65;
  border-color: #fcbc65;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 188, 101, .5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fcbc65;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 188, 101, .5);
}
.btn-outline-danger {
  color: #ff5e6b;
  border-color: #ff5e6b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5e6b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .5);
}
.btn-outline-light {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, .5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f7f7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, .5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
.btn-link {
  font-weight: 400;
  color: #111;
}
.btn-link:hover {
  color: #004f50;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #565a60;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5625rem 2.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0.375rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.4375rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 0.1875rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #27282a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #27282a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1b1b1d;
  text-decoration: none;
  background-color: #f7f7f7;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #6686ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #565a60;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8121rem;
  color: #565a60;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #27282a;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
}
.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:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control-plaintext + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e4;
  border: 1px solid #c4c6c8;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
  height: calc(3rem + 2px);
}
.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5625rem 2.125rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0.375rem;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
  height: calc(2.5rem + 2px);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.4375rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 0.1875rem;
}
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6686ff;
  background-color: #6686ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e6ebff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #565a60;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e4e4;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #777b81 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #6686ff;
  background-color: #6686ff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 134, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(102, 134, 255, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 134, 255, .5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #777b81;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(102, 134, 255, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
  background-color: #fff;
  border: 1px solid #c4c6c8;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #e6ebff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 235, 255, .5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #565a60;
  background-color: #e4e4e4;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(2.5rem + 2px);
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.5rem;
  font-size: 0.8125rem;
}
.custom-select-lg {
  height: calc(3rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 2.125rem;
  font-size: 0.9375rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #e6ebff;
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e4e4;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.75rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #c4c6c8;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.75rem;
  padding: 0.5rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e4e4e4;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #6686ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadada;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #6686ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dadada;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #6686ff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dadada;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dadada;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #777b81;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #777b81;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #777b81;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #565a60;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dadada;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e4e4e4 #e4e4e4 #dadada;
}
.nav-tabs .nav-link.disabled {
  color: #565a60;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dadada #dadada #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6686ff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.453125rem;
  padding-bottom: 0.453125rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e4e4e4;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #565a60;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #565a60;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #111;
  background-color: #fff;
  border: 1px solid #dadada;
}
.page-link:hover {
  z-index: 2;
  color: #004f50;
  text-decoration: none;
  background-color: #e4e4e4;
  border-color: #dadada;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.page-item.disabled .page-link {
  color: #565a60;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dadada;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.8121rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge[href]:hover, .badge[href]:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #6686ff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #335eff;
}
.badge-secondary {
  color: #fff;
  background-color: #565a60;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  background-color: #3e4145;
}
.badge-success {
  color: #fff;
  background-color: #73c8b7;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  background-color: #4ebaa4;
}
.badge-info {
  color: #fff;
  background-color: #6686ff;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  background-color: #335eff;
}
.badge-warning {
  color: #fff;
  background-color: #fcbc65;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #fff;
  background-color: #fba633;
}
.badge-danger {
  color: #fff;
  background-color: #ff5e6b;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: #ff2b3c;
}
.badge-light {
  color: #fff;
  background-color: #f7f7f7;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #fff;
  background-color: #dedede;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e4e4;
  border-radius: 0.375rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #354685;
  background-color: #e0e7ff;
  border-color: #d4ddff;
}
.alert-primary hr {
  border-top-color: #bbc9ff;
}
.alert-primary .alert-link {
  color: #263360;
}
.alert-secondary {
  color: #2d2f32;
  background-color: #dddedf;
  border-color: #d0d1d2;
}
.alert-secondary hr {
  border-top-color: #c3c4c6;
}
.alert-secondary .alert-link {
  color: #151617;
}
.alert-success {
  color: #3c685f;
  background-color: #e3f4f1;
  border-color: #d8f0eb;
}
.alert-success hr {
  border-top-color: #c5e8e1;
}
.alert-success .alert-link {
  color: #294842;
}
.alert-info {
  color: #354685;
  background-color: #e0e7ff;
  border-color: #d4ddff;
}
.alert-info hr {
  border-top-color: #bbc9ff;
}
.alert-info .alert-link {
  color: #263360;
}
.alert-warning {
  color: #836235;
  background-color: #fef2e0;
  border-color: #feecd4;
}
.alert-warning hr {
  border-top-color: #fee1bb;
}
.alert-warning .alert-link {
  color: #5f4726;
}
.alert-danger {
  color: #853138;
  background-color: #ffdfe1;
  border-color: #ffd2d6;
}
.alert-danger hr {
  border-top-color: #ffb8be;
}
.alert-danger .alert-link {
  color: #5f2328;
}
.alert-light {
  color: #808080;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #676767;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbd;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e4e4e4;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6686ff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f7f7f7;
}
.list-group-item-action:active {
  color: #27282a;
  background-color: #e4e4e4;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #565a60;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #354685;
  background-color: #d4ddff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #354685;
  background-color: #bbc9ff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #354685;
  border-color: #354685;
}
.list-group-item-secondary {
  color: #2d2f32;
  background-color: #d0d1d2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2d2f32;
  background-color: #c3c4c6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2d2f32;
  border-color: #2d2f32;
}
.list-group-item-success {
  color: #3c685f;
  background-color: #d8f0eb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #3c685f;
  background-color: #c5e8e1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3c685f;
  border-color: #3c685f;
}
.list-group-item-info {
  color: #354685;
  background-color: #d4ddff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #354685;
  background-color: #bbc9ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #354685;
  border-color: #354685;
}
.list-group-item-warning {
  color: #836235;
  background-color: #feecd4;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #836235;
  background-color: #fee1bb;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #836235;
  border-color: #836235;
}
.list-group-item-danger {
  color: #853138;
  background-color: #ffd2d6;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #853138;
  background-color: #ffb8be;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #853138;
  border-color: #853138;
}
.list-group-item-light {
  color: #808080;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #808080;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbd;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #565a60;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.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, .2);
  border-radius: 0.375rem;
  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.9;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e4e4e4;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e4e4e4;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8121rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8121rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.375rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.375rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.375rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #111;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #27282a;
}
.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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #6686ff !important;
}
a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
  background-color: #335eff !important;
}
.bg-secondary {
  background-color: #565a60 !important;
}
a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
  background-color: #3e4145 !important;
}
.bg-success {
  background-color: #73c8b7 !important;
}
a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
  background-color: #4ebaa4 !important;
}
.bg-info {
  background-color: #6686ff !important;
}
a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
  background-color: #335eff !important;
}
.bg-warning {
  background-color: #fcbc65 !important;
}
a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
  background-color: #fba633 !important;
}
.bg-danger {
  background-color: #ff5e6b !important;
}
a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
  background-color: #ff2b3c !important;
}
.bg-light {
  background-color: #f7f7f7 !important;
}
a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
  background-color: #dedede !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e4e4e4 !important;
}
.border-top {
  border-top: 1px solid #e4e4e4 !important;
}
.border-right {
  border-right: 1px solid #e4e4e4 !important;
}
.border-bottom {
  border-bottom: 1px solid #e4e4e4 !important;
}
.border-left {
  border-left: 1px solid #e4e4e4 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #6686ff !important;
}
.border-secondary {
  border-color: #565a60 !important;
}
.border-success {
  border-color: #73c8b7 !important;
}
.border-info {
  border-color: #6686ff !important;
}
.border-warning {
  border-color: #fcbc65 !important;
}
.border-danger {
  border-color: #ff5e6b !important;
}
.border-light {
  border-color: #f7f7f7 !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #6686ff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #1a4aff !important;
}
.text-secondary {
  color: #565a60 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #323438 !important;
}
.text-success {
  color: #73c8b7 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #43ab96 !important;
}
.text-info {
  color: #6686ff !important;
}
a.text-info:hover, a.text-info:focus {
  color: #1a4aff !important;
}
.text-warning {
  color: #fcbc65 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #fb9b1a !important;
}
.text-danger {
  color: #ff5e6b !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #ff1225 !important;
}
.text-light {
  color: #f7f7f7 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d1d1d1 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #27282a !important;
}
.text-muted {
  color: #565a60 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #777b81;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dadada !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    border-color: #dadada;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dadada;
  }
}
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*===============================
 =            BORDERS            =
 ===============================*/
[class*="-double"] {
  border-width: 4px !important;
}
.border-solid {
  border: 1px solid #e4e4e4 !important;
}
.border-double {
  border: 1px double #e4e4e4 !important;
}
.border-dashed {
  border: 1px dashed #e4e4e4 !important;
}
.border-dotted {
  border: 1px dotted #e4e4e4 !important;
}
.border-top-solid {
  border-top: 1px solid #e4e4e4 !important;
}
.border-top-double {
  border-top: 1px double #e4e4e4 !important;
}
.border-top-dashed {
  border-top: 1px dashed #e4e4e4 !important;
}
.border-top-dotted {
  border-top: 1px dotted #e4e4e4 !important;
}
.border-right-solid {
  border-right: 1px solid #e4e4e4 !important;
}
.border-right-double {
  border-right: 1px double #e4e4e4 !important;
}
.border-right-dashed {
  border-right: 1px dashed #e4e4e4 !important;
}
.border-right-dotted {
  border-right: 1px dotted #e4e4e4 !important;
}
.border-bottom-solid {
  border-bottom: 1px solid #e4e4e4 !important;
}
.border-bottom-double {
  border-bottom: 1px double #e4e4e4 !important;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #e4e4e4 !important;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #e4e4e4 !important;
}
.border-left-solid {
  border-left: 1px solid #e4e4e4 !important;
}
.border-left-double {
  border-left: 1px double #e4e4e4 !important;
}
.border-left-dashed {
  border-left: 1px dashed #e4e4e4 !important;
}
.border-left-dotted {
  border-left: 1px dotted #e4e4e4 !important;
}
@media (min-width: 576px) {
  .border-solid-sm {
    border: 1px solid #e4e4e4 !important;
  }
  .border-double-sm {
    border: 1px double #e4e4e4 !important;
  }
  .border-dashed-sm {
    border: 1px dashed #e4e4e4 !important;
  }
  .border-dotted-sm {
    border: 1px dotted #e4e4e4 !important;
  }
  .border-top-solid-sm {
    border-top: 1px solid #e4e4e4 !important;
  }
  .border-top-double-sm {
    border-top: 1px double #e4e4e4 !important;
  }
  .border-top-dashed-sm {
    border-top: 1px dashed #e4e4e4 !important;
  }
  .border-top-dotted-sm {
    border-top: 1px dotted #e4e4e4 !important;
  }
  .border-right-solid-sm {
    border-right: 1px solid #e4e4e4 !important;
  }
  .border-right-double-sm {
    border-right: 1px double #e4e4e4 !important;
  }
  .border-right-dashed-sm {
    border-right: 1px dashed #e4e4e4 !important;
  }
  .border-right-dotted-sm {
    border-right: 1px dotted #e4e4e4 !important;
  }
  .border-bottom-solid-sm {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .border-bottom-double-sm {
    border-bottom: 1px double #e4e4e4 !important;
  }
  .border-bottom-dashed-sm {
    border-bottom: 1px dashed #e4e4e4 !important;
  }
  .border-bottom-dotted-sm {
    border-bottom: 1px dotted #e4e4e4 !important;
  }
  .border-left-solid-sm {
    border-left: 1px solid #e4e4e4 !important;
  }
  .border-left-double-sm {
    border-left: 1px double #e4e4e4 !important;
  }
  .border-left-dashed-sm {
    border-left: 1px dashed #e4e4e4 !important;
  }
  .border-left-dotted-sm {
    border-left: 1px dotted #e4e4e4 !important;
  }
}
@media (min-width: 768px) {
  .border-solid-md {
    border: 1px solid #e4e4e4 !important;
  }
  .border-double-md {
    border: 1px double #e4e4e4 !important;
  }
  .border-dashed-md {
    border: 1px dashed #e4e4e4 !important;
  }
  .border-dotted-md {
    border: 1px dotted #e4e4e4 !important;
  }
  .border-top-solid-md {
    border-top: 1px solid #e4e4e4 !important;
  }
  .border-top-double-md {
    border-top: 1px double #e4e4e4 !important;
  }
  .border-top-dashed-md {
    border-top: 1px dashed #e4e4e4 !important;
  }
  .border-top-dotted-md {
    border-top: 1px dotted #e4e4e4 !important;
  }
  .border-right-solid-md {
    border-right: 1px solid #e4e4e4 !important;
  }
  .border-right-double-md {
    border-right: 1px double #e4e4e4 !important;
  }
  .border-right-dashed-md {
    border-right: 1px dashed #e4e4e4 !important;
  }
  .border-right-dotted-md {
    border-right: 1px dotted #e4e4e4 !important;
  }
  .border-bottom-solid-md {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .border-bottom-double-md {
    border-bottom: 1px double #e4e4e4 !important;
  }
  .border-bottom-dashed-md {
    border-bottom: 1px dashed #e4e4e4 !important;
  }
  .border-bottom-dotted-md {
    border-bottom: 1px dotted #e4e4e4 !important;
  }
  .border-left-solid-md {
    border-left: 1px solid #e4e4e4 !important;
  }
  .border-left-double-md {
    border-left: 1px double #e4e4e4 !important;
  }
  .border-left-dashed-md {
    border-left: 1px dashed #e4e4e4 !important;
  }
  .border-left-dotted-md {
    border-left: 1px dotted #e4e4e4 !important;
  }
}
@media (min-width: 992px) {
  .border-solid-lg {
    border: 1px solid #e4e4e4 !important;
  }
  .border-double-lg {
    border: 1px double #e4e4e4 !important;
  }
  .border-dashed-lg {
    border: 1px dashed #e4e4e4 !important;
  }
  .border-dotted-lg {
    border: 1px dotted #e4e4e4 !important;
  }
  .border-top-solid-lg {
    border-top: 1px solid #e4e4e4 !important;
  }
  .border-top-double-lg {
    border-top: 1px double #e4e4e4 !important;
  }
  .border-top-dashed-lg {
    border-top: 1px dashed #e4e4e4 !important;
  }
  .border-top-dotted-lg {
    border-top: 1px dotted #e4e4e4 !important;
  }
  .border-right-solid-lg {
    border-right: 1px solid #e4e4e4 !important;
  }
  .border-right-double-lg {
    border-right: 1px double #e4e4e4 !important;
  }
  .border-right-dashed-lg {
    border-right: 1px dashed #e4e4e4 !important;
  }
  .border-right-dotted-lg {
    border-right: 1px dotted #e4e4e4 !important;
  }
  .border-bottom-solid-lg {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .border-bottom-double-lg {
    border-bottom: 1px double #e4e4e4 !important;
  }
  .border-bottom-dashed-lg {
    border-bottom: 1px dashed #e4e4e4 !important;
  }
  .border-bottom-dotted-lg {
    border-bottom: 1px dotted #e4e4e4 !important;
  }
  .border-left-solid-lg {
    border-left: 1px solid #e4e4e4 !important;
  }
  .border-left-double-lg {
    border-left: 1px double #e4e4e4 !important;
  }
  .border-left-dashed-lg {
    border-left: 1px dashed #e4e4e4 !important;
  }
  .border-left-dotted-lg {
    border-left: 1px dotted #e4e4e4 !important;
  }
}
@media (min-width: 1200px) {
  .border-solid-xl {
    border: 1px solid #e4e4e4 !important;
  }
  .border-double-xl {
    border: 1px double #e4e4e4 !important;
  }
  .border-dashed-xl {
    border: 1px dashed #e4e4e4 !important;
  }
  .border-dotted-xl {
    border: 1px dotted #e4e4e4 !important;
  }
  .border-top-solid-xl {
    border-top: 1px solid #e4e4e4 !important;
  }
  .border-top-double-xl {
    border-top: 1px double #e4e4e4 !important;
  }
  .border-top-dashed-xl {
    border-top: 1px dashed #e4e4e4 !important;
  }
  .border-top-dotted-xl {
    border-top: 1px dotted #e4e4e4 !important;
  }
  .border-right-solid-xl {
    border-right: 1px solid #e4e4e4 !important;
  }
  .border-right-double-xl {
    border-right: 1px double #e4e4e4 !important;
  }
  .border-right-dashed-xl {
    border-right: 1px dashed #e4e4e4 !important;
  }
  .border-right-dotted-xl {
    border-right: 1px dotted #e4e4e4 !important;
  }
  .border-bottom-solid-xl {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .border-bottom-double-xl {
    border-bottom: 1px double #e4e4e4 !important;
  }
  .border-bottom-dashed-xl {
    border-bottom: 1px dashed #e4e4e4 !important;
  }
  .border-bottom-dotted-xl {
    border-bottom: 1px dotted #e4e4e4 !important;
  }
  .border-left-solid-xl {
    border-left: 1px solid #e4e4e4 !important;
  }
  .border-left-double-xl {
    border-left: 1px double #e4e4e4 !important;
  }
  .border-left-dashed-xl {
    border-left: 1px dashed #e4e4e4 !important;
  }
  .border-left-dotted-xl {
    border-left: 1px dotted #e4e4e4 !important;
  }
}
/*=======================================
 =            LETTER SPACINGS            =
 =======================================*/
.letter-spacing--2 {
  letter-spacing: -2px !important;
}
.letter-spacing--1 {
  letter-spacing: -1px !important;
}
.letter-spacing-0 {
  letter-spacing: 0px !important;
}
.letter-spacing-1 {
  letter-spacing: 1px !important;
}
.letter-spacing-2 {
  letter-spacing: 2px !important;
}
.letter-spacing-3 {
  letter-spacing: 3px !important;
}
.letter-spacing-4 {
  letter-spacing: 4px !important;
}
.letter-spacing-5 {
  letter-spacing: 5px !important;
}
/*==========================================
 =            PADDINGS & MARGINS            =
 ==========================================*/
.pt-0, .py-0 {
  padding-top: 0px !important;
}
.pr-0, .px-0 {
  padding-right: 0px !important;
}
.pb-0, .py-0 {
  padding-bottom: 0px !important;
}
.pl-0, .px-0 {
  padding-left: 0px !important;
}
.pt-10, .py-10 {
  padding-top: 10px !important;
}
.pr-10, .px-10 {
  padding-right: 10px !important;
}
.pb-10, .py-10 {
  padding-bottom: 10px !important;
}
.pl-10, .px-10 {
  padding-left: 10px !important;
}
.pt-20, .py-20 {
  padding-top: 20px !important;
}
.pr-20, .px-20 {
  padding-right: 20px !important;
}
.pb-20, .py-20 {
  padding-bottom: 20px !important;
}
.pl-20, .px-20 {
  padding-left: 20px !important;
}
.pt-30, .py-30 {
  padding-top: 30px !important;
}
.pr-30, .px-30 {
  padding-right: 30px !important;
}
.pb-30, .py-30 {
  padding-bottom: 30px !important;
}
.pl-30, .px-30 {
  padding-left: 30px !important;
}
.pt-40, .py-40 {
  padding-top: 40px !important;
}
.pr-40, .px-40 {
  padding-right: 40px !important;
}
.pb-40, .py-40 {
  padding-bottom: 40px !important;
}
.pl-40, .px-40 {
  padding-left: 40px !important;
}
.pt-50, .py-50 {
  padding-top: 50px !important;
}
.pr-50, .px-50 {
  padding-right: 50px !important;
}
.pb-50, .py-50 {
  padding-bottom: 50px !important;
}
.pl-50, .px-50 {
  padding-left: 50px !important;
}
.pt-60, .py-60 {
  padding-top: 60px !important;
}
.pr-60, .px-60 {
  padding-right: 60px !important;
}
.pb-60, .py-60 {
  padding-bottom: 60px !important;
}
.pl-60, .px-60 {
  padding-left: 60px !important;
}
.pt-70, .py-70 {
  padding-top: 70px !important;
}
.pr-70, .px-70 {
  padding-right: 70px !important;
}
.pb-70, .py-70 {
  padding-bottom: 70px !important;
}
.pl-70, .px-70 {
  padding-left: 70px !important;
}
.pt-80, .py-80 {
  padding-top: 80px !important;
}
.pr-80, .px-80 {
  padding-right: 80px !important;
}
.pb-80, .py-80 {
  padding-bottom: 80px !important;
}
.pl-80, .px-80 {
  padding-left: 80px !important;
}
.pt-90, .py-90 {
  padding-top: 90px !important;
}
.pr-90, .px-90 {
  padding-right: 90px !important;
}
.pb-90, .py-90 {
  padding-bottom: 90px !important;
}
.pl-90, .px-90 {
  padding-left: 90px !important;
}
.pt-100, .py-100 {
  padding-top: 100px !important;
}
.pr-100, .px-100 {
  padding-right: 100px !important;
}
.pb-100, .py-100 {
  padding-bottom: 100px !important;
}
.pl-100, .px-100 {
  padding-left: 100px !important;
}
.pt-110, .py-110 {
  padding-top: 110px !important;
}
.pr-110, .px-110 {
  padding-right: 110px !important;
}
.pb-110, .py-110 {
  padding-bottom: 110px !important;
}
.pl-110, .px-110 {
  padding-left: 110px !important;
}
.pt-120, .py-120 {
  padding-top: 120px !important;
}
.pr-120, .px-120 {
  padding-right: 120px !important;
}
.pb-120, .py-120 {
  padding-bottom: 120px !important;
}
.pl-120, .px-120 {
  padding-left: 120px !important;
}
.pt-130, .py-130 {
  padding-top: 130px !important;
}
.pr-130, .px-130 {
  padding-right: 130px !important;
}
.pb-130, .py-130 {
  padding-bottom: 130px !important;
}
.pl-130, .px-130 {
  padding-left: 130px !important;
}
.pt-140, .py-140 {
  padding-top: 140px !important;
}
.pr-140, .px-140 {
  padding-right: 140px !important;
}
.pb-140, .py-140 {
  padding-bottom: 140px !important;
}
.pl-140, .px-140 {
  padding-left: 140px !important;
}
.pt-150, .py-150 {
  padding-top: 150px !important;
}
.pr-150, .px-150 {
  padding-right: 150px !important;
}
.pb-150, .py-150 {
  padding-bottom: 150px !important;
}
.pl-150, .px-150 {
  padding-left: 150px !important;
}
.pt-160, .py-160 {
  padding-top: 160px !important;
}
.pr-160, .px-160 {
  padding-right: 160px !important;
}
.pb-160, .py-160 {
  padding-bottom: 160px !important;
}
.pl-160, .px-160 {
  padding-left: 160px !important;
}
.pt-170, .py-170 {
  padding-top: 170px !important;
}
.pr-170, .px-170 {
  padding-right: 170px !important;
}
.pb-170, .py-170 {
  padding-bottom: 170px !important;
}
.pl-170, .px-170 {
  padding-left: 170px !important;
}
.pt-180, .py-180 {
  padding-top: 180px !important;
}
.pr-180, .px-180 {
  padding-right: 180px !important;
}
.pb-180, .py-180 {
  padding-bottom: 180px !important;
}
.pl-180, .px-180 {
  padding-left: 180px !important;
}
.pt-190, .py-190 {
  padding-top: 190px !important;
}
.pr-190, .px-190 {
  padding-right: 190px !important;
}
.pb-190, .py-190 {
  padding-bottom: 190px !important;
}
.pl-190, .px-190 {
  padding-left: 190px !important;
}
.pt-200, .py-200 {
  padding-top: 200px !important;
}
.pr-200, .px-200 {
  padding-right: 200px !important;
}
.pb-200, .py-200 {
  padding-bottom: 200px !important;
}
.pl-200, .px-200 {
  padding-left: 200px !important;
}
.mt-0, .my-0 {
  margin-top: 0px !important;
}
.mr-0, .mx-0 {
  margin-right: 0px !important;
}
.mb-0, .my-0 {
  margin-bottom: 0px !important;
}
.ml-0, .mx-0 {
  margin-left: 0px !important;
}
.mt-10, .my-10 {
  margin-top: 10px !important;
}
.mr-10, .mx-10 {
  margin-right: 10px !important;
}
.mb-10, .my-10 {
  margin-bottom: 10px !important;
}
.ml-10, .mx-10 {
  margin-left: 10px !important;
}
.mt-20, .my-20 {
  margin-top: 20px !important;
}
.mr-20, .mx-20 {
  margin-right: 20px !important;
}
.mb-20, .my-20 {
  margin-bottom: 20px !important;
}
.ml-20, .mx-20 {
  margin-left: 20px !important;
}
.mt-30, .my-30 {
  margin-top: 30px !important;
}
.mr-30, .mx-30 {
  margin-right: 30px !important;
}
.mb-30, .my-30 {
  margin-bottom: 30px !important;
}
.ml-30, .mx-30 {
  margin-left: 30px !important;
}
.mt-40, .my-40 {
  margin-top: 40px !important;
}
.mr-40, .mx-40 {
  margin-right: 40px !important;
}
.mb-40, .my-40 {
  margin-bottom: 40px !important;
}
.ml-40, .mx-40 {
  margin-left: 40px !important;
}
.mt-50, .my-50 {
  margin-top: 50px !important;
}
.mr-50, .mx-50 {
  margin-right: 50px !important;
}
.mb-50, .my-50 {
  margin-bottom: 50px !important;
}
.ml-50, .mx-50 {
  margin-left: 50px !important;
}
.mt-60, .my-60 {
  margin-top: 60px !important;
}
.mr-60, .mx-60 {
  margin-right: 60px !important;
}
.mb-60, .my-60 {
  margin-bottom: 60px !important;
}
.ml-60, .mx-60 {
  margin-left: 60px !important;
}
.mt-70, .my-70 {
  margin-top: 70px !important;
}
.mr-70, .mx-70 {
  margin-right: 70px !important;
}
.mb-70, .my-70 {
  margin-bottom: 70px !important;
}
.ml-70, .mx-70 {
  margin-left: 70px !important;
}
.mt-80, .my-80 {
  margin-top: 80px !important;
}
.mr-80, .mx-80 {
  margin-right: 80px !important;
}
.mb-80, .my-80 {
  margin-bottom: 80px !important;
}
.ml-80, .mx-80 {
  margin-left: 80px !important;
}
.mt-90, .my-90 {
  margin-top: 90px !important;
}
.mr-90, .mx-90 {
  margin-right: 90px !important;
}
.mb-90, .my-90 {
  margin-bottom: 90px !important;
}
.ml-90, .mx-90 {
  margin-left: 90px !important;
}
.mt-100, .my-100 {
  margin-top: 100px !important;
}
.mr-100, .mx-100 {
  margin-right: 100px !important;
}
.mb-100, .my-100 {
  margin-bottom: 100px !important;
}
.ml-100, .mx-100 {
  margin-left: 100px !important;
}
.mt-110, .my-110 {
  margin-top: 110px !important;
}
.mr-110, .mx-110 {
  margin-right: 110px !important;
}
.mb-110, .my-110 {
  margin-bottom: 110px !important;
}
.ml-110, .mx-110 {
  margin-left: 110px !important;
}
.mt-120, .my-120 {
  margin-top: 120px !important;
}
.mr-120, .mx-120 {
  margin-right: 120px !important;
}
.mb-120, .my-120 {
  margin-bottom: 120px !important;
}
.ml-120, .mx-120 {
  margin-left: 120px !important;
}
.mt-130, .my-130 {
  margin-top: 130px !important;
}
.mr-130, .mx-130 {
  margin-right: 130px !important;
}
.mb-130, .my-130 {
  margin-bottom: 130px !important;
}
.ml-130, .mx-130 {
  margin-left: 130px !important;
}
.mt-140, .my-140 {
  margin-top: 140px !important;
}
.mr-140, .mx-140 {
  margin-right: 140px !important;
}
.mb-140, .my-140 {
  margin-bottom: 140px !important;
}
.ml-140, .mx-140 {
  margin-left: 140px !important;
}
.mt-150, .my-150 {
  margin-top: 150px !important;
}
.mr-150, .mx-150 {
  margin-right: 150px !important;
}
.mb-150, .my-150 {
  margin-bottom: 150px !important;
}
.ml-150, .mx-150 {
  margin-left: 150px !important;
}
.mt-160, .my-160 {
  margin-top: 160px !important;
}
.mr-160, .mx-160 {
  margin-right: 160px !important;
}
.mb-160, .my-160 {
  margin-bottom: 160px !important;
}
.ml-160, .mx-160 {
  margin-left: 160px !important;
}
.mt-170, .my-170 {
  margin-top: 170px !important;
}
.mr-170, .mx-170 {
  margin-right: 170px !important;
}
.mb-170, .my-170 {
  margin-bottom: 170px !important;
}
.ml-170, .mx-170 {
  margin-left: 170px !important;
}
.mt-180, .my-180 {
  margin-top: 180px !important;
}
.mr-180, .mx-180 {
  margin-right: 180px !important;
}
.mb-180, .my-180 {
  margin-bottom: 180px !important;
}
.ml-180, .mx-180 {
  margin-left: 180px !important;
}
.mt-190, .my-190 {
  margin-top: 190px !important;
}
.mr-190, .mx-190 {
  margin-right: 190px !important;
}
.mb-190, .my-190 {
  margin-bottom: 190px !important;
}
.ml-190, .mx-190 {
  margin-left: 190px !important;
}
.mt-200, .my-200 {
  margin-top: 200px !important;
}
.mr-200, .mx-200 {
  margin-right: 200px !important;
}
.mb-200, .my-200 {
  margin-bottom: 200px !important;
}
.ml-200, .mx-200 {
  margin-left: 200px !important;
}
.mt-n0 {
  margin-top: 0px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n35 {
  margin-top: -35px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.mt-n45 {
  margin-top: -45px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mt-n55 {
  margin-top: -55px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n65 {
  margin-top: -65px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.mt-n75 {
  margin-top: -75px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n85 {
  margin-top: -85px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n95 {
  margin-top: -95px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n105 {
  margin-top: -105px !important;
}
.mt-n110 {
  margin-top: -110px !important;
}
.mt-n115 {
  margin-top: -115px !important;
}
.mt-n120 {
  margin-top: -120px !important;
}
.mt-n125 {
  margin-top: -125px !important;
}
.mt-n130 {
  margin-top: -130px !important;
}
.mt-n135 {
  margin-top: -135px !important;
}
.mt-n140 {
  margin-top: -140px !important;
}
.mt-n145 {
  margin-top: -145px !important;
}
.mt-n150 {
  margin-top: -150px !important;
}
.mt-n155 {
  margin-top: -155px !important;
}
.mt-n160 {
  margin-top: -160px !important;
}
.mt-n165 {
  margin-top: -165px !important;
}
.mt-n170 {
  margin-top: -170px !important;
}
.mt-n175 {
  margin-top: -175px !important;
}
.mt-n180 {
  margin-top: -180px !important;
}
.mt-n185 {
  margin-top: -185px !important;
}
.mt-n190 {
  margin-top: -190px !important;
}
.mt-n195 {
  margin-top: -195px !important;
}
.mt-n200 {
  margin-top: -200px !important;
}
.mt-n205 {
  margin-top: -205px !important;
}
.mt-n210 {
  margin-top: -210px !important;
}
.mt-n215 {
  margin-top: -215px !important;
}
.mt-n220 {
  margin-top: -220px !important;
}
.mt-n225 {
  margin-top: -225px !important;
}
.mt-n230 {
  margin-top: -230px !important;
}
.mt-n235 {
  margin-top: -235px !important;
}
.mt-n240 {
  margin-top: -240px !important;
}
.mt-n245 {
  margin-top: -245px !important;
}
.mt-n250 {
  margin-top: -250px !important;
}
.mt-n255 {
  margin-top: -255px !important;
}
.mt-n260 {
  margin-top: -260px !important;
}
.mt-n265 {
  margin-top: -265px !important;
}
.mt-n270 {
  margin-top: -270px !important;
}
.mt-n275 {
  margin-top: -275px !important;
}
.mt-n280 {
  margin-top: -280px !important;
}
@media (min-width: 576px) {
  .pt-sm-0, .py-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0px !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 10px !important;
  }
  .pt-sm-20, .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20, .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20, .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20, .px-sm-20 {
    padding-left: 20px !important;
  }
  .pt-sm-30, .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30, .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30, .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30, .px-sm-30 {
    padding-left: 30px !important;
  }
  .pt-sm-40, .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40, .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40, .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40, .px-sm-40 {
    padding-left: 40px !important;
  }
  .pt-sm-50, .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50, .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50, .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50, .px-sm-50 {
    padding-left: 50px !important;
  }
  .pt-sm-60, .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60, .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60, .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60, .px-sm-60 {
    padding-left: 60px !important;
  }
  .pt-sm-70, .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70, .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70, .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70, .px-sm-70 {
    padding-left: 70px !important;
  }
  .pt-sm-80, .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80, .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80, .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80, .px-sm-80 {
    padding-left: 80px !important;
  }
  .pt-sm-90, .py-sm-90 {
    padding-top: 90px !important;
  }
  .pr-sm-90, .px-sm-90 {
    padding-right: 90px !important;
  }
  .pb-sm-90, .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pl-sm-90, .px-sm-90 {
    padding-left: 90px !important;
  }
  .pt-sm-100, .py-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100, .px-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100, .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100, .px-sm-100 {
    padding-left: 100px !important;
  }
  .pt-sm-110, .py-sm-110 {
    padding-top: 110px !important;
  }
  .pr-sm-110, .px-sm-110 {
    padding-right: 110px !important;
  }
  .pb-sm-110, .py-sm-110 {
    padding-bottom: 110px !important;
  }
  .pl-sm-110, .px-sm-110 {
    padding-left: 110px !important;
  }
  .pt-sm-120, .py-sm-120 {
    padding-top: 120px !important;
  }
  .pr-sm-120, .px-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-120, .py-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120, .px-sm-120 {
    padding-left: 120px !important;
  }
  .pt-sm-130, .py-sm-130 {
    padding-top: 130px !important;
  }
  .pr-sm-130, .px-sm-130 {
    padding-right: 130px !important;
  }
  .pb-sm-130, .py-sm-130 {
    padding-bottom: 130px !important;
  }
  .pl-sm-130, .px-sm-130 {
    padding-left: 130px !important;
  }
  .pt-sm-140, .py-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140, .px-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140, .py-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140, .px-sm-140 {
    padding-left: 140px !important;
  }
  .pt-sm-150, .py-sm-150 {
    padding-top: 150px !important;
  }
  .pr-sm-150, .px-sm-150 {
    padding-right: 150px !important;
  }
  .pb-sm-150, .py-sm-150 {
    padding-bottom: 150px !important;
  }
  .pl-sm-150, .px-sm-150 {
    padding-left: 150px !important;
  }
  .pt-sm-160, .py-sm-160 {
    padding-top: 160px !important;
  }
  .pr-sm-160, .px-sm-160 {
    padding-right: 160px !important;
  }
  .pb-sm-160, .py-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160, .px-sm-160 {
    padding-left: 160px !important;
  }
  .pt-sm-170, .py-sm-170 {
    padding-top: 170px !important;
  }
  .pr-sm-170, .px-sm-170 {
    padding-right: 170px !important;
  }
  .pb-sm-170, .py-sm-170 {
    padding-bottom: 170px !important;
  }
  .pl-sm-170, .px-sm-170 {
    padding-left: 170px !important;
  }
  .pt-sm-180, .py-sm-180 {
    padding-top: 180px !important;
  }
  .pr-sm-180, .px-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-180, .py-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180, .px-sm-180 {
    padding-left: 180px !important;
  }
  .pt-sm-190, .py-sm-190 {
    padding-top: 190px !important;
  }
  .pr-sm-190, .px-sm-190 {
    padding-right: 190px !important;
  }
  .pb-sm-190, .py-sm-190 {
    padding-bottom: 190px !important;
  }
  .pl-sm-190, .px-sm-190 {
    padding-left: 190px !important;
  }
  .pt-sm-200, .py-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200, .px-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200, .py-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200, .px-sm-200 {
    padding-left: 200px !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0px !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 10px !important;
  }
  .mt-sm-20, .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20, .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20, .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20, .mx-sm-20 {
    margin-left: 20px !important;
  }
  .mt-sm-30, .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30, .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30, .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30, .mx-sm-30 {
    margin-left: 30px !important;
  }
  .mt-sm-40, .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40, .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40, .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40, .mx-sm-40 {
    margin-left: 40px !important;
  }
  .mt-sm-50, .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50, .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50, .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50, .mx-sm-50 {
    margin-left: 50px !important;
  }
  .mt-sm-60, .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60, .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60, .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60, .mx-sm-60 {
    margin-left: 60px !important;
  }
  .mt-sm-70, .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70, .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70, .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70, .mx-sm-70 {
    margin-left: 70px !important;
  }
  .mt-sm-80, .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80, .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80, .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80, .mx-sm-80 {
    margin-left: 80px !important;
  }
  .mt-sm-90, .my-sm-90 {
    margin-top: 90px !important;
  }
  .mr-sm-90, .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mb-sm-90, .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .ml-sm-90, .mx-sm-90 {
    margin-left: 90px !important;
  }
  .mt-sm-100, .my-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100, .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100, .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100, .mx-sm-100 {
    margin-left: 100px !important;
  }
  .mt-sm-110, .my-sm-110 {
    margin-top: 110px !important;
  }
  .mr-sm-110, .mx-sm-110 {
    margin-right: 110px !important;
  }
  .mb-sm-110, .my-sm-110 {
    margin-bottom: 110px !important;
  }
  .ml-sm-110, .mx-sm-110 {
    margin-left: 110px !important;
  }
  .mt-sm-120, .my-sm-120 {
    margin-top: 120px !important;
  }
  .mr-sm-120, .mx-sm-120 {
    margin-right: 120px !important;
  }
  .mb-sm-120, .my-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120, .mx-sm-120 {
    margin-left: 120px !important;
  }
  .mt-sm-130, .my-sm-130 {
    margin-top: 130px !important;
  }
  .mr-sm-130, .mx-sm-130 {
    margin-right: 130px !important;
  }
  .mb-sm-130, .my-sm-130 {
    margin-bottom: 130px !important;
  }
  .ml-sm-130, .mx-sm-130 {
    margin-left: 130px !important;
  }
  .mt-sm-140, .my-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140, .mx-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140, .my-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140, .mx-sm-140 {
    margin-left: 140px !important;
  }
  .mt-sm-150, .my-sm-150 {
    margin-top: 150px !important;
  }
  .mr-sm-150, .mx-sm-150 {
    margin-right: 150px !important;
  }
  .mb-sm-150, .my-sm-150 {
    margin-bottom: 150px !important;
  }
  .ml-sm-150, .mx-sm-150 {
    margin-left: 150px !important;
  }
  .mt-sm-160, .my-sm-160 {
    margin-top: 160px !important;
  }
  .mr-sm-160, .mx-sm-160 {
    margin-right: 160px !important;
  }
  .mb-sm-160, .my-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160, .mx-sm-160 {
    margin-left: 160px !important;
  }
  .mt-sm-170, .my-sm-170 {
    margin-top: 170px !important;
  }
  .mr-sm-170, .mx-sm-170 {
    margin-right: 170px !important;
  }
  .mb-sm-170, .my-sm-170 {
    margin-bottom: 170px !important;
  }
  .ml-sm-170, .mx-sm-170 {
    margin-left: 170px !important;
  }
  .mt-sm-180, .my-sm-180 {
    margin-top: 180px !important;
  }
  .mr-sm-180, .mx-sm-180 {
    margin-right: 180px !important;
  }
  .mb-sm-180, .my-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180, .mx-sm-180 {
    margin-left: 180px !important;
  }
  .mt-sm-190, .my-sm-190 {
    margin-top: 190px !important;
  }
  .mr-sm-190, .mx-sm-190 {
    margin-right: 190px !important;
  }
  .mb-sm-190, .my-sm-190 {
    margin-bottom: 190px !important;
  }
  .ml-sm-190, .mx-sm-190 {
    margin-left: 190px !important;
  }
  .mt-sm-200, .my-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200, .mx-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200, .my-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200, .mx-sm-200 {
    margin-left: 200px !important;
  }
  .mt-sm-n0 {
    margin-top: 0px !important;
  }
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mt-sm-n35 {
    margin-top: -35px !important;
  }
  .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .mt-sm-n45 {
    margin-top: -45px !important;
  }
  .mt-sm-n50 {
    margin-top: -50px !important;
  }
  .mt-sm-n55 {
    margin-top: -55px !important;
  }
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mt-sm-n65 {
    margin-top: -65px !important;
  }
  .mt-sm-n70 {
    margin-top: -70px !important;
  }
  .mt-sm-n75 {
    margin-top: -75px !important;
  }
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  .mt-sm-n85 {
    margin-top: -85px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n95 {
    margin-top: -95px !important;
  }
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mt-sm-n105 {
    margin-top: -105px !important;
  }
  .mt-sm-n110 {
    margin-top: -110px !important;
  }
  .mt-sm-n115 {
    margin-top: -115px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .mt-sm-n125 {
    margin-top: -125px !important;
  }
  .mt-sm-n130 {
    margin-top: -130px !important;
  }
  .mt-sm-n135 {
    margin-top: -135px !important;
  }
  .mt-sm-n140 {
    margin-top: -140px !important;
  }
  .mt-sm-n145 {
    margin-top: -145px !important;
  }
  .mt-sm-n150 {
    margin-top: -150px !important;
  }
  .mt-sm-n155 {
    margin-top: -155px !important;
  }
  .mt-sm-n160 {
    margin-top: -160px !important;
  }
  .mt-sm-n165 {
    margin-top: -165px !important;
  }
  .mt-sm-n170 {
    margin-top: -170px !important;
  }
  .mt-sm-n175 {
    margin-top: -175px !important;
  }
  .mt-sm-n180 {
    margin-top: -180px !important;
  }
  .mt-sm-n185 {
    margin-top: -185px !important;
  }
  .mt-sm-n190 {
    margin-top: -190px !important;
  }
  .mt-sm-n195 {
    margin-top: -195px !important;
  }
  .mt-sm-n200 {
    margin-top: -200px !important;
  }
  .mt-sm-n205 {
    margin-top: -205px !important;
  }
  .mt-sm-n210 {
    margin-top: -210px !important;
  }
  .mt-sm-n215 {
    margin-top: -215px !important;
  }
  .mt-sm-n220 {
    margin-top: -220px !important;
  }
  .mt-sm-n225 {
    margin-top: -225px !important;
  }
  .mt-sm-n230 {
    margin-top: -230px !important;
  }
  .mt-sm-n235 {
    margin-top: -235px !important;
  }
  .mt-sm-n240 {
    margin-top: -240px !important;
  }
  .mt-sm-n245 {
    margin-top: -245px !important;
  }
  .mt-sm-n250 {
    margin-top: -250px !important;
  }
  .mt-sm-n255 {
    margin-top: -255px !important;
  }
  .mt-sm-n260 {
    margin-top: -260px !important;
  }
  .mt-sm-n265 {
    margin-top: -265px !important;
  }
  .mt-sm-n270 {
    margin-top: -270px !important;
  }
  .mt-sm-n275 {
    margin-top: -275px !important;
  }
  .mt-sm-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0, .py-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0px !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 10px !important;
  }
  .pt-md-20, .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20, .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20, .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20, .px-md-20 {
    padding-left: 20px !important;
  }
  .pt-md-30, .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30, .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30, .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30, .px-md-30 {
    padding-left: 30px !important;
  }
  .pt-md-40, .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40, .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40, .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40, .px-md-40 {
    padding-left: 40px !important;
  }
  .pt-md-50, .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50, .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50, .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50, .px-md-50 {
    padding-left: 50px !important;
  }
  .pt-md-60, .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60, .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60, .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60, .px-md-60 {
    padding-left: 60px !important;
  }
  .pt-md-70, .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70, .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70, .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70, .px-md-70 {
    padding-left: 70px !important;
  }
  .pt-md-80, .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80, .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80, .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80, .px-md-80 {
    padding-left: 80px !important;
  }
  .pt-md-90, .py-md-90 {
    padding-top: 90px !important;
  }
  .pr-md-90, .px-md-90 {
    padding-right: 90px !important;
  }
  .pb-md-90, .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90, .px-md-90 {
    padding-left: 90px !important;
  }
  .pt-md-100, .py-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100, .px-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100, .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100, .px-md-100 {
    padding-left: 100px !important;
  }
  .pt-md-110, .py-md-110 {
    padding-top: 110px !important;
  }
  .pr-md-110, .px-md-110 {
    padding-right: 110px !important;
  }
  .pb-md-110, .py-md-110 {
    padding-bottom: 110px !important;
  }
  .pl-md-110, .px-md-110 {
    padding-left: 110px !important;
  }
  .pt-md-120, .py-md-120 {
    padding-top: 120px !important;
  }
  .pr-md-120, .px-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-120, .py-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120, .px-md-120 {
    padding-left: 120px !important;
  }
  .pt-md-130, .py-md-130 {
    padding-top: 130px !important;
  }
  .pr-md-130, .px-md-130 {
    padding-right: 130px !important;
  }
  .pb-md-130, .py-md-130 {
    padding-bottom: 130px !important;
  }
  .pl-md-130, .px-md-130 {
    padding-left: 130px !important;
  }
  .pt-md-140, .py-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140, .px-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140, .py-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140, .px-md-140 {
    padding-left: 140px !important;
  }
  .pt-md-150, .py-md-150 {
    padding-top: 150px !important;
  }
  .pr-md-150, .px-md-150 {
    padding-right: 150px !important;
  }
  .pb-md-150, .py-md-150 {
    padding-bottom: 150px !important;
  }
  .pl-md-150, .px-md-150 {
    padding-left: 150px !important;
  }
  .pt-md-160, .py-md-160 {
    padding-top: 160px !important;
  }
  .pr-md-160, .px-md-160 {
    padding-right: 160px !important;
  }
  .pb-md-160, .py-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160, .px-md-160 {
    padding-left: 160px !important;
  }
  .pt-md-170, .py-md-170 {
    padding-top: 170px !important;
  }
  .pr-md-170, .px-md-170 {
    padding-right: 170px !important;
  }
  .pb-md-170, .py-md-170 {
    padding-bottom: 170px !important;
  }
  .pl-md-170, .px-md-170 {
    padding-left: 170px !important;
  }
  .pt-md-180, .py-md-180 {
    padding-top: 180px !important;
  }
  .pr-md-180, .px-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-180, .py-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180, .px-md-180 {
    padding-left: 180px !important;
  }
  .pt-md-190, .py-md-190 {
    padding-top: 190px !important;
  }
  .pr-md-190, .px-md-190 {
    padding-right: 190px !important;
  }
  .pb-md-190, .py-md-190 {
    padding-bottom: 190px !important;
  }
  .pl-md-190, .px-md-190 {
    padding-left: 190px !important;
  }
  .pt-md-200, .py-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200, .px-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200, .py-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200, .px-md-200 {
    padding-left: 200px !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0px !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 10px !important;
  }
  .mt-md-20, .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20, .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20, .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20, .mx-md-20 {
    margin-left: 20px !important;
  }
  .mt-md-30, .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30, .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30, .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30, .mx-md-30 {
    margin-left: 30px !important;
  }
  .mt-md-40, .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40, .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40, .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40, .mx-md-40 {
    margin-left: 40px !important;
  }
  .mt-md-50, .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50, .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50, .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50, .mx-md-50 {
    margin-left: 50px !important;
  }
  .mt-md-60, .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60, .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60, .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60, .mx-md-60 {
    margin-left: 60px !important;
  }
  .mt-md-70, .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70, .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70, .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70, .mx-md-70 {
    margin-left: 70px !important;
  }
  .mt-md-80, .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80, .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80, .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80, .mx-md-80 {
    margin-left: 80px !important;
  }
  .mt-md-90, .my-md-90 {
    margin-top: 90px !important;
  }
  .mr-md-90, .mx-md-90 {
    margin-right: 90px !important;
  }
  .mb-md-90, .my-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90, .mx-md-90 {
    margin-left: 90px !important;
  }
  .mt-md-100, .my-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100, .mx-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100, .my-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100, .mx-md-100 {
    margin-left: 100px !important;
  }
  .mt-md-110, .my-md-110 {
    margin-top: 110px !important;
  }
  .mr-md-110, .mx-md-110 {
    margin-right: 110px !important;
  }
  .mb-md-110, .my-md-110 {
    margin-bottom: 110px !important;
  }
  .ml-md-110, .mx-md-110 {
    margin-left: 110px !important;
  }
  .mt-md-120, .my-md-120 {
    margin-top: 120px !important;
  }
  .mr-md-120, .mx-md-120 {
    margin-right: 120px !important;
  }
  .mb-md-120, .my-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120, .mx-md-120 {
    margin-left: 120px !important;
  }
  .mt-md-130, .my-md-130 {
    margin-top: 130px !important;
  }
  .mr-md-130, .mx-md-130 {
    margin-right: 130px !important;
  }
  .mb-md-130, .my-md-130 {
    margin-bottom: 130px !important;
  }
  .ml-md-130, .mx-md-130 {
    margin-left: 130px !important;
  }
  .mt-md-140, .my-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140, .mx-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140, .my-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140, .mx-md-140 {
    margin-left: 140px !important;
  }
  .mt-md-150, .my-md-150 {
    margin-top: 150px !important;
  }
  .mr-md-150, .mx-md-150 {
    margin-right: 150px !important;
  }
  .mb-md-150, .my-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-150, .mx-md-150 {
    margin-left: 150px !important;
  }
  .mt-md-160, .my-md-160 {
    margin-top: 160px !important;
  }
  .mr-md-160, .mx-md-160 {
    margin-right: 160px !important;
  }
  .mb-md-160, .my-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160, .mx-md-160 {
    margin-left: 160px !important;
  }
  .mt-md-170, .my-md-170 {
    margin-top: 170px !important;
  }
  .mr-md-170, .mx-md-170 {
    margin-right: 170px !important;
  }
  .mb-md-170, .my-md-170 {
    margin-bottom: 170px !important;
  }
  .ml-md-170, .mx-md-170 {
    margin-left: 170px !important;
  }
  .mt-md-180, .my-md-180 {
    margin-top: 180px !important;
  }
  .mr-md-180, .mx-md-180 {
    margin-right: 180px !important;
  }
  .mb-md-180, .my-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180, .mx-md-180 {
    margin-left: 180px !important;
  }
  .mt-md-190, .my-md-190 {
    margin-top: 190px !important;
  }
  .mr-md-190, .mx-md-190 {
    margin-right: 190px !important;
  }
  .mb-md-190, .my-md-190 {
    margin-bottom: 190px !important;
  }
  .ml-md-190, .mx-md-190 {
    margin-left: 190px !important;
  }
  .mt-md-200, .my-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200, .mx-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200, .my-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200, .mx-md-200 {
    margin-left: 200px !important;
  }
  .mt-md-n0 {
    margin-top: 0px !important;
  }
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mt-md-n35 {
    margin-top: -35px !important;
  }
  .mt-md-n40 {
    margin-top: -40px !important;
  }
  .mt-md-n45 {
    margin-top: -45px !important;
  }
  .mt-md-n50 {
    margin-top: -50px !important;
  }
  .mt-md-n55 {
    margin-top: -55px !important;
  }
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mt-md-n65 {
    margin-top: -65px !important;
  }
  .mt-md-n70 {
    margin-top: -70px !important;
  }
  .mt-md-n75 {
    margin-top: -75px !important;
  }
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  .mt-md-n85 {
    margin-top: -85px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n95 {
    margin-top: -95px !important;
  }
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mt-md-n105 {
    margin-top: -105px !important;
  }
  .mt-md-n110 {
    margin-top: -110px !important;
  }
  .mt-md-n115 {
    margin-top: -115px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .mt-md-n125 {
    margin-top: -125px !important;
  }
  .mt-md-n130 {
    margin-top: -130px !important;
  }
  .mt-md-n135 {
    margin-top: -135px !important;
  }
  .mt-md-n140 {
    margin-top: -140px !important;
  }
  .mt-md-n145 {
    margin-top: -145px !important;
  }
  .mt-md-n150 {
    margin-top: -150px !important;
  }
  .mt-md-n155 {
    margin-top: -155px !important;
  }
  .mt-md-n160 {
    margin-top: -160px !important;
  }
  .mt-md-n165 {
    margin-top: -165px !important;
  }
  .mt-md-n170 {
    margin-top: -170px !important;
  }
  .mt-md-n175 {
    margin-top: -175px !important;
  }
  .mt-md-n180 {
    margin-top: -180px !important;
  }
  .mt-md-n185 {
    margin-top: -185px !important;
  }
  .mt-md-n190 {
    margin-top: -190px !important;
  }
  .mt-md-n195 {
    margin-top: -195px !important;
  }
  .mt-md-n200 {
    margin-top: -200px !important;
  }
  .mt-md-n205 {
    margin-top: -205px !important;
  }
  .mt-md-n210 {
    margin-top: -210px !important;
  }
  .mt-md-n215 {
    margin-top: -215px !important;
  }
  .mt-md-n220 {
    margin-top: -220px !important;
  }
  .mt-md-n225 {
    margin-top: -225px !important;
  }
  .mt-md-n230 {
    margin-top: -230px !important;
  }
  .mt-md-n235 {
    margin-top: -235px !important;
  }
  .mt-md-n240 {
    margin-top: -240px !important;
  }
  .mt-md-n245 {
    margin-top: -245px !important;
  }
  .mt-md-n250 {
    margin-top: -250px !important;
  }
  .mt-md-n255 {
    margin-top: -255px !important;
  }
  .mt-md-n260 {
    margin-top: -260px !important;
  }
  .mt-md-n265 {
    margin-top: -265px !important;
  }
  .mt-md-n270 {
    margin-top: -270px !important;
  }
  .mt-md-n275 {
    margin-top: -275px !important;
  }
  .mt-md-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0px !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 10px !important;
  }
  .pt-lg-20, .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20, .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20, .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20, .px-lg-20 {
    padding-left: 20px !important;
  }
  .pt-lg-30, .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30, .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30, .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30, .px-lg-30 {
    padding-left: 30px !important;
  }
  .pt-lg-40, .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40, .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40, .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40, .px-lg-40 {
    padding-left: 40px !important;
  }
  .pt-lg-50, .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50, .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50, .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50, .px-lg-50 {
    padding-left: 50px !important;
  }
  .pt-lg-60, .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60, .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60, .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60, .px-lg-60 {
    padding-left: 60px !important;
  }
  .pt-lg-70, .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70, .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70, .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70, .px-lg-70 {
    padding-left: 70px !important;
  }
  .pt-lg-80, .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80, .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80, .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80, .px-lg-80 {
    padding-left: 80px !important;
  }
  .pt-lg-90, .py-lg-90 {
    padding-top: 90px !important;
  }
  .pr-lg-90, .px-lg-90 {
    padding-right: 90px !important;
  }
  .pb-lg-90, .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90, .px-lg-90 {
    padding-left: 90px !important;
  }
  .pt-lg-100, .py-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100, .px-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100, .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100, .px-lg-100 {
    padding-left: 100px !important;
  }
  .pt-lg-110, .py-lg-110 {
    padding-top: 110px !important;
  }
  .pr-lg-110, .px-lg-110 {
    padding-right: 110px !important;
  }
  .pb-lg-110, .py-lg-110 {
    padding-bottom: 110px !important;
  }
  .pl-lg-110, .px-lg-110 {
    padding-left: 110px !important;
  }
  .pt-lg-120, .py-lg-120 {
    padding-top: 120px !important;
  }
  .pr-lg-120, .px-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-120, .py-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120, .px-lg-120 {
    padding-left: 120px !important;
  }
  .pt-lg-130, .py-lg-130 {
    padding-top: 130px !important;
  }
  .pr-lg-130, .px-lg-130 {
    padding-right: 130px !important;
  }
  .pb-lg-130, .py-lg-130 {
    padding-bottom: 130px !important;
  }
  .pl-lg-130, .px-lg-130 {
    padding-left: 130px !important;
  }
  .pt-lg-140, .py-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140, .px-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140, .py-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140, .px-lg-140 {
    padding-left: 140px !important;
  }
  .pt-lg-150, .py-lg-150 {
    padding-top: 150px !important;
  }
  .pr-lg-150, .px-lg-150 {
    padding-right: 150px !important;
  }
  .pb-lg-150, .py-lg-150 {
    padding-bottom: 150px !important;
  }
  .pl-lg-150, .px-lg-150 {
    padding-left: 150px !important;
  }
  .pt-lg-160, .py-lg-160 {
    padding-top: 160px !important;
  }
  .pr-lg-160, .px-lg-160 {
    padding-right: 160px !important;
  }
  .pb-lg-160, .py-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160, .px-lg-160 {
    padding-left: 160px !important;
  }
  .pt-lg-170, .py-lg-170 {
    padding-top: 170px !important;
  }
  .pr-lg-170, .px-lg-170 {
    padding-right: 170px !important;
  }
  .pb-lg-170, .py-lg-170 {
    padding-bottom: 170px !important;
  }
  .pl-lg-170, .px-lg-170 {
    padding-left: 170px !important;
  }
  .pt-lg-180, .py-lg-180 {
    padding-top: 180px !important;
  }
  .pr-lg-180, .px-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-180, .py-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180, .px-lg-180 {
    padding-left: 180px !important;
  }
  .pt-lg-190, .py-lg-190 {
    padding-top: 190px !important;
  }
  .pr-lg-190, .px-lg-190 {
    padding-right: 190px !important;
  }
  .pb-lg-190, .py-lg-190 {
    padding-bottom: 190px !important;
  }
  .pl-lg-190, .px-lg-190 {
    padding-left: 190px !important;
  }
  .pt-lg-200, .py-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200, .px-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200, .py-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200, .px-lg-200 {
    padding-left: 200px !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0px !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 10px !important;
  }
  .mt-lg-20, .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20, .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20, .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20, .mx-lg-20 {
    margin-left: 20px !important;
  }
  .mt-lg-30, .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30, .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30, .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30, .mx-lg-30 {
    margin-left: 30px !important;
  }
  .mt-lg-40, .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40, .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40, .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40, .mx-lg-40 {
    margin-left: 40px !important;
  }
  .mt-lg-50, .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50, .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50, .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50, .mx-lg-50 {
    margin-left: 50px !important;
  }
  .mt-lg-60, .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60, .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60, .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60, .mx-lg-60 {
    margin-left: 60px !important;
  }
  .mt-lg-70, .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70, .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70, .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70, .mx-lg-70 {
    margin-left: 70px !important;
  }
  .mt-lg-80, .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80, .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80, .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80, .mx-lg-80 {
    margin-left: 80px !important;
  }
  .mt-lg-90, .my-lg-90 {
    margin-top: 90px !important;
  }
  .mr-lg-90, .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mb-lg-90, .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90, .mx-lg-90 {
    margin-left: 90px !important;
  }
  .mt-lg-100, .my-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100, .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100, .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100, .mx-lg-100 {
    margin-left: 100px !important;
  }
  .mt-lg-110, .my-lg-110 {
    margin-top: 110px !important;
  }
  .mr-lg-110, .mx-lg-110 {
    margin-right: 110px !important;
  }
  .mb-lg-110, .my-lg-110 {
    margin-bottom: 110px !important;
  }
  .ml-lg-110, .mx-lg-110 {
    margin-left: 110px !important;
  }
  .mt-lg-120, .my-lg-120 {
    margin-top: 120px !important;
  }
  .mr-lg-120, .mx-lg-120 {
    margin-right: 120px !important;
  }
  .mb-lg-120, .my-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120, .mx-lg-120 {
    margin-left: 120px !important;
  }
  .mt-lg-130, .my-lg-130 {
    margin-top: 130px !important;
  }
  .mr-lg-130, .mx-lg-130 {
    margin-right: 130px !important;
  }
  .mb-lg-130, .my-lg-130 {
    margin-bottom: 130px !important;
  }
  .ml-lg-130, .mx-lg-130 {
    margin-left: 130px !important;
  }
  .mt-lg-140, .my-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140, .mx-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140, .my-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140, .mx-lg-140 {
    margin-left: 140px !important;
  }
  .mt-lg-150, .my-lg-150 {
    margin-top: 150px !important;
  }
  .mr-lg-150, .mx-lg-150 {
    margin-right: 150px !important;
  }
  .mb-lg-150, .my-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-150, .mx-lg-150 {
    margin-left: 150px !important;
  }
  .mt-lg-160, .my-lg-160 {
    margin-top: 160px !important;
  }
  .mr-lg-160, .mx-lg-160 {
    margin-right: 160px !important;
  }
  .mb-lg-160, .my-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160, .mx-lg-160 {
    margin-left: 160px !important;
  }
  .mt-lg-170, .my-lg-170 {
    margin-top: 170px !important;
  }
  .mr-lg-170, .mx-lg-170 {
    margin-right: 170px !important;
  }
  .mb-lg-170, .my-lg-170 {
    margin-bottom: 170px !important;
  }
  .ml-lg-170, .mx-lg-170 {
    margin-left: 170px !important;
  }
  .mt-lg-180, .my-lg-180 {
    margin-top: 180px !important;
  }
  .mr-lg-180, .mx-lg-180 {
    margin-right: 180px !important;
  }
  .mb-lg-180, .my-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180, .mx-lg-180 {
    margin-left: 180px !important;
  }
  .mt-lg-190, .my-lg-190 {
    margin-top: 190px !important;
  }
  .mr-lg-190, .mx-lg-190 {
    margin-right: 190px !important;
  }
  .mb-lg-190, .my-lg-190 {
    margin-bottom: 190px !important;
  }
  .ml-lg-190, .mx-lg-190 {
    margin-left: 190px !important;
  }
  .mt-lg-200, .my-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200, .mx-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200, .my-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200, .mx-lg-200 {
    margin-left: 200px !important;
  }
  .mt-lg-n0 {
    margin-top: 0px !important;
  }
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mt-lg-n35 {
    margin-top: -35px !important;
  }
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .mt-lg-n45 {
    margin-top: -45px !important;
  }
  .mt-lg-n50 {
    margin-top: -50px !important;
  }
  .mt-lg-n55 {
    margin-top: -55px !important;
  }
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mt-lg-n65 {
    margin-top: -65px !important;
  }
  .mt-lg-n70 {
    margin-top: -70px !important;
  }
  .mt-lg-n75 {
    margin-top: -75px !important;
  }
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  .mt-lg-n85 {
    margin-top: -85px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n95 {
    margin-top: -95px !important;
  }
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mt-lg-n105 {
    margin-top: -105px !important;
  }
  .mt-lg-n110 {
    margin-top: -110px !important;
  }
  .mt-lg-n115 {
    margin-top: -115px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .mt-lg-n125 {
    margin-top: -125px !important;
  }
  .mt-lg-n130 {
    margin-top: -130px !important;
  }
  .mt-lg-n135 {
    margin-top: -135px !important;
  }
  .mt-lg-n140 {
    margin-top: -140px !important;
  }
  .mt-lg-n145 {
    margin-top: -145px !important;
  }
  .mt-lg-n150 {
    margin-top: -150px !important;
  }
  .mt-lg-n155 {
    margin-top: -155px !important;
  }
  .mt-lg-n160 {
    margin-top: -160px !important;
  }
  .mt-lg-n165 {
    margin-top: -165px !important;
  }
  .mt-lg-n170 {
    margin-top: -170px !important;
  }
  .mt-lg-n175 {
    margin-top: -175px !important;
  }
  .mt-lg-n180 {
    margin-top: -180px !important;
  }
  .mt-lg-n185 {
    margin-top: -185px !important;
  }
  .mt-lg-n190 {
    margin-top: -190px !important;
  }
  .mt-lg-n195 {
    margin-top: -195px !important;
  }
  .mt-lg-n200 {
    margin-top: -200px !important;
  }
  .mt-lg-n205 {
    margin-top: -205px !important;
  }
  .mt-lg-n210 {
    margin-top: -210px !important;
  }
  .mt-lg-n215 {
    margin-top: -215px !important;
  }
  .mt-lg-n220 {
    margin-top: -220px !important;
  }
  .mt-lg-n225 {
    margin-top: -225px !important;
  }
  .mt-lg-n230 {
    margin-top: -230px !important;
  }
  .mt-lg-n235 {
    margin-top: -235px !important;
  }
  .mt-lg-n240 {
    margin-top: -240px !important;
  }
  .mt-lg-n245 {
    margin-top: -245px !important;
  }
  .mt-lg-n250 {
    margin-top: -250px !important;
  }
  .mt-lg-n255 {
    margin-top: -255px !important;
  }
  .mt-lg-n260 {
    margin-top: -260px !important;
  }
  .mt-lg-n265 {
    margin-top: -265px !important;
  }
  .mt-lg-n270 {
    margin-top: -270px !important;
  }
  .mt-lg-n275 {
    margin-top: -275px !important;
  }
  .mt-lg-n280 {
    margin-top: -280px !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0, .py-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0px !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 10px !important;
  }
  .pt-xl-20, .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20, .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20, .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20, .px-xl-20 {
    padding-left: 20px !important;
  }
  .pt-xl-30, .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30, .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30, .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30, .px-xl-30 {
    padding-left: 30px !important;
  }
  .pt-xl-40, .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40, .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40, .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40, .px-xl-40 {
    padding-left: 40px !important;
  }
  .pt-xl-50, .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50, .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50, .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50, .px-xl-50 {
    padding-left: 50px !important;
  }
  .pt-xl-60, .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60, .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60, .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60, .px-xl-60 {
    padding-left: 60px !important;
  }
  .pt-xl-70, .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70, .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70, .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70, .px-xl-70 {
    padding-left: 70px !important;
  }
  .pt-xl-80, .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80, .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80, .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80, .px-xl-80 {
    padding-left: 80px !important;
  }
  .pt-xl-90, .py-xl-90 {
    padding-top: 90px !important;
  }
  .pr-xl-90, .px-xl-90 {
    padding-right: 90px !important;
  }
  .pb-xl-90, .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90, .px-xl-90 {
    padding-left: 90px !important;
  }
  .pt-xl-100, .py-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100, .px-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100, .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100, .px-xl-100 {
    padding-left: 100px !important;
  }
  .pt-xl-110, .py-xl-110 {
    padding-top: 110px !important;
  }
  .pr-xl-110, .px-xl-110 {
    padding-right: 110px !important;
  }
  .pb-xl-110, .py-xl-110 {
    padding-bottom: 110px !important;
  }
  .pl-xl-110, .px-xl-110 {
    padding-left: 110px !important;
  }
  .pt-xl-120, .py-xl-120 {
    padding-top: 120px !important;
  }
  .pr-xl-120, .px-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-120, .py-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120, .px-xl-120 {
    padding-left: 120px !important;
  }
  .pt-xl-130, .py-xl-130 {
    padding-top: 130px !important;
  }
  .pr-xl-130, .px-xl-130 {
    padding-right: 130px !important;
  }
  .pb-xl-130, .py-xl-130 {
    padding-bottom: 130px !important;
  }
  .pl-xl-130, .px-xl-130 {
    padding-left: 130px !important;
  }
  .pt-xl-140, .py-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140, .px-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140, .py-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140, .px-xl-140 {
    padding-left: 140px !important;
  }
  .pt-xl-150, .py-xl-150 {
    padding-top: 150px !important;
  }
  .pr-xl-150, .px-xl-150 {
    padding-right: 150px !important;
  }
  .pb-xl-150, .py-xl-150 {
    padding-bottom: 150px !important;
  }
  .pl-xl-150, .px-xl-150 {
    padding-left: 150px !important;
  }
  .pt-xl-160, .py-xl-160 {
    padding-top: 160px !important;
  }
  .pr-xl-160, .px-xl-160 {
    padding-right: 160px !important;
  }
  .pb-xl-160, .py-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160, .px-xl-160 {
    padding-left: 160px !important;
  }
  .pt-xl-170, .py-xl-170 {
    padding-top: 170px !important;
  }
  .pr-xl-170, .px-xl-170 {
    padding-right: 170px !important;
  }
  .pb-xl-170, .py-xl-170 {
    padding-bottom: 170px !important;
  }
  .pl-xl-170, .px-xl-170 {
    padding-left: 170px !important;
  }
  .pt-xl-180, .py-xl-180 {
    padding-top: 180px !important;
  }
  .pr-xl-180, .px-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-180, .py-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180, .px-xl-180 {
    padding-left: 180px !important;
  }
  .pt-xl-190, .py-xl-190 {
    padding-top: 190px !important;
  }
  .pr-xl-190, .px-xl-190 {
    padding-right: 190px !important;
  }
  .pb-xl-190, .py-xl-190 {
    padding-bottom: 190px !important;
  }
  .pl-xl-190, .px-xl-190 {
    padding-left: 190px !important;
  }
  .pt-xl-200, .py-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200, .px-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200, .py-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200, .px-xl-200 {
    padding-left: 200px !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0px !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 10px !important;
  }
  .mt-xl-20, .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20, .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20, .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20, .mx-xl-20 {
    margin-left: 20px !important;
  }
  .mt-xl-30, .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30, .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30, .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30, .mx-xl-30 {
    margin-left: 30px !important;
  }
  .mt-xl-40, .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40, .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40, .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40, .mx-xl-40 {
    margin-left: 40px !important;
  }
  .mt-xl-50, .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50, .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50, .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50, .mx-xl-50 {
    margin-left: 50px !important;
  }
  .mt-xl-60, .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60, .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60, .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60, .mx-xl-60 {
    margin-left: 60px !important;
  }
  .mt-xl-70, .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70, .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70, .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70, .mx-xl-70 {
    margin-left: 70px !important;
  }
  .mt-xl-80, .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80, .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80, .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80, .mx-xl-80 {
    margin-left: 80px !important;
  }
  .mt-xl-90, .my-xl-90 {
    margin-top: 90px !important;
  }
  .mr-xl-90, .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mb-xl-90, .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90, .mx-xl-90 {
    margin-left: 90px !important;
  }
  .mt-xl-100, .my-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100, .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100, .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100, .mx-xl-100 {
    margin-left: 100px !important;
  }
  .mt-xl-110, .my-xl-110 {
    margin-top: 110px !important;
  }
  .mr-xl-110, .mx-xl-110 {
    margin-right: 110px !important;
  }
  .mb-xl-110, .my-xl-110 {
    margin-bottom: 110px !important;
  }
  .ml-xl-110, .mx-xl-110 {
    margin-left: 110px !important;
  }
  .mt-xl-120, .my-xl-120 {
    margin-top: 120px !important;
  }
  .mr-xl-120, .mx-xl-120 {
    margin-right: 120px !important;
  }
  .mb-xl-120, .my-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120, .mx-xl-120 {
    margin-left: 120px !important;
  }
  .mt-xl-130, .my-xl-130 {
    margin-top: 130px !important;
  }
  .mr-xl-130, .mx-xl-130 {
    margin-right: 130px !important;
  }
  .mb-xl-130, .my-xl-130 {
    margin-bottom: 130px !important;
  }
  .ml-xl-130, .mx-xl-130 {
    margin-left: 130px !important;
  }
  .mt-xl-140, .my-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140, .mx-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140, .my-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140, .mx-xl-140 {
    margin-left: 140px !important;
  }
  .mt-xl-150, .my-xl-150 {
    margin-top: 150px !important;
  }
  .mr-xl-150, .mx-xl-150 {
    margin-right: 150px !important;
  }
  .mb-xl-150, .my-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-150, .mx-xl-150 {
    margin-left: 150px !important;
  }
  .mt-xl-160, .my-xl-160 {
    margin-top: 160px !important;
  }
  .mr-xl-160, .mx-xl-160 {
    margin-right: 160px !important;
  }
  .mb-xl-160, .my-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160, .mx-xl-160 {
    margin-left: 160px !important;
  }
  .mt-xl-170, .my-xl-170 {
    margin-top: 170px !important;
  }
  .mr-xl-170, .mx-xl-170 {
    margin-right: 170px !important;
  }
  .mb-xl-170, .my-xl-170 {
    margin-bottom: 170px !important;
  }
  .ml-xl-170, .mx-xl-170 {
    margin-left: 170px !important;
  }
  .mt-xl-180, .my-xl-180 {
    margin-top: 180px !important;
  }
  .mr-xl-180, .mx-xl-180 {
    margin-right: 180px !important;
  }
  .mb-xl-180, .my-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180, .mx-xl-180 {
    margin-left: 180px !important;
  }
  .mt-xl-190, .my-xl-190 {
    margin-top: 190px !important;
  }
  .mr-xl-190, .mx-xl-190 {
    margin-right: 190px !important;
  }
  .mb-xl-190, .my-xl-190 {
    margin-bottom: 190px !important;
  }
  .ml-xl-190, .mx-xl-190 {
    margin-left: 190px !important;
  }
  .mt-xl-200, .my-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200, .mx-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200, .my-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200, .mx-xl-200 {
    margin-left: 200px !important;
  }
  .mt-xl-n0 {
    margin-top: 0px !important;
  }
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  .mt-xl-n30 {
    margin-top: -30px !important;
  }
  .mt-xl-n35 {
    margin-top: -35px !important;
  }
  .mt-xl-n40 {
    margin-top: -40px !important;
  }
  .mt-xl-n45 {
    margin-top: -45px !important;
  }
  .mt-xl-n50 {
    margin-top: -50px !important;
  }
  .mt-xl-n55 {
    margin-top: -55px !important;
  }
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  .mt-xl-n65 {
    margin-top: -65px !important;
  }
  .mt-xl-n70 {
    margin-top: -70px !important;
  }
  .mt-xl-n75 {
    margin-top: -75px !important;
  }
  .mt-xl-n80 {
    margin-top: -80px !important;
  }
  .mt-xl-n85 {
    margin-top: -85px !important;
  }
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  .mt-xl-n95 {
    margin-top: -95px !important;
  }
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  .mt-xl-n105 {
    margin-top: -105px !important;
  }
  .mt-xl-n110 {
    margin-top: -110px !important;
  }
  .mt-xl-n115 {
    margin-top: -115px !important;
  }
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  .mt-xl-n125 {
    margin-top: -125px !important;
  }
  .mt-xl-n130 {
    margin-top: -130px !important;
  }
  .mt-xl-n135 {
    margin-top: -135px !important;
  }
  .mt-xl-n140 {
    margin-top: -140px !important;
  }
  .mt-xl-n145 {
    margin-top: -145px !important;
  }
  .mt-xl-n150 {
    margin-top: -150px !important;
  }
  .mt-xl-n155 {
    margin-top: -155px !important;
  }
  .mt-xl-n160 {
    margin-top: -160px !important;
  }
  .mt-xl-n165 {
    margin-top: -165px !important;
  }
  .mt-xl-n170 {
    margin-top: -170px !important;
  }
  .mt-xl-n175 {
    margin-top: -175px !important;
  }
  .mt-xl-n180 {
    margin-top: -180px !important;
  }
  .mt-xl-n185 {
    margin-top: -185px !important;
  }
  .mt-xl-n190 {
    margin-top: -190px !important;
  }
  .mt-xl-n195 {
    margin-top: -195px !important;
  }
  .mt-xl-n200 {
    margin-top: -200px !important;
  }
  .mt-xl-n205 {
    margin-top: -205px !important;
  }
  .mt-xl-n210 {
    margin-top: -210px !important;
  }
  .mt-xl-n215 {
    margin-top: -215px !important;
  }
  .mt-xl-n220 {
    margin-top: -220px !important;
  }
  .mt-xl-n225 {
    margin-top: -225px !important;
  }
  .mt-xl-n230 {
    margin-top: -230px !important;
  }
  .mt-xl-n235 {
    margin-top: -235px !important;
  }
  .mt-xl-n240 {
    margin-top: -240px !important;
  }
  .mt-xl-n245 {
    margin-top: -245px !important;
  }
  .mt-xl-n250 {
    margin-top: -250px !important;
  }
  .mt-xl-n255 {
    margin-top: -255px !important;
  }
  .mt-xl-n260 {
    margin-top: -260px !important;
  }
  .mt-xl-n265 {
    margin-top: -265px !important;
  }
  .mt-xl-n270 {
    margin-top: -270px !important;
  }
  .mt-xl-n275 {
    margin-top: -275px !important;
  }
  .mt-xl-n280 {
    margin-top: -280px !important;
  }
}
/*===============================
 =            Z-INDEX            =
 ===============================*/
.zindex-0 {
  z-index: 0 !important;
}
.zindex-5 {
  z-index: 5 !important;
}
.zindex-10 {
  z-index: 10 !important;
}
.zindex-15 {
  z-index: 15 !important;
}
.zindex-20 {
  z-index: 20 !important;
}
.zindex-25 {
  z-index: 25 !important;
}
.zindex-30 {
  z-index: 30 !important;
}
.zindex-35 {
  z-index: 35 !important;
}
.zindex-40 {
  z-index: 40 !important;
}
.zindex-45 {
  z-index: 45 !important;
}
.zindex-50 {
  z-index: 50 !important;
}
.zindex-55 {
  z-index: 55 !important;
}
.zindex-60 {
  z-index: 60 !important;
}
.zindex-65 {
  z-index: 65 !important;
}
.zindex-70 {
  z-index: 70 !important;
}
.zindex-75 {
  z-index: 75 !important;
}
.zindex-80 {
  z-index: 80 !important;
}
.zindex-85 {
  z-index: 85 !important;
}
.zindex-90 {
  z-index: 90 !important;
}
.zindex-95 {
  z-index: 95 !important;
}
.zindex-100 {
  z-index: 100 !important;
}
/*===================================
 =            BACKGROUNDS            =
 ===================================*/
.bg-black {
  background-color: #000;
}
.bg-gray-90 {
  background-color: #27282a;
}
.bg-gray-80 {
  background-color: #343a40;
}
.bg-gray-70 {
  background-color: #495057;
}
.bg-gray-60 {
  background-color: #565a60;
}
.bg-gray-50 {
  background-color: #777b81;
}
.bg-gray-40 {
  background-color: #c4c6c8;
}
.bg-gray-30 {
  background-color: #dadada;
}
.bg-gray-20 {
  background-color: #e4e4e4;
}
.bg-gray-10 {
  background-color: #f7f7f7;
}
.bg-white {
  background-color: #fff !important;
}
.bg-blue {
  background: #6686ff !important;
}
.bg-indigo {
  background: #6610f2 !important;
}
.bg-purple {
  background: #c183d6 !important;
}
.bg-pink {
  background: #e83e8c !important;
}
.bg-red {
  background: #ff5e6b !important;
}
.bg-orange {
  background: #fd7e14 !important;
}
.bg-yellow {
  background: #fcbc65 !important;
}
.bg-green {
  background: #85df88 !important;
}
.bg-teal {
  background: #73c8b7 !important;
}
.bg-cyan {
  background: #3b84eb !important;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #565a60 !important;
}
.bg-gray-dark {
  background: #343a40 !important;
}
.bg-primary-10 {
  background-color: #f0f3ff;
}
.bg-primary-20 {
  background-color: #e0e7ff;
}
.bg-primary-30 {
  background-color: #d1dbff;
}
.bg-primary-40 {
  background-color: #c2cfff;
}
.bg-primary-50 {
  background-color: #b3c3ff;
}
.bg-primary-60 {
  background-color: #a3b6ff;
}
.bg-primary-70 {
  background-color: #94aaff;
}
.bg-primary-80 {
  background-color: #859eff;
}
.bg-primary-90 {
  background-color: #7592ff;
}
.bg-primary-110 {
  background-color: #5c79e6;
}
.bg-primary-120 {
  background-color: #526bcc;
}
.bg-primary-130 {
  background-color: #475eb3;
}
.bg-primary-140 {
  background-color: #3d5099;
}
.bg-primary-150 {
  background-color: #334380;
}
.bg-primary-160 {
  background-color: #293666;
}
.bg-primary-170 {
  background-color: #1f284d;
}
.bg-primary-180 {
  background-color: #141b33;
}
.bg-primary-190 {
  background-color: #0a0d1a;
}
.bg-secondary-10 {
  background-color: #eeefef;
}
.bg-secondary-20 {
  background-color: #dddedf;
}
.bg-secondary-30 {
  background-color: #cccecf;
}
.bg-secondary-40 {
  background-color: #bbbdbf;
}
.bg-secondary-50 {
  background-color: #abadb0;
}
.bg-secondary-60 {
  background-color: #9a9ca0;
}
.bg-secondary-70 {
  background-color: #898c90;
}
.bg-secondary-80 {
  background-color: #787b80;
}
.bg-secondary-90 {
  background-color: #676b70;
}
.bg-secondary-110 {
  background-color: #4d5156;
}
.bg-secondary-120 {
  background-color: #45484d;
}
.bg-secondary-130 {
  background-color: #3c3f43;
}
.bg-secondary-140 {
  background-color: #34363a;
}
.bg-secondary-150 {
  background-color: #2b2d30;
}
.bg-secondary-160 {
  background-color: #222426;
}
.bg-secondary-170 {
  background-color: #1a1b1d;
}
.bg-secondary-180 {
  background-color: #111213;
}
.bg-secondary-190 {
  background-color: #09090a;
}
.bg-success-10 {
  background-color: #f1faf8;
}
.bg-success-20 {
  background-color: #e3f4f1;
}
.bg-success-30 {
  background-color: #d5efe9;
}
.bg-success-40 {
  background-color: #c7e9e2;
}
.bg-success-50 {
  background-color: #b9e4db;
}
.bg-success-60 {
  background-color: #abded4;
}
.bg-success-70 {
  background-color: #9dd9cd;
}
.bg-success-80 {
  background-color: #8fd3c5;
}
.bg-success-90 {
  background-color: #81cebe;
}
.bg-success-110 {
  background-color: #68b4a5;
}
.bg-success-120 {
  background-color: #5ca092;
}
.bg-success-130 {
  background-color: #518c80;
}
.bg-success-140 {
  background-color: #45786e;
}
.bg-success-150 {
  background-color: #3a645c;
}
.bg-success-160 {
  background-color: #2e5049;
}
.bg-success-170 {
  background-color: #233c37;
}
.bg-success-180 {
  background-color: #172825;
}
.bg-success-190 {
  background-color: #0c1412;
}
.bg-info-10 {
  background-color: #f0f3ff;
}
.bg-info-20 {
  background-color: #e0e7ff;
}
.bg-info-30 {
  background-color: #d1dbff;
}
.bg-info-40 {
  background-color: #c2cfff;
}
.bg-info-50 {
  background-color: #b3c3ff;
}
.bg-info-60 {
  background-color: #a3b6ff;
}
.bg-info-70 {
  background-color: #94aaff;
}
.bg-info-80 {
  background-color: #859eff;
}
.bg-info-90 {
  background-color: #7592ff;
}
.bg-info-110 {
  background-color: #5c79e6;
}
.bg-info-120 {
  background-color: #526bcc;
}
.bg-info-130 {
  background-color: #475eb3;
}
.bg-info-140 {
  background-color: #3d5099;
}
.bg-info-150 {
  background-color: #334380;
}
.bg-info-160 {
  background-color: #293666;
}
.bg-info-170 {
  background-color: #1f284d;
}
.bg-info-180 {
  background-color: #141b33;
}
.bg-info-190 {
  background-color: #0a0d1a;
}
.bg-warning-10 {
  background-color: #fff8f0;
}
.bg-warning-20 {
  background-color: #fef2e0;
}
.bg-warning-30 {
  background-color: #feebd1;
}
.bg-warning-40 {
  background-color: #fee4c1;
}
.bg-warning-50 {
  background-color: #fedeb2;
}
.bg-warning-60 {
  background-color: #fdd7a3;
}
.bg-warning-70 {
  background-color: #fdd093;
}
.bg-warning-80 {
  background-color: #fdc984;
}
.bg-warning-90 {
  background-color: #fcc374;
}
.bg-warning-110 {
  background-color: #e3a95b;
}
.bg-warning-120 {
  background-color: #ca9651;
}
.bg-warning-130 {
  background-color: #b08447;
}
.bg-warning-140 {
  background-color: #97713d;
}
.bg-warning-150 {
  background-color: #7e5e33;
}
.bg-warning-160 {
  background-color: #654b28;
}
.bg-warning-170 {
  background-color: #4c381e;
}
.bg-warning-180 {
  background-color: #322614;
}
.bg-warning-190 {
  background-color: #19130a;
}
.bg-danger-10 {
  background-color: #ffeff0;
}
.bg-danger-20 {
  background-color: #ffdfe1;
}
.bg-danger-30 {
  background-color: #ffcfd3;
}
.bg-danger-40 {
  background-color: #ffbfc4;
}
.bg-danger-50 {
  background-color: #ffafb5;
}
.bg-danger-60 {
  background-color: #ff9ea6;
}
.bg-danger-70 {
  background-color: #ff8e97;
}
.bg-danger-80 {
  background-color: #ff7e89;
}
.bg-danger-90 {
  background-color: #ff6e7a;
}
.bg-danger-110 {
  background-color: #e65560;
}
.bg-danger-120 {
  background-color: #cc4b56;
}
.bg-danger-130 {
  background-color: #b3424b;
}
.bg-danger-140 {
  background-color: #993840;
}
.bg-danger-150 {
  background-color: #802f36;
}
.bg-danger-160 {
  background-color: #66262b;
}
.bg-danger-170 {
  background-color: #4d1c20;
}
.bg-danger-180 {
  background-color: #331315;
}
.bg-danger-190 {
  background-color: #1a090b;
}
.bg-light-10 {
  background-color: #fefefe;
}
.bg-light-20 {
  background-color: #fdfdfd;
}
.bg-light-30 {
  background-color: #fdfdfd;
}
.bg-light-40 {
  background-color: #fcfcfc;
}
.bg-light-50 {
  background-color: #fbfbfb;
}
.bg-light-60 {
  background-color: #fafafa;
}
.bg-light-70 {
  background-color: #f9f9f9;
}
.bg-light-80 {
  background-color: #f9f9f9;
}
.bg-light-90 {
  background-color: #f8f8f8;
}
.bg-light-110 {
  background-color: #dedede;
}
.bg-light-120 {
  background-color: #c6c6c6;
}
.bg-light-130 {
  background-color: #adadad;
}
.bg-light-140 {
  background-color: #949494;
}
.bg-light-150 {
  background-color: #7c7c7c;
}
.bg-light-160 {
  background-color: #636363;
}
.bg-light-170 {
  background-color: #4a4a4a;
}
.bg-light-180 {
  background-color: #313131;
}
.bg-light-190 {
  background-color: #191919;
}
.bg-dark-10 {
  background-color: #ebebec;
}
.bg-dark-20 {
  background-color: #d6d8d9;
}
.bg-dark-30 {
  background-color: #c2c4c6;
}
.bg-dark-40 {
  background-color: #aeb0b3;
}
.bg-dark-50 {
  background-color: #9a9da0;
}
.bg-dark-60 {
  background-color: #85898c;
}
.bg-dark-70 {
  background-color: #717579;
}
.bg-dark-80 {
  background-color: #5d6166;
}
.bg-dark-90 {
  background-color: #484e53;
}
.bg-dark-110 {
  background-color: #2f343a;
}
.bg-dark-120 {
  background-color: #2a2e33;
}
.bg-dark-130 {
  background-color: #24292d;
}
.bg-dark-140 {
  background-color: #1f2326;
}
.bg-dark-150 {
  background-color: #1a1d20;
}
.bg-dark-160 {
  background-color: #15171a;
}
.bg-dark-170 {
  background-color: #101113;
}
.bg-dark-180 {
  background-color: #0a0c0d;
}
.bg-dark-190 {
  background-color: #050606;
}
/*===========================================
 =            OVERLAY BACKGROUNDS            =
 ===========================================*/
[class*="overlay-bg-"] {
  position: relative;
}
[class*="overlay-bg-"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-black-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-bg-black-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-bg-black-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-bg-black-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-bg-black-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-bg-black-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-bg-black-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-bg-black-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-bg-black-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-bg-white-10:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-bg-white-20:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-bg-white-30:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-bg-white-40:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-bg-white-50:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-bg-white-60:before {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-bg-white-70:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-bg-white-80:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.overlay-bg-white-90:before {
  background-color: rgba(255, 255, 255, 0.9);
}
/*===============================
 =            OPACITY            =
 ===============================*/
.opacity-10 {
  opacity: 0.1 !important;
}
.opacity-20 {
  opacity: 0.2 !important;
}
.opacity-30 {
  opacity: 0.3 !important;
}
.opacity-40 {
  opacity: 0.4 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-90 {
  opacity: 0.9 !important;
}
/*==============================
 =            COLORS            =
 ==============================*/
.white-color p, .white-color a, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color span, .white-color strong, .white-color div {
  color: #fff;
}
/*====================================
 =            CUSTOM SIZES            =
 ====================================*/
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
/*============================================
 =            ANIMATION FOR ADDONS            =
 ============================================*/
.ut-versuscarousel .sppb-addon-content .utZoomIn, .ut-owlgallery .sppb-addon-content .utZoomIn, .ut-carouselcontent .sppb-addon-content .utZoomIn, .ut-versuscarousel .sppb-addon-content .utZoomOut, .ut-owlgallery .sppb-addon-content .utZoomOut, .ut-carouselcontent .sppb-addon-content .utZoomOut, .ut-versuscarousel .sppb-addon-content .utFlipX, .ut-owlgallery .sppb-addon-content .utFlipX, .ut-carouselcontent .sppb-addon-content .utFlipX {
  position: relative;
  display: inline-block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
.ut-versuscarousel .sppb-addon-content:hover .utZoomIn, .ut-owlgallery .sppb-addon-content:hover .utZoomIn, .ut-carouselcontent .sppb-addon-content:hover .utZoomIn, .ut-versuscarousel .sppb-addon-content:focus .utZoomIn, .ut-owlgallery .sppb-addon-content:focus .utZoomIn, .ut-carouselcontent .sppb-addon-content:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.ut-versuscarousel .sppb-addon-content:hover .utZoomOut, .ut-owlgallery .sppb-addon-content:hover .utZoomOut, .ut-carouselcontent .sppb-addon-content:hover .utZoomOut, .ut-versuscarousel .sppb-addon-content:focus .utZoomOut, .ut-owlgallery .sppb-addon-content:focus .utZoomOut, .ut-carouselcontent .sppb-addon-content:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.ut-versuscarousel .sppb-addon-content:hover .utFlipX, .ut-owlgallery .sppb-addon-content:hover .utFlipX, .ut-carouselcontent .sppb-addon-content:hover .utFlipX, .ut-versuscarousel .sppb-addon-content:focus .utFlipX, .ut-owlgallery .sppb-addon-content:focus .utFlipX, .ut-carouselcontent .sppb-addon-content:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
/*==========================================
 =            LEGACY FROM JOOMLA            =
 ==========================================*/
.alert-notice {
  background: #fdddb0;
  border-color: #fdd297;
  color: #794702;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*==========================================
 =            UNITEMPLATES BASIC            =
 ==========================================*/
/*----------  MENU CLASSES  ----------*/
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  text-align: left;
}
/*----------  LOGO CLASSES  ----------*/
@media (min-width: 992px) {
  .logo-center > .sp-column {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .logo-right > .sp-column {
    text-align: right;
  }
}
/*----------  CUSTOM LOGO STICKY  ----------*/
.sticky-logo {
  display: none !important;
}
#sp-header.header-sticky .stickylogo .sticky-logo {
  display: inline-block !important;
}
#sp-header.header-sticky .stickylogo .logo-image {
  display: none !important;
}
@media (max-width: 991.98px) {
  #sp-header.header-sticky .stickylogo .sticky-logo.d-none {
    display: none !important;
  }
}
/*----------  HEADER STICKY CLASSES  ----------*/
#sp-header.header-sticky.sticky-black {
  background: #000;
}
#sp-header.header-sticky.sticky-black .sp-megamenu-parent > li > a, #sp-header.header-sticky.sticky-primary .sp-megamenu-parent > li > a {
  color: rgba(255, 255, 255, .75);
}
#sp-header.header-sticky.sticky-black .sp-megamenu-parent > li:hover > a, #sp-header.header-sticky.sticky-primary .sp-megamenu-parent > li:hover > a, #sp-header.header-sticky.sticky-black .sp-megamenu-parent > li.active > a, #sp-header.header-sticky.sticky-primary .sp-megamenu-parent > li.active > a {
  color: #fff;
}
#sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa, #sp-header.header-sticky.sticky-primary #offcanvas-toggler > .fa {
  color: rgba(255, 255, 255, 0.75);
}
#sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:hover, #sp-header.header-sticky.sticky-primary #offcanvas-toggler > .fa:hover, #sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:focus, #sp-header.header-sticky.sticky-primary #offcanvas-toggler > .fa:focus, #sp-header.header-sticky.sticky-black #offcanvas-toggler > .fa:active, #sp-header.header-sticky.sticky-primary #offcanvas-toggler > .fa:active {
  color: #fff;
}
#sp-header.header-sticky.sticky-black .sp-module, #sp-header.header-sticky.sticky-primary .sp-module, #sp-header.header-sticky.sticky-black .social-icons, #sp-header.header-sticky.sticky-primary .social-icons, #sp-header.header-sticky.sticky-black .sp-contact-info, #sp-header.header-sticky.sticky-primary .sp-contact-info {
  color: rgba(255, 255, 255, .75);
}
#sp-header.header-sticky.sticky-black .sp-module a:not(.btn):not(.sppb-btn), #sp-header.header-sticky.sticky-primary .sp-module a:not(.btn):not(.sppb-btn), #sp-header.header-sticky.sticky-black .social-icons a:not(.btn):not(.sppb-btn), #sp-header.header-sticky.sticky-primary .social-icons a:not(.btn):not(.sppb-btn), #sp-header.header-sticky.sticky-black .sp-contact-info a:not(.btn):not(.sppb-btn), #sp-header.header-sticky.sticky-primary .sp-contact-info a:not(.btn):not(.sppb-btn) {
  color: rgba(255, 255, 255, .75);
}
#sp-header.header-sticky.sticky-black .sp-module a:not(.btn):not(.sppb-btn):hover, #sp-header.header-sticky.sticky-primary .sp-module a:not(.btn):not(.sppb-btn):hover, #sp-header.header-sticky.sticky-black .social-icons a:not(.btn):not(.sppb-btn):hover, #sp-header.header-sticky.sticky-primary .social-icons a:not(.btn):not(.sppb-btn):hover, #sp-header.header-sticky.sticky-black .sp-contact-info a:not(.btn):not(.sppb-btn):hover, #sp-header.header-sticky.sticky-primary .sp-contact-info a:not(.btn):not(.sppb-btn):hover {
  color: #fff;
}
/*=====================================
 =            HEADER STYLES            =
 =====================================*/
#sp-top-bar[class*="header-"] .container .container-inner .row {
  align-items: center;
  -webkit-align-items: center;
}
#sp-top-bar .mod-ut-login .fa-sign-in {
  margin-right: 4px;
}
#sp-top-bar .mod-ut-login .fa-sign-out {
  margin-left: 4px;
}
#sp-header #sp-menu > .sp-column > .sp-module {
  display: inline-flex;
  display: -webkit-inline-flex;
  float: right;
  margin-left: 15px;
  height: 100px;
  -webkit-align-items: center;
  align-items: center;
}
.header-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
.header-1#sp-top-bar {
  padding: 0;
}
.header-1#sp-top-bar .sp-contact-info [class*="fa-"] {
  margin-right: 2px;
}
.header-1#sp-top-bar .sp-contact-info > li {
  margin: 0;
  padding: 13px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.18);
}
.header-1#sp-top-bar .social-icons {
  padding: 8px 0;
}
.header-1#sp-top-bar .social-icons > li {
  opacity: 0.75;
}
.header-1#sp-top-bar .mod-ut-login {
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-1#sp-top-bar .mod-ut-login {
    transition: none;
  }
}
.header-2#sp-top-bar {
  background: transparent;
  padding: 0;
}
.header-2#sp-top-bar .sp-contact-info > li {
  padding: 13px 0;
}
.header-2#sp-top-bar .sp-contact-info > li [class*="fa-"] {
  margin-right: 2px;
}
.header-2#sp-top-bar .social-icons {
  padding: 8px 0;
}
.header-2#sp-top-bar .social-icons > li {
  opacity: 0.75;
}
.header-2#sp-top-bar .mod-ut-login {
  padding: 13px 20px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-2#sp-top-bar .mod-ut-login {
    transition: none;
  }
}
.header-2#sp-top-bar .mod-ut-login:hover {
  background: rgba(0, 0, 0, 0.15);
}
.header-2#sp-header:not(.header-sticky) {
  background: transparent;
  box-shadow: none;
}
.header-2#sp-header:not(.header-sticky) > div > .container-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.header-2#sp-header:not(.header-sticky) .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: -15px;
}
.header-2.header-wrapper + section .sp-page-title {
  padding-top: 180px;
  padding-bottom: 30px;
}
.header-2.header-wrapper + section .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-3#sp-header:not(.header-sticky) {
  background: transparent;
  box-shadow: none;
}
.header-3#sp-header:not(.header-sticky) .sp-megamenu-wrapper .sp-megamenu-parent > li > a {
  color: rgba(255, 255, 255, .75);
}
.header-3#sp-header:not(.header-sticky) .sp-megamenu-wrapper .sp-megamenu-parent > li:hover > a, .header-3#sp-header:not(.header-sticky) .sp-megamenu-wrapper .sp-megamenu-parent > li.active > a {
  color: #fff;
}
.header-3#sp-header:not(.header-sticky) #offcanvas-toggler > .fa {
  color: rgba(255, 255, 255, .75);
}
.header-3#sp-header:not(.header-sticky) #offcanvas-toggler > .fa:hover, .header-3#sp-header:not(.header-sticky) #offcanvas-toggler > .fa:focus, .header-3#sp-header:not(.header-sticky) #offcanvas-toggler > .fa:active {
  color: #fff;
}
.header-3#sp-header:not(.header-sticky) .sp-module, .header-3#sp-header:not(.header-sticky) .social-icons, .header-3#sp-header:not(.header-sticky) .sp-contact-info {
  color: rgba(255, 255, 255, .75);
}
.header-3#sp-header:not(.header-sticky) .sp-module a:not(.btn), .header-3#sp-header:not(.header-sticky) .social-icons a:not(.btn), .header-3#sp-header:not(.header-sticky) .sp-contact-info a:not(.btn) {
  color: rgba(255, 255, 255, .75);
}
.header-3#sp-header:not(.header-sticky) .sp-module a:not(.btn):hover, .header-3#sp-header:not(.header-sticky) .social-icons a:not(.btn):hover, .header-3#sp-header:not(.header-sticky) .sp-contact-info a:not(.btn):hover {
  color: #fff;
}
.header-3.header-wrapper + section .sp-page-title {
  padding-top: 180px;
  padding-bottom: 30px;
}
.header-3.header-wrapper + section .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-6#sp-top-bar {
  padding: 0;
  height: 100px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #e4e4e4;
}
.header-6#sp-top-bar .mod-ut-login a {
  text-transform: uppercase;
  font-weight: 600;
}
.header-6#sp-header {
  height: 60px;
}
.header-6#sp-header #offcanvas-toggler {
  height: 60px;
  line-height: 60px;
}
.header-6#sp-header .sp-megamenu-parent > li > a, .header-6#sp-header .sp-megamenu-parent > li > span {
  line-height: 60px;
}
.header-6#sp-header #sp-social {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.header-6#sp-header #sp-menu > .sp-column > .sp-module {
  height: 60px;
}
.header-6#sp-header.header-sticky + section {
  margin-top: 60px;
}
.header-7#sp-top-bar {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
}
.header-7#sp-top-bar .sp-contact-info [class*="fa-"], .header-7#sp-top-bar .mod-ut-login [class*="fa-"] {
  margin-right: 2px;
}
.header-7#sp-header {
  background: #27282a;
}
.header-7#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li {
  line-height: 100px;
}
.header-7#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li > a {
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.header-7#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li:not(:first-child) {
  margin-left: 10px;
}
.header-7#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li:empty {
  display: none;
}
.header-7#sp-header .sp-megamenu-parent > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.header-7#sp-header #offcanvas-toggler > .fa {
  color: #fff;
}
.header-7#sp-header #offcanvas-toggler > .fa:hover, .header-7#sp-header #offcanvas-toggler > .fa:focus, .header-7#sp-header #offcanvas-toggler > .fa:active {
  color: rgba(255, 255, 255, .7);
}
.header-7#sp-header .sp-module, .header-7#sp-header .social-icons, .header-7#sp-header .sp-contact-info {
  color: #fff;
}
.header-7#sp-header .sp-module a:not(.btn), .header-7#sp-header .social-icons a:not(.btn), .header-7#sp-header .sp-contact-info a:not(.btn) {
  color: #fff;
}
.header-7#sp-header .sp-module a:not(.btn):hover, .header-7#sp-header .social-icons a:not(.btn):hover, .header-7#sp-header .sp-contact-info a:not(.btn):hover {
  color: rgba(255, 255, 255, .7);
}
.header-7 + #sp-page-title .sp-page-title {
  padding: 100px 0;
  background-attachment: fixed;
}
.header-7 + #sp-page-title .sp-page-title .sp-page-title-heading {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.header-7 + #sp-page-title .sp-page-title .breadcrumb > li, .header-7 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-7 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-7 + #sp-page-title .sp-page-title .breadcrumb .active {
  color: #27282a;
}
@media (max-width: 767.98px) {
  .header-7 + #sp-page-title .sp-page-title {
    padding: 50px 0;
  }
}
.header-8#sp-top-bar {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-8#sp-top-bar .sp-module + .social-icons {
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .header-8#sp-header:not(.header-sticky) #sp-logo {
    position: relative;
    border-radius: 100%;
    box-shadow: 0 0 0 25px #fff;
  }
}
@media (min-width: 992px) {
  .header-8#sp-header #sp-logo {
    text-align: center;
  }
}
.header-8#sp-header .sp-megamenu-parent > li > a, .header-8#sp-header .sp-megamenu-parent > li > span {
  text-transform: none;
  font-size: 18px;
}
.header-8 + #sp-page-title .sp-page-title {
  padding: 100px 0;
}
.header-8 + #sp-page-title .sp-page-title .sp-page-title-heading {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.header-8 + #sp-page-title .sp-page-title .breadcrumb > li, .header-8 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-8 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
@media (max-width: 767.98px) {
  .header-8 + #sp-page-title .sp-page-title {
    padding: 50px 0;
  }
}
.header-9#sp-top-bar {
  padding: 0;
  background: transparent;
}
.header-9#sp-top-bar .sp-contact-info {
  position: relative;
  padding: 0 10px;
}
.header-9#sp-top-bar .sp-contact-info:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
}
.header-9#sp-top-bar .container-inner > .row {
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-9#sp-top-bar .container-inner > .row > div {
  line-height: 35px;
  font-size: 16px;
}
.header-9#sp-top-bar .social-icons {
  margin: -3px;
}
.header-9#sp-top-bar .social-icons > li {
  position: relative;
  padding: 0 10px;
  margin: 3px;
}
.header-9#sp-top-bar .social-icons > li:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-9#sp-top-bar .social-icons > li:before {
    transition: none;
  }
}
.header-9#sp-header {
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
}
.header-9#sp-header .logo {
  height: 70px;
  position: relative;
}
.header-9#sp-header .logo:before {
  content: '';
  position: absolute;
  top: -37px;
  bottom: -10px;
  left: -1000px;
  right: -45px;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
}
.header-9#sp-header #offcanvas-toggler {
  height: 70px;
  line-height: 70px;
}
.header-9#sp-header #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
.header-9#sp-header .sp-megamenu-parent > li > a, .header-9#sp-header .sp-megamenu-parent > li > span {
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.header-9#sp-header #sp-menu > .sp-column > .sp-module {
  height: 70px;
}
.header-9#sp-header.header-sticky + section {
  margin-top: 70px;
}
.header-9.header-wrapper + section .sp-page-title {
  padding-top: 175px;
  padding-bottom: 0;
}
.header-9.header-wrapper + section .sp-page-title:before {
  background: transparent;
}
.header-9.header-wrapper + section .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header-9.header-wrapper + section .sp-page-title .titles {
  padding-right: 0;
}
.header-9.header-wrapper + section .sp-page-title .sp-page-title-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  padding-bottom: 75px;
}
.header-9.header-wrapper + section .sp-page-title .breadcrumb {
  position: relative;
  width: calc(100%  - 40px);
  padding: 10px 15px;
  border-radius: 0;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-9.header-wrapper + section .sp-page-title .breadcrumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  border-left: 50px solid transparent;
}
.header-9.header-wrapper + section .sp-page-title .breadcrumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  border-right: 50px solid transparent;
}
.header-9.header-wrapper + section .sp-page-title .breadcrumb > li, .header-9.header-wrapper + section .sp-page-title .breadcrumb > li > a, .header-9.header-wrapper + section .sp-page-title .breadcrumb > li + li:before {
  color: #343a40;
}
.header-9.header-wrapper + section .sp-page-title .breadcrumb .active {
  color: #fff;
}
.header-10#sp-header {
  background: rgba(0, 0, 0, 0.55);
}
.header-10#sp-header.header-sticky {
  background: #000;
}
.header-10#sp-header .logo {
  padding: 20px 30px;
  background: #fff;
  position: relative;
}
.header-10#sp-header .logo:after {
  content: "";
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (max-width: 767.98px) {
  .header-10#sp-header .logo {
    padding: 20px;
  }
}
.header-10#sp-header .sp-megamenu-parent > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
.header-10#sp-header .sp-megamenu-parent > li > a:after {
  content: '';
  display: block;
  border: 1px dashed transparent;
  width: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-10#sp-header .sp-megamenu-parent > li > a:after {
    transition: none;
  }
}
.header-10#sp-header #offcanvas-toggler > .fa {
  color: #fff;
}
.header-10.header-wrapper + section .sp-page-title {
  padding-top: 200px;
  padding-bottom: 0;
}
.header-10.header-wrapper + section .sp-page-title:before {
  background: transparent;
}
.header-10.header-wrapper + section .sp-page-title .title-inner {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  background: #f7f7f7;
  position: relative;
}
.header-10.header-wrapper + section .sp-page-title .title-inner:before, .header-10.header-wrapper + section .sp-page-title .title-inner:after {
  content: "";
  width: 1000px;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  left: -999px;
}
.header-10.header-wrapper + section .sp-page-title .title-inner:after {
  left: auto;
  right: -999px;
}
.header-10.header-wrapper + section .sp-page-title .sp-page-title-heading {
  font-weight: 600;
}
.header-11#sp-top-bar {
  padding: 0;
  background: #fff;
  color: #565a60;
}
.header-11#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #343a40;
}
.header-11#sp-top-bar #sp-top1 > .sp-column {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-11#sp-top-bar .sp-module + .sp-contact-info {
  margin-left: 20px;
}
.header-11#sp-header {
  height: 75px;
}
.header-11#sp-header #offcanvas-toggler {
  height: 75px;
  line-height: 75px;
}
.header-11#sp-header #offcanvas-toggler [class*="fa-"] {
  color: rgba(255, 255, 255, .8);
}
.header-11#sp-header #offcanvas-toggler [class*="fa-"]:hover, .header-11#sp-header #offcanvas-toggler [class*="fa-"]:focus, .header-11#sp-header #offcanvas-toggler [class*="fa-"]:active {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-11#sp-header #offcanvas-toggler {
    float: left;
    margin-left: 0;
  }
}
.header-11#sp-header .sp-megamenu-parent > li > a, .header-11#sp-header .sp-megamenu-parent > li > span {
  line-height: 75px;
  color: rgba(255, 255, 255, .8);
}
.header-11#sp-header .sp-megamenu-parent > li:hover > a, .header-11#sp-header .sp-megamenu-parent > li.active > a {
  color: #fff;
}
.header-11#sp-header #sp-menu > .sp-column > .sp-module {
  height: 75px;
}
.header-11#sp-header #sp-top2 .sp-module {
  line-height: 75px;
  margin-left: 10px;
}
.header-11#sp-header .social-icons {
  line-height: 75px;
}
.header-11#sp-header .sp-module, .header-11#sp-header .social-icons, .header-11#sp-header .sp-contact-info {
  color: #fff;
}
.header-11#sp-header .sp-module a:not(.btn), .header-11#sp-header .social-icons a:not(.btn), .header-11#sp-header .sp-contact-info a:not(.btn) {
  color: rgba(255, 255, 255, .8);
}
.header-11#sp-header .sp-module a:not(.btn):hover, .header-11#sp-header .social-icons a:not(.btn):hover, .header-11#sp-header .sp-contact-info a:not(.btn):hover {
  color: #fff;
}
.header-11#sp-header.header-sticky + section {
  margin-top: 75px;
}
.header-11 + #sp-page-title .sp-page-title {
  padding-top: 70px;
  padding-bottom: 70px;
}
.header-11 + #sp-page-title .sp-page-title:before {
  background: transparent;
}
.header-11 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 32px;
}
.header-11 + #sp-page-title .sp-page-title .sp-page-title-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-11 + #sp-page-title .sp-page-title .breadcrumb > li, .header-11 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-11 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-12#sp-header:not(.header-sticky) {
  background: transparent;
  box-shadow: none;
  margin-top: 30px;
}
.header-12#sp-header:not(.header-sticky) > div > .container-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.header-12#sp-header:not(.header-sticky) .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: -15px;
}
.header-12.header-wrapper + section .sp-page-title {
  padding-top: 180px;
  padding-bottom: 50px;
}
.header-12.header-wrapper + section .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-12.header-wrapper + section .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-12.header-wrapper + section .sp-page-title .title-inner .titles {
  padding-right: 0;
}
.header-12.header-wrapper + section .sp-page-title .title-inner .titles .sp-page-title-heading {
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.header-13#sp-header {
  background: #27282a;
}
.header-13#sp-header .sp-megamenu-parent > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.header-13#sp-header .sp-megamenu-parent > li:hover > a, .header-13#sp-header .sp-megamenu-parent > li.active > a {
  color: #fff;
}
.header-13#sp-header #offcanvas-toggler > .fa {
  color: rgba(255, 255, 255, 0.7);
}
.header-13#sp-header #offcanvas-toggler > .fa:hover, .header-13#sp-header #offcanvas-toggler > .fa:focus, .header-13#sp-header #offcanvas-toggler > .fa:active {
  color: #fff;
}
.header-13#sp-header .sp-module {
  color: rgba(255, 255, 255, .7);
}
.header-13#sp-header .sp-module a:not(.btn) {
  color: rgba(0, 0, 0, );
}
.header-13#sp-header .sp-module a:not(.btn):hover {
  color: #fff;
}
.header-13#sp-header #sp-menu > .sp-column > .sp-module .search input.form-control {
  line-height: 1;
  padding: 10px 15px;
  border-radius: 0;
  border-color: #495057;
  background: #495057;
  height: auto;
  color: #fff;
  width: 120px;
}
.header-13#sp-header #sp-menu > .sp-column > .sp-module .search input::placeholder {
  color: #fff !important;
}
.header-13#sp-header #sp-menu > .sp-column > .sp-module .search button.btn {
  line-height: 1;
  padding: 10px 15px !important;
  border-radius: 0;
  border-color: #343a40;
  background: #343a40;
}
.header-13 + #sp-page-title .sp-page-title {
  padding: 68px 0;
}
.header-13 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-13 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-13 + #sp-page-title .sp-page-title .title-inner .titles {
  padding-right: 0;
}
.header-13 + #sp-page-title .sp-page-title .title-inner .titles .sp-page-title-heading {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.header-14#sp-top-bar {
  padding: 0;
  height: 100px;
  position: relative;
  z-index: 100;
  background: #27282a;
  color: #e4e4e4;
}
.header-14#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #e4e4e4;
}
.header-14#sp-top-bar .social-icons {
  margin: 0;
}
.header-14#sp-top-bar .social-icons > li {
  margin: 0;
}
.header-14#sp-top-bar .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
}
.header-14#sp-top-bar .social-icons > li > a:hover {
  border-color: #fff;
}
.header-14#sp-top-bar .sp-contact-info > li {
  font-weight: 700;
}
.header-14#sp-top-bar .sp-contact-info > li [class*="fa-"] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.header-14#sp-header {
  height: 60px;
  background: #27282a;
}
.header-14#sp-header #offcanvas-toggler {
  height: 60px;
  line-height: 60px;
}
.header-14#sp-header .sp-megamenu-parent > li > a, .header-14#sp-header .sp-megamenu-parent > li > span {
  line-height: 60px;
  color: #fff;
}
.header-14#sp-header .sp-megamenu-parent > li:hover a, .header-14#sp-header .sp-megamenu-parent > li.active a {
  color: #fff;
}
.header-14#sp-header #sp-menu > .sp-column > .sp-module {
  height: 60px;
}
.header-14#sp-header.header-sticky + section {
  margin-top: 60px;
}
.header-14 + #sp-page-title .sp-page-title {
  padding: 60px 60px;
}
.header-14 + #sp-page-title .sp-page-title:before {
  background: rgba(39, 40, 42, 0.7);
}
.header-14 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-14 + #sp-page-title .sp-page-title .title-inner .titles {
  padding-right: 0;
}
.header-14 + #sp-page-title .sp-page-title .title-inner .titles .sp-page-title-heading {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}
.header-15#sp-top-bar {
  padding: 0;
  background: #27282a;
  color: rgba(255, 255, 255, 0.7);
}
.header-15#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #fff;
}
.header-15#sp-top-bar #sp-top1 > .sp-column {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-15#sp-top-bar .sp-module + .sp-contact-info {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .header-15#sp-top-bar #sp-top1 > .sp-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header-15#sp-header {
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
}
.header-15#sp-header:not(.header-sticky) {
  background: #27282a;
  box-shadow: none;
}
.header-15#sp-header:not(.header-sticky) .container-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.header-15#sp-header:not(.header-sticky) #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
.header-15#sp-header:not(.header-sticky) #offcanvas-toggler [class*="fa-"]:hover, .header-15#sp-header:not(.header-sticky) #offcanvas-toggler [class*="fa-"]:focus, .header-15#sp-header:not(.header-sticky) #offcanvas-toggler [class*="fa-"]:active {
  color: #fff;
}
.header-15#sp-header:not(.header-sticky) .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: -15px;
}
.header-15#sp-header:not(.header-sticky) .sp-megamenu-parent > li > a, .header-15#sp-header:not(.header-sticky) .sp-megamenu-parent > li > span {
  color: #fff !important;
}
.header-15#sp-header:not(.header-sticky) .sppb-btn-primary-dark {
  margin-right: -15px;
}
.header-15#sp-header #offcanvas-toggler {
  height: 70px;
  line-height: 70px;
}
.header-15#sp-header #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-15#sp-header #offcanvas-toggler {
    float: left;
    margin-left: 0;
  }
}
.header-15#sp-header .sp-megamenu-parent > li > a, .header-15#sp-header .sp-megamenu-parent > li > span {
  line-height: 70px;
  color: #fff;
}
.header-15#sp-header #sp-menu > .sp-column > .sp-module {
  height: 70px;
}
.header-15#sp-header .sp-module {
  color: #fff;
}
.header-15#sp-header .sp-module a:not(.btn):not(.sppb-btn) {
  color: rgba(255, 255, 255, .7);
}
.header-15#sp-header .sp-module a:not(.btn):not(.sppb-btn):hover {
  color: #fff;
}
.header-15#sp-header .sp-module .sppb-btn-primary-dark {
  height: 70px;
  line-height: 55px;
}
.header-15#sp-header.header-sticky + section {
  margin-top: 70px;
}
.header-15 + #sp-page-title .sp-page-title {
  padding-top: 80px;
  padding-bottom: 0;
}
.header-15 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-15 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header-15 + #sp-page-title .sp-page-title .titles {
  padding-right: 0;
}
.header-15 + #sp-page-title .sp-page-title .sp-page-title-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  padding-bottom: 85px;
}
.header-15 + #sp-page-title .sp-page-title .breadcrumb {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 13px 15px;
  border-radius: 0;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-15 + #sp-page-title .sp-page-title .breadcrumb > li, .header-15 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-15 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-15 + #sp-page-title .sp-page-title {
    padding-top: 50px;
  }
  .header-15 + #sp-page-title .sp-page-title .sp-page-title-heading {
    padding-bottom: 50px;
  }
}
.header-16#sp-top-bar {
  padding: 0;
}
.header-16#sp-top-bar #sp-top1 > .sp-column {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header-16#sp-top-bar #sp-top1 > .sp-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header-16#sp-header {
  height: 85px;
}
.header-16#sp-header #offcanvas-toggler {
  height: 85px;
  line-height: 85px;
}
@media (max-width: 991.98px) {
  .header-16#sp-header #offcanvas-toggler {
    float: left;
    margin-left: 0;
  }
}
.header-16#sp-header .sp-megamenu-parent > li > a, .header-16#sp-header .sp-megamenu-parent > li > span {
  line-height: 85px;
  font-weight: 400;
}
.header-16#sp-header #sp-menu > .sp-column > .sp-module {
  height: 85px;
}
.header-16#sp-header.header-sticky + section {
  margin-top: 85px;
}
.header-16 + #sp-page-title .sp-page-title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-16 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-16 + #sp-page-title .sp-page-title .sp-page-title-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 70px;
  color: #fff;
}
.header-16 + #sp-page-title .sp-page-title .breadcrumb > li, .header-16 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-16 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-17#sp-top-bar {
  padding: 20px 0;
  background: #27282a;
  color: rgba(255, 255, 255, 0.7);
}
.header-17#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #fff;
}
.header-17#sp-top-bar #sp-top1 > .sp-column {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-17#sp-top-bar .sp-module + .sp-contact-info {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .header-17#sp-top-bar {
    padding: 0;
  }
  .header-17#sp-top-bar #sp-top1 > .sp-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header-17#sp-header {
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
}
.header-17#sp-header:not(.header-sticky) {
  background: #27282a;
  box-shadow: none;
  height: 40px;
}
.header-17#sp-header:not(.header-sticky) .container-inner {
  padding-left: 30px;
  padding-right: 15px;
}
.header-17#sp-header:not(.header-sticky) .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  right: -15px;
}
.header-17#sp-header #offcanvas-toggler {
  height: 80px;
  line-height: 80px;
}
.header-17#sp-header #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
.header-17#sp-header #offcanvas-toggler:hover, .header-17#sp-header #offcanvas-toggler:focus, .header-17#sp-header #offcanvas-toggler:active {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-17#sp-header #offcanvas-toggler {
    float: left;
    margin-left: 0;
  }
}
.header-17#sp-header .sp-megamenu-parent > li > a, .header-17#sp-header .sp-megamenu-parent > li > span {
  line-height: 80px;
  color: #343a40;
  position: relative;
  display: block;
}
.header-17#sp-header .sp-megamenu-parent > li > a:after, .header-17#sp-header .sp-megamenu-parent > li > span:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 23px;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-17#sp-header .sp-megamenu-parent > li > a:after, .header-17#sp-header .sp-megamenu-parent > li > span:after {
    transition: none;
  }
}
.header-17#sp-header .sp-megamenu-parent > li:hover > a, .header-17#sp-header .sp-megamenu-parent > li.active > a {
  color: #fff;
}
.header-17#sp-header .sp-megamenu-parent > li:hover > a:after, .header-17#sp-header .sp-megamenu-parent > li.active > a:after {
  opacity: 1;
}
.header-17#sp-header #sp-menu > .sp-column > .sp-module {
  height: 80px;
}
.header-17#sp-header .sp-module {
  color: #fff;
}
.header-17#sp-header .sp-module a:not(.btn):not(.sppb-btn) {
  color: #fff;
}
.header-17#sp-header.header-sticky + section {
  margin-top: 40px;
}
.header-17 + #sp-page-title .sp-page-title {
  padding-top: 80px;
  padding-bottom: 50px;
}
.header-17 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-17 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header-17 + #sp-page-title .sp-page-title .titles {
  padding-right: 0;
}
.header-17 + #sp-page-title .sp-page-title .sp-page-title-heading {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 70px;
}
.header-17 + #sp-page-title .sp-page-title .breadcrumb > li, .header-17 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-17 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-18#sp-top-bar {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 0;
  color: #dadada;
}
.header-18#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #dadada;
}
.header-18#sp-top-bar .sp-contact-info [class*="fa-"] {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #c4c6c8;
  text-align: center;
  margin-right: 5px;
}
.header-18#sp-header {
  height: 80px;
  background: #27282a;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.header-18#sp-header:not(.header-sticky) {
  background: transparent;
}
.header-18#sp-header #offcanvas-toggler {
  height: 80px;
  line-height: 80px;
}
.header-18#sp-header #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
.header-18#sp-header .logo {
  height: 80px;
}
.header-18#sp-header .sp-megamenu-parent > li > a, .header-18#sp-header .sp-megamenu-parent > li > span {
  line-height: 80px;
  color: #fff;
}
.header-18#sp-header #sp-menu > .sp-column > .sp-module {
  height: 80px;
}
.header-18#sp-header .sp-module {
  color: #fff;
}
.header-18#sp-header .sp-module a:not(.btn):not(.sppb-btn) {
  color: #fff;
}
.header-18.header-wrapper + section .sp-page-title {
  padding-top: 180px;
  padding-bottom: 55px;
}
.header-18.header-wrapper + section .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-18.header-wrapper + section .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header-18.header-wrapper + section .sp-page-title .titles {
  padding-right: 0;
}
.header-18.header-wrapper + section .sp-page-title .sp-page-title-heading {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 70px;
}
.header-18.header-wrapper + section .sp-page-title .breadcrumb > li, .header-18.header-wrapper + section .sp-page-title .breadcrumb > li > a, .header-18.header-wrapper + section .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-19#sp-top-bar {
  padding: 0;
  line-height: 63px;
}
.header-19#sp-top-bar #sp-top1 > .sp-column {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.header-19#sp-top-bar #sp-top2 > .sp-column {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-19#sp-top-bar #sp-top2 .sp-module {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.header-19#sp-top-bar #sp-top2 .sp-module:before {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.header-19#sp-top-bar .sp-datetime {
  background: #343a40;
  padding-left: 25px;
  padding-right: 25px;
}
.header-19#sp-top-bar .sp-datetime span + span {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .header-19#sp-top-bar .sp-contact-info {
    display: none;
  }
}
.header-19#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li > a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  position: relative;
  display: block;
}
.header-19#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .header-19#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li > a:after {
    transition: none;
  }
}
.header-19#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li:hover > a:after, .header-19#sp-header .sp-megamenu-wrapper .sp-megamenu-parent > li.active > a:after {
  width: 90%;
  opacity: 1;
}
.header-20#sp-top-bar {
  padding: 0;
  background: #fff;
  color: #343a40;
}
.header-20#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: #343a40;
}
.header-20#sp-top-bar #sp-top1 > .sp-column {
  min-height: 100px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.header-20#sp-top-bar .sp-module + .sp-contact-info {
  margin-left: 20px;
}
.header-20#sp-header {
  height: 70px;
}
.header-20#sp-header #offcanvas-toggler {
  height: 70px;
  line-height: 70px;
}
.header-20#sp-header #offcanvas-toggler [class*="fa-"] {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header-20#sp-header #offcanvas-toggler {
    float: left;
    margin-left: 0;
  }
}
.header-20#sp-header .sp-megamenu-parent > li > a, .header-20#sp-header .sp-megamenu-parent > li > span {
  line-height: 70px;
  color: #fff;
  font-weight: 400;
}
.header-20#sp-header .sp-megamenu-parent > li:hover > a, .header-20#sp-header .sp-megamenu-parent > li.active > a {
  color: #27282a;
}
.header-20#sp-header #sp-menu > .sp-column > .sp-module {
  height: 70px;
}
.header-20#sp-header .sp-module {
  color: #fff;
}
.header-20#sp-header .sp-module a:not(.btn):not(.sppb-btn) {
  color: rgba(255, 255, 255, .7);
}
.header-20#sp-header .sp-module a:not(.btn):not(.sppb-btn):hover {
  color: #fff;
}
.header-20#sp-header.header-sticky + section {
  margin-top: 70px;
}
.header-20 + #sp-page-title .sp-page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-20 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-20 + #sp-page-title .sp-page-title .title-inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.header-20 + #sp-page-title .sp-page-title .titles {
  padding-right: 0;
}
.header-20 + #sp-page-title .sp-page-title .sp-page-title-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}
.header-20 + #sp-page-title .sp-page-title .breadcrumb > li, .header-20 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-20 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.header-21#sp-top-bar {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.header-21#sp-top-bar a:not(.btn):not(.sppb-btn) {
  color: rgba(255, 255, 255, 0.7);
}
.header-21#sp-top-bar a:not(.btn):not(.sppb-btn):hover, .header-21#sp-top-bar a:not(.btn):not(.sppb-btn):focus {
  color: #fff;
}
.header-21#sp-top-bar #sp-top1, .header-21#sp-top-bar #sp-top2 {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
.header-21#sp-top-bar #sp-top2 {
  color: #343a40;
}
.header-21#sp-top-bar #sp-top2:before {
  content: "";
  background: #f7f7f7;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
}
.header-21#sp-top-bar #sp-top2 a:not(.btn):not(.sppb-btn) {
  color: #27282a;
}
.header-21#sp-top-bar #sp-top2 > div {
  position: relative;
}
.header-21#sp-top-bar .social-icons [class*="fa-"] {
  font-size: 20px;
}
.header-21#sp-top-bar .sp-contact-info {
  font-size: 16px;
}
.header-21#sp-top-bar .sp-contact-info li + li {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199.98px) {
  .header-21#sp-top-bar .sp-contact-info {
    font-size: 14px;
  }
  .header-21#sp-top-bar .sp-contact-info .sp-contact-time {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-21#sp-top-bar .sp-contact-info .sp-contact-phone {
    display: none;
  }
}
.header-21#sp-header {
  height: 75px;
}
.header-21#sp-header #offcanvas-toggler {
  height: 75px;
  line-height: 75px;
}
.header-21#sp-header .logo {
  height: 75px;
}
.header-21#sp-header .sp-megamenu-parent > li > a, .header-21#sp-header .sp-megamenu-parent > li > span {
  line-height: 75px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.header-21#sp-header .sp-megamenu-parent > li:hover > a {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.header-21#sp-header #sp-menu > .sp-column > .sp-module {
  height: 75px;
}
.header-21#sp-header.header-sticky + section {
  margin-top: 75px;
}
.header-21 + #sp-page-title .sp-page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-21 + #sp-page-title .sp-page-title:before {
  background: rgba(0, 0, 0, 0.7);
}
.header-21 + #sp-page-title .sp-page-title .sp-page-title-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}
.header-21 + #sp-page-title .sp-page-title .breadcrumb > li, .header-21 + #sp-page-title .sp-page-title .breadcrumb > li > a, .header-21 + #sp-page-title .sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
@media (min-width: 992px) {
  body.sidebar div.body-wrapper {
    margin-left: 20%;
    width: 80%;
  }
  body.sidebar div.body-wrapper .sppb-row-container {
    width: 100%;
  }
  body.sidebar div.offcanvas-menu {
    right: auto !important;
    left: 0;
    width: 20%;
    padding: 30px 20px 20px;
    text-align: center;
    background: #111;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner {
    padding: 0;
    height: 100%;
    text-align: left;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
    border-top: none;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li a {
    font-size: 14px;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li:not(.active) a:not(:hover):not(:focus) {
    color: #999;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul li.menu-parent.menu-parent-open > a {
    border-bottom-color: #999;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner .sp-module ul li.menu-parent:last-child {
    border-bottom: none;
  }
  body.sidebar div.offcanvas-menu .close-offcanvas {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body.sidebar div.offcanvas-menu {
    padding: 45px 30px 30px;
  }
  body.sidebar div.offcanvas-menu .offcanvas-inner {
    padding: 0;
    height: 100%;
    display: inline-block;
    min-width: 180px;
  }
}
.header-22#sp-header.header-sticky + section {
  margin-top: 0;
}
/*======================================
 =            Section Titles            =
 ======================================*/
.sp-page-title.dummy-title {
  background-image: url('../../../images/title_bg.jpg');
  padding-top: 150px !important;
  padding-bottom: 100px !important;
  position: relative;
}
.sp-page-title.dummy-title:before {
  content: "";
  display: block;
  background: rgba(52, 58, 64, .7) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading, [class*="title-1-"].sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
[class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading:before, [class*="title-1-"].sppb-addon .sppb-addon-title:before, [class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-1-"].sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #dadada;
  bottom: 8px;
}
[class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading:before, [class*="title-1-"].sppb-addon .sppb-addon-title:before {
  left: 50%;
  margin-left: -64px;
}
[class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-1-"].sppb-addon .sppb-addon-title:after {
  right: 50%;
  margin-right: -64px;
}
[class*="title-1-"].sppb-section .sppb-section-title .sppb-title-heading i, [class*="title-1-"].sppb-addon .sppb-addon-title i {
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading i, [class*="title-1-"].sppb-addon.sppb-text-left .sppb-addon-title i, [class*="title-1-"].sppb-addon .sppb-text-left .sppb-addon-title i {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, [class*="title-1-"].sppb-addon.sppb-text-left .sppb-addon-title:before, [class*="title-1-"].sppb-addon .sppb-text-left .sppb-addon-title:before {
  display: none;
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, [class*="title-1-"].sppb-addon.sppb-text-left .sppb-addon-title:after, [class*="title-1-"].sppb-addon .sppb-text-left .sppb-addon-title:after {
  right: auto;
  left: 0;
  margin-left: 26px;
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading i, [class*="title-1-"].sppb-addon.sppb-text-right .sppb-addon-title i {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, [class*="title-1-"].sppb-addon.sppb-text-right .sppb-addon-title:before {
  left: auto;
  right: 0;
  margin-right: 26px;
}
[class*="title-1-"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, [class*="title-1-"].sppb-addon.sppb-text-right .sppb-addon-title:after {
  display: none;
}
.title-1-square.sppb-section .sppb-section-title .sppb-title-heading i.fa, .title-1-square.sppb-addon .sppb-addon-title i.fa {
  font-size: 10px !important;
  -webkit-transform: translateX(-50%) rotate(45deg) !important;
  transform: translateX(-50%) rotate(45deg) !important;
}
.title-1-square.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading i, .title-1-square.sppb-addon.sppb-text-left .sppb-addon-title i, .title-1-square.sppb-addon .sppb-text-left .sppb-addon-title i {
  -webkit-transform: translateX(0) rotate(45deg) !important;
  transform: translateX(0) rotate(45deg) !important;
}
.title-2.sppb-section .sppb-section-title .sppb-title-heading, .title-2.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
}
.title-2.sppb-section .sppb-section-title .sppb-title-heading:before, .title-2.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 115px;
  height: 1px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -57.5px;
}
.title-2.sppb-section .sppb-section-title .sppb-title-heading:after, .title-2.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7.5px;
}
.title-2.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-2.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-2.sppb-addon .sppb-text-left .sppb-addon-title:before {
  border-right-width: 100px;
  border-left-width: 0;
  left: 0;
  margin-left: 0;
}
.title-2.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-2.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-2.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-2.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-2.sppb-addon.sppb-text-right .sppb-addon-title:before {
  border-right-width: 0;
  border-left-width: 100px;
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-2.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-2.sppb-addon.sppb-text-right .sppb-addon-title:after {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-3.sppb-section .sppb-section-title .sppb-title-heading, .title-3.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.title-3.sppb-section .sppb-section-title .sppb-title-heading:before, .title-3.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.title-3.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-3.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-3.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-3.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-3.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading, .title-4.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.title-4.sppb-section .sppb-section-title .sppb-title-heading:before, .title-4.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.title-4.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-4.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-4.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-4.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-4.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-5.sppb-section .sppb-section-title .sppb-title-heading, .title-5.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.title-5.sppb-section .sppb-section-title .sppb-title-heading:before, .title-5.sppb-addon .sppb-addon-title:before, .title-5.sppb-section .sppb-section-title .sppb-title-heading:after, .title-5.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-5.sppb-section .sppb-section-title .sppb-title-heading:before, .title-5.sppb-addon .sppb-addon-title:before {
  margin-left: -19px;
}
.title-5.sppb-section .sppb-section-title .sppb-title-heading:after, .title-5.sppb-addon .sppb-addon-title:after {
  margin-left: 10px;
}
.title-5.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-5.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-5.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-5.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-5.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-5.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 18px;
}
.title-5.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-5.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 28px;
  left: auto;
  margin-left: 0;
}
.title-5.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-5.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  margin-left: 0;
  right: 0;
}
.title-7.sppb-section .sppb-section-title .sppb-title-heading, .title-7.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 25px !important;
}
.title-7.sppb-section .sppb-section-title .sppb-title-heading:before, .title-7.sppb-addon .sppb-addon-title:before, .title-7.sppb-section .sppb-section-title .sppb-title-heading:after, .title-7.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-7.sppb-section .sppb-section-title .sppb-title-heading:before, .title-7.sppb-addon .sppb-addon-title:before {
  left: 2px;
}
.title-7.sppb-section .sppb-section-title .sppb-title-heading:after, .title-7.sppb-addon .sppb-addon-title:after {
  right: 2px;
}
.title-7.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading, .title-7.sppb-addon.sppb-text-left .sppb-addon-title, .title-7.sppb-addon .sppb-text-left .sppb-addon-title {
  padding-left: 0;
}
.title-7.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-7.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-7.sppb-addon .sppb-text-left .sppb-addon-title:before {
  display: none;
}
.title-7.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading, .title-7.sppb-addon.sppb-text-right .sppb-addon-title {
  padding-right: 0;
}
.title-7.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-7.sppb-addon.sppb-text-right .sppb-addon-title:after {
  display: none;
}
.title-8.sppb-section .sppb-section-title .sppb-title-heading, .title-8.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.title-8.sppb-section .sppb-section-title .sppb-title-heading:before, .title-8.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 1px;
  border-left: 49px solid #e4e4e4;
  border-right: 49px solid #e4e4e4;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -60px;
}
.title-8.sppb-section .sppb-section-title .sppb-title-heading:after, .title-8.sppb-addon .sppb-addon-title:after {
  content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-size: 10px;
  font-weight: 900;
  width: 16px;
  height: 17px;
  line-height: 1;
  padding-right: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-8.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-8.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-8.sppb-addon .sppb-text-left .sppb-addon-title:before {
  width: 60px;
  left: 0;
  margin-left: 10px;
  border-left: 0;
}
.title-8.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-8.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-8.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 2px;
  margin-left: 0;
}
.title-8.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-8.sppb-addon.sppb-text-right .sppb-addon-title:before {
  width: 60px;
  left: auto;
  margin-left: 0;
  right: 10px;
  border-right: none;
}
.title-8.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-8.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  margin-left: 0;
  right: 2px;
}
.title-9.sppb-section .sppb-section-title .sppb-title-heading, .title-9.sppb-addon .sppb-addon-title {
  position: relative;
  padding-bottom: 16px !important;
}
.title-9.sppb-section .sppb-section-title .sppb-title-heading:before, .title-9.sppb-addon .sppb-addon-title:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #dadada;
  position: absolute;
  left: 50%;
  bottom: 2px;
  margin-left: -50px;
}
.title-9.sppb-section .sppb-section-title .sppb-title-heading:after, .title-9.sppb-addon .sppb-addon-title:after {
  content: "";
  width: 36px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -18px;
  z-index: 1;
}
.title-9.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-9.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-9.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-9.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-9.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-9.sppb-addon .sppb-text-left .sppb-addon-title:after {
  margin-left: 0;
  left: 0;
}
.title-9.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-9.sppb-addon.sppb-text-right .sppb-addon-title:before {
  left: auto;
  right: 0;
}
.title-9.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-9.sppb-addon.sppb-text-right .sppb-addon-title:after {
  margin-left: -32px;
  left: auto;
  right: 0;
}
.title-10.sppb-section .sppb-section-title .sppb-title-heading, .title-10.sppb-addon .sppb-addon-title {
  position: relative;
  padding-bottom: 14px;
}
.title-10.sppb-section .sppb-section-title .sppb-title-heading:before, .title-10.sppb-addon .sppb-addon-title:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #dadada;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title-10.sppb-section .sppb-section-title .sppb-title-heading:after, .title-10.sppb-addon .sppb-addon-title:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  z-index: 1;
}
.title-10.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-10.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-10.sppb-addon .sppb-text-left .sppb-addon-title:before {
  display: block;
}
.title-10.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-10.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-10.sppb-addon .sppb-text-left .sppb-addon-title:after {
  margin-left: 0;
  left: 0;
}
.title-10.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-10.sppb-addon.sppb-text-right .sppb-addon-title:before {
  display: block;
}
.title-10.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-10.sppb-addon.sppb-text-right .sppb-addon-title:after {
  margin-left: 0;
  left: auto;
  right: 0;
}
.title-11.sppb-section .sppb-section-title .sppb-title-heading, .title-11.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.title-11.sppb-section .sppb-section-title .sppb-title-heading:before, .title-11.sppb-addon .sppb-addon-title:before, .title-11.sppb-section .sppb-section-title .sppb-title-heading:after, .title-11.sppb-addon .sppb-addon-title:after {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.title-11.sppb-section .sppb-section-title .sppb-title-heading:after, .title-11.sppb-addon .sppb-addon-title:after {
  margin-left: 5px;
  bottom: 0;
}
.title-11.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-11.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-11.sppb-addon .sppb-text-left .sppb-addon-title:before, .title-11.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-11.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-11.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: 0;
}
.title-11.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-11.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-11.sppb-addon .sppb-text-left .sppb-addon-title:after {
  margin-left: 10px;
}
.title-11.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-11.sppb-addon.sppb-text-right .sppb-addon-title:before, .title-11.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-11.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-right: 10px;
}
.title-11.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-11.sppb-addon.sppb-text-right .sppb-addon-title:after {
  margin-right: 0;
}
.title-12.sppb-section .sppb-section-title .sppb-title-heading, .title-12.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
}
.title-12.sppb-section .sppb-section-title .sppb-title-heading:before, .title-12.sppb-addon .sppb-addon-title:before, .title-12.sppb-section .sppb-section-title .sppb-title-heading:after, .title-12.sppb-addon .sppb-addon-title:after {
  content: "";
  width: 10px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.title-12.sppb-section .sppb-section-title .sppb-title-heading:after, .title-12.sppb-addon .sppb-addon-title:after {
  margin-left: 10px;
  margin-right: 0;
}
.title-12.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-12.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-12.sppb-addon .sppb-text-left .sppb-addon-title:before {
  display: none;
}
.title-12.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-12.sppb-addon.sppb-text-right .sppb-addon-title:after {
  display: none;
}
.title-13.sppb-section .sppb-section-title .sppb-title-heading, .title-13.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 28px;
}
.title-13.sppb-section .sppb-section-title .sppb-title-heading:before, .title-13.sppb-addon .sppb-addon-title:before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -65px;
}
.title-13.sppb-section .sppb-section-title .sppb-title-heading:after, .title-13.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.title-13.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-13.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-13.sppb-addon .sppb-text-left .sppb-addon-title:before, .title-13.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-13.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-13.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-13.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-13.sppb-addon.sppb-text-right .sppb-addon-title:before {
  left: auto;
  margin-left: 0;
  right: 0;
}
.title-13.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-13.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  margin-left: 0;
  right: 12px;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading, [class*="title-14"].sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading:before, [class*="title-14"].sppb-addon .sppb-addon-title:before, [class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-14"].sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading:after, [class*="title-14"].sppb-addon .sppb-addon-title:after {
  margin-left: 2px;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading .title-footer, [class*="title-14"].sppb-addon .sppb-addon-title .title-footer {
  display: block;
  width: 128px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -64px;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading .title-footer:before, [class*="title-14"].sppb-addon .sppb-addon-title .title-footer:before, [class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading .title-footer:after, [class*="title-14"].sppb-addon .sppb-addon-title .title-footer:after {
  content: "";
  width: 48px;
  height: 3px;
  display: inline-block;
  border: 1px solid #111;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
[class*="title-14"].sppb-section .sppb-section-title .sppb-title-heading .title-footer:after, [class*="title-14"].sppb-addon .sppb-addon-title .title-footer:after {
  left: auto;
  right: 0;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, [class*="title-14"].sppb-addon.sppb-text-left .sppb-addon-title:before, [class*="title-14"].sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 55px;
  margin-left: 0;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, [class*="title-14"].sppb-addon.sppb-text-left .sppb-addon-title:after, [class*="title-14"].sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 65px;
  margin-left: 0;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading .title-footer, [class*="title-14"].sppb-addon.sppb-text-left .sppb-addon-title .title-footer, [class*="title-14"].sppb-addon .sppb-text-left .sppb-addon-title .title-footer {
  left: 0;
  margin-left: 0;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, [class*="title-14"].sppb-addon.sppb-text-right .sppb-addon-title:before {
  left: auto;
  right: 65px;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, [class*="title-14"].sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  right: 55px;
}
[class*="title-14"].sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading .title-footer, [class*="title-14"].sppb-addon.sppb-text-right .sppb-addon-title .title-footer {
  left: auto;
  margin-left: 0;
  right: 0;
}
.title-15.sppb-section .sppb-section-title .sppb-title-heading, .title-15.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.title-15.sppb-section .sppb-section-title .sppb-title-heading:before, .title-15.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.title-15.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-15.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-15.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-15.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-15.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-16.sppb-section .sppb-section-title .sppb-title-heading, .title-16.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.title-16.sppb-section .sppb-section-title .sppb-title-heading:before, .title-16.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -119px;
}
.title-16.sppb-section .sppb-section-title .sppb-title-heading:after, .title-16.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 0px;
  border: 1px dashed #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
.title-16.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-16.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-16.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 211px;
  box-shadow: none;
}
.title-16.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-16.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-16.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-16.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-16.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 0;
  left: auto;
  margin-left: 0;
  box-shadow: none;
  margin-right: 211px;
}
.title-16.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-16.sppb-addon.sppb-text-right .sppb-addon-title:after {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-17.sppb-section .sppb-section-title .sppb-title-heading, .title-17.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}
.title-17.sppb-section .sppb-section-title .sppb-title-heading:before, .title-17.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 130px;
  height: 1px;
  border-left: 50px solid #e4e4e4;
  border-right: 50px solid #e4e4e4;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -65px;
}
.title-17.sppb-section .sppb-section-title .sppb-title-heading:after, .title-17.sppb-addon .sppb-addon-title:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #e4e4e4;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}
.title-17.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-17.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-17.sppb-addon .sppb-text-left .sppb-addon-title:before {
  border-right-width: 50px;
  border-left-width: 0;
  left: 0;
  margin-left: 0;
  width: 70px;
}
.title-17.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-17.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-17.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-17.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-17.sppb-addon.sppb-text-right .sppb-addon-title:before {
  border-right-width: 50px;
  border-left-width: 0px;
  right: 0;
  left: auto;
  margin-left: 0;
  width: 70px;
}
.title-17.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-17.sppb-addon.sppb-text-right .sppb-addon-title:after {
  right: 57px;
  left: auto;
  margin-left: 0;
}
.title-18.sppb-section .sppb-section-title .sppb-title-heading, .title-18.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.title-18.sppb-section .sppb-section-title .sppb-title-heading:before, .title-18.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.title-18.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-18.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-18.sppb-addon .sppb-text-left .sppb-addon-title:before {
  left: 0;
  margin-left: 0;
}
.title-18.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-18.sppb-addon.sppb-text-right .sppb-addon-title:before {
  right: 0;
  left: auto;
  margin-left: 0;
}
.title-19.sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
.title-19.sppb-section .sppb-section-title .sppb-title-heading span {
  display: block;
  font-size: 30px;
  margin-top: 20px;
  letter-spacing: 0;
}
.title-20.sppb-section .sppb-section-title .sppb-title-heading, .title-20.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.title-20.sppb-section .sppb-section-title .sppb-title-heading:before, .title-20.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 190px;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -95px;
}
.title-20.sppb-section .sppb-section-title .sppb-title-heading:after, .title-20.sppb-addon .sppb-addon-title:after {
  content: "\f0e7";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 0;
}
.title-20.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-20.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-20.sppb-addon .sppb-text-left .sppb-addon-title:before {
  width: 100px;
  left: 0;
  margin-left: 0;
  border-left: none;
}
.title-20.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-20.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-20.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-20.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-20.sppb-addon.sppb-text-right .sppb-addon-title:before {
  width: 100px;
  left: auto;
  margin-left: 0;
  right: 0;
  border-right: none;
}
.title-20.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-20.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  margin-left: 0;
  right: 0;
}
#sp-page-builder .title-5.sppb-section .sppb-section-title .sppb-title-heading, .sp-page-builder .title-5.sppb-section .sppb-section-title .sppb-title-heading, #sp-page-builder .title-5.sppb-addon .sppb-addon-title, .sp-page-builder .title-5.sppb-addon .sppb-addon-title {
  margin-bottom: 15px;
}
#sp-page-builder .title-20.sppb-section .sppb-section-title .sppb-title-heading, .sp-page-builder .title-20.sppb-section .sppb-section-title .sppb-title-heading, #sp-page-builder .title-20.sppb-addon .sppb-addon-title, .sp-page-builder .title-20.sppb-addon .sppb-addon-title {
  margin-bottom: 10px;
}
.title-21.sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 28px !important;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 20px !important;
}
.title-21.sppb-section .sppb-section-title .sppb-title-heading span {
  display: block;
  font-size: 40px;
  margin-top: 20px;
  letter-spacing: 0;
}
.title-22.sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 22px;
}
.title-22.sppb-section .sppb-section-title .sppb-title-heading, .title-22.sppb-addon .sppb-addon-title {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
  font-weight: 400;
}
.title-22.sppb-section .sppb-section-title .sppb-title-heading > span, .title-22.sppb-addon .sppb-addon-title > span {
  font-size: 36px;
  display: block;
  margin-top: 10px;
  color: #111;
}
.title-22.sppb-section .sppb-section-title .sppb-title-heading:before, .title-22.sppb-addon .sppb-addon-title:before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -43px;
}
.title-22.sppb-section .sppb-section-title .sppb-title-heading:after, .title-22.sppb-addon .sppb-addon-title:after {
  content: "#";
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0;
}
.title-22.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:before, .title-22.sppb-addon.sppb-text-left .sppb-addon-title:before, .title-22.sppb-addon .sppb-text-left .sppb-addon-title:before {
  width: 50px;
  left: 0;
  margin-left: 0;
  border-left: none;
}
.title-22.sppb-section .sppb-section-title.sppb-text-left .sppb-title-heading:after, .title-22.sppb-addon.sppb-text-left .sppb-addon-title:after, .title-22.sppb-addon .sppb-text-left .sppb-addon-title:after {
  left: 0;
  margin-left: 0;
}
.title-22.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:before, .title-22.sppb-addon.sppb-text-right .sppb-addon-title:before {
  width: 50px;
  left: auto;
  margin-left: 0;
  right: 0;
  border-right: none;
}
.title-22.sppb-section .sppb-section-title.sppb-text-right .sppb-title-heading:after, .title-22.sppb-addon.sppb-text-right .sppb-addon-title:after {
  left: auto;
  margin-left: 0;
  right: 0;
}
.title-22.title-white.sppb-section .sppb-section-title .sppb-title-heading span, .title-22.title-white.sppb-addon .sppb-addon-title span {
  color: #fff;
}
.title-22.title-white.sppb-section .sppb-section-title .sppb-title-heading:before, .title-22.title-white.sppb-addon .sppb-addon-title:before {
  border-color: #fff !important;
}
.title-22.title-white.sppb-section .sppb-section-title .sppb-title-heading:after, .title-22.title-white.sppb-addon .sppb-addon-title:after {
  color: #fff !important;
}
@media (min-width: 992px) {
  .title-w-50 .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 50% !important;
  }
  .title-w-50 .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 25% !important;
    padding-right: 25% !important;
  }
  .title-w-50 .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 50% !important;
  }
}
@media (min-width: 992px) {
  .title-w-55 .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 55% !important;
  }
  .title-w-55 .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 22.5% !important;
    padding-right: 22.5% !important;
  }
  .title-w-55 .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 55% !important;
  }
}
.title-fluid .sppb-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.title-white.sppb-section .sppb-section-title, .title-white.sppb-section .sppb-section-title .sppb-title-heading, .title-white.sppb-addon .sppb-addon-title, .title-white.sp-column .sp-module-title, .title-white.sp-module .sp-module-title {
  color: #fff !important;
}
/*====================================
 =            MODULES.LESS            =
 ====================================*/
/*===================================
 =            LIST STYLES            =
 ===================================*/
.list-style-1 ul, ul.list-style-1 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-1 ul > li, ul.list-style-1 > li {
  color: #343a40;
  margin-bottom: 20px !important;
  position: relative;
  padding-left: 20px;
}
.list-style-1 ul > li:before, ul.list-style-1 > li:before {
  content: "\f14a";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-1 ul > li:last-child, ul.list-style-1 > li:last-child {
  margin-bottom: 0;
}
.list-style-1 ul > li ul, ul.list-style-1 > li ul {
  padding-left: 40px !important;
}
.list-style-2 ul, ul.list-style-2 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-2 ul > li, ul.list-style-2 > li {
  color: #343a40;
  position: relative;
  padding-left: 20px;
}
.list-style-2 ul > li:before, ul.list-style-2 > li:before {
  content: "\f164";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-2 ul > li:not(:last-child), ul.list-style-2 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-2 ul > li ul, ul.list-style-2 > li ul {
  padding-left: 40px !important;
}
.list-style-3 ul, ul.list-style-3 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-3 ul > li, ul.list-style-3 > li {
  color: #343a40;
  position: relative;
  padding-left: 20px;
}
.list-style-3 ul > li:before, ul.list-style-3 > li:before {
  content: "\f35a";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-3 ul > li:not(:last-child), ul.list-style-3 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-3 ul > li ul, ul.list-style-3 > li ul {
  padding-left: 40px !important;
}
.list-style-4 ul, ul.list-style-4 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-4 ul > li, ul.list-style-4 > li {
  color: #343a40;
  position: relative;
  padding-left: 20px;
}
.list-style-4 ul > li:before, ul.list-style-4 > li:before {
  content: "\f101";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-4 ul > li:not(:last-child), ul.list-style-4 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-4 ul > li ul, ul.list-style-4 > li ul {
  padding-left: 40px !important;
}
.list-style-5 ul, ul.list-style-5 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-5 ul > li, ul.list-style-5 > li {
  color: #343a40;
  position: relative;
  padding-left: 20px;
}
.list-style-5 ul > li:before, ul.list-style-5 > li:before {
  content: "\f164";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-5 ul > li:not(:last-child), ul.list-style-5 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-5 ul > li ul, ul.list-style-5 > li ul {
  padding-left: 40px !important;
}
.list-style-6 ul, ul.list-style-6 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-6 ul > li, ul.list-style-6 > li {
  color: #343a40;
  position: relative;
  padding-left: 20px;
}
.list-style-6 ul > li:before, ul.list-style-6 > li:before {
  content: "\f30b";
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-6 ul > li:not(:last-child), ul.list-style-6 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-6 ul > li ul, ul.list-style-6 > li ul {
  padding-left: 40px !important;
}
.list-style-7 ul, ul.list-style-7 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-7 ul > li, ul.list-style-7 > li {
  color: #343a40;
  position: relative;
  padding-left: 25px;
}
.list-style-7 ul > li:before, ul.list-style-7 > li:before {
  content: "\f0da";
  display: inline-block;
  margin-right: 15px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-7 ul > li:not(:last-child), ul.list-style-7 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-7 ul > li ul, ul.list-style-7 > li ul {
  padding-left: 40px !important;
}
.list-style-8 ul, ul.list-style-8 {
  padding-left: 0 !important;
  list-style: none;
}
.list-style-8 ul > li, ul.list-style-8 > li {
  color: #343a40;
  position: relative;
  padding-left: 25px;
}
.list-style-8 ul > li:before, ul.list-style-8 > li:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 15px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
}
.list-style-8 ul > li:not(:last-child), ul.list-style-8 > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-style-8 ul > li ul, ul.list-style-8 > li ul {
  padding-left: 40px !important;
}
/*=============================
 =            FORMS            =
 =============================*/
.form-style-1 input[type="text"]:not(.form-control), .form-style-1 input[type="email"]:not(.form-control), .form-style-1 input[type="url"]:not(.form-control), .form-style-1 input[type="date"]:not(.form-control), .form-style-1 input[type="password"]:not(.form-control), .form-style-1 input[type="search"]:not(.form-control), .form-style-1 input[type="tel"]:not(.form-control), .form-style-1 input[type="number"]:not(.form-control), .form-style-1 select:not(.form-control), .form-style-1 textarea:not(.form-control) {
  border-width: 1px;
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}
.form-style-1 input[type="text"]:not(.form-control):focus, .form-style-1 input[type="email"]:not(.form-control):focus, .form-style-1 input[type="url"]:not(.form-control):focus, .form-style-1 input[type="date"]:not(.form-control):focus, .form-style-1 input[type="password"]:not(.form-control):focus, .form-style-1 input[type="search"]:not(.form-control):focus, .form-style-1 input[type="tel"]:not(.form-control):focus, .form-style-1 input[type="number"]:not(.form-control):focus, .form-style-1 select:not(.form-control):focus, .form-style-1 textarea:not(.form-control):focus {
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
}
.form-style-1 input[type="text"]::placeholder, .form-style-1 input[type="email"]::placeholder, .form-style-1 input[type="url"]::placeholder, .form-style-1 input[type="date"]::placeholder, .form-style-1 input[type="password"]::placeholder, .form-style-1 input[type="search"]::placeholder, .form-style-1 input[type="tel"]::placeholder, .form-style-1 input[type="number"]::placeholder, .form-style-1 select::placeholder, .form-style-1 textarea::placeholder {
  color: #fff;
}
.form-style-1 input[type="text"]::-ms-input-placeholder, .form-style-1 input[type="email"]::-ms-input-placeholder, .form-style-1 input[type="url"]::-ms-input-placeholder, .form-style-1 input[type="date"]::-ms-input-placeholder, .form-style-1 input[type="password"]::-ms-input-placeholder, .form-style-1 input[type="search"]::-ms-input-placeholder, .form-style-1 input[type="tel"]::-ms-input-placeholder, .form-style-1 input[type="number"]::-ms-input-placeholder, .form-style-1 select::-ms-input-placeholder, .form-style-1 textarea::-ms-input-placeholder {
  color: #fff;
}
.form-style-1 input[type="text"]:-ms-input-placeholder, .form-style-1 input[type="email"]:-ms-input-placeholder, .form-style-1 input[type="url"]:-ms-input-placeholder, .form-style-1 input[type="date"]:-ms-input-placeholder, .form-style-1 input[type="password"]:-ms-input-placeholder, .form-style-1 input[type="search"]:-ms-input-placeholder, .form-style-1 input[type="tel"]:-ms-input-placeholder, .form-style-1 input[type="number"]:-ms-input-placeholder, .form-style-1 select:-ms-input-placeholder, .form-style-1 textarea:-ms-input-placeholder {
  color: #fff;
}
.form-style-2 input[type="text"]:not(.form-control), .form-style-2 input[type="email"]:not(.form-control), .form-style-2 input[type="url"]:not(.form-control), .form-style-2 input[type="date"]:not(.form-control), .form-style-2 input[type="password"]:not(.form-control), .form-style-2 input[type="search"]:not(.form-control), .form-style-2 input[type="tel"]:not(.form-control), .form-style-2 input[type="number"]:not(.form-control), .form-style-2 select:not(.form-control), .form-style-2 textarea:not(.form-control) {
  color: rgba(255, 255, 255, .20);
  border-color: rgba(255, 255, 255, .20);
  background-color: transparent;
  padding: 15px 20px;
}
.form-style-2 input[type="text"]:focus, .form-style-2 input[type="email"]:focus, .form-style-2 input[type="url"]:focus, .form-style-2 input[type="date"]:focus, .form-style-2 input[type="password"]:focus, .form-style-2 input[type="search"]:focus, .form-style-2 input[type="tel"]:focus, .form-style-2 input[type="number"]:focus, .form-style-2 select:focus, .form-style-2 textarea:focus {
  color: #fff !important;
}
.form-style-2 input[type="text"]::placeholder, .form-style-2 input[type="email"]::placeholder, .form-style-2 input[type="url"]::placeholder, .form-style-2 input[type="date"]::placeholder, .form-style-2 input[type="password"]::placeholder, .form-style-2 input[type="search"]::placeholder, .form-style-2 input[type="tel"]::placeholder, .form-style-2 input[type="number"]::placeholder, .form-style-2 select::placeholder, .form-style-2 textarea::placeholder {
  color: rgba(255, 255, 255, .20);
}
.form-style-2 input[type="text"]::-ms-input-placeholder, .form-style-2 input[type="email"]::-ms-input-placeholder, .form-style-2 input[type="url"]::-ms-input-placeholder, .form-style-2 input[type="date"]::-ms-input-placeholder, .form-style-2 input[type="password"]::-ms-input-placeholder, .form-style-2 input[type="search"]::-ms-input-placeholder, .form-style-2 input[type="tel"]::-ms-input-placeholder, .form-style-2 input[type="number"]::-ms-input-placeholder, .form-style-2 select::-ms-input-placeholder, .form-style-2 textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .20);
}
.form-style-2 input[type="text"]:-ms-input-placeholder, .form-style-2 input[type="email"]:-ms-input-placeholder, .form-style-2 input[type="url"]:-ms-input-placeholder, .form-style-2 input[type="date"]:-ms-input-placeholder, .form-style-2 input[type="password"]:-ms-input-placeholder, .form-style-2 input[type="search"]:-ms-input-placeholder, .form-style-2 input[type="tel"]:-ms-input-placeholder, .form-style-2 input[type="number"]:-ms-input-placeholder, .form-style-2 select:-ms-input-placeholder, .form-style-2 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, .20);
}
.form-style-3 input[type="text"]:not(.form-control), .form-style-3 input[type="email"]:not(.form-control), .form-style-3 input[type="url"]:not(.form-control), .form-style-3 input[type="date"]:not(.form-control), .form-style-3 input[type="password"]:not(.form-control), .form-style-3 input[type="search"]:not(.form-control), .form-style-3 input[type="tel"]:not(.form-control), .form-style-3 input[type="number"]:not(.form-control), .form-style-3 select:not(.form-control), .form-style-3 textarea:not(.form-control) {
  border-width: 0;
  border-bottom-width: 1px;
  background-color: transparent;
  padding-left: 0;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .3);
}
.form-style-3 input[type="text"]::placeholder, .form-style-3 input[type="email"]::placeholder, .form-style-3 input[type="url"]::placeholder, .form-style-3 input[type="date"]::placeholder, .form-style-3 input[type="password"]::placeholder, .form-style-3 input[type="search"]::placeholder, .form-style-3 input[type="tel"]::placeholder, .form-style-3 input[type="number"]::placeholder, .form-style-3 select::placeholder, .form-style-3 textarea::placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-3 input[type="text"]::-ms-input-placeholder, .form-style-3 input[type="email"]::-ms-input-placeholder, .form-style-3 input[type="url"]::-ms-input-placeholder, .form-style-3 input[type="date"]::-ms-input-placeholder, .form-style-3 input[type="password"]::-ms-input-placeholder, .form-style-3 input[type="search"]::-ms-input-placeholder, .form-style-3 input[type="tel"]::-ms-input-placeholder, .form-style-3 input[type="number"]::-ms-input-placeholder, .form-style-3 select::-ms-input-placeholder, .form-style-3 textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-3 input[type="text"]:-ms-input-placeholder, .form-style-3 input[type="email"]:-ms-input-placeholder, .form-style-3 input[type="url"]:-ms-input-placeholder, .form-style-3 input[type="date"]:-ms-input-placeholder, .form-style-3 input[type="password"]:-ms-input-placeholder, .form-style-3 input[type="search"]:-ms-input-placeholder, .form-style-3 input[type="tel"]:-ms-input-placeholder, .form-style-3 input[type="number"]:-ms-input-placeholder, .form-style-3 select:-ms-input-placeholder, .form-style-3 textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
}
.form-style-4 input[type="text"]:not(.form-control), .form-style-4 input[type="email"]:not(.form-control), .form-style-4 input[type="url"]:not(.form-control), .form-style-4 input[type="date"]:not(.form-control), .form-style-4 input[type="password"]:not(.form-control), .form-style-4 input[type="search"]:not(.form-control), .form-style-4 input[type="tel"]:not(.form-control), .form-style-4 input[type="number"]:not(.form-control), .form-style-4 select:not(.form-control), .form-style-4 textarea:not(.form-control) {
  background-color: transparent;
}
.form-lg input[type="text"]:not(.form-control), .form-lg input[type="email"]:not(.form-control), .form-lg input[type="url"]:not(.form-control), .form-lg input[type="date"]:not(.form-control), .form-lg input[type="password"]:not(.form-control), .form-lg input[type="search"]:not(.form-control), .form-lg input[type="tel"]:not(.form-control), .form-lg input[type="number"]:not(.form-control), .form-lg select:not(.form-control), .form-lg textarea:not(.form-control) {
  height: calc(3rem + 2px);
  padding: 0.5625rem 2.125rem;
}
.form-lg textarea {
  height: inherit !important;
  resize: none;
}
/*=====================================
 =            OTHER CLASSES            =
 =====================================*/
@media (max-width: 991.98px) {
  .col2-to-col3-mobiles > .sppb-row-container > .sppb-row > div:nth-child(1) {
    order: 1;
    -webkit-order: 1;
  }
  .col2-to-col3-mobiles > .sppb-row-container > .sppb-row > div:nth-child(2) {
    order: 3;
    -webkit-order: 3;
  }
  .col2-to-col3-mobiles > .sppb-row-container > .sppb-row > div:nth-child(3) {
    order: 2;
    -webkit-order: 2;
  }
}
@media (min-width: 992px) {
  .progress-section-1 .sppb-row > div:before, .progress-section-1 .sppb-row > div:after {
    content: "";
    width: 48px;
    height: 2px;
    display: block;
    border: 1px dashed rgba(255, 255, 255, .3);
    position: absolute;
    top: 60px;
    left: 2px;
    z-index: 2;
  }
  .progress-section-1 .sppb-row > div:after {
    left: auto;
    right: 1px;
  }
  .progress-section-1 .sppb-row > div:first-child:before {
    display: none;
  }
  .progress-section-1 .sppb-row > div:last-child:after {
    display: none;
  }
}
.sppb-force-container > .sppb-container-inner {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sppb-force-container > .sppb-container-inner {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sppb-force-container > .sppb-container-inner {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sppb-force-container > .sppb-container-inner {
    max-width: 540px;
  }
}
.images-auto img {
  display: inline-block !important;
  width: auto !important;
}
.images-fullwidth .sppb-addon-single-image-container {
  display: block;
}
.images-fullwidth img {
  display: block !important;
  width: 100% !important;
}
.nogutter {
  padding: 0;
}
.border-dark {
  border-color: #343a40 !important;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.play-pulse i {
  box-shadow: 0 0 0 #fff;
  border-radius: 50%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.play-pulse.icon-primary i {
  background: #fff;
}
.owl-dots-style-1.owl-theme .owl-dots .owl-dot, .owl-dots-style-1 .owl-theme .owl-dots .owl-dot {
  width: 25px;
  height: 25px;
  border: 2px solid #c4c6c8;
  border-radius: 50%;
  padding: 3px;
  margin: 20px 5px 5px;
}
.owl-dots-style-1.owl-theme .owl-dots .owl-dot span, .owl-dots-style-1 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
}
.owl-dots-style-2.owl-theme .owl-dots .owl-dot, .owl-dots-style-2 .owl-theme .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #c4c6c8;
  padding: 3px;
  margin: 5px 5px;
}
.owl-dots-style-2.owl-theme .owl-dots .owl-dot span, .owl-dots-style-2 .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  border-radius: 0;
  width: 12px;
  height: 12px;
}
.owl-nav-style-1.owl-theme .owl-nav, .owl-nav-style-1 .owl-theme .owl-nav {
  margin-top: 25px;
}
.owl-nav-style-2.owl-theme .owl-nav {
  margin-top: 20px;
}
.owl-nav-style-2.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #dadada;
  line-height: 32px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .owl-nav-style-2.owl-theme .owl-nav [class*="owl-"] {
    transition: none;
  }
}
.owl-nav-style-2.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .owl-nav-style-2 {
    margin-top: 50px;
    position: relative;
  }
  .owl-nav-style-2.owl-theme .owl-nav {
    position: absolute;
    top: -105px;
    right: -5px;
    margin-top: 0;
  }
}
.owl-nav-style-3.owl-theme .owl-nav {
  margin-top: 20px;
}
.owl-nav-style-3.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 45px;
  background: rgba(240, 240, 240, .8);
  color: #495057;
  border-radius: 0;
  line-height: 42px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .owl-nav-style-3.owl-theme .owl-nav [class*="owl-"] {
    transition: none;
  }
}
.owl-nav-style-3.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
}
.owl-nav-style-3.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
}
@media (min-width: 992px) {
  .owl-nav-style-3.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 150px;
    left: -5px;
  }
  .owl-nav-style-3.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -5px;
  }
}
.owl-nav-style-4.owl-theme .owl-nav, .owl-nav-style-4 .owl-theme .owl-nav {
  margin-top: 45px;
}
.owl-nav-style-4.owl-theme .owl-nav [class*="owl-"], .owl-nav-style-4 .owl-theme .owl-nav [class*="owl-"] {
  padding: 10px 25px;
  border-radius: 25px;
  margin: 5px;
  line-height: 1;
  color: #fff;
}
.owl-nav-style-4.owl-theme .owl-nav [class*="owl-"] i, .owl-nav-style-4 .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 22px;
}
#owloutsidenav {
  margin: -5px;
}
#owloutsidenav div[class*="owl-"] {
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px;
  color: #fff;
  border-radius: 25px;
  margin: 5px;
  line-height: 1;
}
#owloutsidenav div[class*="owl-"] i {
  font-size: 22px;
}
#owloutsidenav div[class*="owl-"].disabled {
  opacity: 0.7;
  cursor: default;
}
@media (max-width: 991.98px) {
  .bg-image-responsive {
    background-image: none !important;
  }
}
.column-vertical-line {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.column-vertical-line:before, .column-vertical-line:after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
}
.column-vertical-line:after {
  top: auto !important;
  bottom: 0;
}
.columns-grid .sppb-row-container > .sppb-row, .columns-grid .sppb-container-inner > .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2 {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2:nth-child(6n+6), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2:nth-child(6n+6) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-2:nth-child(n+7), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-2:nth-child(n+7) {
    border-top: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3 {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3:nth-child(4n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3:nth-child(4n+4) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-3:nth-child(n+5), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-3:nth-child(n+5) {
    border-top: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4 {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4:nth-child(3n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4:nth-child(3n+3) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-4:nth-child(n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-4:nth-child(n+4) {
    border-top: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(odd), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-6:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-md-6:nth-child(n+3) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3 {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3:nth-child(4n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3:nth-child(4n+4) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-3:nth-child(n+5), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-3:nth-child(n+5) {
    border-top: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4, .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4 {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4:nth-child(3n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4:nth-child(3n+3) {
    border-right: none;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-4:nth-child(n+4), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-4:nth-child(n+4) {
    border-top: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-6:nth-child(odd), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-6:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }
  .columns-grid .sppb-row-container > .sppb-row > .sppb-col-sm-6:nth-child(n+3), .columns-grid .sppb-container-inner > .sppb-row > .sppb-col-sm-6:nth-child(n+3) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (max-width: 767.98px) {
  .columns-grid .sppb-row-container > .sppb-row > div[class*="sppb-col"]:not(:first-child), .columns-grid .sppb-container-inner > .sppb-row > div[class*="sppb-col"]:not(:first-child) {
    border-top: 1px solid #e4e4e4;
  }
}
[class*="addons-inline"] .sppb-column-addons, [class*="addons-inline"] .sp-pagebuilder-addons, [class*="addons-inline"] .sp-pagebuilder-addons > div {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.addons-inline-right .sppb-column-addons, .addons-inline-right .sp-pagebuilder-addons, .addons-inline-right .sp-pagebuilder-addons > div {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.addons-inline-center .sppb-column-addons, .addons-inline-center .sp-pagebuilder-addons, .addons-inline-center .sp-pagebuilder-addons > div {
  -webkit-justify-content: center;
  justify-content: center;
}
.addons-inline-middle .sppb-column-addons, .addons-inline-middle .sp-pagebuilder-addons, .addons-inline-middle .sp-pagebuilder-addons > div {
  -webkit-align-items: center;
  align-items: center;
}
div[class*="col-skew-right"] {
  position: relative;
  padding-right: 72px;
  overflow: hidden;
}
div[class*="col-skew-right"]:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 72px;
  bottom: 0;
  left: -100%;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
}
div[class*="col-skew-right"] > * {
  position: relative;
}
.hide-labels label:not(.sppb-form-check-label) {
  display: none;
}
/*=========================================
 =            REVOLUTION SLIDER            =
 =========================================*/
.tp-caption.fullscreenvideo {
  top: 0px !important;
}
.rev_slider_wrapper.fullscreen-container, .rev_slider_wrapper.fullwidthbanner-container {
  min-width: 100%;
}
.rev_slider_wrapper [class*="overlay-bg-"] > * {
  position: relative;
}
.slider-nav-primary div.tparrows:after {
  color: #fff !important;
}
.slider-nav-primary div.tparrows.preview2:after {
  background: transparent !important;
}
.slider-nav-primary div.tparrows.preview2 .tp-arr-titleholder, .slider-nav-primary div.tparrows.preview2 .tp-arr-subtitleholder {
  color: #fff;
}
.slider-nav-dark-primary div.tparrows {
  background: #27282a;
}
.slider-nav-dark-primary div.tparrows:after {
  color: #fff !important;
}
.slider-nav-dark-primary div.tparrows.preview2:after {
  background: transparent !important;
}
.slider-nav-dark-primary div.tparrows.preview2 .tp-arr-titleholder, .slider-nav-dark-primary div.tparrows.preview2 .tp-arr-subtitleholder {
  color: #fff;
}
.slider-nav-dark-primary div.tparrows.preview3:after {
  background: #27282a;
}
.slider-nav-white-primary div.tparrows {
  background: #fff;
}
.slider-nav-white-primary div.tparrows:after {
  color: #000;
}
.slider-nav-white-primary div.tparrows:hover:after, .slider-nav-white-primary div.tparrows:focus:after {
  color: #fff;
}
.slider-nav-white-primary div.tparrows.preview2:after {
  background: transparent !important;
}
.slider-nav-white-primary div.tparrows.preview2 .tp-arr-titleholder, .slider-nav-white-primary div.tparrows.preview2 .tp-arr-subtitleholder {
  color: #fff;
}
.slider-nav-white-primary div.tparrows.preview3:after {
  background: #fff;
}
.slider-nav-circle-1 div.tparrows.round {
  background: transparent;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #565a60;
  border-radius: 50%;
}
.slider-nav-circle-1 div.tparrows.round:after {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #565a60;
  font-size: 30px;
  padding-right: 3px;
}
.slider-nav-circle-1 div.tparrows.round.tp-rightarrow:after {
  content: "\f0da";
  padding-right: 0;
  padding-left: 3px;
}
.slider-nav-circle-1 .tp-bullets.simplebullets.round .bullet {
  border: none;
  border-radius: 50%;
  margin: 0 5px;
}
.slider-nav-vertical-line .tp-bullets.custom .bullet {
  width: 3px;
  height: 25px;
  background: #565a60;
  margin: 8px 0;
}
.slider-nav-bullet-white .tp-bullets.custom .bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 5px;
  background: transparent;
}
.slider-nav-bullet-white .tp-bullets.custom .bullet.selected {
  background: #fff;
}
.slider-nav-outline div.tparrows.custom {
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 42px;
  background: transparent;
  border-radius: 4px;
  text-align: center;
}
.slider-nav-outline div.tparrows.custom:after {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  padding-right: 3px;
}
.slider-nav-outline div.tparrows.custom.tp-rightarrow:after {
  content: "\f0da";
  padding-right: 0;
  padding-left: 3px;
}
.slider-nav-outline div.tparrows.custom:hover:after, .slider-nav-outline div.tparrows.custom:focus:after {
  color: #fff;
}
.slider-nav-outline .tp-bullets.custom .bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #e4e4e4;
  border-radius: 3px;
  margin: 0 5px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
}
.slider-nav-outline .tp-bullets.custom .bullet.selected {
  background: transparent;
}
.slider-schedule {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #27282a;
  min-width: 320px;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slider-schedule {
    transition: none;
  }
}
.slider-schedule > div {
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  float: left;
}
.slider-schedule > div:first-child {
  font-size: 24px;
  padding-top: 20px;
}
.slider-schedule > div a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.slider-schedule > div span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.slider-custom-nav {
  width: 50px;
  font-weight: 600;
  text-align: center;
  background: rgba(39, 40, 42, 0.3) !important;
  font-size: 16px !important;
  color: #fff !important;
  padding: 13px 20px;
  left: auto !important;
  right: 0;
  min-width: inherit !important;
  cursor: pointer;
  opacity: 0 !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .slider-custom-nav {
    transition: none;
  }
}
.slider-custom-nav.open {
  background: rgba(0, 0, 0, 0.5) !important;
}
.slider-custom-nav span {
  display: none;
  position: relative;
  margin-left: 15px;
  padding-left: 40px;
}
.slider-custom-nav span:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 1200px) {
  .slider-custom-nav {
    min-width: 250px !important;
    text-align: left;
  }
  .slider-custom-nav span {
    display: inline-block;
  }
}
.rev_slider_wrapper:hover .slider-custom-nav, .rev_slider_wrapper:focus .slider-custom-nav {
  opacity: 1 !important;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*===============================
 =            Sections           =
 ===============================*/
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
  clear: both;
}
#sp-page-builder .sppb-section .sppb-section-title, .mod-sppagebuilder .sppb-section .sppb-section-title {
  margin-bottom: 50px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading, .mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 30px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-subheading {
  max-width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-left .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title.sppb-text-left .sppb-title-subheading {
    padding-right: 33.333333%;
  }
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }
  #sp-page-builder .sppb-section .sppb-section-title.sppb-text-right .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title.sppb-text-right .sppb-title-subheading {
    padding-left: 33.333333%;
  }
}
#sp-page-builder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading, .mod-sppagebuilder .sppb-section .sppb-section-title.sppb-text-center .sppb-title-subheading {
  display: block;
  margin: 0 auto;
}
/*===================================
 =            CORE ADDONS            =
 ===================================*/
.sppb-addon-raw-html ul, .sppb-addon-text-block ul {
  padding-left: 15px;
}
.sppb-addon-raw-html ul li, .sppb-addon-text-block ul li {
  margin-bottom: 12px;
}
.sppb-addon-raw-html ul li ul, .sppb-addon-text-block ul li ul {
  margin-top: 12px;
  padding-left: 40px;
}
.sppb-addon-raw-html ol, .sppb-addon-text-block ol {
  padding-left: 15px;
}
.sppb-addon-raw-html ol li, .sppb-addon-text-block ol li {
  margin-bottom: 12px;
}
.sppb-addon-raw-html ol li ol, .sppb-addon-text-block ol li ol {
  margin-top: 12px;
  padding-left: 40px;
}
.sppb-addon-feature .sppb-img-container {
  display: block !important;
}
.sppb-addon-feature .sppb-img-container img {
  display: block;
  width: 100%;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) {
  display: flex !important;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
  content: "EDITOR MESSAGE: Here you see only the design, to see the carousel working make your changes in the addon and save, then close the editor or open this same page but without editor in a new tab.";
  display: block;
  text-align: center;
  color: #ff5e6b;
  padding: 0 15%;
  width: 100%;
  margin-bottom: 15px;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 0 0 calc(33.333333% - 30px);
  -ms-flex: 0 0 calc(33.333333% - 30px);
  max-width: calc(33.333333% - 30px);
}
@media (max-width: 991.98px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
    padding: 0 15px;
  }
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.sppb-modal-selector {
  justify-content: center;
}
/**
 * $package Helix Framework
 * $author Unitemplates http://www.Unitemplates.com
 * $copyright Copyright (c) 2010 - 2013 Unitemplates
 * $license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*=========================================
 =            FEATUREBOX STYLES            =
 =========================================*/
.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
  line-height: 1;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .pull-left {
  margin: 15px 40px 15px 15px;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .pull-right {
  margin: 15px 15px 15px 40px;
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container i {
  color: #111;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-addon-title {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-1:hover .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content {
  position: relative;
  padding: 40px;
  padding-top: 60px;
  margin-top: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon {
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  text-align: center;
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: none !important;
  line-height: 85px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container i {
  width: 60px !important;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 25px !important;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-2 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-feature.feature-box-2:hover .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container {
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 80px;
  box-shadow: none !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container i {
  width: 60px !important;
  height: 60px !important;
  font-size: 20px !important;
  line-height: 60px !important;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-3 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content {
  padding: 40px 15px;
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-icon {
  margin-bottom: 40px;
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-icon-container i {
  font-size: 1.875rem;
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-addon-title {
  font-size: 1.125rem;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-addon-text {
  margin-bottom: 10px;
}
.sppb-addon-feature[class*="feature-box-4"] .sppb-addon-content .sppb-media-content {
  padding: 0 25px;
}
.sppb-addon-feature.feature-box-4-blue .sppb-addon-content .sppb-icon-container i {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-4-blue .sppb-addon-content:hover {
  border-color: #6686ff;
}
.sppb-addon-feature.feature-box-4-blue .sppb-addon-content:hover .sppb-addon-title {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-4-indigo .sppb-addon-content .sppb-icon-container i {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-4-indigo .sppb-addon-content:hover {
  border-color: #6610f2;
}
.sppb-addon-feature.feature-box-4-indigo .sppb-addon-content:hover .sppb-addon-title {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-4-purple .sppb-addon-content .sppb-icon-container i {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-4-purple .sppb-addon-content:hover {
  border-color: #c183d6;
}
.sppb-addon-feature.feature-box-4-purple .sppb-addon-content:hover .sppb-addon-title {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-4-pink .sppb-addon-content .sppb-icon-container i {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-4-pink .sppb-addon-content:hover {
  border-color: #e83e8c;
}
.sppb-addon-feature.feature-box-4-pink .sppb-addon-content:hover .sppb-addon-title {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-4-red .sppb-addon-content .sppb-icon-container i {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-4-red .sppb-addon-content:hover {
  border-color: #ff5e6b;
}
.sppb-addon-feature.feature-box-4-red .sppb-addon-content:hover .sppb-addon-title {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-4-orange .sppb-addon-content .sppb-icon-container i {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-4-orange .sppb-addon-content:hover {
  border-color: #fd7e14;
}
.sppb-addon-feature.feature-box-4-orange .sppb-addon-content:hover .sppb-addon-title {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-4-yellow .sppb-addon-content .sppb-icon-container i {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-4-yellow .sppb-addon-content:hover {
  border-color: #fcbc65;
}
.sppb-addon-feature.feature-box-4-yellow .sppb-addon-content:hover .sppb-addon-title {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-4-green .sppb-addon-content .sppb-icon-container i {
  color: #85df88;
}
.sppb-addon-feature.feature-box-4-green .sppb-addon-content:hover {
  border-color: #85df88;
}
.sppb-addon-feature.feature-box-4-green .sppb-addon-content:hover .sppb-addon-title {
  color: #85df88;
}
.sppb-addon-feature.feature-box-4-teal .sppb-addon-content .sppb-icon-container i {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-4-teal .sppb-addon-content:hover {
  border-color: #73c8b7;
}
.sppb-addon-feature.feature-box-4-teal .sppb-addon-content:hover .sppb-addon-title {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-4-cyan .sppb-addon-content .sppb-icon-container i {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-4-cyan .sppb-addon-content:hover {
  border-color: #3b84eb;
}
.sppb-addon-feature.feature-box-4-cyan .sppb-addon-content:hover .sppb-addon-title {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-4-white .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-4-white .sppb-addon-content:hover {
  border-color: #fff;
}
.sppb-addon-feature.feature-box-4-white .sppb-addon-content:hover .sppb-addon-title {
  color: #fff;
}
.sppb-addon-feature.feature-box-4-gray .sppb-addon-content .sppb-icon-container i {
  color: #565a60;
}
.sppb-addon-feature.feature-box-4-gray .sppb-addon-content:hover {
  border-color: #565a60;
}
.sppb-addon-feature.feature-box-4-gray .sppb-addon-content:hover .sppb-addon-title {
  color: #565a60;
}
.sppb-addon-feature.feature-box-4-gray-dark .sppb-addon-content .sppb-icon-container i {
  color: #343a40;
}
.sppb-addon-feature.feature-box-4-gray-dark .sppb-addon-content:hover {
  border-color: #343a40;
}
.sppb-addon-feature.feature-box-4-gray-dark .sppb-addon-content:hover .sppb-addon-title {
  color: #343a40;
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-icon-container {
  width: 85px;
  height: 85px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  line-height: 91px;
  box-shadow: none !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-icon-container i {
  width: 70px !important;
  height: 70px !important;
  font-size: 25px !important;
  line-height: 70px !important;
  background: rgba(255, 255, 255, .15);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 15px;
  color: #fff;
}
.sppb-addon-feature.feature-box-5 .sppb-addon-content .sppb-addon-text {
  color: rgba(255, 255, 255, .7);
  font-size: 1rem;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-icon a {
  display: block;
  padding: 30px 30px 10px;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 0;
  font-size: 16px !important;
}
.sppb-addon-feature.feature-box-6 .sppb-addon-content .sppb-addon-title a {
  padding: 10px 30px 30px;
  display: block;
}
.sppb-addon-feature.feature-box-6:hover .sppb-addon-content .sppb-icon a, .sppb-addon-feature.feature-box-6:hover .sppb-addon-content .sppb-addon-title a {
  color: #fff;
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-icon {
  min-width: 50px;
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-icon i {
  color: #e4e4e4;
  font-size: 40px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-icon i {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .pull-left {
  margin-right: 30px;
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-media-body {
  padding-left: 30px;
  border-left: 2px solid #e4e4e4;
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-addon-title {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-7"] .sppb-addon-content .sppb-addon-text {
  margin-bottom: 10px;
  font-size: 1rem;
}
.sppb-addon-feature.feature-box-7-a .sppb-addon-content .pull-left {
  margin-right: 15px;
}
.sppb-addon-feature.feature-box-7-a .sppb-addon-content .sppb-media-body {
  padding-left: 15px;
}
.sppb-addon-feature.feature-box-7-a .sppb-addon-content .sppb-addon-title {
  margin-bottom: 20px;
}
.sppb-addon-feature.feature-box-7-a .sppb-addon-content .sppb-addon-text {
  font-size: 0.875rem;
}
.sppb-addon-feature[class*="feature-box-8"] .sppb-addon-content .sppb-icon-container {
  border-radius: 50%;
}
.sppb-addon-feature[class*="feature-box-8"] .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature[class*="feature-box-8"] .sppb-addon-content .sppb-addon-title {
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-8"] .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-8-blue .sppb-addon-content .sppb-icon-container {
  background: #6686ff;
}
.sppb-addon-feature.feature-box-8-blue .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-blue .sppb-addon-content:hover .sppb-addon-title a {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-8-indigo .sppb-addon-content .sppb-icon-container {
  background: #6610f2;
}
.sppb-addon-feature.feature-box-8-indigo .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-indigo .sppb-addon-content:hover .sppb-addon-title a {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-8-purple .sppb-addon-content .sppb-icon-container {
  background: #c183d6;
}
.sppb-addon-feature.feature-box-8-purple .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-purple .sppb-addon-content:hover .sppb-addon-title a {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-8-pink .sppb-addon-content .sppb-icon-container {
  background: #e83e8c;
}
.sppb-addon-feature.feature-box-8-pink .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-pink .sppb-addon-content:hover .sppb-addon-title a {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-8-red .sppb-addon-content .sppb-icon-container {
  background: #ff5e6b;
}
.sppb-addon-feature.feature-box-8-red .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-red .sppb-addon-content:hover .sppb-addon-title a {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-8-orange .sppb-addon-content .sppb-icon-container {
  background: #fd7e14;
}
.sppb-addon-feature.feature-box-8-orange .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-orange .sppb-addon-content:hover .sppb-addon-title a {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-8-yellow .sppb-addon-content .sppb-icon-container {
  background: #fcbc65;
}
.sppb-addon-feature.feature-box-8-yellow .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-yellow .sppb-addon-content:hover .sppb-addon-title a {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-8-green .sppb-addon-content .sppb-icon-container {
  background: #85df88;
}
.sppb-addon-feature.feature-box-8-green .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-green .sppb-addon-content:hover .sppb-addon-title a {
  color: #85df88;
}
.sppb-addon-feature.feature-box-8-teal .sppb-addon-content .sppb-icon-container {
  background: #73c8b7;
}
.sppb-addon-feature.feature-box-8-teal .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-teal .sppb-addon-content:hover .sppb-addon-title a {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-8-cyan .sppb-addon-content .sppb-icon-container {
  background: #3b84eb;
}
.sppb-addon-feature.feature-box-8-cyan .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-cyan .sppb-addon-content:hover .sppb-addon-title a {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-8-white .sppb-addon-content .sppb-icon-container {
  background: #fff;
}
.sppb-addon-feature.feature-box-8-white .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-white .sppb-addon-content:hover .sppb-addon-title a {
  color: #fff;
}
.sppb-addon-feature.feature-box-8-gray .sppb-addon-content .sppb-icon-container {
  background: #565a60;
}
.sppb-addon-feature.feature-box-8-gray .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-gray .sppb-addon-content:hover .sppb-addon-title a {
  color: #565a60;
}
.sppb-addon-feature.feature-box-8-gray-dark .sppb-addon-content .sppb-icon-container {
  background: #343a40;
}
.sppb-addon-feature.feature-box-8-gray-dark .sppb-addon-content:hover .sppb-addon-title, .sppb-addon-feature.feature-box-8-gray-dark .sppb-addon-content:hover .sppb-addon-title a {
  color: #343a40;
}
.sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-img-container {
  position: relative;
  z-index: 0;
}
.sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-img-container:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-img-container:after {
  content: "";
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
  z-index: 2;
}
.sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-media-content {
  padding: 60px 30px 40px;
  background: #f7f7f7;
}
.sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-progress"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-progress-1 .sppb-addon-content .sppb-img-container:after {
  content: "1";
}
.sppb-addon-feature.feature-progress-2 .sppb-addon-content .sppb-img-container:after {
  content: "2";
}
.sppb-addon-feature.feature-progress-3 .sppb-addon-content .sppb-img-container:after {
  content: "3";
}
.sppb-addon-feature.feature-progress-4 .sppb-addon-content .sppb-img-container:after {
  content: "4";
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content {
  position: relative;
  padding: 85px 30px 40px;
  margin-top: 60px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-9 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon-container i {
  width: 120px !important;
  height: 120px !important;
  line-height: 120px !important;
  font-size: 36px !important;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-9 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-feature.feature-box-9:hover .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-icon-container {
  text-align: center;
  padding: 38px;
  border-radius: 50%;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-icon-container i {
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.sppb-addon-feature.feature-box-10 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-10:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content {
  padding: 30px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-text {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container i {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-title {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-11 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-11:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-11:hover .sppb-addon-content .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature.feature-box-12 {
  position: relative;
  z-index: 1;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content {
  padding: 20px 15px;
  background: rgba(0, 0, 0, .04);
  border: 4px solid #f3f3f3;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-12 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-icon {
  margin-bottom: 15px;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-icon-container {
  width: 104px;
  height: 104px;
  padding: 5px !important;
  border-radius: 50%;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-icon-container i {
  width: 90px !important;
  height: 90px !important;
  line-height: 90px !important;
  border-radius: 50%;
  font-size: 40px !important;
  text-align: center;
  color: #fff;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-addon-title:after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-addon-text span.fa {
  font-size: 120px;
  height: 120px;
  line-height: 120px;
  color: rgba(0, 0, 0, .03);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-addon-text span.fa {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-12 .sppb-addon-content .sppb-addon-text span.fa:before {
  display: block;
}
.sppb-addon-feature.feature-box-12:hover .sppb-addon-content {
  box-shadow: 0 2px 30px rgba(0, 0, 0, .10);
}
.sppb-addon-feature.feature-box-12:hover .sppb-addon-text span.fa {
  -webkit-transform: translate(-50%, -50%) scale(1.6);
  transform: translate(-50%, -50%) scale(1.6);
}
.sppb-addon-feature[class*="feature-box-13"] .sppb-addon-content .sppb-icon-container {
  width: 54px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  border: 2px solid #e4e4e4;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-13"] .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-13"] .sppb-addon-content .sppb-icon-container i {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 20px !important;
}
.sppb-addon-feature[class*="feature-box-13"] .sppb-addon-content .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-feature[class*="feature-box-13"]:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-13"]:hover .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-icon-container i {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-media .sppb-media-body {
  overflow: visible;
}
.sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-addon-title a {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-14 .sppb-addon-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
  background: #000;
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container a {
  position: relative;
  display: block;
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container a:before {
  content: "\f00e";
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 18px;
  text-align: center;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-img-container a:before {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-media-content {
  padding: 30px;
  border: 1px solid #e4e4e4;
  border-top: none;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-media-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 20px;
}
.sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-media-content .sppb-addon-text {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-15 .sppb-addon-content .sppb-media-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-15:hover .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.sppb-addon-feature.feature-box-15:hover .sppb-addon-content .sppb-img-container a:before {
  opacity: 1;
}
.sppb-addon-feature.feature-box-15:hover .sppb-addon-content .sppb-media-content {
  color: #fff;
}
.sppb-addon-feature.feature-box-15:hover .sppb-addon-content .sppb-media-content a {
  color: #fff;
}
.sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-icon-container {
  width: 65px;
  height: 60px;
  line-height: 68px;
  text-align: center;
  border: 2px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-icon-container i {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-addon-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-addon-text p {
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-16 .sppb-addon-content .sppb-addon-text a {
  font-weight: 600;
  font-size: 0.875rem;
}
.sppb-addon-feature.feature-box-16:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-17 .pull-left, .sppb-addon-feature.feature-box-17 .pull-right {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: none !important;
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-icon-container {
  width: 50px;
  height: 50px;
  padding: 10px !important;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-icon-container i {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #fff;
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-media-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-17 .sppb-addon-content .sppb-media-body {
  overflow: visible !important;
  padding: 27px 13px;
  background: #fff;
}
.sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content {
  padding: 54px 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-icon {
  margin-bottom: 34px;
}
.sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-icon-container {
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-icon-container i {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-addon-title {
  color: #fff;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-18"] .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-18"]:hover .sppb-addon-content {
  background: #fff;
}
.sppb-addon-feature[class*="feature-box-18"]:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-18-blue .sppb-addon-content {
  border: 1px solid #6686ff;
  background: #6686ff;
}
.sppb-addon-feature.feature-box-18-blue .sppb-addon-content .sppb-icon-container i {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-18-blue:hover .sppb-addon-content {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-18-blue:hover .sppb-addon-content .sppb-icon-container {
  background: #6686ff;
}
.sppb-addon-feature.feature-box-18-blue:hover .sppb-addon-content .sppb-addon-title {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-18-indigo .sppb-addon-content {
  border: 1px solid #6610f2;
  background: #6610f2;
}
.sppb-addon-feature.feature-box-18-indigo .sppb-addon-content .sppb-icon-container i {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-18-indigo:hover .sppb-addon-content {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-18-indigo:hover .sppb-addon-content .sppb-icon-container {
  background: #6610f2;
}
.sppb-addon-feature.feature-box-18-indigo:hover .sppb-addon-content .sppb-addon-title {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-18-purple .sppb-addon-content {
  border: 1px solid #c183d6;
  background: #c183d6;
}
.sppb-addon-feature.feature-box-18-purple .sppb-addon-content .sppb-icon-container i {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-18-purple:hover .sppb-addon-content {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-18-purple:hover .sppb-addon-content .sppb-icon-container {
  background: #c183d6;
}
.sppb-addon-feature.feature-box-18-purple:hover .sppb-addon-content .sppb-addon-title {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-18-pink .sppb-addon-content {
  border: 1px solid #e83e8c;
  background: #e83e8c;
}
.sppb-addon-feature.feature-box-18-pink .sppb-addon-content .sppb-icon-container i {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-18-pink:hover .sppb-addon-content {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-18-pink:hover .sppb-addon-content .sppb-icon-container {
  background: #e83e8c;
}
.sppb-addon-feature.feature-box-18-pink:hover .sppb-addon-content .sppb-addon-title {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-18-red .sppb-addon-content {
  border: 1px solid #ff5e6b;
  background: #ff5e6b;
}
.sppb-addon-feature.feature-box-18-red .sppb-addon-content .sppb-icon-container i {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-18-red:hover .sppb-addon-content {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-18-red:hover .sppb-addon-content .sppb-icon-container {
  background: #ff5e6b;
}
.sppb-addon-feature.feature-box-18-red:hover .sppb-addon-content .sppb-addon-title {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-18-orange .sppb-addon-content {
  border: 1px solid #fd7e14;
  background: #fd7e14;
}
.sppb-addon-feature.feature-box-18-orange .sppb-addon-content .sppb-icon-container i {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-18-orange:hover .sppb-addon-content {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-18-orange:hover .sppb-addon-content .sppb-icon-container {
  background: #fd7e14;
}
.sppb-addon-feature.feature-box-18-orange:hover .sppb-addon-content .sppb-addon-title {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-18-yellow .sppb-addon-content {
  border: 1px solid #fcbc65;
  background: #fcbc65;
}
.sppb-addon-feature.feature-box-18-yellow .sppb-addon-content .sppb-icon-container i {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-18-yellow:hover .sppb-addon-content {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-18-yellow:hover .sppb-addon-content .sppb-icon-container {
  background: #fcbc65;
}
.sppb-addon-feature.feature-box-18-yellow:hover .sppb-addon-content .sppb-addon-title {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-18-green .sppb-addon-content {
  border: 1px solid #85df88;
  background: #85df88;
}
.sppb-addon-feature.feature-box-18-green .sppb-addon-content .sppb-icon-container i {
  color: #85df88;
}
.sppb-addon-feature.feature-box-18-green:hover .sppb-addon-content {
  color: #85df88;
}
.sppb-addon-feature.feature-box-18-green:hover .sppb-addon-content .sppb-icon-container {
  background: #85df88;
}
.sppb-addon-feature.feature-box-18-green:hover .sppb-addon-content .sppb-addon-title {
  color: #85df88;
}
.sppb-addon-feature.feature-box-18-teal .sppb-addon-content {
  border: 1px solid #73c8b7;
  background: #73c8b7;
}
.sppb-addon-feature.feature-box-18-teal .sppb-addon-content .sppb-icon-container i {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-18-teal:hover .sppb-addon-content {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-18-teal:hover .sppb-addon-content .sppb-icon-container {
  background: #73c8b7;
}
.sppb-addon-feature.feature-box-18-teal:hover .sppb-addon-content .sppb-addon-title {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-18-cyan .sppb-addon-content {
  border: 1px solid #3b84eb;
  background: #3b84eb;
}
.sppb-addon-feature.feature-box-18-cyan .sppb-addon-content .sppb-icon-container i {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-18-cyan:hover .sppb-addon-content {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-18-cyan:hover .sppb-addon-content .sppb-icon-container {
  background: #3b84eb;
}
.sppb-addon-feature.feature-box-18-cyan:hover .sppb-addon-content .sppb-addon-title {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-18-white .sppb-addon-content {
  border: 1px solid #fff;
  background: #fff;
}
.sppb-addon-feature.feature-box-18-white .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-18-white:hover .sppb-addon-content {
  color: #fff;
}
.sppb-addon-feature.feature-box-18-white:hover .sppb-addon-content .sppb-icon-container {
  background: #fff;
}
.sppb-addon-feature.feature-box-18-white:hover .sppb-addon-content .sppb-addon-title {
  color: #fff;
}
.sppb-addon-feature.feature-box-18-gray .sppb-addon-content {
  border: 1px solid #565a60;
  background: #565a60;
}
.sppb-addon-feature.feature-box-18-gray .sppb-addon-content .sppb-icon-container i {
  color: #565a60;
}
.sppb-addon-feature.feature-box-18-gray:hover .sppb-addon-content {
  color: #565a60;
}
.sppb-addon-feature.feature-box-18-gray:hover .sppb-addon-content .sppb-icon-container {
  background: #565a60;
}
.sppb-addon-feature.feature-box-18-gray:hover .sppb-addon-content .sppb-addon-title {
  color: #565a60;
}
.sppb-addon-feature.feature-box-18-gray-dark .sppb-addon-content {
  border: 1px solid #343a40;
  background: #343a40;
}
.sppb-addon-feature.feature-box-18-gray-dark .sppb-addon-content .sppb-icon-container i {
  color: #343a40;
}
.sppb-addon-feature.feature-box-18-gray-dark:hover .sppb-addon-content {
  color: #343a40;
}
.sppb-addon-feature.feature-box-18-gray-dark:hover .sppb-addon-content .sppb-icon-container {
  background: #343a40;
}
.sppb-addon-feature.feature-box-18-gray-dark:hover .sppb-addon-content .sppb-addon-title {
  color: #343a40;
}
.sppb-addon-feature.feature-box-19 .sppb-addon-content {
  padding: 72px 20px 30px;
  margin-top: 50px;
  border: 1px solid #e4e4e4;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-19 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-icon {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  text-align: center;
}
.sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-icon-container {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.25rem;
  padding: 20px;
  background-color: #777b81;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-icon-container {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-icon-container i {
  color: #fff;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-addon-title a {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-19 .sppb-addon-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-19:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content {
  color: #fff;
  padding: 30px;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-icon {
  margin-bottom: 34px;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-icon-container {
  background: #fff;
  padding: 30px;
  border-radius: 50%;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-icon-container i {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-addon-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-addon-title, .sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-addon-title a {
  color: #fff;
}
.sppb-addon-feature[class*="feature-box-20"] .sppb-addon-content .sppb-addon-text {
  font-size: 16px;
  line-height: 26px;
}
.sppb-addon-feature.feature-box-20-blue .sppb-addon-content {
  background: #6686ff;
}
.sppb-addon-feature.feature-box-20-blue .sppb-addon-content .sppb-icon-container i {
  color: #6686ff;
}
.sppb-addon-feature.feature-box-20-indigo .sppb-addon-content {
  background: #6610f2;
}
.sppb-addon-feature.feature-box-20-indigo .sppb-addon-content .sppb-icon-container i {
  color: #6610f2;
}
.sppb-addon-feature.feature-box-20-purple .sppb-addon-content {
  background: #c183d6;
}
.sppb-addon-feature.feature-box-20-purple .sppb-addon-content .sppb-icon-container i {
  color: #c183d6;
}
.sppb-addon-feature.feature-box-20-pink .sppb-addon-content {
  background: #e83e8c;
}
.sppb-addon-feature.feature-box-20-pink .sppb-addon-content .sppb-icon-container i {
  color: #e83e8c;
}
.sppb-addon-feature.feature-box-20-red .sppb-addon-content {
  background: #ff5e6b;
}
.sppb-addon-feature.feature-box-20-red .sppb-addon-content .sppb-icon-container i {
  color: #ff5e6b;
}
.sppb-addon-feature.feature-box-20-orange .sppb-addon-content {
  background: #fd7e14;
}
.sppb-addon-feature.feature-box-20-orange .sppb-addon-content .sppb-icon-container i {
  color: #fd7e14;
}
.sppb-addon-feature.feature-box-20-yellow .sppb-addon-content {
  background: #fcbc65;
}
.sppb-addon-feature.feature-box-20-yellow .sppb-addon-content .sppb-icon-container i {
  color: #fcbc65;
}
.sppb-addon-feature.feature-box-20-green .sppb-addon-content {
  background: #85df88;
}
.sppb-addon-feature.feature-box-20-green .sppb-addon-content .sppb-icon-container i {
  color: #85df88;
}
.sppb-addon-feature.feature-box-20-teal .sppb-addon-content {
  background: #73c8b7;
}
.sppb-addon-feature.feature-box-20-teal .sppb-addon-content .sppb-icon-container i {
  color: #73c8b7;
}
.sppb-addon-feature.feature-box-20-cyan .sppb-addon-content {
  background: #3b84eb;
}
.sppb-addon-feature.feature-box-20-cyan .sppb-addon-content .sppb-icon-container i {
  color: #3b84eb;
}
.sppb-addon-feature.feature-box-20-white .sppb-addon-content {
  background: #fff;
}
.sppb-addon-feature.feature-box-20-white .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-20-gray .sppb-addon-content {
  background: #565a60;
}
.sppb-addon-feature.feature-box-20-gray .sppb-addon-content .sppb-icon-container i {
  color: #565a60;
}
.sppb-addon-feature.feature-box-20-gray-dark .sppb-addon-content {
  background: #343a40;
}
.sppb-addon-feature.feature-box-20-gray-dark .sppb-addon-content .sppb-icon-container i {
  color: #343a40;
}
@media (min-width: 768px) {
  .sppb-addon-feature.feature-box-21 {
    position: relative;
    padding-top: 30px;
    margin-top: -30px;
    overflow: hidden;
  }
  .sppb-addon-feature.feature-box-21:after {
    content: "";
    position: absolute;
    bottom: 100%;
    top: 0;
    left: 50%;
    width: 100%;
    border-left: 190px solid transparent !important;
    border-right: 190px solid transparent !important;
    border-bottom-width: 30px;
    border-bottom-style: solid;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.sppb-addon-feature.feature-box-21 .sppb-addon-content {
  color: #343a40;
  padding: 30px 20px 50px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-21 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-icon-container i {
  font-size: 50px;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-addon-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 50px;
}
.sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-addon-text {
  padding-bottom: 50px;
  margin-top: 30px;
  position: relative;
}
.sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-addon-text:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-21 .sppb-addon-content .sppb-addon-text:after {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-21:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-21:hover:after {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-21:hover .sppb-addon-content .sppb-icon-container i {
  color: #111;
}
.sppb-addon-feature.feature-box-21:hover .sppb-addon-content .sppb-addon-text:after {
  background: #111;
}
.sppb-addon-feature[class*="feature-box-22"] {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-22"] {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content {
  background: #fff;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-img-container {
  overflow: hidden;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content {
  padding: 60px 20px 30px;
  position: relative;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content:after {
  content: "1";
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-box-22"] .sppb-addon-content .sppb-media-content .sppb-addon-text {
  margin: 20px 0 10px;
}
.sppb-addon-feature[class*="feature-box-22"]:hover {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.sppb-addon-feature.feature-box-22-2 .sppb-addon-content .sppb-media-content:after {
  content: "2";
}
.sppb-addon-feature.feature-box-22-3 .sppb-addon-content .sppb-media-content:after {
  content: "3";
}
.sppb-addon-feature.feature-box-22-4 .sppb-addon-content .sppb-media-content:after {
  content: "4";
}
.sppb-addon-feature.feature-box-23 .sppb-addon-content {
  padding: 40px 20px;
  background: rgba(0, 0, 0, .04);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-23 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-23 .sppb-addon-content .sppb-icon {
  margin-bottom: 30px;
}
.sppb-addon-feature.feature-box-23 .sppb-addon-content .sppb-icon-container i {
  font-size: 40px;
  line-height: 50px;
}
.sppb-addon-feature.feature-box-23 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 25px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-23 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-23 .sppb-addon-content .sppb-addon-text {
  line-height: 26px;
}
.sppb-addon-feature.feature-box-23:hover .sppb-addon-content {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content {
  padding: 30px;
  border: 1px dashed #495057;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-24 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon {
  display: inline-block;
  padding: 10px;
  border: 1px dashed #495057;
  border-radius: 50%;
  margin-bottom: 45px;
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon-container {
  padding: 25px;
  border-radius: 50%;
  position: relative;
  box-shadow: none !important;
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon-container:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon-container:before {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon-container i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-addon-title {
  font-weight: 700;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-24 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-24:hover .sppb-addon-content .sppb-icon-container:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.sppb-addon-feature.feature-box-24:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-25 .sppb-addon-content {
  padding: 40px 15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-25 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-addon-text {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-icon {
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-icon-container i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-addon-title {
  color: #111;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-25 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-25:hover .sppb-addon-content .sppb-addon-title {
  color: #fff;
}
.sppb-addon-feature.feature-box-25:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-25:hover .sppb-addon-content .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content {
  background: #f7f7f7;
  padding: 40px 15px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-26 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-icon-container i {
  font-size: 200px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  color: rgba(0, 0, 0, .05);
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-media-content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-addon-title {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-addon-text {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-26 .sppb-addon-content .sppb-addon-text a {
  font-size: 18px;
  font-weight: 600;
}
.sppb-addon-feature.feature-box-26:hover .sppb-addon-content .sppb-addon-title {
  color: #fff;
}
.sppb-addon-feature.feature-box-26:hover .sppb-addon-content .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature.feature-box-26:hover .sppb-addon-content .sppb-addon-text a {
  color: #fff;
}
.sppb-addon-feature.feature-box-27 .sppb-addon-content {
  position: relative;
  padding: 80px 30px 30px;
  margin-top: 43px;
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-27 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-icon {
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  text-align: center;
}
.sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-icon-container i {
  width: 85px !important;
  height: 85px !important;
  line-height: 85px !important;
  font-size: 42px !important;
  background: #fff;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-addon-text a {
  color: #656565;
  border-color: #656565;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-27 .sppb-addon-content .sppb-addon-text a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-27:hover .sppb-addon-content {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.10);
}
.sppb-addon-feature.feature-box-27:hover .sppb-icon-container i {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.10);
}
.sppb-addon-feature.feature-box-27:hover .sppb-addon-text a.sppb-btn, .sppb-addon-feature.feature-box-27:hover .sppb-addon-text a.btn {
  color: #fff;
}
.sppb-addon-feature.feature-box-28 .sppb-addon-content {
  padding: 25px;
  border: 1px dashed #c4c6c8;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-28 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-icon-container i {
  color: #c4c6c8;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-title {
  color: #f7f7f7;
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-title a {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-title a {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-28 .sppb-addon-content .sppb-addon-text {
  color: #c4c6c8;
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container {
  overflow: hidden;
  background: #000;
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container .sppb-img-responsive {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container a {
  position: relative;
  display: block;
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container a:before {
  content: "\f00e";
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 18px;
  text-align: center;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-img-container a:before {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content {
  padding: 30px;
  border: 1px solid #e4e4e4;
  border-top: none;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content .sppb-addon-title {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content .sppb-addon-title span {
  font-size: 22px;
  float: right;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content .sppb-addon-title span {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content .sppb-addon-text {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-price .sppb-addon-content .sppb-media-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-price:hover .sppb-addon-content .sppb-img-container .sppb-img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.sppb-addon-feature.feature-box-price:hover .sppb-addon-content .sppb-img-container a:before {
  opacity: 1;
}
.sppb-addon-feature.feature-box-price:hover .sppb-addon-content .sppb-media-content {
  color: #fff;
}
.sppb-addon-feature.feature-box-price:hover .sppb-addon-content .sppb-media-content .sppb-addon-title span {
  color: #fff;
}
.sppb-addon-feature.feature-box-price:hover .sppb-addon-content .sppb-media-content a {
  color: #fff;
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content {
  padding: 55px 15px;
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-29 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-icon {
  margin-bottom: 30px;
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-icon-container {
  padding: 48px;
  border-radius: 50%;
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-icon-container i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-addon-title {
  font-size: 1.125rem;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-addon-text {
  margin-bottom: 10px;
}
.sppb-addon-feature.feature-box-29 .sppb-addon-content .sppb-media-content {
  padding: 0 25px;
}
.sppb-addon-feature.feature-box-29:hover .sppb-addon-content .sppb-icon-container i {
  -webkit-animation: spSpin 0.5s;
  animation: spSpin 0.5s;
}
.sppb-addon-feature.feature-box-30 .sppb-addon-content {
  padding: 50px 20px;
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-30 .sppb-addon-content {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-icon {
  margin-bottom: 5px;
}
.sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-icon-container i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-icon-container i {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-addon-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-addon-title {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-addon-text {
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature.feature-box-30 .sppb-addon-content .sppb-addon-text {
    transition: none;
  }
}
.sppb-addon-feature.feature-box-30:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-box-30:hover .sppb-addon-content .sppb-addon-title, .sppb-addon-feature.feature-box-30:hover .sppb-addon-content .sppb-addon-text {
  color: #fff;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content {
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 22px;
  border-bottom: 2px solid #e4e4e4;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon {
  padding: 10px;
  border: 2px dashed transparent;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon-container {
  position: relative;
  padding: 40px;
  border-radius: 50%;
  background: #f7f7f7;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon-container:before {
  content: "";
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon-container:before {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-icon-container i {
  position: relative;
  color: #111;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-addon-title, .sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-addon-title a {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 30px 0;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content .sppb-addon-text a {
  display: block;
  margin-top: 20px;
}
.sppb-addon-feature[class*="feature-steps"] .sppb-addon-content:before {
  content: "";
  width: 45px;
  height: 45px;
  border: 8px solid #fff;
  background: #111;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -22px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-feature[class*="feature-steps"] .sppb-addon-content:before {
    transition: none;
  }
}
.sppb-addon-feature[class*="feature-steps"]:hover .sppb-addon-content .sppb-icon-container:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.sppb-addon-feature[class*="feature-steps"]:hover .sppb-addon-content .sppb-icon-container i {
  color: #fff;
}
.sppb-addon-feature.feature-steps-1 .sppb-addon-content:before {
  content: "1";
}
.sppb-addon-feature.feature-steps-2 .sppb-addon-content:before {
  content: "2";
}
.sppb-addon-feature.feature-steps-3 .sppb-addon-content:before {
  content: "3";
}
.sppb-addon-feature.feature-steps-4 .sppb-addon-content:before {
  content: "4";
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .sppb-icon-container i {
  font-size: 70px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .pull-left + .sppb-media-body {
  padding-left: 20px;
  border-left: 2px solid #e4e4e4;
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .pull-right + .sppb-media-body {
  padding-right: 20px;
  border-right: 2px solid #e4e4e4;
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .sppb-addon-title {
  margin-bottom: 20px;
  font-weight: 700;
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .sppb-addon-text a {
  display: block;
  font-weight: 500;
}
.sppb-addon-feature.feature-box-31 .sppb-addon-content .sppb-addon-text *:last-child {
  margin-top: 10px;
}
/*==========================================
 =            CONTACT FORM ADDON            =
 ==========================================*/
@media (min-width: 768px) {
  .sppb-addon-ajax-contact.contact-form-1 .sppb-row:first-child {
    display: block;
    position: relative;
  }
  .sppb-addon-ajax-contact.contact-form-1 .sppb-row:first-child > .sppb-form-group {
    max-width: 50%;
  }
  .sppb-addon-ajax-contact.contact-form-1 .sppb-row:first-child > .sppb-form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sppb-addon-ajax-contact.contact-form-1 .sppb-row:first-child textarea {
    height: 260px;
  }
  .sppb-addon-ajax-contact.contact-form-1 .sppb-row:first-child .sppb-form-check {
    margin-top: 30px !important;
  }
}
/*==========================================
 =            FORM BUILDER ADDON            =
 ==========================================*/
.sppb-addon-form-builder.form-builder-1 .sppb-addon-form-builder-form {
  margin-left: 10px !important;
  margin-right: -10px !important;
}
.sppb-addon-form-builder.form-builder-1 .sppb-form-group {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
}
.sppb-addon-form-builder.form-builder-1 .sppb-form-builder-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.sppb-addon-form-builder.form-builder-1 .sppb-form-builder-btn button {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .sppb-addon-form-builder.form-builder-1 .sppb-form-builder-btn {
    width: 25%;
  }
}
/*============================================
 =            ANIMTED NUMBER ADDON            =
 ============================================*/
.sppb-addon-animated-number.animated-number-1 .sppb-addon-content {
  display: block;
}
.sppb-addon-animated-number.animated-number-1 .sppb-addon-content .sppb-animated-number {
  font-size: 90px;
  line-height: 90px;
}
.sppb-addon-animated-number.animated-number-1 .sppb-addon-content .sppb-animated-number-title {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  padding-bottom: 20px;
  position: relative;
}
.sppb-addon-animated-number.animated-number-1 .sppb-addon-content .sppb-animated-number-title:after {
  content: "";
  width: 40%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/*=========================================
 =            ARTICLES SCROLLER            =
 =========================================*/
div.bx-wrapper {
  margin-bottom: 0;
}
.sppb-addon-articles-carousel .sppb-articles-carousel-img img {
  width: 100%;
}
/*==================================
 =            SP CLIENTS            =
 ==================================*/
.sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(3n+3) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(n+4) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (min-width: 992px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2 {
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(6n+6) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-2:nth-child(n+7) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (min-width: 768px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"] {
    padding: 43px 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3 {
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-child(4n+4) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-3:nth-child(n+5) {
    border-top: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4 {
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-child(3n+3) {
    border-right: none;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-4:nth-child(n+4) {
    border-top: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > .sppb-col-sm-6:nth-child(n+3) {
    border-top: 1px solid #e4e4e4;
  }
}
@media (max-width: 767.98px) {
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 43px 0;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(odd) {
    border-right: 1px solid #e4e4e4;
  }
  .sppb-addon-clients.clients-grid .sppb-addon-content > .sppb-row > div[class*="sppb-col"]:nth-child(n+3) {
    border-top: 1px solid #e4e4e4;
  }
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content img {
  opacity: 0.5 !important;
  transition: all 800ms ease;
  animation-fill-mode: backwards;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-clients.clients-style-1 .sppb-addon-content img {
    transition: none;
  }
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content > .sppb-row > div[class*="sppb-col-"] {
  border-color: rgba(255, 255, 255, 0.20) !important;
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content > .sppb-row > div[class*="sppb-col-"] a {
  display: block;
}
.sppb-addon-clients.clients-style-1 .sppb-addon-content > .sppb-row > div[class*="sppb-col-"]:hover img {
  opacity: 1 !important;
}
/*==================================
 =            COUNT DOWN            =
 ==================================*/
.sppb-addon-countdown .sppb-countdown-number, .sppb-addon-countdown .sppb-countdown-finishedtext {
  color: #fff;
}
/*==========================================
 =            SINGLE IMAGE ADDON            =
 ==========================================*/
@media (min-width: 992px) {
  .sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container {
    padding: 25px 0;
    perspective: 1000px;
    text-align: center;
    position: relative;
    margin-left: 6%;
  }
  .sppb-addon-single-image.single-image-1 .sppb-addon-single-image-container:after {
    content: '';
    position: absolute;
    right: 6%;
    top: 0;
    height: 100%;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    transform: rotateY(0);
    transform-origin: right;
    z-index: -1;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
  }
  .sppb-addon-single-image.single-image-1:hover .sppb-addon-single-image-container:after {
    transform: rotateY(35deg);
    opacity: 0;
    visibility: hidden;
  }
}
.sppb-addon-single-image.single-image-2 .sppb-addon-single-image-container {
  display: block;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-single-image-container img {
  display: block;
  width: 100%;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
  overflow: hidden;
}
.sppb-addon-single-image.single-image-2 .sppb-addon-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: -100%;
  right: 18px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-single-image.single-image-2 .sppb-addon-title:before {
    transition: none;
  }
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container:after {
  content: "";
  border-radius: 50%;
  border: 15px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sppb-addon-single-image.single-image-3 .sppb-addon-single-image-container img {
  border-radius: 50%;
  max-width: 260px;
  max-height: 260px;
}
/*========================================
 =            SP FLIPBOX ADDON            =
 ========================================*/
.sppb-addon-sppb-flibox.overlay-front-20 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-20 .threeD-flip-front:before {
  opacity: 0.2;
}
.sppb-addon-sppb-flibox.overlay-back-20 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-20 .threeD-flip-back:before {
  opacity: 0.2;
}
.sppb-addon-sppb-flibox.overlay-front-30 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-30 .threeD-flip-front:before {
  opacity: 0.3;
}
.sppb-addon-sppb-flibox.overlay-back-30 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-30 .threeD-flip-back:before {
  opacity: 0.3;
}
.sppb-addon-sppb-flibox.overlay-front-40 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-40 .threeD-flip-front:before {
  opacity: 0.4;
}
.sppb-addon-sppb-flibox.overlay-back-40 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-40 .threeD-flip-back:before {
  opacity: 0.4;
}
.sppb-addon-sppb-flibox.overlay-front-50 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-50 .threeD-flip-front:before {
  opacity: 0.5;
}
.sppb-addon-sppb-flibox.overlay-back-50 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-50 .threeD-flip-back:before {
  opacity: 0.5;
}
.sppb-addon-sppb-flibox.overlay-front-60 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-60 .threeD-flip-front:before {
  opacity: 0.6;
}
.sppb-addon-sppb-flibox.overlay-back-60 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-60 .threeD-flip-back:before {
  opacity: 0.6;
}
.sppb-addon-sppb-flibox.overlay-front-70 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-70 .threeD-flip-front:before {
  opacity: 0.7;
}
.sppb-addon-sppb-flibox.overlay-back-70 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-70 .threeD-flip-back:before {
  opacity: 0.7;
}
.sppb-addon-sppb-flibox.overlay-front-80 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-80 .threeD-flip-front:before {
  opacity: 0.8;
}
.sppb-addon-sppb-flibox.overlay-back-80 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-80 .threeD-flip-back:before {
  opacity: 0.8;
}
.sppb-addon-sppb-flibox.overlay-front-90 .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.overlay-front-90 .threeD-flip-front:before {
  opacity: 0.9;
}
.sppb-addon-sppb-flibox.overlay-back-90 .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.overlay-back-90 .threeD-flip-back:before {
  opacity: 0.9;
}
.sppb-addon-sppb-flibox.front-dark .sppb-flipbox-front:before, .sppb-addon-sppb-flibox.front-dark .threeD-flip-front:before {
  background-color: #343a40 !important;
}
.sppb-addon-sppb-flibox.back-dark .sppb-flipbox-back:before, .sppb-addon-sppb-flibox.back-dark .threeD-flip-back:before {
  background-color: #343a40 !important;
}
/*===========================================
 =            BLOCK NUMBER STYLES            =
 ===========================================*/
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber {
  text-align: center;
  color: #fff;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber > [class*="sppb-text"]:not(.sppb-media-body) {
  display: inline-block;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 1.875rem;
  border-radius: 50%;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-blocknumber .sppb-text-center + .sppb-media-body {
  margin-top: 30px;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-media-heading {
  margin-bottom: 30px;
  color: #fff;
}
.sppb-addon-blocknumber.block-number-1 .sppb-addon-content .sppb-media-body {
  padding: 0 20px;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber {
  text-align: center;
  color: #fff;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber > [class*="sppb-text"]:not(.sppb-media-body) {
  display: inline-block;
  padding: 9px;
  border: 1px dashed rgba(255, 255, 255, .25);
  border-radius: 50%;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 1.875rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-blocknumber .sppb-text-center + .sppb-media-body {
  margin-top: 30px;
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-media-heading {
  margin-bottom: 30px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-media-heading {
    transition: none;
  }
}
.sppb-addon-blocknumber.block-number-2 .sppb-addon-content .sppb-media-body {
  padding: 0 20px;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content {
  padding: 30px 20px;
  border: 1px dashed #c4c6c8;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-blocknumber {
  text-align: center;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-blocknumber > div:first-of-type {
  padding: 25px;
  border-radius: 50%;
  display: inline-block;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-blocknumber .sppb-blocknumber-number {
  background: #111;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-media-heading {
  margin-bottom: 10px;
}
.sppb-addon-blocknumber.block-number-3 .sppb-addon-content .sppb-media-body {
  margin-top: 30px;
}
/*==========================================
 =            TWITTER FEDD ADDON            =
 ==========================================*/
.sppb-addon-tweet .sppb-tweet-slider .sppb-carousel-control {
  line-height: 28px !important;
}
.twitter-feed-1 {
  color: #fff;
}
.twitter-feed-1 a {
  color: #fff;
}
.twitter-feed-1.sppb-text-center {
  text-align: left;
}
.twitter-feed-1 > a {
  display: inline-block;
  margin-right: 10px;
}
.twitter-feed-1 .sppb-tweet-username {
  display: inline-block;
}
.twitter-feed-1 .sppb-carousel .sppb-carousel-control {
  border-color: #fff;
  background: #fff;
}
.twitter-feed-1 .sppb-carousel .sppb-carousel-control:hover {
  background: #e4e4e4;
  border-color: #e4e4e4;
}
.twitter-feed-1 .sppb-carousel .sppb-carousel-control i {
  color: #111;
}
/*===========================================
 =            PRICING TABLE ADDON            =
 ===========================================*/
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box {
  padding: 30px 15px 52px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 1.5rem;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container {
  width: 120px;
  height: 120px;
  margin: 0 0 30px;
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container > span {
  display: block;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 30px;
  line-height: 50px;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 1.5rem;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  line-height: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-features {
  margin: 22px 0 20px;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 5px 0;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  padding-top: 14px;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  padding-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-footer {
  margin-top: 30px;
}
.sppb-addon-pricing-table[class*="pricing-table-01"] .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
}
.sppb-addon-pricing-table[class*="pricing-table-01"]:hover .sppb-pricing-box {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-01"]:hover .sppb-pricing-box .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-01"]:hover .sppb-pricing-box .sppb-pricing-price-container {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-01-gray .sppb-pricing-box {
  background: #f7f7f7;
}
.sppb-addon-pricing-table.pricing-table-01-gray .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #fff;
  border-color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0 30px 50px;
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-header {
  order: 1;
  -webkit-oder: 1;
  padding: 40px 30px 0;
  margin: -1px -31px 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  margin: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box > .sppb-pricing-price-container {
  order: 2;
  -webkit-oder: 2;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-price-container {
  padding: 30px 0;
  margin: 0 -31px;
  font-size: 60px;
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-weight: 700;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  position: relative;
  top: 9px;
  font-weight: 300;
  line-height: 1;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 0;
  display: initial;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  font-size: 0.875rem;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-features {
  order: 3;
  -webkit-oder: 3;
  padding: 50px 20px 0;
  margin-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 10px 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  padding-top: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  padding-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-features i {
  margin-right: 12px;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-footer {
  order: 2;
  -webkit-oder: 2;
  padding: 20px 30px 30px;
  margin: 0 -31px;
}
.sppb-addon-pricing-table[class*="pricing-table-02"] .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #fff;
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-blue .sppb-pricing-box .sppb-pricing-header {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-blue .sppb-pricing-box .sppb-pricing-price-container {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-blue .sppb-pricing-box .sppb-pricing-footer {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-blue .sppb-pricing-box .sppb-pricing-features i {
  color: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-blue:hover .sppb-pricing-box {
  border-color: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-blue:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-02-indigo .sppb-pricing-box .sppb-pricing-header {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-indigo .sppb-pricing-box .sppb-pricing-price-container {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-indigo .sppb-pricing-box .sppb-pricing-footer {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-indigo .sppb-pricing-box .sppb-pricing-features i {
  color: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-indigo:hover .sppb-pricing-box {
  border-color: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-indigo:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-02-purple .sppb-pricing-box .sppb-pricing-header {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-purple .sppb-pricing-box .sppb-pricing-price-container {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-purple .sppb-pricing-box .sppb-pricing-footer {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-purple .sppb-pricing-box .sppb-pricing-features i {
  color: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-purple:hover .sppb-pricing-box {
  border-color: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-purple:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-02-pink .sppb-pricing-box .sppb-pricing-header {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-pink .sppb-pricing-box .sppb-pricing-price-container {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-pink .sppb-pricing-box .sppb-pricing-footer {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-pink .sppb-pricing-box .sppb-pricing-features i {
  color: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-pink:hover .sppb-pricing-box {
  border-color: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-pink:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-02-red .sppb-pricing-box .sppb-pricing-header {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-red .sppb-pricing-box .sppb-pricing-price-container {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-red .sppb-pricing-box .sppb-pricing-footer {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-red .sppb-pricing-box .sppb-pricing-features i {
  color: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-red:hover .sppb-pricing-box {
  border-color: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-red:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-02-orange .sppb-pricing-box .sppb-pricing-header {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-orange .sppb-pricing-box .sppb-pricing-price-container {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-orange .sppb-pricing-box .sppb-pricing-footer {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-orange .sppb-pricing-box .sppb-pricing-features i {
  color: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-orange:hover .sppb-pricing-box {
  border-color: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-orange:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-02-yellow .sppb-pricing-box .sppb-pricing-header {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-yellow .sppb-pricing-box .sppb-pricing-price-container {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-yellow .sppb-pricing-box .sppb-pricing-footer {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-yellow .sppb-pricing-box .sppb-pricing-features i {
  color: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-yellow:hover .sppb-pricing-box {
  border-color: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-yellow:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-02-green .sppb-pricing-box .sppb-pricing-header {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-green .sppb-pricing-box .sppb-pricing-price-container {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-green .sppb-pricing-box .sppb-pricing-footer {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-green .sppb-pricing-box .sppb-pricing-features i {
  color: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-green:hover .sppb-pricing-box {
  border-color: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-green:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #85df88;
}
.sppb-addon-pricing-table.pricing-table-02-teal .sppb-pricing-box .sppb-pricing-header {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-teal .sppb-pricing-box .sppb-pricing-price-container {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-teal .sppb-pricing-box .sppb-pricing-footer {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-teal .sppb-pricing-box .sppb-pricing-features i {
  color: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-teal:hover .sppb-pricing-box {
  border-color: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-teal:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-02-cyan .sppb-pricing-box .sppb-pricing-header {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-cyan .sppb-pricing-box .sppb-pricing-price-container {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-cyan .sppb-pricing-box .sppb-pricing-footer {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-cyan .sppb-pricing-box .sppb-pricing-features i {
  color: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-cyan:hover .sppb-pricing-box {
  border-color: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-cyan:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-02-white .sppb-pricing-box .sppb-pricing-header {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-white .sppb-pricing-box .sppb-pricing-price-container {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-white .sppb-pricing-box .sppb-pricing-footer {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-white .sppb-pricing-box .sppb-pricing-features i {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-white:hover .sppb-pricing-box {
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-white:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-02-gray .sppb-pricing-box .sppb-pricing-header {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray .sppb-pricing-box .sppb-pricing-price-container {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray .sppb-pricing-box .sppb-pricing-footer {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray .sppb-pricing-box .sppb-pricing-features i {
  color: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray:hover .sppb-pricing-box {
  border-color: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #565a60;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark .sppb-pricing-box .sppb-pricing-header {
  background: #343a40;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark .sppb-pricing-box .sppb-pricing-price-container {
  background: #343a40;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark .sppb-pricing-box .sppb-pricing-footer {
  background: #343a40;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark .sppb-pricing-box .sppb-pricing-features i {
  color: #343a40;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark:hover .sppb-pricing-box {
  border-color: #343a40;
}
.sppb-addon-pricing-table.pricing-table-02-gray-dark:hover .sppb-pricing-box .sppb-pricing-footer a {
  color: #343a40;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box {
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 1rem;
  margin: 0;
  padding: 20px 0;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container {
  padding: 27px 15px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 40px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container > span {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container > span {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 60px;
  color: #111;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 35px;
  position: relative;
  bottom: 10px;
  line-height: 1;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 0;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  font-size: 16px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features {
  margin: 0;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 8px 0 15px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  padding-top: 50px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  padding-bottom: 40px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-footer {
  margin-bottom: 30px;
}
.sppb-addon-pricing-table.pricing-table-3 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
}
.sppb-addon-pricing-table.pricing-table-3:hover .sppb-pricing-box .sppb-pricing-price-container {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-3:hover .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-3:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box {
  border: 1px solid #e4e4e4;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-header {
  padding: 30px 30px 26px;
  border-bottom: 1px solid #e4e4e4;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 1rem;
  margin-bottom: 17px !important;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-price-container {
  margin-bottom: 0 !important;
  color: #111;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 50px;
  font-weight: 700;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-weight: 300;
  position: relative;
  top: -4px;
  line-height: 0;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  font-size: 1rem;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-features {
  padding: 40px 40px 0;
  font-size: 0.875rem;
  margin-bottom: 25px !important;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 15px 0;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-features ul li:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 17px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  padding-top: 0;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  padding-bottom: 0;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-footer {
  margin-top: 30px;
  padding: 0 40px 40px;
}
.sppb-addon-pricing-table.pricing-table-4 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.sppb-addon-pricing-table.pricing-table-4:hover .sppb-pricing-box {
  background: #f7f7f7;
}
.sppb-addon-pricing-table.pricing-table-4:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box {
  border: 1px solid #e4e4e4;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #f7f7f7;
  margin: 0 -20px;
  padding: 7px 0;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  order: -1;
  -webkit-order: -1;
  margin-bottom: 25px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-price-container {
  margin-bottom: 35px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 60px;
  color: #111;
  font-weight: 300;
  letter-spacing: -4px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 40px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 13px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-features {
  margin: 40px 0 35px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 6px 0;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-footer {
  padding: 0 10px;
}
.sppb-addon-pricing-table.pricing-table-5 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #656565;
}
.sppb-addon-pricing-table.pricing-table-5:hover .sppb-pricing-box {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
}
.sppb-addon-pricing-table.pricing-table-5:hover .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-5:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box {
  background: #fff;
  padding: 40px 30px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container {
  position: relative;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container:after {
  content: "";
  width: 60%;
  height: 2px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 45px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 20px;
  position: relative;
  top: -5px;
  vertical-align: middle;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  display: inline;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  font-size: 15px;
  position: relative;
  top: -15px;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 30px;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 9px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features ul li:first-child {
  border-bottom: none;
  padding-bottom: 12px;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features ul li:last-child {
  border-bottom: none;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features ul li:not(:first-child) {
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-features ul li:not(:first-child) {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover .sppb-pricing-price-container:after {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover .sppb-pricing-price-container .sppb-pricing-price {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover .sppb-pricing-features ul li:not(:first-child) {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-6 .sppb-pricing-box:hover .sppb-pricing-footer a.sppb-btn-default {
  color: #111;
  background: #fff;
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box {
  border: 1px solid #e4e4e4;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #f7f7f7;
  margin: 0 -20px 15px;
  padding: 12px 0;
  font-size: 16px !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  order: -1;
  -webkit-order: -1;
  margin-bottom: 25px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-price-container {
  margin-bottom: 35px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 60px !important;
  color: #111;
  font-weight: 300;
  letter-spacing: -4px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 40px !important;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 13px;
  line-height: 1 !important;
  margin-top: 9px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-features {
  margin: 0 -20px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-footer {
  padding: 0 10px;
  margin-top: 30px;
}
.sppb-addon-pricing-table.pricing-table-7 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #656565;
}
.sppb-addon-pricing-table.pricing-table-7:hover .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-7:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box {
  background: #fff;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box > div {
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-header {
  margin-left: -20px;
  margin-right: -20px;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding: 40px 15px;
  margin-bottom: 0 !important;
  font-size: 24px;
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-price-container {
  padding: 20px 15px 25px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  color: #111;
  display: block;
  font-size: 65px;
  font-weight: 500;
  line-height: 1 !important;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 35px;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  font-size: 16px;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-features {
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e4e4e4;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 10px 0;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sppb-addon-pricing-table[class*="pricing-table-8"] .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #656565;
}
.sppb-addon-pricing-table[class*="pricing-table-8"]:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-8-blue .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-8-blue:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #6686ff;
  border-color: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-8-indigo .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-8-indigo:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #6610f2;
  border-color: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-8-purple .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-8-purple:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #c183d6;
  border-color: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-8-pink .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-8-pink:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #e83e8c;
  border-color: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-8-red .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-8-red:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #ff5e6b;
  border-color: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-8-orange .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-8-orange:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #fd7e14;
  border-color: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-8-yellow .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-8-yellow:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #fcbc65;
  border-color: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-8-green .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-8-green:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #85df88;
  border-color: #85df88;
}
.sppb-addon-pricing-table.pricing-table-8-teal .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-8-teal:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #73c8b7;
  border-color: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-8-cyan .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-8-cyan:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #3b84eb;
  border-color: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-8-white .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-8-white:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #fff;
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-8-gray .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-8-gray:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #565a60;
  border-color: #565a60;
}
.sppb-addon-pricing-table.pricing-table-8-gray-dark .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #343a40;
}
.sppb-addon-pricing-table.pricing-table-8-gray-dark:hover .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #343a40;
  border-color: #343a40;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box {
  border: 1px solid #495057;
  color: #fff;
  padding: 20px;
  border-radius: 0.375rem;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px !important;
  font-weight: 400;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:after {
  content: "\f0d6";
  display: block;
  font-size: 40px;
  text-align: center;
  padding-top: 30px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  line-height: 50px;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-price-container {
  padding: 20px;
  line-height: 1;
  background: #495057;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-price-container {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  position: relative;
  top: -2px;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 0;
  display: initial;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 40px;
}
.sppb-addon-pricing-table[class*="pricing-table-9"] .sppb-pricing-box .sppb-pricing-features ul li {
  line-height: 40px;
  padding: 16px 0;
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-9-unlock .sppb-pricing-title:after {
  content: "\f13e" !important;
}
.sppb-addon-pricing-table.pricing-table-9-user .sppb-pricing-title:after {
  content: "\f007" !important;
}
.sppb-addon-pricing-table.pricing-table-9-gift .sppb-pricing-title:after {
  content: "\f06b" !important;
}
.sppb-addon-pricing-table.pricing-table-9-thumb .sppb-pricing-title:after {
  content: "\f164" !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box {
  background: #495057;
  color: #fff;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-addon-title {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div {
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div * {
  margin-bottom: 0 !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-child(-n+2) {
  transition: all 0.5s ease-in-out !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-last-child(3) {
  border-bottom-right-radius: 90px;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-last-child(2) {
  transition: all 0.5s ease-in-out !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-last-child(2) > * {
  background: #495057;
  display: block;
  transition: all 0.5s ease-in-out !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-last-child(2) > *:first-child {
  border-top-left-radius: 90px;
  padding-top: 25px;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box > div:nth-last-child(1) {
  background: #495057;
  padding: 30px 20px;
  border-bottom-right-radius: 50px;
  transition: all 0.5s ease-in-out !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-header {
  padding: 25px 0;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  padding-bottom: 28px;
  text-transform: uppercase;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 48px !important;
  font-weight: 700;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  vertical-align: middle !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 15px;
  line-height: 34px !important;
  font-size: 14px !important;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box:hover > div:nth-child(-n+2) {
  background: #495057;
}
.sppb-addon-pricing-table.pricing-table-10 .sppb-pricing-box:hover > div:nth-last-child(2) {
  background: #495057;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box {
  padding: 50px 20px;
  background: #f7f7f7;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 24px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container {
  position: relative;
  border-radius: 50%;
  background: #f7f7f7;
  width: 140px;
  height: 140px;
  margin: 0 auto 60px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container:before, .sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  width: 1000px;
  margin-top: -1px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container:before {
  left: -1000px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container:after {
  right: -1000px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 50px !important;
  color: #111;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 25px;
  vertical-align: super;
  position: relative;
  top: 2px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  margin-bottom: 8px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  display: block;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
    transition: none;
  }
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 60px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box:hover .sppb-pricing-price-container .sppb-pricing-price {
  color: #fff;
}
.sppb-addon-pricing-table.pricing-table-11 .sppb-pricing-box:hover .sppb-pricing-duration {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box {
  border: 1px solid #e4e4e4;
  padding: 30px 20px 0;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header {
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header:before {
  content: "";
  display: block;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header:before {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: relative;
  bottom: -26px;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 0 !important;
  color: #fff;
  padding: 18px 40px;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-container {
  order: -1;
  -webkit-order: -1;
  margin-bottom: 25px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-price-container {
  margin-bottom: 35px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 90px;
  line-height: 90px;
  color: #111;
  font-weight: 700;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: -9px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price.after {
  display: inline-block;
  margin-bottom: 0;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-duration {
  color: #111;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-features {
  margin: 50px 0 40px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-features ul li {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 26px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-footer {
  padding: 0 10px;
}
.sppb-addon-pricing-table[class*="pricing-table-12"] .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #656565;
}
.sppb-addon-pricing-table.pricing-table-12-blue .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-12-blue:hover .sppb-pricing-box {
  border-color: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-12-blue:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #6686ff;
}
.sppb-addon-pricing-table.pricing-table-12-indigo .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-12-indigo:hover .sppb-pricing-box {
  border-color: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-12-indigo:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #6610f2;
}
.sppb-addon-pricing-table.pricing-table-12-purple .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-12-purple:hover .sppb-pricing-box {
  border-color: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-12-purple:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #c183d6;
}
.sppb-addon-pricing-table.pricing-table-12-pink .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-12-pink:hover .sppb-pricing-box {
  border-color: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-12-pink:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #e83e8c;
}
.sppb-addon-pricing-table.pricing-table-12-red .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-12-red:hover .sppb-pricing-box {
  border-color: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-12-red:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #ff5e6b;
}
.sppb-addon-pricing-table.pricing-table-12-orange .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-12-orange:hover .sppb-pricing-box {
  border-color: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-12-orange:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #fd7e14;
}
.sppb-addon-pricing-table.pricing-table-12-yellow .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-12-yellow:hover .sppb-pricing-box {
  border-color: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-12-yellow:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #fcbc65;
}
.sppb-addon-pricing-table.pricing-table-12-green .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-12-green:hover .sppb-pricing-box {
  border-color: #85df88;
}
.sppb-addon-pricing-table.pricing-table-12-green:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #85df88;
}
.sppb-addon-pricing-table.pricing-table-12-teal .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-12-teal:hover .sppb-pricing-box {
  border-color: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-12-teal:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #73c8b7;
}
.sppb-addon-pricing-table.pricing-table-12-cyan .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-12-cyan:hover .sppb-pricing-box {
  border-color: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-12-cyan:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #3b84eb;
}
.sppb-addon-pricing-table.pricing-table-12-white .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-12-white:hover .sppb-pricing-box {
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-12-white:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #fff;
}
.sppb-addon-pricing-table.pricing-table-12-gray .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-12-gray:hover .sppb-pricing-box {
  border-color: #565a60;
}
.sppb-addon-pricing-table.pricing-table-12-gray:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #565a60;
}
.sppb-addon-pricing-table.pricing-table-12-gray-dark .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  background: #343a40;
}
.sppb-addon-pricing-table.pricing-table-12-gray-dark:hover .sppb-pricing-box {
  border-color: #343a40;
}
.sppb-addon-pricing-table.pricing-table-12-gray-dark:hover .sppb-pricing-box .sppb-pricing-header:before {
  background: #343a40;
}
.sppb-addon-pricing-table[class*="pricing-table-13"] {
  padding-top: 72.5px;
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box {
  padding: 125px 25px 50px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box:after {
  content: "\e95e";
  font-family: 'Flaticon';
  width: 145px;
  hyphens: 145px;
  line-height: 125px;
  background: #fff;
  border-radius: 50%;
  border: 10px solid #f7f7f7;
  text-align: center;
  font-size: 45px;
  position: absolute;
  top: -72.5px;
  left: 50%;
  margin-left: -72.5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box:after {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  position: relative;
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 35px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
  content: "";
  width: 130px;
  height: 2px;
  border-left: 57px solid #e4e4e4;
  border-right: 57px solid #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -65px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:before {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-bottom-color: #e4e4e4;
  border-right-color: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title:after {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  font-size: 16px;
  line-height: 1;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price .sppb-pricing-price-symbol {
  -webkit-order: 2;
  order: 2;
  line-height: 1;
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-features {
  display: inline-block;
  text-align: left;
  margin-bottom: 40px;
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-features ul li {
  margin-bottom: 20px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-features ul li {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-features ul li i {
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-pricing-table[class*="pricing-table-13"] .sppb-pricing-box .sppb-pricing-features ul li i {
    transition: none;
  }
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box:after {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-title {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-title:before {
  border-color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-title:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-price-container .sppb-pricing-price {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-features ul li {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-features ul li i {
  color: #fff;
}
.sppb-addon-pricing-table[class*="pricing-table-13"]:hover .sppb-pricing-box .sppb-pricing-footer a {
  background: #fff;
  border-color: #fff;
}
.sppb-addon-pricing-table.pricing-table-13-a .sppb-pricing-box:after {
  content: "\e95e";
}
.sppb-addon-pricing-table.pricing-table-13-b .sppb-pricing-box:after {
  content: "\e95c";
}
.sppb-addon-pricing-table.pricing-table-13-c .sppb-pricing-box:after {
  content: "\e95f";
}
/*============================================
 =            SP TESTIMONIAL ADDON            =
 ============================================*/
/*================================================
 =            SP TESTIMONIAL PRO ADDON            =
 ================================================*/
.sppb-testimonial-pro .sppb-avatar-circle {
  border-radius: 50%;
}
.sppb-testimonial-pro .sppb-avatar-round {
  border-radius: 0.25rem;
}
.sppb-testimonial-pro .carousel-item img {
  display: inline-block;
}
.sppb-testimonial-pro.sppb-text-center .sppb-addon-testimonial-pro-footer {
  align-items: center;
  -webkit-align-items: center;
}
.sppb-testimonial-pro .carousel-indicators.avatars li {
  background: transparent;
  opacity: 0.4;
}
.sppb-testimonial-pro .carousel-indicators.avatars li.active {
  background: transparent;
  opacity: 1;
}
.sppb-testimonial-pro .carousel-inner.control-avatars {
  margin-bottom: 30px;
}
.sppb-testimonial-pro.testimonial-pro-1 span.fa {
  margin-bottom: 50px;
}
.sppb-testimonial-pro.testimonial-pro-1 div[class*="carousel-inner"] {
  margin-bottom: 80px;
}
.sppb-testimonial-pro.testimonial-pro-1 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sppb-testimonial-pro.testimonial-pro-1.sppb-text-center .sppb-testimonial-message {
    padding: 0 8.33333333%;
  }
}
.sppb-testimonial-pro.testimonial-pro-2 span.fa {
  margin-bottom: 50px;
}
.sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] {
  margin-bottom: 60px;
}
.sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .carousel-item, .sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .sppb-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 0;
  opacity: 0;
}
.sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .carousel-item.active, .sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .sppb-item.active {
  height: initial;
  opacity: 1;
}
.sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .sppb-testimonial-message {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  order: 2;
  -webkit-order: 2;
}
.sppb-testimonial-pro.testimonial-pro-2 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer {
  margin: 0 0 50px;
  order: 1;
  -webkit-oder: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sppb-testimonial-pro.testimonial-pro-2.sppb-text-center .sppb-testimonial-message {
    padding: 0 8.33333333%;
  }
}
.sppb-testimonial-pro.testimonial-pro-3 {
  position: relative;
  padding-bottom: 0;
}
.sppb-testimonial-pro.testimonial-pro-3 .carousel-inner {
  padding-bottom: 25px;
}
.sppb-testimonial-pro.testimonial-pro-3 .carousel-inner .carousel-item {
  padding: 40px 40px 50px;
  border: 1px solid #e4e4e4;
}
.sppb-testimonial-pro.testimonial-pro-3 .carousel-inner .sppb-addon-testimonial-pro-footer {
  position: absolute;
  bottom: -22px;
  text-transform: uppercase;
}
.sppb-testimonial-pro.testimonial-pro-3 .sppb-carousel-control {
  color: #777b81;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin: 0 !important;
  width: 32px;
  height: 42px;
  line-height: 42px;
  background: #f7f7f7;
  position: absolute;
  bottom: 25px;
  right: 0px;
}
.sppb-testimonial-pro.testimonial-pro-3 .sppb-carousel-control.left {
  right: 31px;
}
.sppb-testimonial-pro.testimonial-pro-4 {
  padding-bottom: 0 !important;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .carousel-item, .sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 0;
  opacity: 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .carousel-item.active, .sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-item.active {
  height: initial;
  opacity: 1;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-testimonial-message {
  order: 2;
  -webkit-order: 2;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer {
  order: 1;
  -webkit-order: 1;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: inherit;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-name {
  font-size: 1.125rem;
  color: #111;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-url {
  font-size: 0.875rem;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-designation {
  font-size: 0.875rem;
  position: relative;
}
.sppb-testimonial-pro.testimonial-pro-4 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-designation:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.sppb-testimonial-pro.testimonial-pro-4 ol[class*="carousel-indicators"] {
  position: relative;
  margin: 0 -5px 75px !important;
  justify-content: left;
  -ms-flex-pack: left;
}
.sppb-testimonial-pro.testimonial-pro-4 ol[class*="carousel-indicators"] li {
  margin: 0 5px;
}
.sppb-testimonial-pro.testimonial-pro-5 {
  padding: 80px 40px;
  position: relative;
  margin-bottom: 60px;
}
.sppb-testimonial-pro.testimonial-pro-5:before, .sppb-testimonial-pro.testimonial-pro-5:after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  width: 98%;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sppb-testimonial-pro.testimonial-pro-5:before {
  top: 0;
}
.sppb-testimonial-pro.testimonial-pro-5:after {
  bottom: 0;
}
.sppb-testimonial-pro.testimonial-pro-5 span.fa {
  font-size: 40px;
  margin-bottom: 30px;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner {
  position: static !important;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner:before, .sppb-testimonial-pro.testimonial-pro-5 .carousel-inner:after {
  content: "";
  position: absolute;
  top: 1%;
  bottom: 1%;
  height: 98%;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner:before {
  left: 0;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner:after {
  right: 0;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner .sppb-testimonial-message {
  margin-bottom: 30px;
  font-size: 17px;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner .sppb-addon-testimonial-pro-footer {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap {
  font-size: 20px;
  margin-top: 10px;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-inner .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-designation {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-indicators {
  bottom: -60px !important;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-indicators li {
  width: 19px;
  height: 19px;
  background-color: #656565;
  border: none !important;
  border-radius: 50%;
}
.sppb-testimonial-pro.testimonial-pro-5 .carousel-indicators li.active {
  background-color: #111;
}
@media (min-width: 992px) {
  .sppb-testimonial-pro.testimonial-pro-5 {
    padding: 80px 16.666%;
  }
}
.sppb-testimonial-pro.testimonial-pro-6 span.fa {
  margin-bottom: 30px;
}
.sppb-testimonial-pro.testimonial-pro-6 div[class*="carousel-inner"] {
  margin-bottom: 40px;
}
.sppb-testimonial-pro.testimonial-pro-6 div[class*="carousel-inner"] .sppb-testimonial-message {
  font-style: italic;
}
.sppb-testimonial-pro.testimonial-pro-6 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer {
  margin-top: 30px;
}
.sppb-testimonial-pro.testimonial-pro-6 div[class*="carousel-inner"] .sppb-addon-testimonial-pro-footer .testimonial-pro-client-name-wrap .sppb-addon-testimonial-pro-client-name {
  color: #111;
}
.sppb-testimonial-pro.testimonial-pro-6 .carousel-indicators.avatars li {
  margin: 5px;
  border: 2px solid transparent;
}
.sppb-testimonial-pro.testimonial-pro-6 .carousel-indicators.avatars li img {
  padding: 5px;
}
@media (min-width: 768px) {
  .sppb-testimonial-pro.testimonial-pro-6.sppb-text-center .sppb-testimonial-message {
    padding: 0 8.33333333%;
  }
}
.sppb-testimonial-pro.testimonial-pro-7 {
  padding-bottom: 0 !important;
}
.sppb-testimonial-pro.testimonial-pro-7 span.fa {
  display: none !important;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  color: #111;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner > div, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner > div {
  padding-left: 60px;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner .sppb-testimonial-message, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner .sppb-testimonial-message {
  position: relative;
  padding-bottom: 20px;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner .sppb-testimonial-message:before, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner .sppb-testimonial-message:before {
  content: "\f10d";
  font-size: 40px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  top: 12px;
  left: -60px;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner .sppb-testimonial-message:after, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner .sppb-testimonial-message:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner .sppb-addon-testimonial-pro-footer, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner .sppb-addon-testimonial-pro-footer {
  font-size: 14px;
}
.sppb-testimonial-pro.testimonial-pro-7 .carousel-indicators {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  float: left;
  width: 100%;
  margin-bottom: 20px !important;
}
.sppb-testimonial-pro.testimonial-pro-7 .carousel-indicators li {
  margin: 5px;
  border: none;
}
.sppb-testimonial-pro.testimonial-pro-7 .carousel-indicators li img {
  border: 3px solid transparent;
}
@media (min-width: 768px) {
  .sppb-testimonial-pro.testimonial-pro-7 .carousel-indicators {
    width: 40%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner {
    width: 60%;
  }
  .sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner > div, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner > div {
    padding-left: 100px;
  }
  .sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner:before, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner:before {
    content: "";
    width: 2px;
    background: #c4c6c8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .sppb-testimonial-pro.testimonial-pro-7 .sppb-carousel-inner:after, .sppb-testimonial-pro.testimonial-pro-7 .carousel-inner:after {
    content: "";
    width: 24px;
    height: 24px;
    border: 12px solid transparent;
    border-left-color: #c4c6c8;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }
}
/*========================================
 =            ADDON TEXT BLOCK            =
 ========================================*/
.sppb-addon-text-block.text-block-1 {
  padding-left: 24px;
}
.sppb-addon-text-block.text-block-1 .sppb-addon-content {
  font-size: 28px;
  font-weight: 800;
}
.sppb-addon-text-block.text-block-2 {
  color: #000;
  padding: 80px 30px;
}
.sppb-addon-text-block.text-block-2 .sppb-addon-content {
  position: relative;
  padding-bottom: 25px;
}
.sppb-addon-text-block.text-block-2 .sppb-addon-content:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-text-block.text-block-2 .sppb-addon-content:after {
    transition: none;
  }
}
.sppb-addon-text-block.text-block-2 .sppb-addon-title {
  font-weight: 500;
  font-size: 24px;
}
.sppb-addon-text-block.text-block-2:hover .sppb-addon-content:after {
  width: 70px;
}
.sppb-dropcap.dropcap-1 .sppb-addon-content:first-letter {
  padding: 10px;
  color: #fff;
  margin: 5px 10px 10px 0;
}
/*=======================================
 =            ACCORDION ADDON            =
 =======================================*/
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  background: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default > .sppb-panel-heading {
  color: #111;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
  color: #111;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-modern {
  border-color: #495057;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-modern .sppb-panel-body {
  border-top-color: #495057;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-modern > .sppb-panel-heading {
  color: #495057;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success {
  border-color: #73c8b7;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-body {
  border-top-color: #73c8b7;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success > .sppb-panel-heading {
  color: #73c8b7;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info {
  border-color: #6686ff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-body {
  border-top-color: #6686ff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info > .sppb-panel-heading {
  color: #6686ff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning {
  border-color: #fcbc65;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-body {
  border-top-color: #fcbc65;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning > .sppb-panel-heading {
  color: #fcbc65;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger {
  border-color: #ff5e6b;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-body {
  border-top-color: #ff5e6b;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger > .sppb-panel-heading {
  color: #ff5e6b;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: none;
  margin-bottom: 30px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel:last-child {
  margin-bottom: 0;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  padding: 12px 30px 12px 45px;
  background-color: #f7f7f7;
  color: inherit;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 400;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  background: #111;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction i {
  color: #fff;
  font-size: 10px;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active {
  color: #fff;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  background: #fff;
}
.sppb-addon-accordion.accordion-1 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top: none;
  background-color: #f7f7f7;
  padding: 30px;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel {
  background: rgba(86, 90, 96, .5);
  border-width: 0 0px 1px 0 !important;
  border-color: #777b81;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  color: #fff;
  padding: 12px 20px;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 18px;
  font-weight: 400;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title i {
  margin-right: 15px;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #fff;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  color: #f7f7f7;
  padding: 25px 30px 30px 70px;
  border-top: none;
}
.sppb-addon-accordion.accordion-2 .sppb-addon-content .sppb-panel-group .sppb-panel:last-child {
  border-bottom: none !important;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  color: #565a60;
  line-height: 25px;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 1rem;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #565a60;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active {
  color: #fff;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active i {
  color: #fff;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top: none;
  padding: 30px;
}
.sppb-addon-accordion.accordion-3 .sppb-addon-content .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 20px;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: 1px solid #e4e4e4;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  color: #565a60;
  line-height: 26px;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 400;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #fff;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  text-align: center;
  -webkit-transform: none;
  transform: none;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  background: #e4e4e4;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active i {
  color: #111;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top-color: #e4e4e4;
  padding: 30px;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body p {
  margin-bottom: 10px;
}
.sppb-addon-accordion.accordion-4 .sppb-addon-content .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 10px;
}
.sppb-addon-accordion.accordion-5 .sppb-addon-content .sppb-panel-group .sppb-panel {
  margin-bottom: 10px;
  border: none;
}
.sppb-addon-accordion.accordion-5 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  padding: 25px 40px 25px 20px;
  border-left: 5px solid transparent;
}
.sppb-addon-accordion.accordion-5 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 18px;
  font-weight: 400;
}
.sppb-addon-accordion.accordion-5 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  right: 25px;
}
.sppb-addon-accordion.accordion-5 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  padding: 25px 30px 30px;
  background: #fdfdfd;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel:last-child {
  margin-bottom: 0;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  padding: 12px 45px 12px 20px;
  color: inherit;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  color: #111;
  font-size: 16px;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction i {
  color: #fff;
  font-size: 10px;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-panel-title {
  color: #fff;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  background: #fff;
}
.sppb-addon-accordion.accordion-6 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top: none;
  padding: 30px;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: none;
  margin-bottom: 10px;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel:last-child {
  margin-bottom: 0;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  padding: 12px 45px 12px 20px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  color: #656565;
  font-size: 16px;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title span {
  font-weight: 300;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #656565;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active {
  border-color: transparent;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-panel-title, .sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction {
  color: #fff;
}
.sppb-addon-accordion.accordion-7 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top: none;
  padding: 30px;
  background: #f7f7f7;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading {
  color: #fff;
  line-height: 26px;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-weight: 400;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  color: #fff;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border-top-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 15px;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel .sppb-panel-collapse .sppb-panel-body p {
  margin-bottom: 10px;
}
.sppb-addon-accordion.accordion-8 .sppb-addon-content .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 20px;
}
/*=================================
 =            TAB ADDON            =
 =================================*/
.sppb-addon-tab .sppb-addon-content.sppb-custom-tab {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-nav-tabs > li a {
  border-color: #e4e4e4;
  background: #f7f7f7;
  font-weight: 400;
  outline: none;
  padding: 14px 15px;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-nav-tabs > li.active a {
  border-bottom-color: transparent;
}
.sppb-addon-tab .sppb-addon-content.tabs-tab .sppb-tab-content {
  margin-top: 0;
  padding: 50px 30px;
  border: 1px solid #e4e4e4;
  border-top: none;
  margin-top: -1px;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content {
  margin: 0 -15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav li {
  display: block;
  float: none;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav li a {
  border: none;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav li.active a {
  color: #fff;
  border-radius: 0 30px 30px 0;
}
.sppb-addon-tab.tabs-1 > .sppb-addon-content .sppb-tab-content {
  padding: 0 15px;
  border: none;
}
@media (min-width: 768px) {
  .sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav {
    width: 33.33333333%;
  }
  .sppb-addon-tab.tabs-1 > .sppb-addon-content .sppb-tab-content {
    width: 66.66666667%;
  }
}
@media (max-width: 767.98px) {
  .sppb-addon-tab.tabs-1 > .sppb-addon-content ul.sppb-nav {
    width: 100%;
  }
  .sppb-addon-tab.tabs-1 > .sppb-addon-content .sppb-tab-content {
    margin-top: 40px;
    width: 100%;
  }
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-tab-content {
  padding: 30px;
  margin-top: 0;
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-nav {
  margin-top: 6px;
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-nav li a {
  border-right-width: 1px;
  margin-right: -1px;
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-nav li.active {
  margin-top: -10px;
  position: relative;
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-nav li.active a {
  line-height: 30px;
}
.sppb-addon-tab.tabs-2 > .sppb-addon-content .sppb-nav li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  margin-left: -10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 1;
}
.sppb-addon-tab.tabs-3 .sppb-nav {
  margin-bottom: 20px;
}
.sppb-addon-tab.tabs-3 .sppb-nav li {
  padding: 0px !important;
}
.sppb-addon-tab.tabs-3 .sppb-nav li a {
  background: transparent !important;
  border-radius: 0 30px 30px 0;
  border-color: transparent !important;
  color: #111 !important;
  box-shadow: none !important;
}
.sppb-addon-tab.tabs-3 .sppb-nav li.active a {
  color: #fff !important;
}
.sppb-addon-tab.tabs-3 > .sppb-addon-content .sppb-tab-content > div {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.sppb-addon-tab.tabs-4 .sppb-nav {
  text-align: center;
  margin: -2px -2px -3px;
  border-bottom: none;
}
.sppb-addon-tab.tabs-4 .sppb-nav li {
  margin: 2px;
  float: none;
  display: inline-block;
}
.sppb-addon-tab.tabs-4 .sppb-nav li a {
  background: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #e4e4e4 !important;
  color: #fff;
  box-shadow: none !important;
  text-transform: uppercase;
}
.sppb-addon-tab.tabs-4 .sppb-nav li a:hover, .sppb-addon-tab.tabs-4 .sppb-nav li.active a {
  color: #fff !important;
}
.sppb-addon-tab.tabs-4 > .sppb-addon-content .sppb-tab-content {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e4e4e4;
  padding: 30px 0 0 0;
  margin-top: 0;
}
.sppb-addon-tab.tabs-5 .sppb-nav {
  padding-right: 0 !important;
}
.sppb-addon-tab.tabs-5 .sppb-nav li a {
  text-align: center;
  font-size: 14px !important;
  padding: 24px 10px;
  border-left: 2px solid transparent !important;
  position: relative;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sppb-addon-tab.tabs-5 .sppb-nav li a .sppb-tab-icon {
  display: block;
}
.sppb-addon-tab.tabs-5 .sppb-nav li a .sppb-tab-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  margin-bottom: 5px;
}
.sppb-addon-tab.tabs-5 .sppb-nav li.active {
  padding-right: 0 !important;
}
.sppb-addon-tab.tabs-5 .sppb-nav li.active a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}
@media (min-width: 768px) {
  .sppb-addon-tab.tabs-5 .sppb-nav li {
    padding: 0 5px 5px 0 !important;
  }
}
.sppb-addon-tab.tabs-5 > .sppb-addon-content {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sppb-addon-tab.tabs-5 > .sppb-addon-content .sppb-tab-content {
  padding-left: 0 !important;
}
.sppb-addon-tab.tabs-5 > .sppb-addon-content .sppb-tab-content > div {
  height: calc(100% - 5px);
}
/*===================================
 =            TABLE ADDON            =
 ===================================*/
.sppb-addon-table.table-1 table tr th {
  padding: 20px;
  color: #fff;
  background: #222;
}
.sppb-addon-table.table-1 table tr td {
  padding: 20px;
  border-top: 1px solid #e4e4e4;
}
.sppb-addon-table.table-1 table tbody tr {
  background: #f7f7f7;
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(1) .sppb-addon-content {
  color: #222;
  font-size: 14px;
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(1) .sppb-addon-content div:first-child {
  display: block;
  font-size: 21px;
  line-height: 1;
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(2) .sppb-addon-content, .sppb-addon-table.table-1 table tbody tr td:nth-child(4) .sppb-addon-content {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  color: #222;
  font-size: 21px;
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(2) .sppb-addon-content img, .sppb-addon-table.table-1 table tbody tr td:nth-child(4) .sppb-addon-content img {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .sppb-addon-table.table-1 table tbody tr td:nth-child(2) .sppb-addon-content > div, .sppb-addon-table.table-1 table tbody tr td:nth-child(4) .sppb-addon-content > div {
    display: none;
  }
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(3) {
  font-size: 21px;
}
.sppb-addon-table.table-1 table tbody tr td:nth-child(5) {
  font-size: 14px;
}
/*========================================
 =            NAVIGATION ADDON            =
 ========================================*/
.sppb-link-list-wrap.nav-1 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.nav-1 ul li a {
  border: 1px solid #111;
  color: #111;
  border-radius: 0 !important;
  padding: 9px 20px;
  font-size: 1rem;
}
.sppb-link-list-wrap.nav-1 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-1 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-1 ul li a:hover {
  background: #111;
  color: #fff;
}
.sppb-link-list-wrap.nav-1 ul li.sppb-active a {
  background: #111;
  color: #fff;
}
.sppb-link-list-wrap.nav-2 ul li {
  padding: 0 5px;
}
.sppb-link-list-wrap.nav-2 ul li a {
  border: 2px solid transparent;
  border-radius: 30px !important;
  padding: 9px 15px;
  font-size: 1rem;
}
.sppb-link-list-wrap.nav-2 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-2 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-2 ul li a:hover {
  background: #fff;
}
.sppb-link-list-wrap.nav-2 ul li.sppb-active a {
  background: #fff;
}
.sppb-link-list-wrap.nav-3 ul li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.sppb-link-list-wrap.nav-3 ul li a {
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  border-radius: 0 !important;
  font-weight: 600;
}
.sppb-link-list-wrap.nav-3 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-3 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-3 ul li a:hover {
  color: #fff !important;
}
.sppb-link-list-wrap.nav-3 ul li.sppb-active a {
  color: #fff !important;
}
.sppb-link-list-wrap.nav-4 {
  padding: 15px 15px;
  font-size: 16px;
}
.sppb-link-list-wrap.nav-4 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.nav-4 ul li a {
  padding: 12px 20px;
  color: #fff;
  border-radius: 3px;
}
.sppb-link-list-wrap.nav-4 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-4 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-4 ul li a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}
.sppb-link-list-wrap.nav-4 ul li.sppb-active a {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
}
.sppb-link-list-wrap.nav-5 ul {
  margin: -5px;
}
.sppb-link-list-wrap.nav-5 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.nav-5 ul li a {
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  background: #343a40;
}
.sppb-link-list-wrap.nav-5 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-5 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-5 ul li a:hover {
  color: #fff !important;
}
.sppb-link-list-wrap.nav-5 ul li.sppb-active a {
  color: #fff !important;
}
.sppb-link-list-wrap.nav-6 ul {
  margin: -5px;
}
.sppb-link-list-wrap.nav-6 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.nav-6 ul li a {
  border: 2px solid transparent;
  color: #fff;
  border-radius: 30px !important;
  padding: 4px 20px 8px;
  font-size: 1rem;
  font-weight: 700;
}
.sppb-link-list-wrap.nav-6 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-6 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-7 ul {
  margin: -5px;
}
.sppb-link-list-wrap.nav-7 ul li {
  padding: 5px;
}
.sppb-link-list-wrap.nav-7 ul li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  border-radius: 0 !important;
  font-weight: 600;
}
.sppb-link-list-wrap.nav-7 ul li a i {
  margin-right: 5px;
}
.sppb-link-list-wrap.nav-7 ul li a i:not(.fa) {
  display: none;
}
.sppb-link-list-wrap.nav-7 ul li a:hover {
  color: #fff !important;
}
.sppb-link-list-wrap.nav-7 ul li.sppb-active a {
  color: #fff !important;
}
/*===================================
 =            OPTIN ADDON            =
 ===================================*/
body .sppb-addon-optin-forms {
  padding: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.recaptcha-wrap {
  flex: 100%;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.email-wrap {
  padding-right: 0;
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline .button-wrap {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline > div:not(.button-wrap) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .button-wrap {
    order: 3;
    -webkit-order: 3;
    padding-left: 20px;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group {
    order: 5;
    -webkit-order: 5;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.name-wrap {
    order: 1;
    -webkit-order: 1;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.email-wrap {
    order: 2;
    -webkit-order: 2;
  }
  body .sppb-addon-optin-forms .sppb-optin-form.form-inline .sppb-form-group.recaptcha-wrap {
    order: 4;
    -webkit-order: 4;
  }
}
body .sppb-addon-optin-forms .sppb-optin-form.form-inline label {
  display: inherit;
}
body .sppb-addon-optin-forms.optin-form-1 .sppb-optin-form.form-inline .button-wrap {
  width: 100%;
  padding-left: 0;
  order: 6;
  -webkit-order: 6;
}
/*======================================
 =            TIMELINE ADDON            =
 ======================================*/
.sppb-addon-timeline .timeline-panel .title {
  color: #111;
  font-weight: 500;
}
.sppb-addon-timeline .timeline-panel div.details {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  padding: 0;
  display: block;
}
@media (max-width: 991.98px) {
  .sppb-addon-timeline .timeline-panel {
    width: calc(100% - 15px) !important;
  }
}
/*==========================================
 =            PIE PROGRESS ADDON            =
 ==========================================*/
.sppb-addon-pie-progress .sppb-pie-chart {
  position: relative;
  display: inline-block;
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-percent, .sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-no-percent, .sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-icon {
  display: table;
  width: 100%;
  height: 100%;
}
.sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-percent span, .sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-no-percent span, .sppb-addon-pie-progress .sppb-pie-chart .sppb-chart-icon span {
  display: table-cell;
  vertical-align: middle;
}
.sppb-addon-pie-progress .sppb-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.sppb-addon-pie-progress.pie-progress-1 .sppb-addon-content div[class*="sppb-pie-chart"] .sppb-chart-percent span, .sppb-addon-pie-progress.pie-progress-1 .sppb-addon-content div[class*="sppb-pie-chart"] .sppb-chart-no-percent span {
  display: block;
  font-size: 24px !important;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*======================================
 =            PROGRESS ADDON            =
 ======================================*/
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-success {
  background-color: #73c8b7;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-info {
  background-color: #6686ff;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-warning {
  background-color: #fcbc65;
}
.sppb-addon-progress div.sppb-progress-bar.sppb-progress-bar-danger {
  background-color: #ff5e6b;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress-label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
  color: #111;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress-label span {
  line-height: 20px;
  padding: 0 8px;
  border-radius: 3px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}
.sppb-addon-progress.progress-bar-1 .sppb-progress-label span:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -4px;
  border-top: 6px solid #111;
  border-left: 8px solid transparent;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress-label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress-label span {
  line-height: 20px;
  padding: 0 8px;
  border-radius: 3px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress {
  background: #e4e4e4;
}
.sppb-addon-progress.progress-bar-2 .sppb-progress .sppb-progress-bar {
  border-radius: 4px;
}
.sppb-addon-progress.progress-bar-3 .sppb-progress-label {
  margin-bottom: 13px;
  font-size: 1rem;
}
.sppb-addon-progress.progress-bar-3 .sppb-progress-label span {
  line-height: 20px;
  padding: 0 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.sppb-addon-progress.progress-bar-3 .sppb-progress {
  border: 5px solid #e4e4e4;
  border-radius: 0;
}
.sppb-addon-progress.progress-bar-4 {
  position: relative;
}
.sppb-addon-progress.progress-bar-4 .sppb-progress-label {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sppb-addon-progress.progress-bar-4 .sppb-progress-label span {
  color: #111;
  font-weight: 400;
}
.sppb-addon-progress.progress-bar-4 .sppb-progress-label i {
  margin-right: 15px;
}
.sppb-addon-progress.progress-bar-4 .sppb-progress {
  border-radius: 0;
  background: #fff;
}
.sppb-addon-progress.progress-bar-4 .sppb-progress .sppb-progress-bar {
  padding-left: 20px;
  text-align: left;
}
.sppb-addon-progress.progress-bar-4 .sppb-progress .sppb-progress-bar i {
  margin-right: 15px;
}
/*================================================
 =            UT ANIMATED NUMBER ADDON            =
 ================================================*/
.ut-addon-animated-number.ut-animated-number-1 .number-container div:first-child {
  padding: 15px 0 25px;
}
.ut-addon-animated-number.ut-animated-number-1 .sppb-animated-number {
  font-weight: 600;
  color: #fff;
}
.ut-addon-animated-number.ut-animated-number-2 {
  color: #fff;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number + .sppb-animated-number-title {
  margin-top: 25px;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number-title + .sppb-animated-number {
  margin-top: 25px;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number {
  font-weight: 700;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-animated-number-title {
  opacity: 0.7;
}
.ut-addon-animated-number.ut-animated-number-2 .sppb-addon-content .icon-container.top {
  margin-bottom: 30px;
}
.ut-addon-animated-number.ut-animated-number-3, .ut-addon-animated-number.ut-animated-number-4 {
  color: #fff;
  padding: 80px 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-addon-animated-number.ut-animated-number-3, .ut-addon-animated-number.ut-animated-number-4 {
    transition: none;
  }
}
.ut-addon-animated-number.ut-animated-number-3 .icon-container i, .ut-addon-animated-number.ut-animated-number-4 .icon-container i {
  font-size: 22px;
}
.ut-addon-animated-number.ut-animated-number-3 .icon-container .top, .ut-addon-animated-number.ut-animated-number-4 .icon-container .top {
  margin-bottom: 20px;
}
.ut-addon-animated-number.ut-animated-number-3 .sppb-animated-number, .ut-addon-animated-number.ut-animated-number-4 .sppb-animated-number {
  font-size: 40px;
}
.ut-addon-animated-number.ut-animated-number-3 .sppb-animated-number-title, .ut-addon-animated-number.ut-animated-number-4 .sppb-animated-number-title {
  font-size: 0.875rem;
  opacity: 0.7;
  text-transform: uppercase;
}
.ut-addon-animated-number.ut-animated-number-3 .sppb-addon-content .number-container > div:last-child, .ut-addon-animated-number.ut-animated-number-4 .sppb-addon-content .number-container > div:last-child {
  margin-top: 15px;
}
.ut-addon-animated-number.ut-animated-number-3:hover, .ut-addon-animated-number.ut-animated-number-4:hover {
  background: #111;
}
.ut-addon-animated-number.ut-animated-number-5 .sppb-animated-number {
  font-weight: 800;
  margin-bottom: 10px;
}
.ut-addon-animated-number.ut-animated-number-5 .sppb-animated-number-title {
  color: #fff;
  font-size: 18px;
}
.ut-addon-animated-number.ut-animated-number-5 .sppb-addon-content {
  padding: 22px 20px;
  border-radius: 50px 5px;
  background: rgba(255, 255, 255, .10);
}
.ut-addon-animated-number.ut-animated-number-6 .sppb-animated-number-title {
  color: #111;
  line-height: 40px;
}
.ut-addon-animated-number.ut-animated-number-6 .icon-container.top {
  margin-bottom: 30px !important;
}
.ut-addon-animated-number.ut-animated-number-6 .sppb-animated-number {
  font-size: 50px;
  font-weight: 600;
  color: #111;
}
.ut-addon-animated-number.ut-animated-number-6 .number-container div:last-child {
  padding-top: 20px;
}
.ut-addon-animated-number.ut-animated-number-7 .sppb-animated-number {
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 60px;
  color: #fff;
}
.ut-addon-animated-number.ut-animated-number-7 .icon-container i {
  font-size: 60px;
  line-height: 60px;
}
.ut-addon-animated-number.ut-animated-number-7 .sppb-animated-number-title {
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-addon-animated-number.ut-animated-number-7 .sppb-animated-number-title {
    transition: none;
  }
}
.ut-addon-animated-number.ut-animated-number-7 .sppb-addon-content {
  padding: 30px;
  border-radius: 50px 5px;
  background: rgba(52, 58, 64, .8);
}
.ut-addon-animated-number.ut-animated-number-8 .sppb-animated-number {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin: 30px 0;
}
.ut-addon-animated-number.ut-animated-number-8 .sppb-addon-content .icon-container {
  border-radius: 50%;
}
.ut-addon-animated-number.ut-animated-number-8 .sppb-addon-content .icon-container i {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
}
.ut-addon-animated-number.ut-animated-number-8 .sppb-addon-content .icon-container.top {
  margin-bottom: 0;
}
.ut-addon-animated-number.ut-animated-number-8 .sppb-animated-number-title {
  color: #fff;
  font-size: 20px;
}
/*=========================================
 =            UT BMI CALCULATOR            =
 =========================================*/
.sppb-addon-ut-bmi-calculator .sppb-col {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.sppb-addon-ut-bmi-calculator button {
  cursor: pointer;
}
/*=======================================
 =            UT PERSON ADDON            =
 =======================================*/
.ut-person .person-image img {
  display: block;
  width: 100%;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name, .ut-person.ut-person-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-designation {
  color: #fff;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after > div:first-child {
  margin-top: 30px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after .person-description {
  margin-top: 20px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-after .person-social-icons {
  margin-top: 30px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information {
  line-height: 1.1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-name {
  font-size: 1.25rem;
  color: #111;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-1 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-1 .sppb-addon-content .person-information .person-designation {
  margin-bottom: 10px;
  font-size: 0.875rem;
  order: -1;
  -webkit-oder: -1;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -3px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 6px 8px;
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 0.875rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ut-person.ut-person-1 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  color: #fff;
}
.ut-person.ut-person-1:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name, .ut-person.ut-person-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-designation {
  color: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after {
  background: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after > div:first-child {
  padding-top: 30px;
  margin-top: 0;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after .person-description {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 1rem;
}
.ut-person.ut-person-2 .sppb-addon-content .person-after .person-social-icons {
  margin-top: 30px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-description a.btn {
  background: #f7f7f7;
}
.ut-person.ut-person-2 .sppb-addon-content .person-description a.btn:hover {
  color: #fff;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information {
  line-height: 1.1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-name {
  font-size: 1.25rem;
  color: #111;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-2 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-2 .sppb-addon-content .person-information .person-designation {
  margin-bottom: 10px;
  font-size: 0.875rem;
  order: -1;
  -webkit-oder: -1;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-2 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
}
.ut-person.ut-person-2:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  padding: 15px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li {
  margin: 0 5px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li a {
  color: #fff;
  padding: 0 5px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name {
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-designation {
  color: #fff;
}
.ut-person.ut-person-3 .sppb-addon-content .person-after {
  padding: 30px 25px;
  background: #f7f7f7;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information {
  margin-top: 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-3 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-3 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
  margin-bottom: 5px;
  order: -1;
  -webkit-order: -1;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-3 .sppb-addon-content .person-social-icons .person-social > li > a {
  padding: 12px;
  text-align: center;
}
.ut-person.ut-person-3 .sppb-addon-content .person-description {
  margin-top: 20px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image {
  overflow: hidden;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image img {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-4 .sppb-addon-content .person-image img {
    transition: none;
  }
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  padding: 10px 15px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner a {
  color: #fff;
}
.ut-person.ut-person-4 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-4 .sppb-addon-content .person-after {
  background: #fff;
  padding: 33px 15px 25px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-4 .sppb-addon-content .person-information .person-name {
  font-weight: 400;
  font-size: 1.125rem;
}
.ut-person.ut-person-4 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-4 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  padding: 0 8px;
}
.ut-person.ut-person-4:hover .person-image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ut-person.ut-person-4:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ut-person.ut-person-5 .sppb-addon-content .person-image {
  position: relative;
  overflow: hidden;
}
.ut-person.ut-person-5 .sppb-addon-content .person-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-5 .sppb-addon-content .person-image:before {
    transition: none;
  }
}
.ut-person.ut-person-5 .sppb-addon-content .person-image .sppb-img-responsive {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  transition: all 350ms;
  opacity: 1;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-5 .sppb-addon-content .person-image .sppb-img-responsive {
    transition: none;
  }
}
.ut-person.ut-person-5 .sppb-addon-content .person-after {
  background: #fff;
  padding: 20px 15px 25px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-5 .sppb-addon-content .person-information .person-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
  color: #111;
  font-weight: 500;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons {
  margin-top: 20px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -5px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 5px;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 36px;
  height: 36px;
  padding: 9px;
  text-align: center;
  color: #fff;
  background: #777b81;
}
.ut-person.ut-person-5 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 0.875rem;
}
.ut-person.ut-person-5:hover .person-image:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.ut-person.ut-person-5:hover .person-image .sppb-img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.6;
}
.ut-person.ut-person-6 .sppb-addon-content {
  background: #fff;
  padding: 7px;
}
.ut-person.ut-person-6 .sppb-addon-content .person-after {
  padding: 0 8px;
}
.ut-person.ut-person-6 .sppb-addon-content .person-after > div:first-child {
  margin-top: 30px;
}
.ut-person.ut-person-6 .sppb-addon-content .person-information .person-name {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-6 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-6 .sppb-addon-content .person-social-icons {
  padding: 20px 0 23px;
  margin: 15px -15px 0;
  border-top: 1px solid #f7f7f7;
}
.ut-person.ut-person-6 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -10px;
}
.ut-person.ut-person-6 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 10px;
}
.ut-person.ut-person-6 .sppb-addon-content .person-social-icons .person-social > li > a {
  line-height: 30px;
  font-size: 14px;
}
.ut-person.ut-person-7 .sppb-addon-content .person-image .person-overlay {
  padding: 10px;
  color: #fff;
}
.ut-person.ut-person-7 .sppb-addon-content .person-after {
  padding: 0;
}
.ut-person.ut-person-7 .sppb-addon-content .person-after > div:first-child {
  margin-top: 40px;
}
.ut-person.ut-person-7 .sppb-addon-content .person-after .person-information {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ut-person.ut-person-7 .sppb-addon-content .person-after .person-information .person-name {
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
.ut-person.ut-person-7 .sppb-addon-content .person-after .person-information .person-designation {
  font-size: 0.875rem;
  -webkit-order: -1;
  order: -1;
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons {
  margin-top: 30px;
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  color: #dadada;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social > li > a {
    transition: none;
  }
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 1rem;
}
.ut-person.ut-person-7 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  color: #fff;
}
.ut-person.ut-person-7 .sppb-addon-content .person-description {
  font-size: 1rem;
  margin-top: 25px;
}
.ut-person.ut-person-8 .sppb-addon-content .person-image {
  overflow: hidden;
}
.ut-person.ut-person-8 .sppb-addon-content .person-image img {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-8 .sppb-addon-content .person-image img {
    transition: none;
  }
}
.ut-person.ut-person-8 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  padding: 10px 15px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-8 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-8 .sppb-addon-content .person-image .person-overlay .person-overlay-inner a {
  color: #fff;
}
.ut-person.ut-person-8 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-8 .sppb-addon-content .person-after {
  background: #f7f7f7;
  padding: 25px 15px 25px;
}
.ut-person.ut-person-8 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-8 .sppb-addon-content .person-information .person-name {
  font-weight: 400;
  font-size: 1.125rem;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-8 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-8 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-8 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-8 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-8 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  padding: 0 8px;
}
.ut-person.ut-person-8:hover .person-image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ut-person.ut-person-8:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay {
  padding: 10px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .8);
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay:before {
    transition: none;
  }
}
.ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-9 .sppb-addon-content .person-image .person-overlay .person-social-icons {
  margin-top: 24px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-information .person-name {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 5px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-information .person-designation {
  font-size: 1rem;
  color: #dadada;
  font-weight: 500;
}
.ut-person.ut-person-9 .sppb-addon-content .person-after {
  padding: 0;
}
.ut-person.ut-person-9 .sppb-addon-content .person-after > div:first-child {
  margin-top: 20px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-after .person-name {
  color: #111;
}
.ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  color: #dadada;
  border-radius: 50%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social > li > a {
    transition: none;
  }
}
.ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 1rem;
}
.ut-person.ut-person-9 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  color: #fff;
}
.ut-person.ut-person-9 .sppb-addon-content .person-description {
  font-size: 1rem;
  margin-top: 25px;
}
.ut-person.ut-person-9:hover .sppb-addon-content .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-9:hover .sppb-addon-content .person-image .person-overlay:before {
  height: 100%;
  top: 0;
}
.ut-person.ut-person-9:hover .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  opacity: 1;
}
.ut-person.ut-person-10 .sppb-addon-content .person-image {
  overflow: hidden;
}
.ut-person.ut-person-10 .sppb-addon-content .person-image img {
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-10 .sppb-addon-content .person-image img {
    transition: none;
  }
}
.ut-person.ut-person-10 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  padding: 10px 15px 7px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-10 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-10 .sppb-addon-content .person-image .person-overlay .person-overlay-inner:before {
  content: "";
  width: 30px;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -15px;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
}
.ut-person.ut-person-10 .sppb-addon-content .person-image .person-overlay .person-overlay-inner a {
  color: #fff;
}
.ut-person.ut-person-10 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-10 .sppb-addon-content .person-after {
  background: #fff;
  padding: 25px 15px 25px;
}
.ut-person.ut-person-10 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-10 .sppb-addon-content .person-information .person-name {
  font-weight: 400;
  font-size: 1.125rem;
}
.ut-person.ut-person-10 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-10 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-10 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-10 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  padding: 0 8px;
}
.ut-person.ut-person-10:hover .person-image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.ut-person.ut-person-10:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ut-person.ut-person-11 .sppb-addon-content .person-image {
  overflow: hidden;
}
.ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #111;
  padding: 26px 15px 5px;
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay .person-overlay-inner a {
  color: #111;
}
.ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-11 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li i {
  font-size: 20px;
}
.ut-person.ut-person-11 .sppb-addon-content .person-after {
  background: #f7f7f7;
  padding: 15px 15px 20px;
}
.ut-person.ut-person-11 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-11 .sppb-addon-content .person-information .person-name {
  font-weight: 600;
  font-size: 1.125rem;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-11 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-11 .sppb-addon-content .person-information .person-designation {
  font-size: 16px;
  color: #111;
}
.ut-person.ut-person-11 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-11 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-11 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  padding: 0 5px;
}
.ut-person.ut-person-11:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-11:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 576px) {
  .ut-person.ut-person-12 .sppb-addon-content {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .ut-person.ut-person-12 .sppb-addon-content .person-image {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
  }
  .ut-person.ut-person-12 .sppb-addon-content .person-after {
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
  }
  .ut-person.ut-person-12 .sppb-addon-content .person-information {
    margin-top: 0;
  }
}
.ut-person.ut-person-12 .sppb-addon-content .person-image {
  border-radius: 50%;
  overflow: hidden;
}
.ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-12 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li > a {
  color: #fff;
}
.ut-person.ut-person-12 .sppb-addon-content .person-information .person-name {
  font-size: 22px;
  color: #fff;
}
.ut-person.ut-person-12 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-12 .sppb-addon-content .person-social-icons .person-social {
  margin: 0px;
}
.ut-person.ut-person-12 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0px;
}
.ut-person.ut-person-12 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 38px;
  height: 38px;
  padding: 10px;
  text-align: center;
}
.ut-person.ut-person-12 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 18px;
}
.ut-person.ut-person-12 .sppb-addon-content .person-description {
  color: #e4e4e4;
  font-size: 14px;
}
.ut-person.ut-person-12:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-12:hover .person-image .person-overlay .person-overlay-inner {
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.ut-person.ut-person-13 .sppb-addon-content {
  position: relative;
  overflow: hidden;
}
.ut-person.ut-person-13 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff !important;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-13 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-13 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons {
  border-top: none;
}
.ut-person.ut-person-13 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social > li a {
  color: #fff;
}
.ut-person.ut-person-13 .sppb-addon-content .person-after {
  position: relative;
  top: 80px;
  margin-top: -80px;
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-13 .sppb-addon-content .person-after {
    transition: none;
  }
}
.ut-person.ut-person-13 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
  padding: 30px 0 20px;
}
.ut-person.ut-person-13 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.ut-person.ut-person-13 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons {
  margin-top: 0;
  padding: 22px 0;
  border-top: 1px solid #e4e4e4;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -7px;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 7px;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 35px;
  height: 35px;
  padding: 9px;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 16px;
}
.ut-person.ut-person-13 .sppb-addon-content .person-social-icons .person-social > li > a:hover i {
  color: #fff;
}
.ut-person.ut-person-13:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ut-person.ut-person-13:hover .sppb-addon-content .person-after {
  top: 0;
}
.ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay {
  padding: 20px;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name, .ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-designation, .ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-description {
  color: #fff;
}
.ut-person.ut-person-14 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-14 .sppb-addon-content .person-after {
  padding: 20px;
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-14 .sppb-addon-content .person-after {
    transition: none;
  }
}
.ut-person.ut-person-14 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-14 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-14 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-14 .sppb-addon-content .person-information .person-designation {
  font-size: 0.875rem;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-14 .sppb-addon-content .person-information .person-designation {
    transition: none;
  }
}
.ut-person.ut-person-14 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -5px;
}
.ut-person.ut-person-14 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 5px;
}
.ut-person.ut-person-14 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 36px;
  height: 36px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.ut-person.ut-person-14 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 16px;
}
.ut-person.ut-person-14 .sppb-addon-content .person-description {
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-14 .sppb-addon-content .person-description {
    transition: none;
  }
}
.ut-person.ut-person-14:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-14:hover .person-after .person-name, .ut-person.ut-person-14:hover .person-after .person-designation, .ut-person.ut-person-14:hover .person-after .person-description {
  color: #fff;
}
.ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay {
  padding: 20px;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-name, .ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-designation, .ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-description {
  color: #fff;
}
.ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social > li > a {
  color: #fff;
}
.ut-person.ut-person-15 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-15 .sppb-addon-content .person-after {
  padding: 25px 20px;
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-15 .sppb-addon-content .person-after {
    transition: none;
  }
}
.ut-person.ut-person-15 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-15 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-15 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-15 .sppb-addon-content .person-information .person-designation {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-15 .sppb-addon-content .person-information .person-designation {
    transition: none;
  }
}
.ut-person.ut-person-15 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -8px;
}
.ut-person.ut-person-15 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 8px;
}
.ut-person.ut-person-15 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  color: #656565;
}
.ut-person.ut-person-15 .sppb-addon-content .person-social-icons .person-social > li > a i {
  font-size: 16px;
}
.ut-person.ut-person-15 .sppb-addon-content .person-social-icons .person-social > li > a:hover {
  color: #fff;
}
.ut-person.ut-person-15 .sppb-addon-content .person-description {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-15 .sppb-addon-content .person-description {
    transition: none;
  }
}
.ut-person.ut-person-15:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-15:hover .person-after .person-name {
  color: #fff;
}
.ut-person.ut-person-15:hover .person-after .person-designation, .ut-person.ut-person-15:hover .person-after .person-description {
  color: #c4c6c8;
}
.ut-person.ut-person-15:hover .person-after .person-social-icons .person-social > li > a {
  color: #c4c6c8;
}
.ut-person.ut-person-16 .sppb-addon-content .person-image {
  border-radius: 50%;
}
.ut-person.ut-person-16 .sppb-addon-content .person-image .sppb-img-responsive {
  border-radius: 50%;
}
.ut-person.ut-person-16 .sppb-addon-content .person-image .person-overlay {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-16 .sppb-addon-content .person-image .person-overlay {
    transition: none;
  }
}
.ut-person.ut-person-16 .sppb-addon-content .person-after {
  padding: 120px 15px 30px;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin-top: -120px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ut-person.ut-person-16 .sppb-addon-content .person-after .person-social-icons {
  margin-top: -30px;
  -webkit-order: -1;
  order: -1;
}
.ut-person.ut-person-16 .sppb-addon-content .person-information .person-name {
  font-size: 22px;
  color: #111;
  margin-bottom: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-16 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-16 .sppb-addon-content .person-information .person-designation {
  font-size: 16px;
}
.ut-person.ut-person-16 .sppb-addon-content .person-social-icons {
  position: relative;
}
.ut-person.ut-person-16 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-16 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-16 .sppb-addon-content .person-social-icons .person-social > li > a {
  width: 60px;
  height: 60px;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  background: #111;
  color: #fff;
  border: 6px solid #fff;
  font-size: 25px;
}
.ut-person.ut-person-16:hover .person-image .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-17 .sppb-addon-content .person-image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.ut-person.ut-person-17 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  color: #fff;
  padding: 10px 15px 7px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-17 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
    transition: none;
  }
}
.ut-person.ut-person-17 .sppb-addon-content .person-image .person-overlay .person-overlay-inner a {
  color: #fff;
}
.ut-person.ut-person-17 .sppb-addon-content .person-image .person-overlay .person-overlay-inner > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-17 .sppb-addon-content .person-after {
  background: #f7f7f7;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-17 .sppb-addon-content .person-after {
    transition: none;
  }
}
.ut-person.ut-person-17 .sppb-addon-content .person-after > div:first-child {
  margin-top: 0;
}
.ut-person.ut-person-17 .sppb-addon-content .person-information .person-name {
  font-weight: 600;
  font-size: 1.25rem;
  color: #111;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-17 .sppb-addon-content .person-information .person-name {
    transition: none;
  }
}
.ut-person.ut-person-17 .sppb-addon-content .person-information .person-designation {
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-17 .sppb-addon-content .person-information .person-designation {
    transition: none;
  }
}
.ut-person.ut-person-17 .sppb-addon-content .person-social-icons .person-social {
  margin: 0 -6px;
}
.ut-person.ut-person-17 .sppb-addon-content .person-social-icons .person-social > li {
  margin: 0 3px;
}
.ut-person.ut-person-17 .sppb-addon-content .person-social-icons .person-social > li > a {
  text-align: center;
  padding: 0 8px;
}
.ut-person.ut-person-17 .sppb-addon-content .person-description {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-person.ut-person-17 .sppb-addon-content .person-description {
    transition: none;
  }
}
.ut-person.ut-person-17:hover .person-image .person-overlay .person-overlay-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ut-person.ut-person-17:hover .person-after .person-name, .ut-person.ut-person-17:hover .person-after .person-designation, .ut-person.ut-person-17:hover .person-after .person-description {
  color: #fff;
}
.ut-person.ut-person-17:hover .person-after .person-social-icons .person-social > li > a {
  color: #fff;
}
/*======================================
 =            UT TESTIMONIAL            =
 ======================================*/
.ut-testimonial .client-name {
  font-weight: 500;
  color: #111;
  font-size: 1rem;
}
.ut-testimonial.ut-testimonial-1 .ut-testimonial-message {
  position: relative;
  padding: 50px;
  color: #fff;
  border-radius: 25px 0 25px 0;
  font-size: 0.875rem;
}
.ut-testimonial.ut-testimonial-1 .ut-testimonial-message:after {
  content: '';
  position: absolute;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid transparent;
  left: 90px;
  bottom: -30px;
}
.ut-testimonial.ut-testimonial-1 .client-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.ut-testimonial.ut-testimonial-1 .author-avatar img {
  width: 85px;
  height: 84px;
  max-width: 100%;
}
.ut-testimonial.ut-testimonial-2 .ut-testimonial-item {
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 55px 10px 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.ut-testimonial.ut-testimonial-2 .testimonial-avatar-before .author-avatar {
  margin-top: -73px;
}
.ut-testimonial.ut-testimonial-2 .client-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #111;
}
.ut-testimonial.ut-testimonial-2 .client-position {
  font-size: 1rem;
}
.ut-testimonial.ut-testimonial-2 .author-avatar img {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.ut-testimonial.ut-testimonial-2 .ut-testimonial-client {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.ut-testimonial.ut-testimonial-2 .ut-testimonial-client:after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
}
.ut-testimonial.ut-testimonial-2 .message {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ut-testimonial.ut-testimonial-2 .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
  }
}
.ut-testimonial.ut-testimonial-2 .owl-nav div[class*="owl-"] {
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-testimonial.ut-testimonial-2 .owl-nav div[class*="owl-"] {
    transition: none;
  }
}
.ut-testimonial.ut-testimonial-2 .owl-nav div[class*="owl-"] i {
  font-size: 26px;
}
.ut-testimonial.ut-testimonial-3 {
  text-align: center;
}
.ut-testimonial.ut-testimonial-3 .client-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.ut-testimonial.ut-testimonial-3 .client-position, .ut-testimonial.ut-testimonial-3 .client-company a {
  color: #fff;
  font-size: 15px;
}
.ut-testimonial.ut-testimonial-3 .message {
  font-size: 17px;
  font-style: italic;
  color: #fff;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item {
  text-align: center;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 40px;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .ut-testimonial-message .ut-testimonial-client {
  margin-top: 50px;
  position: relative;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .ut-testimonial-message .ut-testimonial-client:after {
  content: "";
  width: 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar {
  display: block;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar div[class*="avatar-author"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar div[class*="avatar-author"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 1;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar div[class*="avatar-author"]:before {
    transition: none;
  }
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar div[class*="avatar-author"] img {
  opacity: 1;
  transition: all 350ms;
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-testimonial.ut-testimonial-4 .ut-testimonial-item .author-avatar div[class*="avatar-author"] img {
    transition: none;
  }
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item:hover .author-avatar div[class*="avatar-author"]:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.ut-testimonial.ut-testimonial-4 .ut-testimonial-item:hover .author-avatar div[class*="avatar-author"] img {
  opacity: 0.6;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ut-testimonial.ut-testimonial-5 .ut-testimonial-item > .row {
  -webkit-align-items: center;
  align-items: center;
}
.ut-testimonial.ut-testimonial-5 .ut-testimonial-message {
  font-style: italic;
}
.ut-testimonial.ut-testimonial-6 .ut-testimonial-item {
  padding: 100px 20px 40px;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #27282a !important;
  color: #fff;
  text-align: center;
  float: none !important;
}
.ut-testimonial.ut-testimonial-6 .ut-testimonial-item.testimonial-avatar-before {
  position: relative;
  margin-top: 70px;
}
.ut-testimonial.ut-testimonial-6 .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ut-testimonial.ut-testimonial-6 .client-name {
  font-size: 18px;
  font-weight: 600;
}
.ut-testimonial.ut-testimonial-6 .author-avatar {
  display: inline-block;
}
/*========================================
 =            UT CLIENTS ADDON            =
 ========================================*/
.sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav {
  margin-top: 15px;
}
.sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav div[class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  color: #777b81;
  border: 1px solid #777b81;
}
.sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav div[class*="owl-"] i {
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav {
    margin-top: 0 !important;
  }
  .sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav div[class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }
  .sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav .owl-prev {
    left: -60px;
  }
  .sppb-addon-ut-clients.ut-clients-1 .sppb-addon-content .owl-nav .owl-next {
    right: -60px;
  }
}
.sppb-addon-ut-clients.ut-clients-2 .sppb-addon-content .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  opacity: 0.5;
  transition: all 800ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-ut-clients.ut-clients-2 .sppb-addon-content .owl-carousel .owl-item img {
    transition: none;
  }
}
.sppb-addon-ut-clients.ut-clients-2 .sppb-addon-content .owl-carousel .owl-item:hover img {
  opacity: 1;
}
.sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav {
  margin-top: 15px;
}
.sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav div[class*="owl-"] {
  width: 44px;
  height: 44px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  color: #777b81;
  border: 1px solid #777b81;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav div[class*="owl-"] {
    transition: none;
  }
}
.sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav div[class*="owl-"] i {
  font-size: 1.25rem;
  line-height: 34px;
}
.sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav div[class*="owl-"]:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav {
    margin-top: 0 !important;
  }
  .sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav div[class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }
  .sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav .owl-prev {
    left: -60px;
  }
  .sppb-addon-ut-clients.ut-clients-3 .sppb-addon-content .owl-nav .owl-next {
    right: -60px;
  }
}
/*================================
 =            UT TABLE            =
 ================================*/
.sppb-addon-ut-table.ut-table-1 > div {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.sppb-addon-ut-table.ut-table-1 table {
  margin-bottom: 0;
}
.sppb-addon-ut-table.ut-table-1 thead th {
  font-weight: 700;
  font-size: 16px;
  padding: 20px 0;
  border: none;
}
.sppb-addon-ut-table.ut-table-1 tbody th, .sppb-addon-ut-table.ut-table-1 tbody td {
  padding: 20px 0;
  color: #e4e4e4;
  font-weight: 400;
  border-color: #27282a;
  line-height: 1.5;
}
/*===========================================
 =            UT CAROUSEL CONTENT            =
 ===========================================*/
.ut-carouselcontent.carousel-content-1 .owl-item img {
  width: auto;
  display: inline-block;
}
.ut-carouselcontent.carousel-content-1 .sppb-addon-text h5 {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .ut-carouselcontent.carousel-content-1 .ut-carouselcontent-media {
    width: 100%;
    padding-right: 15px !important;
  }
  .ut-carouselcontent.carousel-content-1 .owl-item img {
    margin-bottom: 30px;
  }
  .ut-carouselcontent.carousel-content-1 .sppb-text-left {
    text-align: center;
  }
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content {
  position: relative;
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content .sppb-addon-title {
  padding: 30px 30px 0;
  background: #fff;
  margin-bottom: 0;
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content .sppb-addon-text {
  position: static;
  padding: 0 30px 30px;
  background: #fff;
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox {
  position: absolute;
  top: -30px;
  right: 45px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox span, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox em, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox i {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox span, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox em, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox i {
    transition: none;
  }
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox span:before, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox em:before, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-content a.venobox i:before {
  display: inline-block;
}
.ut-carouselcontent.carousel-content-2 .ut-carouselcontent-item:hover .ut-carouselcontent-content a.venobox span, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-item:hover .ut-carouselcontent-content a.venobox em, .ut-carouselcontent.carousel-content-2 .ut-carouselcontent-item:hover .ut-carouselcontent-content a.venobox i {
  color: #fff;
}
.ut-carouselcontent.carousel-content-3 .ut-carouselcontent-content .sppb-addon-title {
  padding: 30px 30px 0;
  background: #fff;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-carouselcontent.carousel-content-3 .ut-carouselcontent-content .sppb-addon-title {
    transition: none;
  }
}
.ut-carouselcontent.carousel-content-3 .ut-carouselcontent-content .sppb-addon-text {
  padding: 15px 30px 30px;
  background: #fff;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-carouselcontent.carousel-content-4 .sppb-addon-content {
    transition: none;
  }
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row > div {
  position: static;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .media-image {
  position: relative;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .media-image:after {
  content: '';
  width: 25px;
  position: absolute;
  left: 0px;
  bottom: -4px;
  right: 0;
  margin: 0px auto;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .media-image:after {
    transition: none;
  }
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .sppb-addon-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 12px 10px;
  position: absolute;
  top: 22px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .sppb-addon-title {
    transition: none;
  }
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content > .row .sppb-addon-text {
  padding: 30px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #111;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content:hover {
  color: #fff;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content:hover .media-image:after {
  border-color: #fff !important;
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content:hover .sppb-addon-title {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ut-carouselcontent.carousel-content-4 .sppb-addon-content:hover .sppb-addon-text {
  color: #fff;
}
/*==========================================
 =            UT VERSUS CAROUSEL            =
 ==========================================*/
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-image img {
  display: inline-block;
  width: auto;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-name {
  margin-top: 30px;
  font-size: 20px;
  color: #111;
  font-weight: 700;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-score {
  font-size: 30px;
  font-weight: 700;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-date-time {
  font-size: 24px;
  line-height: 34px;
  color: #111;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-badge {
  padding: 5px 13px;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-order: -1;
  order: -1;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
  z-index: -1;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus {
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-text {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-venue {
  font-size: 24px;
  line-height: 34px;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-league {
  color: #111;
  font-weight: 700;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-description {
  margin-top: 15px;
}
.ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-details {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-details, .ut-versuscarousel.ut-versus-carousel-1 .ut-versuscarousel-item .versus-2 {
    margin-top: 30px;
  }
}
/*===================================
 =            ALERT ADDON            =
 ===================================*/
.sppb-addon-alert .sppb-alert-success {
  background: rgba(115, 200, 183, .1);
  color: #73c8b7;
}
.sppb-addon-alert .sppb-alert-info {
  background: rgba(102, 134, 255, .1);
  color: #6686ff;
}
.sppb-addon-alert .sppb-alert-warning {
  background: rgba(252, 188, 101, .1);
  color: #fcbc65;
}
.sppb-addon-alert .sppb-alert-danger {
  background: rgba(255, 94, 107, .1);
  color: #ff5e6b;
}
/*======================================
 =            ARTICLES ADDON            =
 ======================================*/
/*===============================================
 =            ARTICLES SCROLLER ADDON            =
 ===============================================*/
.sppb-addon-articles-ticker .sppb-articles-ticker-heading svg path {
  fill: currentColor;
}
/*==========================================
 =            CAROUSEL PRO ADDON            =
 ==========================================*/
.sppb-carousel-pro .sppb-carousel-pro-inner-content img {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .sppb-carousel-pro .sppb-carousel-pro-inner-content > div > .sppb-row {
    text-align: center;
  }
  .sppb-carousel-pro .sppb-carousel-pro-inner-content > div > .sppb-row > div:last-child {
    display: none;
  }
}
/*======================================
 =            CAROUSEL ADDON            =
 ======================================*/
.sppb-carousel.sppb-slide.carousel-1 .sppb-carousel-indicators {
  margin-bottom: 0;
}
.sppb-carousel.sppb-slide.carousel-1 .sppb-carousel-indicators li {
  width: 15px;
  height: 15px;
}
/*=======================================
 =            COUNTDOWN ADDON            =
 =======================================*/
.sppb-addon-countdown .sppb-countdown-timer > [class*="sppb-col"] {
  margin-bottom: 30px;
}
.sppb-addon-countdown .sppb-countdown-timer .sppb-countdown-text {
  color: #111;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1rem;
}
/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
/*=====================================
 =            BUTTON COLORS            =
 =====================================*/
body {
  /*====================================
   =            BUTTON SIZES            =
   ====================================*/
  /*=====================================
   =            BUTTON COLORS            =
   =====================================*/
}
body .sppb-btn {
  text-transform: uppercase;
  font-weight: 400;
  font-family: inherit;
  box-shadow: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  body .sppb-btn {
    transition: none;
  }
}
body .sppb-btn {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
}
body .sppb-btn.sppb-btn-3d {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  border-bottom-width: 0.3125rem !important;
}
body .sppb-btn-sm {
  padding: 0.4375rem 1.5rem;
  font-size: 0.8125rem;
  line-height: 2;
  border-radius: 0.1875rem;
}
body .sppb-btn-sm.sppb-btn-3d {
  padding-top: 0.34375rem !important;
  padding-bottom: 0.34375rem !important;
  border-bottom-width: 0.25rem !important;
}
body .sppb-btn-lg {
  padding: 0.5625rem 2.25rem;
  font-size: 0.9375rem;
  line-height: 2;
  border-radius: 0.375rem;
}
body .sppb-btn-lg.sppb-btn-3d {
  padding-top: 0.40625rem !important;
  padding-bottom: 0.40625rem !important;
  border-bottom-width: 0.375rem !important;
}
body .sppb-btn-xs {
  padding: 0.375rem 1.125rem;
  font-size: 0.75rem;
  line-height: 2;
  border-radius: 0.1875rem;
}
body .sppb-btn-xs.sppb-btn-3d {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  border-bottom-width: 0.1875rem !important;
}
body .sppb-btn-xlg {
  padding: 0.625rem 2.625rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.375rem;
}
body .sppb-btn-xlg.sppb-btn-3d {
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
  border-bottom-width: 0.4375rem !important;
}
body .sppb-btn-link:hover {
  text-decoration: none;
}
body .sppb-btn-success {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
body .sppb-btn-success:hover {
  color: #fff;
  background-color: #58bda9;
  border-color: #4ebaa4;
}
body .sppb-btn-success:focus, body .sppb-btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 194, .5);
}
body .sppb-btn-success.disabled, body .sppb-btn-success:disabled {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
body .sppb-btn-success:not(:disabled):not(.disabled):active, body .sppb-btn-success:not(:disabled):not(.disabled).active, .show > body .sppb-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4ebaa4;
  border-color: #47b49e;
}
body .sppb-btn-success:not(:disabled):not(.disabled):active:focus, body .sppb-btn-success:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 208, 194, .5);
}
body .sppb-btn-success.sppb-btn-outline {
  color: #73c8b7;
  border-color: #73c8b7;
}
body .sppb-btn-success.sppb-btn-outline:hover {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
body .sppb-btn-success.sppb-btn-outline:focus, body .sppb-btn-success.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .5);
}
body .sppb-btn-success.sppb-btn-outline.disabled, body .sppb-btn-success.sppb-btn-outline:disabled {
  color: #73c8b7;
  background-color: transparent;
}
body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-success.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #73c8b7;
  border-color: #73c8b7;
}
body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-success.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-success.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 200, 183, .5);
}
body .sppb-btn-success.sppb-btn-3d {
  border-bottom-color: #58bda9;
}
body .sppb-btn-success.sppb-btn-gradient {
  background-image: linear-gradient(#98d6ca, #4ebaa4);
}
body .sppb-btn-success.sppb-btn-gradient:hover {
  background-image: linear-gradient(#73c8b7, #73c8b7);
}
body .sppb-btn-success.sppb-btn-outline-hover:hover:hover {
  color: #73c8b7;
  background-color: transparent;
  background-image: none;
  border-color: #73c8b7;
}
body .sppb-btn-info {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
body .sppb-btn-info:hover {
  color: #fff;
  background-color: #4068ff;
  border-color: #335eff;
}
body .sppb-btn-info:focus, body .sppb-btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
body .sppb-btn-info.disabled, body .sppb-btn-info:disabled {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
body .sppb-btn-info:not(:disabled):not(.disabled):active, body .sppb-btn-info:not(:disabled):not(.disabled).active, .show > body .sppb-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #335eff;
  border-color: #2654ff;
}
body .sppb-btn-info:not(:disabled):not(.disabled):active:focus, body .sppb-btn-info:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 152, 255, .5);
}
body .sppb-btn-info.sppb-btn-outline {
  color: #6686ff;
  border-color: #6686ff;
}
body .sppb-btn-info.sppb-btn-outline:hover {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
body .sppb-btn-info.sppb-btn-outline:focus, body .sppb-btn-info.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
body .sppb-btn-info.sppb-btn-outline.disabled, body .sppb-btn-info.sppb-btn-outline:disabled {
  color: #6686ff;
  background-color: transparent;
}
body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-info.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #6686ff;
  border-color: #6686ff;
}
body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-info.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-info.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 134, 255, .5);
}
body .sppb-btn-info.sppb-btn-3d {
  border-bottom-color: #4068ff;
}
body .sppb-btn-info.sppb-btn-gradient {
  background-image: linear-gradient(#99aeff, #335eff);
}
body .sppb-btn-info.sppb-btn-gradient:hover {
  background-image: linear-gradient(#6686ff, #6686ff);
}
body .sppb-btn-info.sppb-btn-outline-hover:hover:hover {
  color: #6686ff;
  background-color: transparent;
  background-image: none;
  border-color: #6686ff;
}
body .sppb-btn-warning {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
body .sppb-btn-warning:hover {
  color: #fff;
  background-color: #fbac3f;
  border-color: #fba633;
}
body .sppb-btn-warning:focus, body .sppb-btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 198, 124, .5);
}
body .sppb-btn-warning.disabled, body .sppb-btn-warning:disabled {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
body .sppb-btn-warning:not(:disabled):not(.disabled):active, body .sppb-btn-warning:not(:disabled):not(.disabled).active, .show > body .sppb-btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fba633;
  border-color: #fba126;
}
body .sppb-btn-warning:not(:disabled):not(.disabled):active:focus, body .sppb-btn-warning:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 198, 124, .5);
}
body .sppb-btn-warning.sppb-btn-outline {
  color: #fcbc65;
  border-color: #fcbc65;
}
body .sppb-btn-warning.sppb-btn-outline:hover {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
body .sppb-btn-warning.sppb-btn-outline:focus, body .sppb-btn-warning.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 188, 101, .5);
}
body .sppb-btn-warning.sppb-btn-outline.disabled, body .sppb-btn-warning.sppb-btn-outline:disabled {
  color: #fcbc65;
  background-color: transparent;
}
body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-warning.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fcbc65;
  border-color: #fcbc65;
}
body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-warning.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-warning.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 188, 101, .5);
}
body .sppb-btn-warning.sppb-btn-3d {
  border-bottom-color: #fbac3f;
}
body .sppb-btn-warning.sppb-btn-gradient {
  background-image: linear-gradient(#fdd297, #fba633);
}
body .sppb-btn-warning.sppb-btn-gradient:hover {
  background-image: linear-gradient(#fcbc65, #fcbc65);
}
body .sppb-btn-warning.sppb-btn-outline-hover:hover:hover {
  color: #fcbc65;
  background-color: transparent;
  background-image: none;
  border-color: #fcbc65;
}
body .sppb-btn-danger {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
body .sppb-btn-danger:hover {
  color: #fff;
  background-color: #ff3848;
  border-color: #ff2b3c;
}
body .sppb-btn-danger:focus, body .sppb-btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 129, .5);
}
body .sppb-btn-danger.disabled, body .sppb-btn-danger:disabled {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
body .sppb-btn-danger:not(:disabled):not(.disabled):active, body .sppb-btn-danger:not(:disabled):not(.disabled).active, .show > body .sppb-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b3c;
  border-color: #ff1e30;
}
body .sppb-btn-danger:not(:disabled):not(.disabled):active:focus, body .sppb-btn-danger:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 129, .5);
}
body .sppb-btn-danger.sppb-btn-outline {
  color: #ff5e6b;
  border-color: #ff5e6b;
}
body .sppb-btn-danger.sppb-btn-outline:hover {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
body .sppb-btn-danger.sppb-btn-outline:focus, body .sppb-btn-danger.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .5);
}
body .sppb-btn-danger.sppb-btn-outline.disabled, body .sppb-btn-danger.sppb-btn-outline:disabled {
  color: #ff5e6b;
  background-color: transparent;
}
body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-danger.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #ff5e6b;
  border-color: #ff5e6b;
}
body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-danger.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-danger.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 107, .5);
}
body .sppb-btn-danger.sppb-btn-3d {
  border-bottom-color: #ff3848;
}
body .sppb-btn-danger.sppb-btn-gradient {
  background-image: linear-gradient(#ff919a, #ff2b3c);
}
body .sppb-btn-danger.sppb-btn-gradient:hover {
  background-image: linear-gradient(#ff5e6b, #ff5e6b);
}
body .sppb-btn-danger.sppb-btn-outline-hover:hover:hover {
  color: #ff5e6b;
  background-color: transparent;
  background-image: none;
  border-color: #ff5e6b;
}
body .sppb-btn-light {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
body .sppb-btn-light:hover {
  color: #fff;
  background-color: #e4e4e4;
  border-color: #dedede;
}
body .sppb-btn-light:focus, body .sppb-btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, .5);
}
body .sppb-btn-light.disabled, body .sppb-btn-light:disabled {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
body .sppb-btn-light:not(:disabled):not(.disabled):active, body .sppb-btn-light:not(:disabled):not(.disabled).active, .show > body .sppb-btn-light.dropdown-toggle {
  color: #fff;
  background-color: #dedede;
  border-color: #d7d7d7;
}
body .sppb-btn-light:not(:disabled):not(.disabled):active:focus, body .sppb-btn-light:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, .5);
}
body .sppb-btn-light.sppb-btn-outline {
  color: #f7f7f7;
  border-color: #f7f7f7;
}
body .sppb-btn-light.sppb-btn-outline:hover {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
body .sppb-btn-light.sppb-btn-outline:focus, body .sppb-btn-light.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, .5);
}
body .sppb-btn-light.sppb-btn-outline.disabled, body .sppb-btn-light.sppb-btn-outline:disabled {
  color: #f7f7f7;
  background-color: transparent;
}
body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-light.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-light.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-light.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, .5);
}
body .sppb-btn-light.sppb-btn-3d {
  border-bottom-color: #e4e4e4;
}
body .sppb-btn-light.sppb-btn-gradient {
  background-image: linear-gradient(#fff, #dedede);
}
body .sppb-btn-light.sppb-btn-gradient:hover {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
}
body .sppb-btn-light.sppb-btn-outline-hover:hover:hover {
  color: #f7f7f7;
  background-color: transparent;
  background-image: none;
  border-color: #f7f7f7;
}
body .sppb-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .sppb-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
body .sppb-btn-dark:focus, body .sppb-btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
body .sppb-btn-dark.disabled, body .sppb-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .sppb-btn-dark:not(:disabled):not(.disabled):active, body .sppb-btn-dark:not(:disabled):not(.disabled).active, .show > body .sppb-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
body .sppb-btn-dark:not(:disabled):not(.disabled):active:focus, body .sppb-btn-dark:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
body .sppb-btn-dark.sppb-btn-outline {
  color: #343a40;
  border-color: #343a40;
}
body .sppb-btn-dark.sppb-btn-outline:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .sppb-btn-dark.sppb-btn-outline:focus, body .sppb-btn-dark.sppb-btn-outline.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
body .sppb-btn-dark.sppb-btn-outline.disabled, body .sppb-btn-dark.sppb-btn-outline:disabled {
  color: #343a40;
  background-color: transparent;
}
body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active, .show > body .sppb-btn-dark.sppb-btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled):active:focus, body .sppb-btn-dark.sppb-btn-outline:not(:disabled):not(.disabled).active:focus, .show > body .sppb-btn-dark.sppb-btn-outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5);
}
body .sppb-btn-dark.sppb-btn-3d {
  border-bottom-color: #23272b;
}
body .sppb-btn-dark.sppb-btn-gradient {
  background-image: linear-gradient(#4b545c, #1d2124);
}
body .sppb-btn-dark.sppb-btn-gradient:hover {
  background-image: linear-gradient(#343a40, #343a40);
}
body .sppb-btn-dark.sppb-btn-outline-hover:hover:hover {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
body .sppb-btn-square {
  border-radius: 0 !important;
}
body .sppb-btn-rounded {
  border-radius: 0.25rem !important;
}
body .sppb-btn-round {
  border-radius: 6.25rem !important;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2012 - 2017 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Animated Numbers
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2014-2020 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
/*======================================
 =            Basic settings            =
 ======================================*/
.ut-addon-animated-number .sppb-addon-content .icon-container {
  display: inline-block;
}
.ut-addon-animated-number .sppb-addon-content .icon-container i {
  text-align: center;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.left {
  margin-right: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.left + .number-container {
  text-align: left;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.right {
  margin-left: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.right + .number-container {
  text-align: right;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.top {
  margin-bottom: 15px;
}
.ut-addon-animated-number .sppb-addon-content .icon-container.bottom {
  margin-top: 15px;
}
.ut-addon-animated-number .sppb-addon-content .number-container {
  overflow: hidden;
}
.ut-addon-animated-number .sppb-animated-number, .ut-addon-animated-number .sppb-animated-number-title {
  line-height: 1;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Person
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-person .sppb-addon-content .person-image {
  position: relative;
  overflow: hidden;
}
.ut-person .sppb-addon-content .person-image .person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ut-person .sppb-addon-content .person-information {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-information span {
  display: block;
}
.ut-person .sppb-addon-content .person-information .person-name {
  font-size: 16px;
  font-weight: 700;
}
.ut-person .sppb-addon-content .person-information .person-designation {
  font-size: 12px;
}
.ut-person .sppb-addon-content .person-social-icons {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 -8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li {
  display: inline-block;
  margin: 0 8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li > a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.ut-person .sppb-addon-content .person-description {
  margin-top: 15px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Testimonials
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-testimonial .ut-testimonial-item .ut-testimonial-message > div:nth-child(2) {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .author-avatar {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item .author-avatar img {
  width: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .avatar-author-before {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-after {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-left {
  margin-left: 15px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-right {
  margin-right: 15px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-top, .ut-testimonial .ut-testimonial-item .avatar-author-bottom, .ut-testimonial .ut-testimonial-item .avatar-author-after, .ut-testimonial .ut-testimonial-item .avatar-author-before {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .author-top {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-bottom {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-before {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-after {
  flex-direction: column;
  -webkit-flex-direcion: column;
}
.ut-testimonial .ut-testimonial-item .author-left {
  align-items: center;
  -webkit-align-items: center;
}
.ut-testimonial .ut-testimonial-item .author-right {
  align-items: center;
  -webkit-align-items: center;
}
.ut-testimonial .ut-testimonial-item .ut-testimonial-rating {
  margin: -3px;
}
.ut-testimonial .ut-testimonial-item .ut-testimonial-rating i {
  margin: 3px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .row {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 0;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .row {
  display: flex;
  display: -webkit-flex;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .ut-testimonial .ut-testimonial-item > .row > div:last-child {
    margin-top: 15px;
  }
}
.ut-testimonial .ut-testimonial-item.effect-on-static .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-static .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.ut-testimonial .ut-testimonial-item.effect-on-static:hover .blur, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .blur, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .opacity, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .opacity, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .sepia, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .sepia, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .saturate, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .saturate, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .contrast, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .contrast, .ut-testimonial .ut-testimonial-item.effect-on-static:hover .hue-rotate, .ut-testimonial .ut-testimonial-item.effect-on-static:focus .hue-rotate {
  filter: none;
  -webkit-filter: none;
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .blur, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .grayscale, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .opacity, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .sepia, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .sepia50, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .saturate, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .contrast, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-hover:hover .hue-rotate, .ut-testimonial .ut-testimonial-item.effect-on-hover:focus .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.ut-testimonial .ut-testimonial-item.effect-on-both .hue-rotate {
  filter: hue-rotate(-50%);
  -webkit-filter: hue-rotate(-50%);
}
.ut-testimonial .ut-testimonial-item:hover .utZoomIn, .ut-testimonial .ut-testimonial-item:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.ut-testimonial .ut-testimonial-item:hover .utZoomOut, .ut-testimonial .ut-testimonial-item:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.ut-testimonial .ut-testimonial-item:hover .utFlipX, .ut-testimonial .ut-testimonial-item:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.ut-testimonial .ut-testimonial-item .blur, .ut-testimonial .ut-testimonial-item .grayscale, .ut-testimonial .ut-testimonial-item .opacity, .ut-testimonial .ut-testimonial-item .sepia, .ut-testimonial .ut-testimonial-item .sepia50, .ut-testimonial .ut-testimonial-item .saturate, .ut-testimonial .ut-testimonial-item .contrast, .ut-testimonial .ut-testimonial-item .hue-rotate, .ut-testimonial .ut-testimonial-item .utZoomIn, .ut-testimonial .ut-testimonial-item .utZoomOut, .ut-testimonial .ut-testimonial-item .utFlipX {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Social Links
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2014-2017 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.square {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
a[class*="btn-"].white, a[class*="btn-"].white-hover:hover, a[class*="btn-"].white-hover:focus {
  background: #fff;
  border-color: #fff;
  color: #27282a;
}
a[class*="btn-"].white-outline, a[class*="btn-"].white-outline-hover:hover, a[class*="btn-"].white-hover:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
a[class*="btn-"].white-border, a[class*="btn-"].white-border-hover:hover, a[class*="btn-"].white-hover:focus {
  border-color: #fff;
}
a[class*="btn-"].white-content, a[class*="btn-"].white-content-hover:hover, a[class*="btn-"].white-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
a[class*="btn-"].light, a[class*="btn-"].light-hover:hover, a[class*="btn-"].light-hover:focus {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: #27282a;
}
a[class*="btn-"].light-outline, a[class*="btn-"].light-outline-hover:hover, a[class*="btn-"].light-hover:focus {
  background: transparent;
  border-color: #e4e4e4;
  color: #e4e4e4;
}
a[class*="btn-"].light-border, a[class*="btn-"].light-border-hover:hover, a[class*="btn-"].light-hover:focus {
  border-color: #e4e4e4;
}
a[class*="btn-"].light-content, a[class*="btn-"].light-content-hover:hover, a[class*="btn-"].light-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e4e4e4;
}
a[class*="btn-"].dark, a[class*="btn-"].dark-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: #27282a;
  border-color: #27282a;
  color: #fff;
}
a[class*="btn-"].dark-outline, a[class*="btn-"].dark-outline-hover:hover, a[class*="btn-"].dark-hover:focus {
  background: transparent;
  border-color: #27282a;
  color: #27282a;
}
a[class*="btn-"].dark-border, a[class*="btn-"].dark-border-hover:hover, a[class*="btn-"].dark-hover:focus {
  border-color: #27282a;
}
a[class*="btn-"].dark-content, a[class*="btn-"].dark-content-hover:hover, a[class*="btn-"].dark-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #27282a;
}
/*a[class*="btn-"]{&.primary, &.primary-hover:hover, &.primary-hover:focus{background: $primary_color;border-color:$primary_color;color: #fff;}}
 a[class*="btn-"]{&.primary-outline, &.primary-outline-hover:hover, &.primary-hover:focus{background: transparent;border-color:$primary_color;color: $primary_color;}}
 a[class*="btn-"]{&.primary-border, &.primary-border-hover:hover, &.primary-hover:focus{border-color:$primary_color;}}
 a[class*="btn-"]{&.primary-content, &.primary-content-hover:hover, &.primary-content-hover:focus{background: transparent;border-color: transparent;color: $primary_color;}}*/
.btn-behance.color, .btn-behance.color-hover:hover, .btn-behance.color-hover:focus {
  background: #053eff;
  border-color: #053eff;
  color: #fff;
}
.btn-behance.color-outline, .btn-behance.color-outline-hover:hover, .btn-behance.color-hover:focus {
  background: transparent;
  border-color: #053eff;
  color: #053eff;
}
.btn-behance.color-border, .btn-behance.color-border-hover:hover, .btn-behance.color-hover:focus {
  border-color: #053eff;
}
.btn-behance.color-content, .btn-behance.color-content-hover:hover, .btn-behance.color-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #053eff;
}
.btn-dribbble.color, .btn-dribbble.color-hover:hover, .btn-dribbble.color-hover:focus {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble.color-outline, .btn-dribbble.color-outline-hover:hover, .btn-dribbble.color-hover:focus {
  background: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}
.btn-dribbble.color-border, .btn-dribbble.color-border-hover:hover, .btn-dribbble.color-hover:focus {
  border-color: #ea4c89;
}
.btn-dribbble.color-content, .btn-dribbble.color-content-hover:hover, .btn-dribbble.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ea4c89;
}
.btn-facebook.color, .btn-facebook.color-hover:hover, .btn-facebook.color-hover:focus {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook.color-outline, .btn-facebook.color-outline-hover:hover, .btn-facebook.color-hover:focus {
  background: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
.btn-facebook.color-border, .btn-facebook.color-border-hover:hover, .btn-facebook.color-hover:focus {
  border-color: #3b5998;
}
.btn-facebook.color-content, .btn-facebook.color-content-hover:hover, .btn-facebook.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #3b5998;
}
.btn-flickr.color, .btn-flickr.color-hover:hover, .btn-flickr.color-hover:focus {
  background: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr.color-outline, .btn-flickr.color-outline-hover:hover, .btn-flickr.color-hover:focus {
  background: transparent;
  border-color: #ff0084;
  color: #ff0084;
}
.btn-flickr.color-border, .btn-flickr.color-border-hover:hover, .btn-flickr.color-hover:focus {
  border-color: #ff0084;
}
.btn-flickr.color-content, .btn-flickr.color-content-hover:hover, .btn-flickr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff0084;
}
.btn-google.color, .btn-google.color-hover:hover, .btn-google.color-hover:focus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google.color-outline, .btn-google.color-outline-hover:hover, .btn-google.color-hover:focus {
  background: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}
.btn-google.color-border, .btn-google.color-border-hover:hover, .btn-google.color-hover:focus {
  border-color: #dd4b39;
}
.btn-google.color-content, .btn-google.color-content-hover:hover, .btn-google.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #dd4b39;
}
.btn-linkedin.color, .btn-linkedin.color-hover:hover, .btn-linkedin.color-hover:focus {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin.color-outline, .btn-linkedin.color-outline-hover:hover, .btn-linkedin.color-hover:focus {
  background: transparent;
  border-color: #007bb6;
  color: #007bb6;
}
.btn-linkedin.color-border, .btn-linkedin.color-border-hover:hover, .btn-linkedin.color-hover:focus {
  border-color: #007bb6;
}
.btn-linkedin.color-content, .btn-linkedin.color-content-hover:hover, .btn-linkedin.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #007bb6;
}
.btn-instagram.color, .btn-instagram.color-hover:hover, .btn-instagram.color-hover:focus {
  background: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram.color-outline, .btn-instagram.color-outline-hover:hover, .btn-instagram.color-hover:focus {
  background: transparent;
  border-color: #517fa4;
  color: #517fa4;
}
.btn-instagram.color-border, .btn-instagram.color-border-hover:hover, .btn-instagram.color-hover:focus {
  border-color: #517fa4;
}
.btn-instagram.color-content, .btn-instagram.color-content-hover:hover, .btn-instagram.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #517fa4;
}
.btn-pinterest.color, .btn-pinterest.color-hover:hover, .btn-pinterest.color-hover:focus {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest.color-outline, .btn-pinterest.color-outline-hover:hover, .btn-pinterest.color-hover:focus {
  background: transparent;
  border-color: #cb2027;
  color: #cb2027;
}
.btn-pinterest.color-border, .btn-pinterest.color-border-hover:hover, .btn-pinterest.color-hover:focus {
  border-color: #cb2027;
}
.btn-pinterest.color-content, .btn-pinterest.color-content-hover:hover, .btn-pinterest.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #cb2027;
}
.btn-rss.color, .btn-rss.color-hover:hover, .btn-rss.color-hover:focus {
  background: #ff8a00;
  border-color: #ff8a00;
  color: #fff;
}
.btn-rss.color-outline, .btn-rss.color-outline-hover:hover, .btn-rss.color-hover:focus {
  background: transparent;
  border-color: #ff8a00;
  color: #ff8a00;
}
.btn-rss.color-border, .btn-rss.color-border-hover:hover, .btn-rss.color-hover:focus {
  border-color: #ff8a00;
}
.btn-rss.color-content, .btn-rss.color-content-hover:hover, .btn-rss.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff8a00;
}
.btn-soundcloud.color, .btn-soundcloud.color-hover:hover, .btn-soundcloud.color-hover:focus {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}
.btn-soundcloud.color-outline, .btn-soundcloud.color-outline-hover:hover, .btn-soundcloud.color-hover:focus {
  background: transparent;
  border-color: #ff3a00;
  color: #ff3a00;
}
.btn-soundcloud.color-border, .btn-soundcloud.color-border-hover:hover, .btn-soundcloud.color-hover:focus {
  border-color: #ff3a00;
}
.btn-soundcloud.color-content, .btn-soundcloud.color-content-hover:hover, .btn-soundcloud.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff3a00;
}
.btn-tumblr.color, .btn-tumblr.color-hover:hover, .btn-tumblr.color-hover:focus {
  background: #547f9d;
  border-color: #547f9d;
  color: #fff;
}
.btn-tumblr.color-outline, .btn-tumblr.color-outline-hover:hover, .btn-tumblr.color-hover:focus {
  background: transparent;
  border-color: #547f9d;
  color: #547f9d;
}
.btn-tumblr.color-border, .btn-tumblr.color-border-hover:hover, .btn-tumblr.color-hover:focus {
  border-color: #547f9d;
}
.btn-tumblr.color-content, .btn-tumblr.color-content-hover:hover, .btn-tumblr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #547f9d;
}
.btn-twitter.color, .btn-twitter.color-hover:hover, .btn-twitter.color-hover:focus {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn-twitter.color-outline, .btn-twitter.color-outline-hover:hover, .btn-twitter.color-hover:focus {
  background: transparent;
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter.color-border, .btn-twitter.color-border-hover:hover, .btn-twitter.color-hover:focus {
  border-color: #55acee;
}
.btn-twitter.color-content, .btn-twitter.color-content-hover:hover, .btn-twitter.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #55acee;
}
.btn-vimeo.color, .btn-vimeo.color-hover:hover, .btn-vimeo.color-hover:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo.color-outline, .btn-vimeo.color-outline-hover:hover, .btn-vimeo.color-hover:focus {
  background: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}
.btn-vimeo.color-border, .btn-vimeo.color-border-hover:hover, .btn-vimeo.color-hover:focus {
  border-color: #1ab7ea;
}
.btn-vimeo.color-content, .btn-vimeo.color-content-hover:hover, .btn-vimeo.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #1ab7ea;
}
.btn-youtube.color, .btn-youtube.color-hover:hover, .btn-youtube.color-hover:focus {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff;
}
.btn-youtube.color-outline, .btn-youtube.color-outline-hover:hover, .btn-youtube.color-hover:focus {
  background: transparent;
  border-color: #e52d27;
  color: #e52d27;
}
.btn-youtube.color-border, .btn-youtube.color-border-hover:hover, .btn-youtube.color-hover:focus {
  border-color: #e52d27;
}
.btn-youtube.color-content, .btn-youtube.color-content-hover:hover, .btn-youtube.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e52d27;
}
/*======================================
 =            Basic settings            =
 ======================================*/
.sppb-addon-ut-social-links .sppb-addon-content a i + span {
  margin-left: 10px;
}
.sppb-addon-ut-social-links .sppb-addon-content a span {
  text-transform: capitalize;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Clients
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2020 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.sppb-addon-ut-clients div[class*="ut-clients-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-item a .sppb-img-responsive {
  width: auto;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-dots, .sppb-addon-ut-clients div[class*="ut-clients-"] .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.sppb-addon-ut-clients .client-item.effect-on-static .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-static .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-static .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-static .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-static .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-static .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.sppb-addon-ut-clients .client-item.effect-on-static:hover .blur, .sppb-addon-ut-clients .client-item.effect-on-static:focus .blur, .sppb-addon-ut-clients .client-item.effect-on-static:hover .grayscale, .sppb-addon-ut-clients .client-item.effect-on-static:focus .grayscale, .sppb-addon-ut-clients .client-item.effect-on-static:hover .opacity, .sppb-addon-ut-clients .client-item.effect-on-static:focus .opacity, .sppb-addon-ut-clients .client-item.effect-on-static:hover .sepia, .sppb-addon-ut-clients .client-item.effect-on-static:focus .sepia, .sppb-addon-ut-clients .client-item.effect-on-static:hover .sepia50, .sppb-addon-ut-clients .client-item.effect-on-static:focus .sepia50, .sppb-addon-ut-clients .client-item.effect-on-static:hover .saturate, .sppb-addon-ut-clients .client-item.effect-on-static:focus .saturate, .sppb-addon-ut-clients .client-item.effect-on-static:hover .contrast, .sppb-addon-ut-clients .client-item.effect-on-static:focus .contrast, .sppb-addon-ut-clients .client-item.effect-on-static:hover .hue-rotate, .sppb-addon-ut-clients .client-item.effect-on-static:focus .hue-rotate {
  filter: none;
  -webkit-filter: none;
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .blur, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .grayscale, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .opacity, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .sepia, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .sepia50, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .saturate, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .contrast, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-hover:hover .hue-rotate, .sppb-addon-ut-clients .client-item.effect-on-hover:focus .hue-rotate {
  filter: hue-rotate(50%);
  -webkit-filter: hue-rotate(50%);
}
.sppb-addon-ut-clients .client-item.effect-on-both .blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}
.sppb-addon-ut-clients .client-item.effect-on-both .grayscale {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.sppb-addon-ut-clients .client-item.effect-on-both .opacity {
  filter: opacity(0.5);
  -webkit-filter: opacity(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .sepia {
  filter: sepia(1);
  -webkit-filter: sepia(1);
}
.sppb-addon-ut-clients .client-item.effect-on-both .sepia50 {
  filter: sepia(0.5);
  -webkit-filter: sepia(0.5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .saturate {
  filter: saturate(3);
  -webkit-filter: saturate(3);
}
.sppb-addon-ut-clients .client-item.effect-on-both .contrast {
  filter: contrast(5);
  -webkit-filter: contrast(5);
}
.sppb-addon-ut-clients .client-item.effect-on-both .hue-rotate {
  filter: hue-rotate(-50%);
  -webkit-filter: hue-rotate(-50%);
}
.sppb-addon-ut-clients .client-item:hover .utZoomIn, .sppb-addon-ut-clients .client-item:focus .utZoomIn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.sppb-addon-ut-clients .client-item:hover .utZoomOut, .sppb-addon-ut-clients .client-item:focus .utZoomOut {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}
.sppb-addon-ut-clients .client-item:hover .utFlipX, .sppb-addon-ut-clients .client-item:focus .utFlipX {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
}
.sppb-addon-ut-clients .client-item .blur, .sppb-addon-ut-clients .client-item .grayscale, .sppb-addon-ut-clients .client-item .opacity, .sppb-addon-ut-clients .client-item .sepia, .sppb-addon-ut-clients .client-item .sepia50, .sppb-addon-ut-clients .client-item .saturate, .sppb-addon-ut-clients .client-item .contrast, .sppb-addon-ut-clients .client-item .hue-rotate, .sppb-addon-ut-clients .client-item .utZoomIn, .sppb-addon-ut-clients .client-item .utZoomOut, .sppb-addon-ut-clients .client-item .utFlipX {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Addon UT Carousel Content
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2019 Unitemplates.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Leoalv and Unitemplates
 * @Link:         http://www.unitemplates.com 
 *------------------------------------------------------------------------------
 */
.ut-versuscarousel .ut-versuscarousel-item .versus-button {
  margin-top: 20px;
}
.ut-versuscarousel .ut-versuscarousel-item span + span {
  margin-left: 5px;
}
/**
 * @package Helix Ultimate
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*====================================
 =            Body Classes            =
 ====================================*/
body.com-spsimpleportfolio #sp-main-body {
  background: #f7f7f7;
}
/*===========================================================
 =            SP Simple Portfolio Generic Classes            =
 ===========================================================*/
div.sp-simpleportfolio .sp-simpleportfolio-filter {
  text-align: center;
  margin-bottom: 55px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  margin: -5px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0;
  padding: 5px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  padding: 10px 20px;
  font-size: 1rem;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #dadada;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover, div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:focus {
  color: #fff;
}
/*============================================================
 =            SP Simple Portfolio Category Classes            =
 ============================================================*/
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-title, div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-title {
  margin-top: 0;
  font-weight: 500;
}
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-btns, div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-btns {
  margin-top: 15px;
}
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay .sp-vertical-middle {
  position: relative;
  z-index: 100;
}
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay:before, div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  transition: opacity 1s, transform 1s;
  -webkit-transition: opacity 1s, transform 1s;
  opacity: 0;
}
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item .sp-simpleportfolio-overlay:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
}
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay:before, div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-img {
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  padding: 0;
  background: #fff !important;
  border-color: #fff !important;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a i {
  font-size: 18px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(0, 0, 0, 0.6);
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-info a, div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-info a, div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-info .sp-simpleportfolio-tags, div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  color: #fff;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-icon-video, div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-icon-video {
  opacity: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-top: none;
  padding: 30px 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
    transition: none;
  }
}
/*===============================================================
 =            SP Simple portfolio single item classes            =
 ===============================================================*/
.sp-simpleportfolio-view-item .sp-simpleportfolio-image img {
  width: 100%;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta > div {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  color: #111;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta h4 {
  margin: 0 10px 0 0;
}
@media (max-width: 1199.98px) {
}
/*=========================================================
 =            SP Simple Portfolio module styles            =
 =========================================================*/
.portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-icon-video, .portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-title, .portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-tags, .portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .btn-zoom {
  display: none;
}
.portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  margin-top: 0;
}
.portfolio-minimal.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .btn-view {
  width: 32px;
  height: 32px;
  line-height: 36px;
}
.portfolio-minimal.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-items {
  margin: -5px;
}
.portfolio-minimal.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding: 5px;
}
/**
 * @package Helix Ultimate
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*==============================================
 =            SP Easey image gallery            =
 ==============================================*/
.speasyimagegallery-album-description {
  margin-bottom: 40px;
}
[class*="speasyimagegallery"] .zoom-icon, [class*="speasyimagegallery"] .link-icon {
  display: inline-block;
  font-family: "Font Awesome 5 free";
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
/*======================================
 =            Albums classes            =
 ======================================*/
div.speasyimagegallery-albums .speasyimagegallery-album > div > a:after {
  background: transparent;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info {
  top: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info .link-icon {
  opacity: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info .link-icon:before {
  content: "\f0c1";
  font-weight: 900;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info > div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info .speasyimagegallery-album-title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.speasyimagegallery-albums .speasyimagegallery-album-info:hover {
  background: rgba(0, 0, 0, .55);
}
div.speasyimagegallery-albums .speasyimagegallery-album-info:hover .link-icon {
  opacity: 1;
}
div.speasyimagegallery-albums .speasyimagegallery-album-meta span {
  float: none;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
div.speasyimagegallery-albums.slide-1 .speasyimagegallery-album-info {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  padding: 0 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  opacity: 0;
}
div.speasyimagegallery-albums.slide-1 .speasyimagegallery-album-info > div {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
div.speasyimagegallery-albums.slide-1 .speasyimagegallery-album-info > .link-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  top: auto;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
}
div.speasyimagegallery-albums.slide-1 .speasyimagegallery-album > div:hover .speasyimagegallery-album-info {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info {
  background: transparent;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info {
    transition: none;
  }
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -80%;
  left: -80%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info:before {
    transition: none;
  }
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info > div {
  position: absolute;
  bottom: auto;
  right: auto;
  left: 20px;
  top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info > div .speasyimagegallery-album-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album-info > .link-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #343a40;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-left: 0;
}
div.speasyimagegallery-albums.slide-2 .speasyimagegallery-album > div:hover .speasyimagegallery-album-info:before {
  bottom: 0;
  left: 0;
  opacity: 1;
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info {
  background: transparent;
  padding: 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info {
    transition: none;
  }
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 150%;
  transition: all 0.5s ease-in-out;
  -webkit-transform: skew(-33deg);
  transform: skew(-33deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info:before {
    transition: none;
  }
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info > div {
  text-align: right;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-order: -1;
  order: -1;
  margin-bottom: 10px;
  z-index: 1;
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info > div .speasyimagegallery-album-title {
  margin-bottom: 5px;
  font-size: 1.25rem;
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info > .link-icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album-info > .link-icon {
    transition: none;
  }
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album > div:hover .speasyimagegallery-album-info:before {
  left: 45%;
}
div.speasyimagegallery-albums.slide-3 .speasyimagegallery-album > div:hover .speasyimagegallery-album-info > .link-icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*============================================
 =            Single Album classes            =
 ============================================*/
div.speasyimagegallery-gallery .speasyimagegallery-row .speasyimagegallery-gallery-item > div:after {
  background: transparent;
}
div.speasyimagegallery-gallery .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
  top: 0;
  background: rgba(0, 0, 0, .55);
}
div.speasyimagegallery-gallery .speasyimagegallery-row .zoom-icon:before {
  content: "\f002";
  font-weight: 900;
}
div.speasyimagegallery-gallery .speasyimagegallery-row .speasyimagegallery-gallery-item-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
div.speasyimagegallery-gallery.slide-1 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-1 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-1 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .zoom-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 0;
  margin-left: 0;
}
div.speasyimagegallery-gallery.slide-1 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  position: relative;
  bottom: auto;
  right: auto;
  left: auto;
}
div.speasyimagegallery-gallery.slide-1 .speasyimagegallery-row .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
  background: transparent;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -80%;
  left: -80%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content:before {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .zoom-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #343a40;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-left: 0;
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  bottom: auto;
  right: auto;
  left: 20px;
  top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: none;
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: relative;
  display: block;
  top: 10px;
}
div.speasyimagegallery-gallery.slide-2 .speasyimagegallery-row .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content:before {
  bottom: 0;
  left: 0;
  opacity: 1;
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
  background: transparent;
  padding: 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 150%;
  transition: all 0.5s ease-in-out;
  -webkit-transform: skew(-33deg);
  transform: skew(-33deg);
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content:before {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .zoom-icon {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .zoom-icon {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 1.25rem;
  -webkit-order: -1;
  order: -1;
  margin-bottom: 10px;
  z-index: 1;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
    transition: none;
  }
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content:before {
  left: 45%;
}
div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content .zoom-icon, div.speasyimagegallery-gallery.slide-3 .speasyimagegallery-row .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*=================================================
 =            MODAL (Single image View)            =
 =================================================*/
#speasyimagegallery-modal {
  z-index: 10000;
}
/*======================================
 =            Module classes            =
 ======================================*/
/*----------  Albums View  ----------*/
/*----------  Simlge Album View  ----------*/
.simple-gallery div a.speasyimagegallery-gallery-item .speasyimagegallery-gallery-item-content {
  padding: 5px;
}
.simple-gallery div a.speasyimagegallery-gallery-item .speasyimagegallery-gallery-item-content .zoom-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.simple-gallery div a.speasyimagegallery-gallery-item .speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  display: none;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li > ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #565a60;
}
.itp-share-mod {
  display: inline-block;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div, .itp-share-mod div[class*="itp-share"] > span, .itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 20px;
  max-height: 20px;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
/*=========================================
 =            REVOLUTION SLIDER            =
 =========================================*/
.rev_slider_wrapper .tp-bullets.preview1 .bullet, .rev_slider_wrapper .tp-bullets.round .bullet {
  border: 8px solid #fff;
}
.splitted {
  overflow: hidden !important;
}
.wave {
  width: 100% !important;
}
.wave img {
  width: 100% !important;
}
.ut-joomstagram .jg-photo-ct ul li {
  margin-bottom: 0 !important;
}
div.tagspopular ul {
  margin: -3px !important;
}
div.tagspopular ul li {
  display: inline-block !important;
  margin: 3px !important;
  border-bottom: none !important;
}
div.tagspopular ul li a {
  line-height: 1 !important;
  padding: 10px 12px !important;
  background: #e4e4e4;
  font-size: 0.875rem;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.tagspopular ul li a {
    transition: none;
  }
}
/*=========================================
 =            ARTICLES CATEGORY            =
 =========================================*/
.article-intro-image {
  max-width: 100%;
}
.category-module.image-posts .article {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.category-module.image-posts .article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.image-posts .article:before {
    transition: none;
  }
}
.category-module.image-posts .article .article-intro-image {
  margin-bottom: 0;
}
.category-module.image-posts .article .author-section {
  padding: 0 20px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.category-module.image-posts .article .author-section img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  float: left;
}
.category-module.image-posts .article .author-section span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 10px;
}
.category-module.image-posts .article .header-section {
  padding: 0 20px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.image-posts .article .header-section {
    transition: none;
  }
}
.category-module.image-posts .article .header-section h3 {
  margin-bottom: 15px;
}
.category-module.image-posts .article .header-section h3 a {
  color: #fff;
}
.category-module.image-posts .article .header-section .article-info {
  padding: 10px 0;
  border-top: 1px solid #fff;
  margin-bottom: 0;
}
.category-module.image-posts .article .header-section .article-info span {
  font-size: 12px;
  font-weight: 600;
}
.category-module.image-posts .article .header-section .article-info span + span:before {
  content: "|";
}
.category-module.image-posts .article .header-section .article-info a {
  color: #fff;
}
.category-module.image-posts .article .content-section {
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -40px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.image-posts .article .content-section {
    transition: none;
  }
}
.category-module.image-posts .article .content-section .readmore {
  margin-top: 0;
}
.category-module.image-posts .article .content-section .readmore a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.category-module.image-posts .article .content-section .readmore a i {
  position: relative;
  font-size: 20px;
  top: 2px;
  margin-left: 3px;
}
.category-module.image-posts .article:hover:before, .category-module.image-posts .article:focus:before {
  background: rgba(0, 0, 0, .7);
}
.category-module.image-posts .article:hover .header-section, .category-module.image-posts .article:focus .header-section {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.category-module.image-posts .article:hover .content-section, .category-module.image-posts .article:focus .content-section {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.category-module.shadow-layout .article {
  background: #fff;
  border-top: 5px solid #27282a;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.shadow-layout .article {
    transition: none;
  }
}
.category-module.shadow-layout .article .article-media {
  position: relative;
  overflow: hidden;
}
.category-module.shadow-layout .article .article-intro-image img {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.shadow-layout .article .article-intro-image img {
    transition: none;
  }
}
.category-module.shadow-layout .article .article-info {
  margin-bottom: 0;
  background: #27282a;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.category-module.shadow-layout .article .article-info span:before {
  display: none;
}
.category-module.shadow-layout .article .article-info span + span {
  margin-left: 10px;
}
.category-module.shadow-layout .article .article-info a {
  color: #fff;
}
.category-module.shadow-layout .article .article-body {
  padding: 30px 20px;
}
.category-module.shadow-layout .article .article-header h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.category-module.shadow-layout .article:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.category-module.shadow-layout .article:hover .article-intro-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.category-module.carousel-plumber .media-ct {
  position: relative;
  overflow: hidden;
}
.category-module.carousel-plumber .media-ct .media-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.category-module.carousel-plumber .media-ct .media-overlay .item-date {
  color: #fff;
}
.category-module.carousel-plumber .media-ct .media-overlay h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
}
.category-module.carousel-plumber .media-ct .media-overlay h3 a {
  color: #fff;
}
.category-module.carousel-plumber .media-ct .media-overlay .mod-articles-category-readmore a {
  font-weight: 700;
}
.category-module.carousel-plumber .media-ct .media-overlay .mod-articles-category-readmore a:not(:hover) {
  color: #fff;
}
.category-module.carousel-plumber .media-ct .media-overlay .item-category {
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.category-module.carousel-plumber .owl-theme .owl-nav {
  margin-top: 20px;
}
.category-module.carousel-plumber .owl-theme .owl-nav div[class*="owl-"] {
  width: 35px;
  height: 35px;
  line-height: 28px;
  color: #fff;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}
.category-module.list-two-layout .article {
  border: 1px solid #e4e4e4;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .category-module.list-two-layout .article {
    transition: none;
  }
}
.category-module.list-two-layout .article:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.10);
}
.category-module.list-two-layout .article-media {
  position: relative;
  overflow: hidden;
}
.category-module.list-two-layout .article-media > div {
  height: 100%;
  margin-bottom: 0;
}
.category-module.list-two-layout .article-media img {
  height: 100%;
}
.category-module.list-two-layout .article-content .article-body {
  padding: 20px 15px;
}
.category-module.list-two-layout .article-header h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.category-module.list-two-layout .readmore a {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .category-module.list-two-layout .article-content {
    padding-left: 0;
  }
}
.category-module.bitcoin .article {
  background: #fff !important;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.category-module.bitcoin .article .article-media .article-date {
  width: 100px;
  height: 100px;
  top: auto;
  left: 50%;
  bottom: -50px;
  margin-left: -50px;
  border: 12px solid #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.category-module.bitcoin .article .article-media .article-date span {
  line-height: 1 !important;
}
.category-module.bitcoin .article .article-media .article-date span:first-child {
  margin-bottom: 5px;
  font-size: 24px;
}
.category-module.bitcoin .article .article-body {
  padding-top: 70px;
}
.category-module.bitcoin .article .article-body .article-header h2 {
  margin-bottom: 20px;
  line-height: 28px;
}
.category-module.bitcoin .article .article-body .readmore a {
  text-transform: uppercase;
  font-weight: 700;
}
.category-module.bitcoin .article .article-body .footer-info > span {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}
.category-module.bitcoin .article .article-body .footer-info > span i {
  margin-right: 3px;
}
.category-module.bitcoin .article .article-body .footer-info > span + span {
  border-left: 1px solid #e4e4e4;
}
.category-module.sidebar-list .article:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.category-module.sidebar-list .article-header h4 {
  font-size: 1rem;
}
.category-module.simple-list .article-header h3 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.category-module.simple-list .article {
  padding-bottom: 10px;
  border-bottom: 1px solid #4a4a4a;
}
.category-module.simple-list .article > div:last-child {
  margin-bottom: 0;
}
.category-module.simple-list .article:not(:last-child) {
  margin-bottom: 10px;
}
.category-module.simple-list .article:last-child {
  margin-bottom: 0;
}
/*==================================================
 =            ARTICLES CATEGORIES MODULE            =
 ==================================================*/
ul.categories-module li h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
ul.categories-module li a {
  display: block;
  line-height: 41px;
}
/*====================================
 =            JOOMLA LOGIN            =
 ====================================*/
.login-module-1 #login-form {
  color: rgba(255, 255, 255, 0.8);
}
.login-module-1 #login-form .input-group-text {
  background: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 5px;
}
.login-module-1 #login-form input.form-control {
  background: #fff;
  border-color: #fff;
}
.login-module-1 #login-form ul {
  list-style: none;
  padding-left: 0;
}
.login-module-1 #login-form ul li {
  line-height: 2.2;
}
.login-module-1 #login-form a:not(.btn) {
  color: #fff;
}
.login-module-1 #login-form .login-greeting {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.login-module-1 #login-form .login-button, .login-module-1 #login-form .logout-button input.btn {
  width: 100%;
  display: block;
  border-radius: 40x;
  text-transform: uppercase;
  font-weight: 700;
}
.login-module-1 #login-form .login-button:hover, .login-module-1 #login-form .logout-button input.btn:hover, .login-module-1 #login-form .login-button:focus, .login-module-1 #login-form .logout-button input.btn:focus {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
/*======================================
 =            SEARCH MODULES            =
 ======================================*/
div[id*="mod-finder-advanced"] .finder-selects label {
  margin-bottom: 0;
}
div[id*="mod-finder-advanced"] .finder-selects + .finder-selects {
  margin-top: 10px;
}
div[id*="mod-finder-advanced"] .chzn-container {
  width: 100% !important;
}
/*================================
 =            UT LOGIN            =
 ================================*/
.mod-ut-login > a > .fa-user {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.ut-login .close {
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
.ut-login .close span {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: none;
}
.ut-login .close:hover, .ut-login .close:focus {
  opacity: 1;
}
.ut-login .modal-content {
  border-radius: 0;
}
.ut-login .modal-content .modal-body {
  padding: 25px;
}
/*======================================
 =            CUSTOM MODULES            =
 ======================================*/
.module-search-overlay > a > i {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
}
.search-overlay .close {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
}
.search-overlay .close span {
  font-family: initial;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: none;
}
.search-overlay .close:hover, .search-overlay .close:focus {
  opacity: 1;
}
.search-overlay .modal-content {
  border-radius: 0;
}
.search-overlay .modal-content .modal-body {
  padding: 25px;
}
.modal-open .header-sticky.modal-scroll {
  padding-right: 17px;
}
/**
 * @package Helix Framework
 * @author Unitemplates http://www.Unitemplates.com
 * @copyright Copyright (c) 2010 - 2013 Unitemplates
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*======================================
 =            JOOMLA CONTACT            =
 ======================================*/
.contact .contact-address dd i {
  width: 20px;
  text-align: margin-left;
  color: #111;
}
.contact .thumbnail {
  text-align: center;
}
.contact .thumbnail img {
  margin: 0 auto;
}
/*========================================
 =            COMPONENT SEARCH            =
 ========================================*/
.search .phrases label {
  margin: 0 10px 10px 0;
}
.search .phrases input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.search .only .form-check-inline {
  margin-bottom: 10px;
}
/*=======================================================
 =            COMPONENT FINDER (Smart Search)            =
 =======================================================*/
.finder #finder-filter-window .filter-branch {
  margin: 0 -10px 10px;
}
.finder #finder-filter-window .filter-branch .finder-selects {
  padding: 0 10px;
}
/*======================================
 =            TAGS COMPONENT            =
 ======================================*/
.tag-category form .filters {
  margin-top: 0 !important;
}
.tag-category form .filters .input-group {
  width: calc(100% - 100px);
  float: left;
}
.tag-category form .filters .limit-box {
  width: max-content;
  float: right;
}
@media screen and (max-width: 479.98px) {
  .tag-category form .filters .input-group {
    width: 100%;
    float: none;
  }
  .tag-category form .filters .limit-box {
    width: 100%;
    float: none;
  }
}
/*=======================================
 =            GENERAL CLASSES            =
 =======================================*/
/**
 * @package Helix Framework
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2013 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
 */
/*=======================================
 =            GENERAL CLASSES            =
 =======================================*/
div.category-view .row .category .spacer {
  height: auto !important;
}
div.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, div.related-products-view .spacer, .browse-view .row .product .spacer, div.product-field-type-R .spacer, div.product-field-type-Z .spacer, .vmgroup .product .spacer, .product-related-products .spacer, .product-related-categories .spacer {
  padding: 0;
  height: 100%;
  margin: 0;
  border: none;
}
.featured-view h4, .discontinued-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4, .products-view h4, .product-fields-title-wrapper h4 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.category-view img, .browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
  width: 100%;
}
.browseProductImage {
  width: 100%;
}
div[class*="-view"] div.row {
  margin: 0 -15px;
}
div[class*="-view"] div.row:before, div[class*="-view"] div.row:after {
  display: inline-block;
}
/*==============================
 =            Widths            =
 ==============================*/
.vm-col-3 {
  width: 33.3333333333%;
}
div[class*="vm-col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  div[class*="vm-col-"] {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div[class*="vm-col-5"], div[class*="vm-col-6"] {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .width33 {
    width: 33.3333333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .width33 {
    width: 50% !important;
  }
}
@media (max-width: 575.98px) {
  .width33 {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .width25 {
    width: 50% !important;
  }
}
@media (max-width: 575.98px) {
  .width25 {
    width: 100% !important;
  }
}
.browse-view {
  margin-bottom: 0;
}
.vendor-store-desc, .categories-view, .featured-view, .discontinued-view, .latest-view, .topten-view, .recent-view, .products-view, .related-products-view, .order-view {
  margin-bottom: 20px;
}
div.vendor-store-desc {
  margin-bottom: 50px;
}
div[class*="vm3pr-"] > div {
  min-height: inherit !important;
}
.layout-selector span {
  margin-right: 5px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
}
.layout-selector .grid-selector, .layout-selector .list-selector {
  border: 1px solid #e4e4e4;
  width: calc(2.75rem + 2px);
  height: calc(2.75rem + 2px);
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: calc(2.75rem + 2px);
  text-align: center;
  display: inline-block;
}
.layout-selector .grid-selector i, .layout-selector .list-selector i {
  font-size: 18px;
}
.layout-selector .grid-selector.active i, .layout-selector .list-selector.active i {
  color: #fff;
}
.layout-selector .grid-selector {
  margin-right: 5px;
}
.layout-selector.withsearch {
  float: left;
}
@media (max-width: 767.98px) {
  .layout-selector {
    margin-bottom: 20px;
  }
}
.virtuemart_search {
  margin-bottom: 50px !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.virtuemart_search form .vm-search-custom-values {
  margin-bottom: 30px;
}
.virtuemart_search form .vm-search-custom-values label {
  color: #111;
  font-size: 1rem;
  font-weight: 600;
}
.virtuemart_search > div:last-child {
  margin-bottom: 0;
}
.orderby-displaynumber {
  margin: 0 0 50px;
  border: none;
  background: #f7f7f7;
  padding: 15px;
}
.orderby-displaynumber .vm-order-list {
  margin: -5px;
}
.orderby-displaynumber .vm-order-list .title {
  display: none;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  margin: 5px;
  position: relative;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  height: calc(2.75rem + 2px);
  font-size: 14px;
  line-height: 1;
  padding: 16px 24px 16px 16px;
  background-position: right 12px;
}
.orderby-displaynumber .vm-order-list .orderlist {
  width: 100%;
  margin-top: -1px;
  z-index: 99;
}
.orderby-displaynumber .display-number {
  margin-right: 0;
}
.orderby-displaynumber .display-number select {
  background: #fff;
}
@media only screen and (max-width: 575.98px) {
  .orderby-displaynumber .display-number {
    float: none;
  }
  .orderby-displaynumber .vm-order-list {
    float: none;
    margin-bottom: 10px;
  }
  .orderby-displaynumber .vm-order-list .orderlistcontainer {
    display: block;
  }
}
.addtocart-bar {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.addtocart-bar span.quantity-controls {
  margin-left: 15px;
  margin-right: 16px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  background: transparent;
  border: 8px solid transparent;
  padding: 0;
  width: 16px;
  height: 16px;
}
.addtocart-bar span.quantity-controls input.quantity-plus {
  border-bottom-color: #111;
  margin: 0 0 10px;
}
.addtocart-bar span.quantity-controls input.quantity-minus {
  border-top-color: #111;
  margin: 10px 0 0;
}
.addtocart-bar span.quantity-box input {
  background: #f7f7f7;
  color: #111;
  max-width: 60px;
}
.addtocart-bar span.quantity-box input:hover, .addtocart-bar span.quantity-box input:focus {
  background: #f7f7f7;
}
.addtocart-bar span.addtocart-button span.btn-dark {
  color: #fff !important;
}
.ratingbox {
  background: url(../images/virtuemart/color-stars.png) repeat-x scroll 0 bottom transparent;
  height: 22px;
  margin: 0 auto;
}
.ratingbox div, .ratingbox span {
  background: url(../images/virtuemart/color-stars.png) repeat-x;
  height: 22px;
}
div.product {
  margin-bottom: 30px;
}
div.product .vm-product-media-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
div.product .vm-product-media-container img {
  width: 100%;
}
div.product .vm-product-media-container .product-actions {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  div.product .vm-product-media-container .product-actions {
    transition: none;
  }
}
div.product .vm-product-media-container .product-actions > div {
  -webkit-flex: auto;
  flex: auto;
}
div.product .vm-product-media-container .product-actions > div + div {
  border-left: 1px solid transparent;
}
div.product .vm-product-media-container .product-actions .addtocart-bar-small {
  margin: 0;
}
div.product .vm-product-media-container .product-actions .addtocart-button {
  display: block;
}
div.product .vm-product-media-container .product-actions .addtocart-button span.btn, div.product .vm-product-media-container .product-actions .addtocart-button a.btn {
  font-size: 16px;
  line-height: 18px;
  padding: 13px 16px;
  width: 100%;
}
div.product .vm-product-media-container .product-actions .vm-details-button {
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.product .vm-product-media-container .product-actions .vm-details-button {
    transition: none;
  }
}
div.product .vm-product-media-container .product-actions .vm-details-button .product-details-btn {
  display: inline-block;
  padding: 14px 16px;
  border: none;
  width: 100%;
  display: block;
  max-width: 100%;
}
div.product .product-details {
  padding: 30px;
}
div.product .product-small-detail .vm-product-rating-container {
  text-align: center;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dadada;
}
div.product .product-small-detail .vm-product-rating-container .ratingbox {
  margin-bottom: 0;
  display: block;
}
div.product .product-small-detail .product-price {
  margin: 0;
}
div.product .product-small-detail .product-price .vm-price-desc {
  display: none;
}
div.product .product-list-detail {
  display: none;
}
div.product .product-list-detail::after {
  display: block;
  clear: both;
  content: "";
}
div.product .product-list-details {
  display: none;
}
div.product .product-container {
  background: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.product .product-container {
    transition: none;
  }
}
div.product .product-container .PricesalesPrice {
  font-weight: 600 !important;
}
div.product .product-container .product-small-detail::after {
  display: block;
  clear: both;
  content: "";
}
div.product .product-container .product-small-detail:first-of-type {
  display: flex;
  display: -webkit-flex;
}
div.product .product-container .product-small-detail h2, div.product .product-container .product-small-detail h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  -webkit-flex: min-content;
  flex: min-content;
  padding-right: 10px;
  margin-bottom: 0;
}
div.product .product-container .product-small-detail > div[class*="vm3pr-"] .product-price {
  margin: 0;
}
div.product .product-container .product-small-detail > div[class*="vm3pr-"] .PricesalesPrice {
  font-size: 0.875rem;
}
div.product .product-container .product-small-detail > div[class*="vm3pr-"] .vm-price-desc {
  display: none;
}
@media (max-width: 767.98px) {
  div.product .product-container .product-small-detail:first-of-type {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div.product .product-container .product-small-detail h2 {
    margin-bottom: 7px;
    padding-right: 0;
  }
}
div.product .product-container:hover, div.product .product-container:focus {
  background: #27282a;
}
div.product .product-container:hover .product-details h2 > a, div.product .product-container:focus .product-details h2 > a, div.product .product-container:hover .product-details h3 > a, div.product .product-container:focus .product-details h3 > a {
  color: #fff;
}
div.product .product-container:hover .vm-product-media-container .product-actions, div.product .product-container:focus .vm-product-media-container .product-actions {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
div.product .product-container:hover .vm-product-media-container .product-actions .vm-details-button, div.product .product-container:focus .vm-product-media-container .product-actions .vm-details-button {
  border-color: #c4c6c8;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  div.product .vm-col-optimized {
    width: 50% !important;
  }
}
@media only screen and (max-width: 575.98px) {
  div.product {
    width: 100% !important;
  }
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-badge .badge {
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.product-badge .badge.hot {
  background-color: #fcbc65;
}
.product-badge .badge.new {
  background-color: #73c8b7;
}
p.product_s_desc {
  height: auto;
  line-height: 1.5;
}
.browse-view.list .product .product-container {
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
  background: transparent;
}
.browse-view.list .product .product-container .vm-product-media-container .product-actions {
  display: none;
}
.browse-view.list .product .product-container .vm-product-descr-container {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
}
.browse-view.list .product .product-container .product-details {
  padding: 0 15px;
}
.browse-view.list .product .product-container .product-small-detail {
  display: block;
}
.browse-view.list .product .product-container .product-small-detail h2 {
  font-size: 22px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.browse-view.list .product .product-container .product-small-detail h2:after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  margin-top: 6px;
}
.browse-view.list .product .product-container .product-small-detail > div[class*="vm3pr-"] .product-price {
  font-size: 24px;
  margin: 0 0 20px;
}
.browse-view.list .product .product-container .product-small-detail > div[class*="vm3pr-"] .PricesalesPrice {
  font-size: 24px;
}
.browse-view.list .product .product-container .product-small-detail .vm-product-rating-container {
  border: none;
  padding-top: 0;
  margin-top: 0;
  text-align: left;
  margin-bottom: 16px;
}
.browse-view.list .product .product-container .product-small-detail .vm-product-rating-container .ratingbox {
  display: inline-block;
}
.browse-view.list .product .product-container .product-list-detail {
  display: block;
}
.browse-view.list .product .product-container:hover .product-details h2 > a, .browse-view.list .product .product-container:focus .product-details h2 > a {
  color: inherit;
}
@media (min-width: 768px) {
  .browse-view.list .vm-product-media-container {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .browse-view.list .vm-product-media-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .browse-view.list .product[class*="vm-col"] {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vm-col-optimized {
    width: 50% !important;
  }
}
.product-related-products, .product-related-categories {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 0;
  border: none;
}
.product-related-products .product-fields-title-wrapper, .product-related-categories .product-fields-title-wrapper {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.product-related-products {
  margin-top: 50px;
}
.product-related-categories {
  margin-top: 20px;
}
div.product-field-type-R, div.product-field-type-Z {
  float: none;
  margin: 0 0 30px;
  padding: 0 15px;
}
div.product-field-type-R .product-field-display {
  height: 100%;
}
div.product-field-type-R .product {
  float: none;
  height: 100%;
  margin-bottom: 0;
}
div.product-field-type-R .vm-img-desc {
  display: none !important;
}
div.product-field-type-Z .category {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.customer-reviews h4 {
  text-transform: uppercase;
  border-color: #dadada;
  margin: 15px 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.customer-reviews form .step {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
  text-align: left;
}
.customer-reviews form .rating {
  display: inline-block;
  margin: 10px 0 0;
}
.customer-reviews form .rating label {
  margin-bottom: 0;
}
.customer-reviews form .write-reviews {
  text-align: left;
  margin: 10px 0 30px;
}
.customer-reviews form .write-reviews .step {
  margin-bottom: 10px;
}
.customer-reviews form .write-reviews textarea {
  margin-bottom: 15px;
  width: 100%;
}
.customer-reviews form .write-reviews .count-desc {
  display: inline-block;
  margin-right: 10px;
}
.customer-reviews form .write-reviews .count-desc + input {
  display: inline-block;
}
.customer-reviews .list-reviews {
  margin-top: 20px;
}
.customer-reviews .list-reviews > div:not(.clear) {
  border-radius: 0.25rem;
  margin-top: 15px;
  padding: 30px;
  margin-bottom: 15px;
  border-color: #dadada;
}
.customer-reviews .list-reviews > div:not(.clear) .review-author {
  color: #111;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.customer-reviews .list-reviews > div:not(.clear) span.date {
  border-radius: 0;
  display: inline-block;
  border: none;
  padding: 0;
  top: -5px;
  margin-right: 10px;
  position: relative;
  right: 0;
  font-size: 0.875rem;
  float: none;
  display: inline-block;
}
.customer-reviews .list-reviews > div:not(.clear) span.vote {
  position: relative;
  float: none;
  margin-left: 0;
  display: inline-block;
}
.customer-reviews .list-reviews > div:not(.clear) blockquote {
  font-size: 0.875rem;
  font-weight: 400;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.customer-reviews .list-reviews > div:not(.clear) blockquote .bold {
  text-transform: uppercase;
  color: #343a40;
}
/*=============================================
 =            CATEGORY VIEW CLASSES            =
 =============================================*/
.category-view {
  margin-bottom: 0;
}
.category-view .categories-view .row .cateogry .spacer {
  height: auto;
}
div.category {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
div.category > div {
  position: relative;
  overflow: hidden;
}
div.category > div > a {
  position: relative;
  overflow: hidden;
  display: block;
}
div.category > div > a:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.category > div > a:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  div.category > div > a:after {
    transition: none;
  }
}
div.category > div > a .vm-img-desc {
  display: none !important;
}
div.category > div h2, div.category > div h3 {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.category > div h2 a, div.category > div h3 a {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.category_description:not(:empy) {
  margin-bottom: 30px;
}
/*===========================================
 =            SINGLE PRODUCT VIEW            =
 ===========================================*/
.productdetails-view .vm-product-container .main-image img {
  width: 100%;
}
.productdetails-view .vm-product-container .vm-img-desc {
  color: #111;
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) {
  position: relative;
  margin-bottom: 0;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .vm-media-ct {
  position: relative;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .main-image.with-additional-images {
  padding-left: 22%;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .main-image .main-image a img {
  width: 100%;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22%;
  overflow: hidden auto;
  margin: 0;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images .floatleft {
  float: none;
  padding: 8px 15px 8px 0;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images .floatleft:first-child {
  padding-top: 0;
}
.productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images .floatleft img {
  width: 100%;
  margin-right: 0;
}
.productdetails-view .vm-product-container .vm-product-media-container.additional-in-bottom .additional-images {
  position: relative;
  width: auto;
  margin: 20px -8px -8px;
}
.productdetails-view .vm-product-container .vm-product-media-container.additional-in-bottom .additional-images .floatleft {
  padding: 8px;
  width: 25%;
  float: left;
}
.productdetails-view .vm-product-container .vm-product-media-container.additional-in-bottom .additional-images .floatleft img {
  width: 100%;
  margin-right: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area > h1 {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area > h1:after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a {
  display: inline-block;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a + a {
  margin-left: 3px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  line-height: 1.5;
  margin-bottom: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice {
  font-weight: 700;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-short-description {
  margin-bottom: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin-top: 15px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area div.ask-a-question {
  margin-top: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area div.ask-a-question a.ask-a-question {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  margin: 0;
  background: #495057;
  border-color: #495057;
  color: #fff;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area div.ask-a-question a.ask-a-question:hover, .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area div.ask-a-question a.ask-a-question:focus {
  background: #27282a;
  border-color: #27282a;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category {
  margin-top: 15px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .manufacturer {
  margin-top: 15px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-share {
  margin-top: 2px;
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #e4e4e4;
}
.productdetails-view .product-fields .product-field {
  margin-bottom: 15px;
}
.productdetails-view .product-fields .product-fields-title-wrapper {
  color: #495057;
  display: block;
  padding: 0 0 5px 0;
}
.productdetails-view .product-fields .product-fields-title-wrapper .hasTooltip {
  display: none;
}
.productdetails-view .product-fields .product-fields-title-wrapper .hasTooltip:before {
  content: "\f05a";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  margin-left: 5px;
}
.productdetails-view .product-fields .product-fields-title-wrapper .hasTooltip img {
  display: none;
}
.productdetails-view .product-fields .product-field-display .chzn-container .chzn-drop {
  width: 100% !important;
}
.productdetails-view .vm-product-accordions {
  margin-top: 60px;
}
.productdetails-view .vm-product-accordions .accordion-header h3 {
  margin-bottom: 0;
}
.productdetails-view .vm-product-accordions .accordion-header h3 a {
  display: block;
  padding: 15px 30px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  color: #656565;
  position: relative;
}
.productdetails-view .vm-product-accordions .accordion-header h3 a:after {
  content: "\f067";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  display: inline-block;
  float: right;
}
.productdetails-view .vm-product-accordions .accordion-header h3 a:not(.collapsed) {
  color: #fff;
}
.productdetails-view .vm-product-accordions .accordion-header h3 a:not(.collapsed):after {
  content: "\f068";
}
.productdetails-view .vm-product-accordions .accordion-body {
  padding: 30px;
  background: #f7f7f7;
}
.productdetails-view .vm-product-accordions .accordion-body > *:last-child {
  margin-bottom: 0;
}
.productdetails-view .vm-product-accordions .accordion-body .product-box {
  margin-bottom: 15px;
}
.productdetails-view .vm-product-accordions .collapse + div {
  margin-top: 12px;
}
.productdetails-view .product-neighbours {
  margin: 50px 0 0;
}
.productdetails-view .product-neighbours::after {
  display: block;
  clear: both;
  content: "";
}
.productdetails-view .product-neighbours a {
  position: relative;
  line-height: 24px;
}
.productdetails-view .product-neighbours a:before {
  content: "\f100";
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  line-height: 26px;
}
.productdetails-view .product-neighbours a.previous-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page:before {
  content: "\f101";
  left: auto;
  right: 0;
}
@media (max-width: 991.98px) {
  .productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) {
    margin-bottom: 30px;
  }
  .productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .main-image.with-additional-images {
    padding-left: 0;
  }
  .productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images {
    position: relative;
    width: auto;
    margin: 20px -8px -8px;
  }
  .productdetails-view .vm-product-container .vm-product-media-container:not(.additional-in-bottom) .additional-images .floatleft {
    padding: 8px !important;
    width: 25%;
    float: left;
  }
}
#fancybox-wrap {
  background: #fff;
}
#fancybox-wrap #fancybox-outer {
  position: static;
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  border-width: 0 !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > h4 {
  margin-top: 15px;
  clear: both;
}
#fancybox-wrap #fancybox-outer #fancybox-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view h1 {
  text-transform: uppercase;
  font-weight: 700;
}
.ask-a-question-view .product-summary h2 {
  font-weight: 600;
}
.ask-a-question-view .product-summary h2, .ask-a-question-view .product-summary .short-description {
  padding-right: 15px;
}
.ask-a-question-view .form-field form .askform {
  width: 100%;
}
.ask-a-question-view .form-field form .askform td {
  padding: 8px 0;
}
.ask-a-question-view .form-field form .askform label {
  padding-right: 10px;
}
.ask-a-question-view .form-field form .askform input#name, .ask-a-question-view .form-field form .askform input#email {
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
  margin: 0;
}
.ask-a-question-view .form-field form .askform input#name:hover, .ask-a-question-view .form-field form .askform input#email:hover, .ask-a-question-view .form-field form .askform input#name:focus, .ask-a-question-view .form-field form .askform input#email:focus {
  background: transparent;
}
.ask-a-question-view .form-field form .askform .formError {
  left: auto !important;
  right: 20px;
}
.ask-a-question-view .form-field form textarea.field {
  border-radius: 0.25rem;
  background: transparent !important;
  width: 100%;
}
.ask-a-question-view .form-field form textarea.field:focus {
  background: transparent;
  border-color: #343a40;
}
.ask-a-question-view .form-field form .submit {
  width: 100%;
}
.ask-a-question-view .form-field form .submit .highlight-button {
  margin-top: 30px;
}
.ask-a-question-view .form-field form .submit .counter {
  height: calc(2.75rem + 2px);
  border-radius: 0.25rem;
  background: transparent;
  padding: 0;
  text-align: center;
}
input.highlight-button {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  color: #fff;
}
.manufacturer-view-default {
  margin: -30px 0 0;
}
.manufacturer-view-default .row .manufacturer {
  margin-top: 30px;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0 15px;
}
.manufacturer-view-default .row .manufacturer .spacer > a img {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.manufacturer-details-view .spacer {
  padding: 0;
  margin: 0 -15px;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  text-align: center;
  padding: 0 15px;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: none;
  margin: 0;
  border: 1px solid #e4e4e4;
  display: inline-block;
}
.manufacturer-details-view .spacer .manufacturer-info {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .manufacturer-details-view .spacer .manufacturer-info {
    margin-top: 30px;
  }
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 600;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a, .manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a, .manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link a {
  padding: 7px 12px;
  color: #fff;
  border-radius: 0.25rem;
  height: 40px;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email, .manufacturer-details-view .spacer .manufacturer-info .manufacturer-url, .manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link {
  display: inline-block;
  margin: 20px 5px 0 0;
}
@media (max-width: 767.98px) {
  .manufacturer-details-view .spacer div.manufacturer-image {
    float: none;
  }
}
/*=============================================
 =            Cart Shipto an billto            =
 =============================================*/
.vm-cart-header-container {
  margin-bottom: 15px;
}
.vm-cart-header-container .vm-cart-header h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 0.9;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link {
  display: inline-block;
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link:focus, .vm-cart-header-container .vm-continue-shopping a.continue_link.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
.vm-cart-header-container .vm-continue-shopping a.continue_link.disabled, .vm-cart-header-container .vm-continue-shopping a.continue_link:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link:not(:disabled):not(.disabled):active, .vm-cart-header-container .vm-continue-shopping a.continue_link:not(:disabled):not(.disabled).active, .show > .vm-cart-header-container .vm-continue-shopping a.continue_link.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link:not(:disabled):not(.disabled):active:focus, .vm-cart-header-container .vm-continue-shopping a.continue_link:not(:disabled):not(.disabled).active:focus, .show > .vm-cart-header-container .vm-continue-shopping a.continue_link.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, .5);
}
#com-form-login, #form-login {
  padding: 30px 15px;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  border-radius: 0.25rem;
}
#form-login .button {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
#com-form-login fieldset h2 {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
}
#com-form-login fieldset #com-form-login-username {
  margin: 0 0 20px;
}
#com-form-login fieldset #com-form-login-password {
  margin: 0 0 20px;
}
#com-form-login fieldset #com-form-login-remember {
  margin: 0 0 20px;
}
#com-form-login fieldset #com-form-login-remember input[name="Submit"] {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#com-form-login fieldset #com-form-login-remember label {
  display: inline-block;
  margin: 0;
}
#com-form-login fieldset #com-form-login-remember #remember {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
form.inline table tr td input {
  width: auto;
  height: 42px;
  display: inline-block;
}
form.inline table tr td input.button {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px;
}
form.inline select.vm-chzn-select.vm-drop {
  min-height: 100px;
}
.cart-view > h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart-view form#checkoutForm .billto-shipto {
  border: none;
  margin: 0;
  padding-top: 0;
}
.cart-view form#checkoutForm .billto-shipto > div {
  margin-top: 30px;
}
.cart-view form#checkoutForm .billto-shipto > div > span {
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  line-height: 22px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon {
  background: transparent;
  position: relative;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon:before {
  content: "\f015";
  font-family: "Font Awesome 5 free";
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 1.24999875rem;
  position: absolute;
  top: -2px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon.vm2-shipto-icon:before {
  content: "\f2b6";
}
.cart-view form#checkoutForm .billto-shipto > div > div input {
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .billto-shipto > div a.details {
  padding: 10px;
  border-radius: 0.25rem;
  background: #fff;
  border-color: #e4e4e4;
}
@media (max-width: 767.98px) {
  .cart-view form#checkoutForm .billto-shipto div[class*="width"] {
    width: 100%;
  }
}
.cart-view form#checkoutForm .vm-fieldset-pricelist {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th {
  padding: 1rem 0.75rem;
  color: #fff;
  text-align: center;
  background: #27282a;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th span {
  color: #fff;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td {
  padding: 0.75rem;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name {
  padding-left: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name span img {
  margin-right: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPrice, .cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPriceShipment, .cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPricePayment {
  color: #111;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h4 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 0.875rem;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.coupon {
  width: auto;
  height: calc(2.75rem + 2px);
  display: inline-block;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.details-button {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  background: #343a40;
  border-color: #343a40;
  color: #fff;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .buttonBar-right button {
  padding: 6px 12px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: inherit;
  font-weight: 400;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity input {
  line-height: 1;
  height: auto;
  margin-bottom: 5px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  top: -5px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon:before {
  content: "\f021";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  display: inline-block;
  color: #73c8b7;
  width: 24px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart {
  top: -1px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart:before {
  content: "\f1f8";
  color: #ff5e6b;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="4"], .cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="2"] {
  text-align: right;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note {
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note span {
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note textarea {
  width: 100%;
  margin: 10px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos input {
  margin: 0;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service {
  padding: 0;
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span {
  position: relative;
  background: transparent;
  margin: 0 0 0 5px;
  text-align: center;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span:before {
  content: "\f15c";
  font-family: "Font Awesome 5 free";
  font-size: 18px;
  display: inline-block;
  width: 24px;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct {
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: all 0.5s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .cart-view form#checkoutForm .checkout-button-top .vm-button-correct {
    transition: none;
  }
}
button.vm-button-correct, a.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.vm-button {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  border-style: solid;
}
#userForm .chzn-container, form.inline .chzn-container {
  margin-left: 0;
}
#userForm .chzn-container .chzn-single, form.inline .chzn-container .chzn-single {
  border-radius: 0.25rem;
  background: #fff;
  margin: 0;
  box-shadow: none;
  border-color: #e4e4e4;
}
#userForm .chzn-container .chzn-single > div > b, form.inline .chzn-container .chzn-single > div > b {
  background-position: 0 10px;
}
#userForm .chzn-container .chzn-drop, form.inline .chzn-container .chzn-drop {
  margin-left: 0;
  border-radius: 0;
  border-color: #e4e4e4;
  box-shadow: none;
  width: 100% !important;
}
#userForm .chzn-container .chzn-drop .chzn-search input, form.inline .chzn-container .chzn-drop .chzn-search input {
  width: 100% !important;
}
#userForm .chzn-container-active .chzn-single, form.inline .chzn-container-active .chzn-single {
  border-color: #e4e4e4;
  box-shadow: none;
}
.billto-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 1.3749925rem;
}
#userForm fieldset, #adminForm fieldset {
  margin-top: 30px;
}
#userForm .control-buttons, #adminForm .control-buttons {
  margin: 0 0 20px;
}
#userForm .control-buttons .reg_text, #adminForm .control-buttons .reg_text {
  display: block;
  float: none;
  margin: 10px 0 10px;
}
#userForm .control-buttons button, #adminForm .control-buttons button {
  margin-top: 10px;
}
#userForm .control-buttons button + button, #adminForm .control-buttons button + button {
  margin-left: 10px;
}
#userForm h2, #adminForm h2 {
  margin-bottom: 15px;
  font-weight: 700;
}
#userForm .userfields_info, #adminForm .userfields_info {
  margin-bottom: 15px;
  color: #111;
}
@media screen and (max-width: 599px) {
  #userForm .userfields_info, #adminForm .userfields_info {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#userForm table.user-details, #adminForm table.user-details {
  width: 100%;
}
#userForm table.user-details tr td, #adminForm table.user-details tr td {
  border: none;
}
#userForm table.user-details tr td.key, #adminForm table.user-details tr td.key {
  width: 220px;
}
#userForm table.user-details tr td label, #adminForm table.user-details tr td label {
  width: 200px;
}
#userForm table.user-details tr td input[type="text"], #adminForm table.user-details tr td input[type="text"], #userForm table.user-details tr td input[type="email"], #adminForm table.user-details tr td input[type="email"], #userForm table.user-details tr td input[type="password"], #adminForm table.user-details tr td input[type="password"] {
  width: 100%;
  border-radius: 0.25rem;
  border-color: #e4e4e4;
  padding: 6px 25px;
}
#userForm table.user-details tr td input[type="text"]:hover, #adminForm table.user-details tr td input[type="text"]:hover, #userForm table.user-details tr td input[type="email"]:hover, #adminForm table.user-details tr td input[type="email"]:hover, #userForm table.user-details tr td input[type="password"]:hover, #adminForm table.user-details tr td input[type="password"]:hover {
  background: transparent;
}
@media screen and (max-width: 599px) {
  #userForm table.user-details tr td, #adminForm table.user-details tr td {
    width: 100% !important;
    display: table;
  }
  #userForm table.user-details tr td label, #adminForm table.user-details tr td label {
    text-align: left;
    margin-top: 15px;
  }
  #userForm table.user-details tr td input, #adminForm table.user-details tr td input, #userForm table.user-details tr td .chzn-container, #adminForm table.user-details tr td .chzn-container {
    margin-top: 0 !important;
  }
}
#userForm table.user-details tr + tr td input, #adminForm table.user-details tr + tr td input, #userForm table.user-details tr + tr td .chzn-container, #adminForm table.user-details tr + tr td .chzn-container {
  margin: 15px 0 0;
}
#userForm table.user-details tr + tr td.key label, #adminForm table.user-details tr + tr td.key label {
  margin-top: 15px;
}
#adminForm .buttonBar-right {
  margin-bottom: 20px;
}
#adminForm .buttonBar-right button {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  border-style: solid;
  cursor: pointer;
}
#adminForm .buttonBar-right button[type="submit"] {
  background: #73c8b7;
  border-color: #73c8b7;
  color: #fff;
}
#adminForm .buttonBar-right button[type="reset"] {
  background: #ff5e6b;
  border-color: #ff5e6b;
  color: #fff;
}
#adminForm > a {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
}
#adminForm > a img {
  float: left;
  position: relative;
  top: 3px;
}
#adminForm #ui-tabs {
  margin-top: 30px;
}
#adminForm #ui-tabs .tabs {
  padding: 0;
  overflow: inherit;
}
#adminForm #ui-tabs .tabs table.admintable tr + tr td input, #adminForm #ui-tabs .tabs table.adminform tr + tr td input {
  margin-top: 15px;
}
#adminForm #ui-tabs .tabs table.admintable tr + tr td > fieldset.checkboxes input, #adminForm #ui-tabs .tabs table.adminform tr + tr td > fieldset.checkboxes input {
  margin-top: 5px;
}
#adminForm #ui-tabs .tabs table.adminForm .chzn-container .chzn-choices .search-field .default {
  width: 100% !important;
}
#adminForm #ui-tabs .tabs table.adminForm .chzn-container .chzn-drop {
  width: 100% !important;
}
#adminForm #ui-tabs ul#tabs {
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.98px) {
  #adminForm .buttonBar-right {
    float: none;
    text-align: left;
  }
}
.vm-order-done h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.vm-order-done > div {
  line-height: 26px;
}
.vm-order-done .post_payment_order_total {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #111;
}
.vm-order-done a.vm-button-correct {
  padding: 16px 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vm-orders-information h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-information h1 > a {
  display: inline-block;
}
.vm-orders-information .spaceStyle {
  margin: 0;
}
.vm-orders-information .spaceStyle .floatright a {
  margin: 0 0 15px;
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  display: inline-block;
  background: #343a40;
  border-color: #343a40;
  color: #fff;
  border-style: solid;
}
.vm-orders-information .spaceStyle table tr td {
  padding: 10px 0;
}
.vm-orders-information .spaceStyle table tr td strong {
  margin: 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.24999875rem;
  color: #111;
}
.vm-orders-information .spaceStyle div#ui-tabs {
  margin-top: 20px;
}
.vm-orders-information .spaceStyle div#ui-tabs #tabs {
  padding: 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs {
  padding: 15px 0 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs:nth-child(2) table tr:last-child td strong {
  margin: 0;
}
div#ui-tabs #tabs {
  border-bottom: 1px solid #e4e4e4;
}
div#ui-tabs #tabs li {
  margin-right: 5px;
  padding: 0.5rem 1.875rem;
  line-height: 2;
  border-radius: 0.25rem 0.25rem 0 0;
}
div#ui-tabs #tabs li:last-child {
  margin-right: 0;
}
.vm-orders-list h1 {
  font-size: 1.3749925rem;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-list table tr td, .vm-orders-list table tr th {
  padding: 10px 0;
}
/*===============================
 =            Modules            =
 ===============================*/
.vmgroup .vmproducts {
  margin: 0 -15px;
}
.vmgroup .vmproducts .vm-product-media-container a img {
  width: 100%;
}
.vmgroup .vmproducts .vm-price-desc {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area .addtocart-bar {
  margin: 0;
}
.vmgroup.list .product-container {
  background: transparent !important;
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
}
.vmgroup.list > .vmproducts > .product:last-child {
  margin-bottom: 0;
}
.vmgroup.list > .vmproducts > .product .product-details {
  padding: 0 15px;
}
.vmgroup.list > .vmproducts > .product .product-small-detail {
  display: block;
}
.vmgroup.list > .vmproducts > .product .product-small-detail h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.vmgroup.list > .vmproducts > .product .product-small-detail h3 a {
  color: #111;
}
.vmgroup.list > .vmproducts > .product .product-list-detail {
  margin-top: 15px;
  display: block;
}
.vmgroup.list > .vmproducts > .product span.addtocart-button {
  display: block;
}
.vmgroup.list > .vmproducts > .product a.addtocart-button {
  color: #fff;
  line-height: 1.5;
}
.vmgroup.filterable .filter-options {
  margin: -4px -4px 30px;
  text-align: center;
}
.vmgroup.filterable .filter-options > button {
  margin: 4px;
}
.vmgroup.filterable #gridWrapper {
  overflow: hidden;
}
.vmgroup .vmheader {
  margin-bottom: 20px;
}
.vmgroup .vmfooter {
  margin-top: 20px;
}
div[id*="product-carousel-"].vmproducts {
  margin: 0 0;
}
div[id*="product-carousel-"] .owl-stage {
  display: flex;
  display: -webkit-flex;
}
div[id*="product-carousel-"] div.product {
  margin-bottom: 0;
  height: 100%;
}
div[id*="product-carousel-"] .owl-nav {
  margin-top: 0;
}
div[id*="product-carousel-"] .owl-nav [class*="owl-"] {
  margin: 0;
  width: 45px;
  height: 40px;
  text-align: center;
  line-height: 32px;
  background: white;
  border: 1px solid #e4e4e4;
  color: #111;
  position: absolute;
  left: 5px;
  top: 120px;
}
div[id*="product-carousel-"] .owl-nav .owl-next {
  left: auto;
  right: 5px;
}
.virtuemart-search-mod input.btn {
  padding-left: 20px;
  padding-right: 20px;
}
#vm-categories-wall {
  margin: 0;
}
#vm-categories-wall.category-view {
  margin: 0;
}
#vm-categories-wall.category-view .row {
  margin: -30px -15px 20px;
}
#vm-categories-wall.category-view .row .category .spacer a img {
  margin: 0;
}
.vm-mod-categories > ul.menu {
  margin: 0;
  padding: 0;
}
.vm-mod-categories > ul.menu li {
  list-style: none;
  font-weight: 500;
}
.vm-mod-categories > ul.menu li.active > div a {
  font-weight: 700;
  text-transform: uppercase;
}
.vm-mod-categories > ul.menu li div a {
  padding: 11px 0;
  display: block;
  position: relative;
}
.vm-mod-categories > ul.menu li div a:after {
  content: "\f105";
  display: inline-block;
  float: right;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}
.vm-mod-categories > ul.menu li ul.menu {
  border-top: 1px solid #f7f7f7;
}
.vm-mod-categories ul.VMmenu {
  padding: 0;
  margin-bottom: 0;
}
.vm-mod-categories ul.VMmenu li {
  padding: 0;
  border: none;
  font-weight: 500;
}
.vm-mod-categories ul.VMmenu li.VmClose {
  padding: 0;
  border: none;
}
.vm-mod-categories ul.VMmenu li.VmOpen {
  font-weight: 700;
  text-transform: uppercase;
}
.vm-mod-categories ul.VMmenu li div {
  position: relative;
}
.vm-mod-categories ul.VMmenu li div a {
  position: relative;
  display: block;
  padding: 11px 0;
}
.vm-mod-categories ul.VMmenu li div .VmArrowdown {
  position: absolute;
  top: 12px;
  right: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu {
  padding: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu > li > div > a {
  padding-left: 10px;
}
.vm-mod-categories ul.VMmenu > li:nth-child(1) > div > a {
  border: none;
}
.dropdown {
  position: relative;
  display: block;
}
.dropdown .cart-resume {
  display: block;
  width: 100%;
  text-align: right;
  color: #656565;
  padding: 7px 0;
}
.dropdown .cart-resume .total {
  display: inline-block;
}
.dropdown .cart-resume .total strong {
  font-weight: 400;
  margin-left: 3px;
}
.dropdown .cart-resume .product-counter {
  display: inline-block;
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  height: 20px;
  line-height: 10px;
  min-width: 20px;
  font-size: 11px;
  text-align: center;
  color: #e4e4e4;
  padding: 3px;
  position: relative;
  background: #fff;
  margin-left: 20px;
}
.dropdown .cart-resume .product-counter:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.dropdown .dropdown-content {
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 280px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
  display: block;
}
.vmCartModule {
  text-align: left;
}
.vmCartModule .vm_cart_products {
  margin-bottom: 10px;
}
.vmCartModule .vm_cart_products .vmcontainer .product_row {
  padding: 5px 0;
}
.vmCartModule .vm_cart_products .vmcontainer .product_row .quantity, .vmCartModule .vm_cart_products .vmcontainer .product_row .product_name a {
  color: #656565 !important;
}
.vmCartModule .vm_cart_products .vmcontainer .product_row .subtotal_with_tax {
  color: #343a40;
  font-weight: 600;
}
.vmCartModule .total {
  color: #343a40;
  font-weight: 600;
  text-transform: uppercase;
}
.vmCartModule .total strong {
  margin-left: 3px;
}
.vmCartModule .total_products {
  color: #343a40;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.vmCartModule .show_cart {
  margin-top: 15px;
}
.vmCartModule .show_cart a {
  padding: 0.5rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  border-radius: 0.25rem;
  color: #fff !important;
  display: block;
  float: none !important;
  text-align: center;
}
.vmCartModule .cart-resume {
  position: relative;
  padding-left: 7px;
  margin-left: 8px;
}
.vmCartModule .cart-resume .total_product {
  position: absolute;
  bottom: 50%;
  right: 2px;
  margin-bottom: 2px;
  background: #ff5e6b;
  color: #fff;
  min-width: 16px;
  height: 16px;
  padding: 2px;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 10px;
  font-weight: 600;
}
.vm-currency > span {
  display: inline-block;
  margin-right: 3px;
}
.vm-currency > form {
  display: inline-block;
}
div.mod-languages .pretext {
  display: inline-block;
  margin-right: 3px;
}
div.mod-languages .pretext p {
  margin: 0;
}
div.mod-languages form {
  display: inline-block;
}
div.mod-languages img {
  display: inline-block;
  position: relative;
  top: -2px;
}
/*=====================================
 =            CUSTOM CLASES            =
 =====================================*/
body {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: all 500ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sp-module .sp-module-title {
  margin: 0 0 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.sp-module .sp-module-title:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 3px;
  margin-top: 13px;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
#sp-top-bar .sp-module:first-child {
  margin-left: 0;
}
#sp-top-bar .logo {
  height: 100px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-top-bar .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-top-bar .logo p {
  margin: 5px 0 0;
}
#sp-top-bar .mod-languages .btn-group .dropdown-menu {
  background: #27282a;
  border-color: #27282a;
  border-radius: 0 0 5px 5px;
}
#sp-top-bar .mod-languages .btn-group .dropdown-menu > li {
  display: block;
  margin: 0;
}
#sp-top-bar .mod-languages .btn-group .dropdown-menu > li a {
  line-height: 36px;
  display: block;
  padding: 0 15px !important;
}
#sp-top-bar .mod-languages .btn-group .dropdown-menu > li a:hover {
  background: #343a40;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  font-size: 1rem;
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}
.sp-contact-info li [class*="fa-"] {
  margin-right: 3px;
}
#sp-header {
  height: 100px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 100px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  -webkit-animation-name: spFadeInDown;
  animation-name: spFadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#sp-header.header-sticky + section {
  margin-top: 100px;
}
#sp-header > .container > .container-inner > .row {
  position: relative;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  background: #f7f7f7;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sp-page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-page-title > div {
  position: relative;
}
.sp-page-title.title-image-bg:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-page-title .title-inner {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp-page-title .titles {
  padding-right: 30px;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #111;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .sp-page-title .title-inner {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .sp-page-title .titles {
    padding-right: 0;
  }
  .sp-page-title .breadcrumb {
    margin-top: 15px;
  }
}
.body-innerwrapper {
  position: relative;
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e4e4e4;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 11px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (min-width: 992px) {
  #sp-left {
    -webkit-order: -1;
    order: -1;
  }
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 40px;
}
.article-list .article .article-intro-image {
  float: none !important;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  width: 100%;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.article-list .article .readmore {
  margin-top: 20px;
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: inline-block;
  white-space: inherit;
}
.article-list .article .readmore a:not(.sppb-btn) {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
}
.article-list.list-layout .article {
  background-color: #f7f7f7;
}
.article-list.list-layout .article .article-intro-image, .article-list.list-layout .article .article-featured-video, .article-list.list-layout .article .article-featured-audio, .article-list.list-layout .article .article-feature-gallery {
  margin-bottom: 0;
}
.article-list.list-layout .article .article-header h1, .article-list.list-layout .article .article-header h2 {
  font-size: 1.25rem;
  font-weight: 400;
}
.article-list.list-layout .article .article-media {
  position: relative;
}
.article-list.list-layout .article .article-media .footer-info {
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.article-list.list-layout .article .article-media .footer-info .hits {
  background-color: #ff5e6b;
}
.article-list.list-layout .article .article-media .footer-info .comments-count a > span:not(:empty) {
  background-color: #73c8b7;
  margin-left: 7px;
}
.article-list.list-layout .article .article-media .footer-info .hits, .article-list.list-layout .article .article-media .footer-info .comments-count a > span:not(:empty) {
  padding: 7px 14px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.article-list.list-layout .article-body {
  padding: 40px;
}
.article-list.list-layout .article-info > span {
  font-size: 0.625rem;
  text-transform: uppercase;
}
.article-list.list-layout .article-info > span + span:before {
  content: "|";
}
.article-list.list-layout .carousel, .article-list.list-layout .carousel-inner, .article-list.list-layout .carousel-item {
  height: 100%;
}
@media (min-width: 1200px) {
  .article-list.list-layout .article-media + .article-content .article-body {
    padding-left: 0;
  }
  .article-list.list-layout .article-body {
    padding: 30px;
  }
  .article-list.list-layout .article .article-media:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 30px;
    border-top: 22px solid transparent;
    border-right: 24px solid #f7f7f7;
    border-bottom: 20px solid transparent;
    z-index: 10;
  }
  .article-list.list-layout .article .article-media > div {
    height: 100%;
  }
  .article-list.list-layout .article img {
    height: 100%;
  }
}
.article-list.classic-layout .article {
  background-color: #f7f7f7;
}
.article-list.classic-layout .article .article-intro-image, .article-list.classic-layout .article .article-featured-video, .article-list.classic-layout .article .article-featured-audio, .article-list.classic-layout .article .article-feature-gallery {
  margin-bottom: 0;
}
.article-list.classic-layout .article .article-header h1, .article-list.classic-layout .article .article-header h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.article-list.classic-layout .article-body {
  padding: 20px 20px 0;
}
.article-list.classic-layout .article-info > span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.article-list.classic-layout .article-info > span + span:before {
  content: "|";
}
.article-list.classic-layout .article-media {
  position: relative;
}
.article-list.classic-layout .article-date {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 17px;
  color: #fff;
}
.article-list.classic-layout .article-date > span {
  display: block;
  font-weight: 600;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 0;
}
.article-list.classic-layout .article-date > span:first-child {
  font-size: 1.25rem;
  line-height: 2.75rem;
}
.article-list.classic-layout .article-footer {
  padding: 13px;
  margin: 0 -20px;
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
}
.article-list.classic-layout .article-footer > div {
  display: inline-block;
}
.article-list.classic-layout .article-footer .hits {
  margin-right: 7px;
}
.article-list.classic-layout .article-footer .hits, .article-list.classic-layout .article-footer .comments-count a > span:not(:empty) {
  display: inline-block;
  padding: 3px 14px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.article-list.classic-layout .article-footer .hits:hover, .article-list.classic-layout .article-footer .comments-count a > span:not(:empty):hover {
  color: #fff;
}
.article-list.classic-layout .article-footer .readmore {
  margin-top: 0;
}
.article-list.classic-layout .article-footer .readmore a {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  line-height: 1.5rem;
}
.article-list.classic-layout .article-footer .readmore a:hover {
  color: #fff;
}
.article-list.classic-layout.soccer .article-footer {
  position: relative;
  overflow: hidden;
}
.article-list.classic-layout.soccer .article-footer .hits, .article-list.classic-layout.soccer .article-footer .comments-count a > span {
  line-height: 1;
}
.article-list.classic-layout.soccer .article-footer .readmore a {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  line-height: 34px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 0 !important;
  -webkit-transform: skewX(-33deg);
  transform: skewX(-33deg);
}
.article-list.classic-layout.soccer .article-footer .readmore a span {
  display: inline-block;
  -webkit-transform: skewX(33deg);
  transform: skewX(33deg);
}
.article-list.creative-layout .article {
  background-color: #f7f7f7;
}
.article-list.creative-layout .article .article-intro-image, .article-list.creative-layout .article .article-featured-video, .article-list.creative-layout .article .article-featured-audio, .article-list.creative-layout .article .article-feature-gallery {
  margin-bottom: 0;
}
.article-list.creative-layout .article .article-header h1, .article-list.creative-layout .article .article-header h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.article-list.creative-layout .user-avatar {
  position: absolute;
  right: 25px;
  bottom: -35px;
}
.article-list.creative-layout .user-avatar img {
  width: 75px;
  height: 75px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
}
.article-list.creative-layout .article-body {
  padding: 50px 30px 0;
}
.article-list.creative-layout .article-info > span {
  font-size: 0.75rem;
}
.article-list.creative-layout .article-info > span + span:before {
  content: ".";
  color: #111;
}
.article-list.creative-layout .article-media {
  position: relative;
}
.article-list.creative-layout .article-date {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 17px;
  color: #fff;
}
.article-list.creative-layout .article-date > span {
  display: block;
  font-weight: 600;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 0;
}
.article-list.creative-layout .article-date > span:first-child {
  font-size: 1.25rem;
  line-height: 2.75rem;
}
.article-list.creative-layout .article-footer {
  padding: 13px;
  margin: 30px -30px 0;
  border-top: 1px solid #e4e4e4;
  text-align: center;
}
.article-list.creative-layout .article-footer > div {
  display: inline-block;
}
.article-list.creative-layout .article-footer .hits {
  margin-right: 7px;
}
.article-list.creative-layout .article-footer .hits, .article-list.creative-layout .article-footer .comments-count a > span:not(:empty) {
  display: inline-block;
  padding: 3px 14px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.article-list.creative-layout .article-footer .hits:hover, .article-list.creative-layout .article-footer .comments-count a > span:not(:empty):hover {
  color: #fff;
}
.article-list.modern-layout .article {
  background-color: #f7f7f7;
}
.article-list.modern-layout .article .article-intro-image, .article-list.modern-layout .article .article-featured-video, .article-list.modern-layout .article .article-featured-audio, .article-list.modern-layout .article .article-feature-gallery {
  margin-bottom: 0;
}
.article-list.modern-layout .article .article-header h1, .article-list.modern-layout .article .article-header h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.article-list.modern-layout .article-body {
  padding: 40px 20px 20px;
}
.article-list.modern-layout .article-info {
  display: inline-block;
  text-transform: uppercase;
}
.article-list.modern-layout .article-info > span {
  font-size: 0.625rem;
}
.article-list.modern-layout .article-info > span + span:before {
  content: ".";
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  color: #000;
}
.article-list.modern-layout .article-media {
  position: relative;
}
.article-list.modern-layout .article-date {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.article-list.modern-layout .article-date span {
  padding: 4px 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.6875rem;
  border-radius: 20px;
}
.article-list.modern-layout .article-footer {
  padding: 13px;
  margin: 0 -20px;
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
}
.article-list.modern-layout .article-footer > div {
  display: inline-block;
}
.article-list.modern-layout .article-footer .hits {
  margin-right: 7px;
}
.article-list.modern-layout .article-footer .hits, .article-list.modern-layout .article-footer .comments-count a > span:not(:empty) {
  display: inline-block;
  padding: 3px 14px;
  background-color: #fff;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.article-list.modern-layout .article-footer .hits:hover, .article-list.modern-layout .article-footer .comments-count a > span:not(:empty):hover {
  color: #fff;
}
.article-list.modern-layout .article-footer .readmore {
  margin-top: 0;
}
.article-list.modern-layout .article-footer .readmore a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.article-list.modern-layout .article-footer .readmore a:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .article-list.modern-layout > div > div:not(.col-xl-12) {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article-list.modern-layout > div > div:not(.col-lg-12) {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article-list.modern-layout > div > div:not(.col-md-12) {
    text-align: center;
  }
}
.plumber-layout .article-header, .plumber-layout-single .article-header {
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.plumber-layout .article-header h2, .plumber-layout-single .article-header h2, .plumber-layout .article-header h1, .plumber-layout-single .article-header h1 {
  margin-bottom: 20px !important;
  font-weight: 700 !important;
}
.plumber-layout .article-header:after, .plumber-layout-single .article-header:after {
  content: "";
  display: block;
  height: 2px;
  background: #e4e4e4;
}
.plumber-layout .article-info, .plumber-layout-single .article-info {
  margin-bottom: 0 !important;
  padding-bottom: 1.25rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.plumber-layout .article-info > span, .plumber-layout-single .article-info > span {
  font-size: 16px;
}
.plumber-layout .article-info > span + span:before, .plumber-layout-single .article-info > span + span:before {
  content: "";
}
.plumber-layout .article-info + div, .plumber-layout-single .article-info + div {
  margin-top: 20px;
}
.plumber-layout .article-introtext, .plumber-layout-single .article-introtext {
  margin-top: 20px;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #656565;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.article-details .link-edit-article {
  position: absolute;
  right: 0;
  top: 10px;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
  float: none !important;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details div[itemprop*="articleBody"] p {
  margin-bottom: 1.25rem;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0 !important;
  margin: 2rem 0 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid #f5f5f5 !important;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.previous a:hover {
  color: #fff;
}
.pager > li.next {
  float: right;
}
.pager > li.next a {
  color: #fff;
}
.pager > li.next a:hover {
  background-color: transparent;
  color: #111;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 0.625rem 2.5rem;
  border-radius: 100px;
  min-width: 130px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  margin-top: 40px;
}
.pagination-wrapper .pagination {
  -webkit-justify-content: center;
  justify-content: center;
  margin: -3px;
  margin-bottom: 0;
}
.pagination-wrapper .pagination > li {
  margin: 3px;
}
.sp-simpleportfolio-items + .pagination-wrapper {
  margin-top: 80px;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  background-color: #f7f7f7;
  font-size: 1rem;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 100px 0 70px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-bottom:not([class^="bg-"]) h1, #sp-footer:not([class^="bg-"]) h1, #sp-bottom:not([class^="bg-"]) h2, #sp-footer:not([class^="bg-"]) h2, #sp-bottom:not([class^="bg-"]) h3, #sp-footer:not([class^="bg-"]) h3, #sp-bottom:not([class^="bg-"]) h4, #sp-footer:not([class^="bg-"]) h4, #sp-bottom:not([class^="bg-"]) h5, #sp-footer:not([class^="bg-"]) h5, #sp-bottom:not([class^="bg-"]) h6, #sp-footer:not([class^="bg-"]) h6 {
  color: #fff;
}
#sp-bottom:not([class^="bg-"]) h1 a:not(:hover), #sp-footer:not([class^="bg-"]) h1 a:not(:hover), #sp-bottom:not([class^="bg-"]) h2 a:not(:hover), #sp-footer:not([class^="bg-"]) h2 a:not(:hover), #sp-bottom:not([class^="bg-"]) h3 a:not(:hover), #sp-footer:not([class^="bg-"]) h3 a:not(:hover), #sp-bottom:not([class^="bg-"]) h4 a:not(:hover), #sp-footer:not([class^="bg-"]) h4 a:not(:hover), #sp-bottom:not([class^="bg-"]) h5 a:not(:hover), #sp-footer:not([class^="bg-"]) h5 a:not(:hover), #sp-bottom:not([class^="bg-"]) h6 a:not(:hover), #sp-footer:not([class^="bg-"]) h6 a:not(:hover) {
  color: #fff !important;
}
#sp-footer {
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
@media (max-width: 991.98px) {
  #sp-footer #sp-footer1 + #sp-footer2 {
    margin-top: 20px;
  }
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon body.overlay-bg-black-70, html.offline body.overlay-bg-black-70 {
  color: #e4e4e4;
}
html.coming-soon body.overlay-bg-black-70 h1, html.offline body.overlay-bg-black-70 h1, html.coming-soon body.overlay-bg-black-70 h2, html.offline body.overlay-bg-black-70 h2, html.coming-soon body.overlay-bg-black-70 h3, html.offline body.overlay-bg-black-70 h3, html.coming-soon body.overlay-bg-black-70 h4, html.offline body.overlay-bg-black-70 h4, html.coming-soon body.overlay-bg-black-70 h5, html.offline body.overlay-bg-black-70 h5, html.coming-soon body.overlay-bg-black-70 h6, html.offline body.overlay-bg-black-70 h6 {
  color: #fff;
}
html.coming-soon body.overlay-bg-black-70 .form-control, html.offline body.overlay-bg-black-70 .form-control {
  background: rgba(228, 228, 228, 0.7);
}
html.coming-soon body.overlay-bg-black-70 .offline-wrapper, html.offline body.overlay-bg-black-70 .offline-wrapper {
  background: transparent;
}
html.coming-soon .container, html.offline .container {
  position: relative;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 3rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  display: block;
  font-weight: 700;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.125rem;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 3rem;
}
html.coming-soon .social-icons a, html.offline .social-icons a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  border-radius: 2px;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
@media (max-width: 767.98px) {
  html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
    width: 50%;
  }
}
html.coming-soon #form-login .form-control, html.offline #form-login .form-control {
  border-color: #c4c6c8;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page body.overlay-bg-black-70 {
  color: #e4e4e4;
}
html.error-page body.overlay-bg-black-70 h1, html.error-page body.overlay-bg-black-70 h2, html.error-page body.overlay-bg-black-70 h3, html.error-page body.overlay-bg-black-70 h4, html.error-page body.overlay-bg-black-70 h5, html.error-page body.overlay-bg-black-70 h6 {
  color: #fff;
}
html.error-page body.overlay-bg-black-70 .form-control {
  background: rgba(119, 123, 129, 0.8);
}
html.error-page .container {
  position: relative;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 0.5rem;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 5px;
  font-weight: 900;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
}
.control-group {
  margin-bottom: 1rem;
}
.form-control, .sppb-form-group .sppb-form-control {
  border-color: #e4e4e4;
  background: transparent;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select.sppb-form-control:not([size]):not([multiple]), select:not([multiple]) {
  height: calc(2.75rem + 2px);
}
input.form-control, select.form-control {
  height: calc(2.75rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.75rem + 2px);
  color: #656565;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e4e4e4;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  height: calc(2.75rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 32px 30px 32px 40px;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #e4e4e4;
  font-size: 1.25rem;
}
blockquote p {
  color: #111;
  font-size: 1.375rem;
  font-weight: 700;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote footer {
  font-size: 1rem;
}
pre {
  background-color: #343a40;
  color: #f7f7f7;
  padding: 20px;
}
/*===========================================
 =            OTHER SCRIPTS CLASS            =
 ===========================================*/
div.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
div.owl-theme .owl-dots {
  margin-top: 20px;
}
div.owl-theme .owl-dots .owl-dot span {
  background: #dadada;
  width: 15px;
  height: 15px;
}
/*=====================================
 =            POPUP OVERLAY            =
 =====================================*/
div.vbox-overlay {
  z-index: 10000;
}
div.vbox-content {
  width: 100vw;
  float: none;
  padding-left: 50px;
  padding-right: 50px;
}
div.vbox-content img {
  display: inline-block;
}
.featherlight {
  z-index: 10000;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: static;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 100px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.sp-megamenu-parent > li > a:after, .sp-megamenu-parent > li > span:after {
  display: none;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 20px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 3px 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row {
  margin-left: 0;
  margin-right: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row > div {
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row > div:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 13px 20px;
  cursor: pointer;
  font-weight: 400 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):focus {
  background: #f7f7f7;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 45px 30px 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
  border-top: 1px solid #e4e4e4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  display: block;
  font-size: 1rem;
  padding: 11px 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:not(:hover) {
  color: #27282a;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent {
  border-top: 1px solid #e4e4e4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a {
  border-bottom: 1px solid #e4e4e4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li {
  border: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li:last-child {
  border-bottom: none !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  padding: 8px 0;
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
