@import url(
  https://fonts.googleapis.com/css?family=Poppins:100,
  100i,
  200,
  200i,
  300,
  300i,
  400,
  400i,
  500,
  500i,
  600,
  600i,
  700,
  700i,
  800,
  800i,
  900,
  900i
);
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --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;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 0.9rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
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,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 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.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
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: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' 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");
  background-repeat: no-repeat;
  background-position: 100% calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
  background: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' 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")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    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;
    flex-shrink: 0;
    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: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.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(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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(248, 249, 250, 0.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, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/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;charset=utf-8,%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: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.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;charset=utf-8,%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(0, 123, 255, 0.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.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  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 (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(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf-8,%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 #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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 {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.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 (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  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;
    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;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    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: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  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: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1 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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.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: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.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: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}

@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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-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 {
  top: 0;
  left: 0;
  z-index: 1060;
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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 (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(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid 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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-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, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.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 !important;
}
.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: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.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-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@font-face {
  font-family: Flaticon;
  src: url(../static/Flaticon-f0bcb7e033c0cad592edc4f11e0e6cc1.eot);
  src: url(../static/Flaticon-f0bcb7e033c0cad592edc4f11e0e6cc1d41d.eot?#iefix)
      format("embedded-opentype"),
    url(data:font/woff2;base64,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)
      format("woff2"),
    url(/home/static/Flaticon-2ee6b10abebc0ada5b9d3a8941f04291.woff)
      format("woff"),
    url(/home/static/Flaticon-c9e5b272e4a5705ae069d2d44a0396a9.ttf)
      format("truetype"),
    url(/home/static/Flaticon-5ac7c2ebd59230fdcb688d3f3fdccec7.svg#Flaticon)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url(/home/static/Flaticon-5ac7c2ebd59230fdcb688d3f3fdccec7.svg#Flaticon)
      format("svg");
  }
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-cloud:before {
  content: "\F100";
}
.flaticon-data:before {
  content: "\F101";
}
.flaticon-vps:before {
  content: "\F102";
}
.flaticon-shield:before {
  content: "\F103";
}
.flaticon-team:before {
  content: "\F104";
}
.flaticon-rocket:before {
  content: "\F105";
}
.flaticon-diamond:before {
  content: "\F106";
}
.flaticon-money:before {
  content: "\F107";
}
.flaticon-data-1:before {
  content: "\F108";
}
.flaticon-dashboard:before {
  content: "\F109";
}
.flaticon-support:before {
  content: "\F10A";
}
.flaticon-star:before {
  content: "\F10B";
}
.flaticon-star-1:before {
  content: "\F10C";
}
.flaticon-star-2:before {
  content: "\F10D";
}
.flaticon-plus:before {
  content: "\F10E";
}
.flaticon-line:before {
  content: "\F10F";
}
.flaticon-monitor:before {
  content: "\F110";
}
.flaticon-idea:before {
  content: "\F111";
}
.flaticon-layout:before {
  content: "\F112";
}
.flaticon-hard-disk:before {
  content: "\F113";
}
.flaticon-smartphone:before {
  content: "\F114";
}
.flaticon-reload:before {
  content: "\F115";
}
.flaticon-laptop:before {
  content: "\F116";
}
.flaticon-update-arrows:before {
  content: "\F117";
}
.flaticon-handshake:before {
  content: "\F118";
}
.flaticon-repair:before {
  content: "\F119";
}
.flaticon-delivery-truck:before {
  content: "\F11A";
}
.flaticon-left-quote:before {
  content: "\F11B";
}
.flaticon-software:before {
  content: "\F11C";
}
.flaticon-gear:before {
  content: "\F11D";
}
.flaticon-skyline:before {
  content: "\F11E";
}
.flaticon-car-insurance:before {
  content: "\F11F";
}
.flaticon-factory:before {
  content: "\F120";
}
.flaticon-chip:before {
  content: "\F121";
}
@font-face {
  font-family: boxicons;
  font-weight: 400;
  font-style: normal;
  src: url(/home/static/boxicons-2722ed7ea574bdf612fa903ac3c20730.eot);
  src: url(/home/static/boxicons-2722ed7ea574bdf612fa903ac3c20730.eot)
      format("embedded-opentype"),
    url(/home/static/boxicons-42d2adbbb48ee4c1c5fc6e4c01e1ab04.woff2)
      format("woff2"),
    url(/home/static/boxicons-b8fb7c66c4bd6e25db8b9d1d7f0fa2d2.woff)
      format("woff"),
    url(/home/static/boxicons-15fa2fe81ad65199abeb19420e990e61.ttf)
      format("truetype"),
    url(/home/static/boxicons-65624d7d7a8415d915516c505c1c5b3b.svg?#boxicons)
      format("svg");
}
.bx {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}
.bx-ul > li {
  position: relative;
}
.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes burst {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  90% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(-10deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scaleX(1) rotate(10deg);
  }
  40%,
  60%,
  80% {
    transform: rotate(-10deg);
  }
  to {
    transform: scaleX(1);
  }
}
.bx-spin,
.bx-spin-hover:hover {
  animation: spin 2s linear infinite;
}
.bx-tada,
.bx-tada-hover:hover {
  animation: tada 1.5s ease infinite;
}
.bx-flashing,
.bx-flashing-hover:hover {
  animation: flashing 1.5s linear infinite;
}
.bx-burst,
.bx-burst-hover:hover {
  animation: burst 1.5s linear infinite;
}
.bx-fade-up,
.bx-fade-up-hover:hover {
  animation: fade-up 1.5s linear infinite;
}
.bx-fade-down,
.bx-fade-down-hover:hover {
  animation: fade-down 1.5s linear infinite;
}
.bx-fade-left,
.bx-fade-left-hover:hover {
  animation: fade-left 1.5s linear infinite;
}
.bx-fade-right,
.bx-fade-right-hover:hover {
  animation: fade-right 1.5s linear infinite;
}
.bx-xs {
  font-size: 1rem !important;
}
.bx-sm {
  font-size: 1.55rem !important;
}
.bx-md {
  font-size: 2.25rem !important;
}
.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}
.bx-lg {
  font-size: 3rem !important;
}
.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}
.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}
.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}
.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}
.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
}
.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
}
.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}
.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.bxl-500px:before {
  content: "\E900";
}
.bxl-adobe:before {
  content: "\E901";
}
.bxl-airbnb:before {
  content: "\E902";
}
.bxl-algolia:before {
  content: "\E903";
}
.bxl-amazon:before {
  content: "\E904";
}
.bxl-android:before {
  content: "\E905";
}
.bxl-angular:before {
  content: "\E906";
}
.bxl-apple:before {
  content: "\E907";
}
.bxl-audible:before {
  content: "\E908";
}
.bxl-baidu:before {
  content: "\E909";
}
.bxl-behance:before {
  content: "\E90A";
}
.bxl-bing:before {
  content: "\E90B";
}
.bxl-bitcoin:before {
  content: "\E90C";
}
.bxl-blogger:before {
  content: "\E90D";
}
.bxl-bootstrap:before {
  content: "\E90E";
}
.bxl-chrome:before {
  content: "\E90F";
}
.bxl-codepen:before {
  content: "\E910";
}
.bxl-creative-commons:before {
  content: "\E911";
}
.bxl-css3:before {
  content: "\E912";
}
.bxl-dailymotion:before {
  content: "\E913";
}
.bxl-deviantart:before {
  content: "\E914";
}
.bxl-digg:before {
  content: "\E915";
}
.bxl-digitalocean:before {
  content: "\E916";
}
.bxl-discord:before {
  content: "\E917";
}
.bxl-discourse:before {
  content: "\E918";
}
.bxl-dribbble:before {
  content: "\E919";
}
.bxl-dropbox:before {
  content: "\E91A";
}
.bxl-drupal:before {
  content: "\E91B";
}
.bxl-ebay:before {
  content: "\E91C";
}
.bxl-edge:before {
  content: "\E91D";
}
.bxl-etsy:before {
  content: "\E91E";
}
.bxl-facebook:before {
  content: "\E91F";
}
.bxl-facebook-circle:before {
  content: "\E920";
}
.bxl-facebook-square:before {
  content: "\E921";
}
.bxl-figma:before {
  content: "\E922";
}
.bxl-firefox:before {
  content: "\E923";
}
.bxl-flickr:before {
  content: "\E924";
}
.bxl-flickr-square:before {
  content: "\E925";
}
.bxl-foursquare:before {
  content: "\E926";
}
.bxl-git:before {
  content: "\E927";
}
.bxl-github:before {
  content: "\E928";
}
.bxl-gitlab:before {
  content: "\E929";
}
.bxl-google:before {
  content: "\E92A";
}
.bxl-google-plus:before {
  content: "\E92B";
}
.bxl-google-plus-circle:before {
  content: "\E92C";
}
.bxl-html5:before {
  content: "\E92D";
}
.bxl-imdb:before {
  content: "\E92E";
}
.bxl-instagram:before {
  content: "\E92F";
}
.bxl-instagram-alt:before {
  content: "\E930";
}
.bxl-internet-explorer:before {
  content: "\E931";
}
.bxl-invision:before {
  content: "\E932";
}
.bxl-javascript:before {
  content: "\E933";
}
.bxl-joomla:before {
  content: "\E934";
}
.bxl-jquery:before {
  content: "\E935";
}
.bxl-jsfiddle:before {
  content: "\E936";
}
.bxl-kickstarter:before {
  content: "\E937";
}
.bxl-less:before {
  content: "\E938";
}
.bxl-linkedin:before {
  content: "\E939";
}
.bxl-linkedin-square:before {
  content: "\E93A";
}
.bxl-magento:before {
  content: "\E93B";
}
.bxl-mailchimp:before {
  content: "\E93C";
}
.bxl-mastercard:before {
  content: "\E93D";
}
.bxl-medium:before {
  content: "\E93E";
}
.bxl-medium-old:before {
  content: "\E93F";
}
.bxl-medium-square:before {
  content: "\E940";
}
.bxl-messenger:before {
  content: "\E941";
}
.bxl-microsoft:before {
  content: "\E942";
}
.bxl-nodejs:before {
  content: "\E943";
}
.bxl-opera:before {
  content: "\E944";
}
.bxl-patreon:before {
  content: "\E945";
}
.bxl-paypal:before {
  content: "\E946";
}
.bxl-periscope:before {
  content: "\E947";
}
.bxl-pinterest:before {
  content: "\E948";
}
.bxl-pinterest-alt:before {
  content: "\E949";
}
.bxl-play-store:before {
  content: "\E94A";
}
.bxl-pocket:before {
  content: "\E94B";
}
.bxl-product-hunt:before {
  content: "\E94C";
}
.bxl-quora:before {
  content: "\E94D";
}
.bxl-react:before {
  content: "\E94E";
}
.bxl-redbubble:before {
  content: "\E94F";
}
.bxl-reddit:before {
  content: "\E950";
}
.bxl-redux:before {
  content: "\E951";
}
.bxl-sass:before {
  content: "\E952";
}
.bxl-shopify:before {
  content: "\E953";
}
.bxl-skype:before {
  content: "\E954";
}
.bxl-slack:before {
  content: "\E955";
}
.bxl-slack-old:before {
  content: "\E956";
}
.bxl-snapchat:before {
  content: "\E957";
}
.bxl-soundcloud:before {
  content: "\E958";
}
.bxl-spotify:before {
  content: "\E959";
}
.bxl-squarespace:before {
  content: "\E95A";
}
.bxl-stack-overflow:before {
  content: "\E95B";
}
.bxl-stripe:before {
  content: "\E95C";
}
.bxl-telegram:before {
  content: "\E95D";
}
.bxl-trello:before {
  content: "\E95E";
}
.bxl-tumblr:before {
  content: "\E95F";
}
.bxl-twitch:before {
  content: "\E960";
}
.bxl-twitter:before {
  content: "\E961";
}
.bxl-unsplash:before {
  content: "\E962";
}
.bxl-vimeo:before {
  content: "\E963";
}
.bxl-visa:before {
  content: "\E964";
}
.bxl-vk:before {
  content: "\E965";
}
.bxl-vuejs:before {
  content: "\E966";
}
.bxl-whatsapp:before {
  content: "\E967";
}
.bxl-whatsapp-square:before {
  content: "\E968";
}
.bxl-wikipedia:before {
  content: "\E969";
}
.bxl-windows:before {
  content: "\E96A";
}
.bxl-wix:before {
  content: "\E96B";
}
.bxl-wordpress:before {
  content: "\E96C";
}
.bxl-yahoo:before {
  content: "\E96D";
}
.bxl-yelp:before {
  content: "\E96E";
}
.bxl-youtube:before {
  content: "\E96F";
}
.bx-accessibility:before {
  content: "\E970";
}
.bx-add-to-queue:before {
  content: "\E971";
}
.bx-adjust:before {
  content: "\E972";
}
.bx-alarm:before {
  content: "\E973";
}
.bx-alarm-add:before {
  content: "\E974";
}
.bx-alarm-off:before {
  content: "\E975";
}
.bx-album:before {
  content: "\E976";
}
.bx-align-justify:before {
  content: "\E977";
}
.bx-align-left:before {
  content: "\E978";
}
.bx-align-middle:before {
  content: "\E979";
}
.bx-align-right:before {
  content: "\E97A";
}
.bx-analyse:before {
  content: "\E97B";
}
.bx-anchor:before {
  content: "\E97C";
}
.bx-angry:before {
  content: "\E97D";
}
.bx-aperture:before {
  content: "\E97E";
}
.bx-arch:before {
  content: "\E97F";
}
.bx-archive:before {
  content: "\E980";
}
.bx-archive-in:before {
  content: "\E981";
}
.bx-archive-out:before {
  content: "\E982";
}
.bx-area:before {
  content: "\E983";
}
.bx-arrow-back:before {
  content: "\E984";
}
.bx-arrow-from-bottom:before {
  content: "\E985";
}
.bx-arrow-from-left:before {
  content: "\E986";
}
.bx-arrow-from-right:before {
  content: "\E987";
}
.bx-arrow-from-top:before {
  content: "\E988";
}
.bx-arrow-to-bottom:before {
  content: "\E989";
}
.bx-arrow-to-left:before {
  content: "\E98A";
}
.bx-arrow-to-right:before {
  content: "\E98B";
}
.bx-arrow-to-top:before {
  content: "\E98C";
}
.bx-at:before {
  content: "\E98D";
}
.bx-atom:before {
  content: "\E98E";
}
.bx-award:before {
  content: "\E98F";
}
.bx-badge:before {
  content: "\E990";
}
.bx-badge-check:before {
  content: "\E991";
}
.bx-ball:before {
  content: "\E992";
}
.bx-band-aid:before {
  content: "\E993";
}
.bx-bar-chart:before {
  content: "\E994";
}
.bx-bar-chart-alt:before {
  content: "\E995";
}
.bx-bar-chart-alt-2:before {
  content: "\E996";
}
.bx-bar-chart-square:before {
  content: "\E997";
}
.bx-barcode:before {
  content: "\E998";
}
.bx-baseball:before {
  content: "\E999";
}
.bx-basket:before {
  content: "\E99A";
}
.bx-basketball:before {
  content: "\E99B";
}
.bx-bath:before {
  content: "\E99C";
}
.bx-battery:before {
  content: "\E99D";
}
.bx-bed:before {
  content: "\E99E";
}
.bx-been-here:before {
  content: "\E99F";
}
.bx-beer:before {
  content: "\E9A0";
}
.bx-bell:before {
  content: "\E9A1";
}
.bx-bell-minus:before {
  content: "\E9A2";
}
.bx-bell-off:before {
  content: "\E9A3";
}
.bx-bell-plus:before {
  content: "\E9A4";
}
.bx-bible:before {
  content: "\E9A5";
}
.bx-bitcoin:before {
  content: "\E9A6";
}
.bx-block:before {
  content: "\E9A7";
}
.bx-bluetooth:before {
  content: "\E9A8";
}
.bx-body:before {
  content: "\E9A9";
}
.bx-bold:before {
  content: "\E9AA";
}
.bx-bolt-circle:before {
  content: "\E9AB";
}
.bx-bomb:before {
  content: "\E9AC";
}
.bx-book:before {
  content: "\E9AD";
}
.bx-book-bookmark:before {
  content: "\E9AE";
}
.bx-book-content:before {
  content: "\E9AF";
}
.bx-bookmark:before {
  content: "\E9B0";
}
.bx-bookmark-minus:before {
  content: "\E9B1";
}
.bx-bookmark-plus:before {
  content: "\E9B2";
}
.bx-bookmarks:before {
  content: "\E9B3";
}
.bx-book-open:before {
  content: "\E9B4";
}
.bx-book-reader:before {
  content: "\E9B5";
}
.bx-border-all:before {
  content: "\E9B6";
}
.bx-border-bottom:before {
  content: "\E9B7";
}
.bx-border-inner:before {
  content: "\E9B8";
}
.bx-border-left:before {
  content: "\E9B9";
}
.bx-border-none:before {
  content: "\E9BA";
}
.bx-border-radius:before {
  content: "\E9BB";
}
.bx-border-right:before {
  content: "\E9BC";
}
.bx-border-top:before {
  content: "\E9BD";
}
.bx-bot:before {
  content: "\E9BE";
}
.bx-bowling-ball:before {
  content: "\E9BF";
}
.bx-box:before {
  content: "\E9C0";
}
.bx-briefcase:before {
  content: "\E9C1";
}
.bx-briefcase-alt:before {
  content: "\E9C2";
}
.bx-briefcase-alt-2:before {
  content: "\E9C3";
}
.bx-brightness:before {
  content: "\E9C4";
}
.bx-brightness-half:before {
  content: "\E9C5";
}
.bx-broadcast:before {
  content: "\E9C6";
}
.bx-brush:before {
  content: "\E9C7";
}
.bx-brush-alt:before {
  content: "\E9C8";
}
.bx-bug:before {
  content: "\E9C9";
}
.bx-bug-alt:before {
  content: "\E9CA";
}
.bx-building:before {
  content: "\E9CB";
}
.bx-building-house:before {
  content: "\E9CC";
}
.bx-buildings:before {
  content: "\E9CD";
}
.bx-bulb:before {
  content: "\E9CE";
}
.bx-bullseye:before {
  content: "\E9CF";
}
.bx-buoy:before {
  content: "\E9D0";
}
.bx-bus:before {
  content: "\E9D1";
}
.bx-bus-school:before {
  content: "\E9D2";
}
.bx-cabinet:before {
  content: "\E9D3";
}
.bx-cake:before {
  content: "\E9D4";
}
.bx-calculator:before {
  content: "\E9D5";
}
.bx-calendar:before {
  content: "\E9D6";
}
.bx-calendar-alt:before {
  content: "\E9D7";
}
.bx-calendar-check:before {
  content: "\E9D8";
}
.bx-calendar-edit:before {
  content: "\E9D9";
}
.bx-calendar-event:before {
  content: "\E9DA";
}
.bx-calendar-minus:before {
  content: "\E9DB";
}
.bx-calendar-plus:before {
  content: "\E9DC";
}
.bx-calendar-week:before {
  content: "\E9DD";
}
.bx-calendar-x:before {
  content: "\E9DE";
}
.bx-camera:before {
  content: "\E9DF";
}
.bx-camera-off:before {
  content: "\E9E0";
}
.bx-captions:before {
  content: "\E9E1";
}
.bx-car:before {
  content: "\E9E2";
}
.bx-card:before {
  content: "\E9E3";
}
.bx-caret-down:before {
  content: "\E9E4";
}
.bx-caret-left:before {
  content: "\E9E5";
}
.bx-caret-right:before {
  content: "\E9E6";
}
.bx-caret-up:before {
  content: "\E9E7";
}
.bx-carousel:before {
  content: "\E9E8";
}
.bx-cart:before {
  content: "\E9E9";
}
.bx-cart-alt:before {
  content: "\E9EA";
}
.bx-cast:before {
  content: "\E9EB";
}
.bx-certification:before {
  content: "\E9EC";
}
.bx-chalkboard:before {
  content: "\E9ED";
}
.bx-chart:before {
  content: "\E9EE";
}
.bx-chat:before {
  content: "\E9EF";
}
.bx-check:before {
  content: "\E9F0";
}
.bx-checkbox:before {
  content: "\E9F1";
}
.bx-checkbox-checked:before {
  content: "\E9F2";
}
.bx-checkbox-square:before {
  content: "\E9F3";
}
.bx-check-circle:before {
  content: "\E9F4";
}
.bx-check-double:before {
  content: "\E9F5";
}
.bx-check-shield:before {
  content: "\E9F6";
}
.bx-check-square:before {
  content: "\E9F7";
}
.bx-chevron-down:before {
  content: "\E9F8";
}
.bx-chevron-left:before {
  content: "\E9F9";
}
.bx-chevron-right:before {
  content: "\E9FA";
}
.bx-chevrons-down:before {
  content: "\E9FB";
}
.bx-chevrons-left:before {
  content: "\E9FC";
}
.bx-chevrons-right:before {
  content: "\E9FD";
}
.bx-chevrons-up:before {
  content: "\E9FE";
}
.bx-chevron-up:before {
  content: "\E9FF";
}
.bx-chip:before {
  content: "\EA00";
}
.bx-circle:before {
  content: "\EA01";
}
.bx-clinic:before {
  content: "\EA02";
}
.bx-clipboard:before {
  content: "\EA03";
}
.bx-closet:before {
  content: "\EA04";
}
.bx-cloud:before {
  content: "\EA05";
}
.bx-cloud-download:before {
  content: "\EA06";
}
.bx-cloud-drizzle:before {
  content: "\EA07";
}
.bx-cloud-lightning:before {
  content: "\EA08";
}
.bx-cloud-light-rain:before {
  content: "\EA09";
}
.bx-cloud-rain:before {
  content: "\EA0A";
}
.bx-cloud-snow:before {
  content: "\EA0B";
}
.bx-cloud-upload:before {
  content: "\EA0C";
}
.bx-code:before {
  content: "\EA0D";
}
.bx-code-alt:before {
  content: "\EA0E";
}
.bx-code-block:before {
  content: "\EA0F";
}
.bx-code-curly:before {
  content: "\EA10";
}
.bx-coffee:before {
  content: "\EA11";
}
.bx-coffee-togo:before {
  content: "\EA12";
}
.bx-cog:before {
  content: "\EA13";
}
.bx-collapse:before {
  content: "\EA14";
}
.bx-collection:before {
  content: "\EA15";
}
.bx-columns:before {
  content: "\EA16";
}
.bx-command:before {
  content: "\EA17";
}
.bx-comment:before {
  content: "\EA18";
}
.bx-comment-dots:before {
  content: "\EA19";
}
.bx-compass:before {
  content: "\EA1A";
}
.bx-confused:before {
  content: "\EA1B";
}
.bx-conversation:before {
  content: "\EA1C";
}
.bx-cool:before {
  content: "\EA1D";
}
.bx-copy:before {
  content: "\EA1E";
}
.bx-copy-alt:before {
  content: "\EA1F";
}
.bx-copyright:before {
  content: "\EA20";
}
.bx-credit-card:before {
  content: "\EA21";
}
.bx-credit-card-alt:before {
  content: "\EA22";
}
.bx-crop:before {
  content: "\EA23";
}
.bx-crosshair:before {
  content: "\EA24";
}
.bx-crown:before {
  content: "\EA25";
}
.bx-cube:before {
  content: "\EA26";
}
.bx-cube-alt:before {
  content: "\EA27";
}
.bx-cuboid:before {
  content: "\EA28";
}
.bx-current-location:before {
  content: "\EA29";
}
.bx-customize:before {
  content: "\EA2A";
}
.bx-cut:before {
  content: "\EA2B";
}
.bx-cycling:before {
  content: "\EA2C";
}
.bx-cylinder:before {
  content: "\EA2D";
}
.bx-data:before {
  content: "\EA2E";
}
.bx-desktop:before {
  content: "\EA2F";
}
.bx-detail:before {
  content: "\EA30";
}
.bx-devices:before {
  content: "\EA31";
}
.bx-dialpad:before {
  content: "\EA32";
}
.bx-dialpad-alt:before {
  content: "\EA33";
}
.bx-diamond:before {
  content: "\EA34";
}
.bx-dice-1:before {
  content: "\EA35";
}
.bx-dice-2:before {
  content: "\EA36";
}
.bx-dice-3:before {
  content: "\EA37";
}
.bx-dice-4:before {
  content: "\EA38";
}
.bx-dice-5:before {
  content: "\EA39";
}
.bx-dice-6:before {
  content: "\EA3A";
}
.bx-directions:before {
  content: "\EA3B";
}
.bx-disc:before {
  content: "\EA3C";
}
.bx-dish:before {
  content: "\EA3D";
}
.bx-dislike:before {
  content: "\EA3E";
}
.bx-dizzy:before {
  content: "\EA3F";
}
.bx-dna:before {
  content: "\EA40";
}
.bx-dock-bottom:before {
  content: "\EA41";
}
.bx-dock-left:before {
  content: "\EA42";
}
.bx-dock-right:before {
  content: "\EA43";
}
.bx-dock-top:before {
  content: "\EA44";
}
.bx-dollar:before {
  content: "\EA45";
}
.bx-dollar-circle:before {
  content: "\EA46";
}
.bx-dots-horizontal:before {
  content: "\EA47";
}
.bx-dots-horizontal-rounded:before {
  content: "\EA48";
}
.bx-dots-vertical:before {
  content: "\EA49";
}
.bx-dots-vertical-rounded:before {
  content: "\EA4A";
}
.bx-doughnut-chart:before {
  content: "\EA4B";
}
.bx-down-arrow:before {
  content: "\EA4C";
}
.bx-down-arrow-alt:before {
  content: "\EA4D";
}
.bx-down-arrow-circle:before {
  content: "\EA4E";
}
.bx-download:before {
  content: "\EA4F";
}
.bx-downvote:before {
  content: "\EA50";
}
.bx-droplet:before {
  content: "\EA51";
}
.bx-dumbbell:before {
  content: "\EA52";
}
.bx-duplicate:before {
  content: "\EA53";
}
.bx-edit:before {
  content: "\EA54";
}
.bx-edit-alt:before {
  content: "\EA55";
}
.bx-envelope:before {
  content: "\EA56";
}
.bx-equalizer:before {
  content: "\EA57";
}
.bx-error:before {
  content: "\EA58";
}
.bx-error-alt:before {
  content: "\EA59";
}
.bx-error-circle:before {
  content: "\EA5A";
}
.bx-euro:before {
  content: "\EA5B";
}
.bx-exit:before {
  content: "\EA5C";
}
.bx-exit-fullscreen:before {
  content: "\EA5D";
}
.bx-expand:before {
  content: "\EA5E";
}
.bx-export:before {
  content: "\EA5F";
}
.bx-extension:before {
  content: "\EA60";
}
.bx-face:before {
  content: "\EA61";
}
.bx-fast-forward:before {
  content: "\EA62";
}
.bx-fast-forward-circle:before {
  content: "\EA63";
}
.bx-female:before {
  content: "\EA64";
}
.bx-female-sign:before {
  content: "\EA65";
}
.bx-file:before {
  content: "\EA66";
}
.bx-file-blank:before {
  content: "\EA67";
}
.bx-file-find:before {
  content: "\EA68";
}
.bx-film:before {
  content: "\EA69";
}
.bx-filter:before {
  content: "\EA6A";
}
.bx-filter-alt:before {
  content: "\EA6B";
}
.bx-fingerprint:before {
  content: "\EA6C";
}
.bx-first-aid:before {
  content: "\EA6D";
}
.bx-first-page:before {
  content: "\EA6E";
}
.bx-flag:before {
  content: "\EA6F";
}
.bx-folder:before {
  content: "\EA70";
}
.bx-folder-minus:before {
  content: "\EA71";
}
.bx-folder-open:before {
  content: "\EA72";
}
.bx-folder-plus:before {
  content: "\EA73";
}
.bx-font:before {
  content: "\EA74";
}
.bx-font-color:before {
  content: "\EA75";
}
.bx-font-family:before {
  content: "\EA76";
}
.bx-font-size:before {
  content: "\EA77";
}
.bx-food-menu:before {
  content: "\EA78";
}
.bx-food-tag:before {
  content: "\EA79";
}
.bx-football:before {
  content: "\EA7A";
}
.bx-fridge:before {
  content: "\EA7B";
}
.bx-fullscreen:before {
  content: "\EA7C";
}
.bx-gas-pump:before {
  content: "\EA7D";
}
.bx-ghost:before {
  content: "\EA7E";
}
.bx-gift:before {
  content: "\EA7F";
}
.bx-git-branch:before {
  content: "\EA80";
}
.bx-git-commit:before {
  content: "\EA81";
}
.bx-git-compare:before {
  content: "\EA82";
}
.bx-git-merge:before {
  content: "\EA83";
}
.bx-git-pull-request:before {
  content: "\EA84";
}
.bx-git-repo-forked:before {
  content: "\EA85";
}
.bx-glasses:before {
  content: "\EA86";
}
.bx-glasses-alt:before {
  content: "\EA87";
}
.bx-globe:before {
  content: "\EA88";
}
.bx-globe-alt:before {
  content: "\EA89";
}
.bx-grid:before {
  content: "\EA8A";
}
.bx-grid-alt:before {
  content: "\EA8B";
}
.bx-grid-horizontal:before {
  content: "\EA8C";
}
.bx-grid-small:before {
  content: "\EA8D";
}
.bx-grid-vertical:before {
  content: "\EA8E";
}
.bx-group:before {
  content: "\EA8F";
}
.bx-handicap:before {
  content: "\EA90";
}
.bx-happy:before {
  content: "\EA91";
}
.bx-happy-alt:before {
  content: "\EA92";
}
.bx-happy-beaming:before {
  content: "\EA93";
}
.bx-happy-heart-eyes:before {
  content: "\EA94";
}
.bx-hash:before {
  content: "\EA95";
}
.bx-hdd:before {
  content: "\EA96";
}
.bx-heading:before {
  content: "\EA97";
}
.bx-headphone:before {
  content: "\EA98";
}
.bx-health:before {
  content: "\EA99";
}
.bx-heart:before {
  content: "\EA9A";
}
.bx-heart-circle:before {
  content: "\EA9B";
}
.bx-heart-square:before {
  content: "\EA9C";
}
.bx-help-circle:before {
  content: "\EA9D";
}
.bx-hide:before {
  content: "\EA9E";
}
.bx-highlight:before {
  content: "\EA9F";
}
.bx-history:before {
  content: "\EAA0";
}
.bx-hive:before {
  content: "\EAA1";
}
.bx-home:before {
  content: "\EAA2";
}
.bx-home-alt:before {
  content: "\EAA3";
}
.bx-home-circle:before {
  content: "\EAA4";
}
.bx-home-heart:before {
  content: "\EAA5";
}
.bx-horizontal-center:before {
  content: "\EAA6";
}
.bx-hotel:before {
  content: "\EAA7";
}
.bx-hourglass:before {
  content: "\EAA8";
}
.bx-id-card:before {
  content: "\EAA9";
}
.bx-image:before {
  content: "\EAAA";
}
.bx-image-add:before {
  content: "\EAAB";
}
.bx-image-alt:before {
  content: "\EAAC";
}
.bx-images:before {
  content: "\EAAD";
}
.bx-import:before {
  content: "\EAAE";
}
.bx-infinite:before {
  content: "\EAAF";
}
.bx-info-circle:before {
  content: "\EAB0";
}
.bx-info-square:before {
  content: "\EAB1";
}
.bx-italic:before {
  content: "\EAB2";
}
.bx-joystick:before {
  content: "\EAB3";
}
.bx-joystick-alt:before {
  content: "\EAB4";
}
.bx-joystick-button:before {
  content: "\EAB5";
}
.bx-key:before {
  content: "\EAB6";
}
.bx-label:before {
  content: "\EAB7";
}
.bx-landscape:before {
  content: "\EAB8";
}
.bx-laptop:before {
  content: "\EAB9";
}
.bx-last-page:before {
  content: "\EABA";
}
.bx-laugh:before {
  content: "\EABB";
}
.bx-layer:before {
  content: "\EABC";
}
.bx-layer-minus:before {
  content: "\EABD";
}
.bx-layer-plus:before {
  content: "\EABE";
}
.bx-layout:before {
  content: "\EABF";
}
.bx-left-arrow:before {
  content: "\EAC0";
}
.bx-left-arrow-alt:before {
  content: "\EAC1";
}
.bx-left-arrow-circle:before {
  content: "\EAC2";
}
.bx-left-down-arrow-circle:before {
  content: "\EAC3";
}
.bx-left-indent:before {
  content: "\EAC4";
}
.bx-left-top-arrow-circle:before {
  content: "\EAC5";
}
.bx-like:before {
  content: "\EAC6";
}
.bx-line-chart:before {
  content: "\EAC7";
}
.bx-link:before {
  content: "\EAC8";
}
.bx-link-alt:before {
  content: "\EAC9";
}
.bx-link-external:before {
  content: "\EACA";
}
.bx-lira:before {
  content: "\EACB";
}
.bx-list-check:before {
  content: "\EACC";
}
.bx-list-minus:before {
  content: "\EACD";
}
.bx-list-ol:before {
  content: "\EACE";
}
.bx-list-plus:before {
  content: "\EACF";
}
.bx-list-ul:before {
  content: "\EAD0";
}
.bx-loader:before {
  content: "\EAD1";
}
.bx-loader-alt:before {
  content: "\EAD2";
}
.bx-loader-circle:before {
  content: "\EAD3";
}
.bx-location-plus:before {
  content: "\EAD4";
}
.bx-lock:before {
  content: "\EAD5";
}
.bx-lock-alt:before {
  content: "\EAD6";
}
.bx-lock-open:before {
  content: "\EAD7";
}
.bx-lock-open-alt:before {
  content: "\EAD8";
}
.bx-log-in:before {
  content: "\EAD9";
}
.bx-log-in-circle:before {
  content: "\EADA";
}
.bx-log-out:before {
  content: "\EADB";
}
.bx-log-out-circle:before {
  content: "\EADC";
}
.bx-low-vision:before {
  content: "\EADD";
}
.bx-magnet:before {
  content: "\EADE";
}
.bx-mail-send:before {
  content: "\EADF";
}
.bx-male:before {
  content: "\EAE0";
}
.bx-male-sign:before {
  content: "\EAE1";
}
.bx-map:before {
  content: "\EAE2";
}
.bx-map-alt:before {
  content: "\EAE3";
}
.bx-map-pin:before {
  content: "\EAE4";
}
.bx-mask:before {
  content: "\EAE5";
}
.bx-meh:before {
  content: "\EAE6";
}
.bx-meh-alt:before {
  content: "\EAE7";
}
.bx-meh-blank:before {
  content: "\EAE8";
}
.bx-memory-card:before {
  content: "\EAE9";
}
.bx-menu:before {
  content: "\EAEA";
}
.bx-menu-alt-left:before {
  content: "\EAEB";
}
.bx-menu-alt-right:before {
  content: "\EAEC";
}
.bx-message:before {
  content: "\EAED";
}
.bx-message-alt:before {
  content: "\EAEE";
}
.bx-message-alt-dots:before {
  content: "\EAEF";
}
.bx-message-dots:before {
  content: "\EAF0";
}
.bx-message-rounded:before {
  content: "\EAF1";
}
.bx-message-rounded-dots:before {
  content: "\EAF2";
}
.bx-message-square:before {
  content: "\EAF3";
}
.bx-message-square-dots:before {
  content: "\EAF4";
}
.bx-microchip:before {
  content: "\EAF5";
}
.bx-microphone:before {
  content: "\EAF6";
}
.bx-microphone-off:before {
  content: "\EAF7";
}
.bx-minus:before {
  content: "\EAF8";
}
.bx-minus-circle:before {
  content: "\EAF9";
}
.bx-mobile:before {
  content: "\EAFA";
}
.bx-mobile-alt:before {
  content: "\EAFB";
}
.bx-mobile-landscape:before {
  content: "\EAFC";
}
.bx-mobile-vibration:before {
  content: "\EAFD";
}
.bx-money:before {
  content: "\EAFE";
}
.bx-moon:before {
  content: "\EAFF";
}
.bx-mouse:before {
  content: "\EB00";
}
.bx-mouse-alt:before {
  content: "\EB01";
}
.bx-move:before {
  content: "\EB02";
}
.bx-move-horizontal:before {
  content: "\EB03";
}
.bx-move-vertical:before {
  content: "\EB04";
}
.bx-movie:before {
  content: "\EB05";
}
.bx-music:before {
  content: "\EB06";
}
.bx-navigation:before {
  content: "\EB07";
}
.bx-news:before {
  content: "\EB08";
}
.bx-no-entry:before {
  content: "\EB09";
}
.bx-note:before {
  content: "\EB0A";
}
.bx-notepad:before {
  content: "\EB0B";
}
.bx-notification:before {
  content: "\EB0C";
}
.bx-notification-off:before {
  content: "\EB0D";
}
.bx-package:before {
  content: "\EB0E";
}
.bx-paint:before {
  content: "\EB0F";
}
.bx-paint-roll:before {
  content: "\EB10";
}
.bx-palette:before {
  content: "\EB11";
}
.bx-paperclip:before {
  content: "\EB12";
}
.bx-paper-plane:before {
  content: "\EB13";
}
.bx-paragraph:before {
  content: "\EB14";
}
.bx-paste:before {
  content: "\EB15";
}
.bx-pause:before {
  content: "\EB16";
}
.bx-pause-circle:before {
  content: "\EB17";
}
.bx-pen:before {
  content: "\EB18";
}
.bx-pencil:before {
  content: "\EB19";
}
.bx-phone:before {
  content: "\EB1A";
}
.bx-phone-call:before {
  content: "\EB1B";
}
.bx-phone-incoming:before {
  content: "\EB1C";
}
.bx-phone-outgoing:before {
  content: "\EB1D";
}
.bx-photo-album:before {
  content: "\EB1E";
}
.bx-pie-chart:before {
  content: "\EB1F";
}
.bx-pie-chart-alt:before {
  content: "\EB20";
}
.bx-pie-chart-alt-2:before {
  content: "\EB21";
}
.bx-pin:before {
  content: "\EB22";
}
.bx-planet:before {
  content: "\EB23";
}
.bx-play:before {
  content: "\EB24";
}
.bx-play-circle:before {
  content: "\EB25";
}
.bx-plug:before {
  content: "\EB26";
}
.bx-plus:before {
  content: "\EB27";
}
.bx-plus-circle:before {
  content: "\EB28";
}
.bx-plus-medical:before {
  content: "\EB29";
}
.bx-pointer:before {
  content: "\EB2A";
}
.bx-poll:before {
  content: "\EB2B";
}
.bx-polygon:before {
  content: "\EB2C";
}
.bx-pound:before {
  content: "\EB2D";
}
.bx-power-off:before {
  content: "\EB2E";
}
.bx-printer:before {
  content: "\EB2F";
}
.bx-pulse:before {
  content: "\EB30";
}
.bx-purchase-tag:before {
  content: "\EB31";
}
.bx-purchase-tag-alt:before {
  content: "\EB32";
}
.bx-pyramid:before {
  content: "\EB33";
}
.bx-question-mark:before {
  content: "\EB34";
}
.bx-radar:before {
  content: "\EB35";
}
.bx-radio:before {
  content: "\EB36";
}
.bx-radio-circle:before {
  content: "\EB37";
}
.bx-radio-circle-marked:before {
  content: "\EB38";
}
.bx-receipt:before {
  content: "\EB39";
}
.bx-rectangle:before {
  content: "\EB3A";
}
.bx-recycle:before {
  content: "\EB3B";
}
.bx-redo:before {
  content: "\EB3C";
}
.bx-rename:before {
  content: "\EB3D";
}
.bx-repeat:before {
  content: "\EB3E";
}
.bx-reply:before {
  content: "\EB3F";
}
.bx-reply-all:before {
  content: "\EB40";
}
.bx-repost:before {
  content: "\EB41";
}
.bx-reset:before {
  content: "\EB42";
}
.bx-restaurant:before {
  content: "\EB43";
}
.bx-revision:before {
  content: "\EB44";
}
.bx-rewind:before {
  content: "\EB45";
}
.bx-rewind-circle:before {
  content: "\EB46";
}
.bx-right-arrow:before {
  content: "\EB47";
}
.bx-right-arrow-alt:before {
  content: "\EB48";
}
.bx-right-arrow-circle:before {
  content: "\EB49";
}
.bx-right-down-arrow-circle:before {
  content: "\EB4A";
}
.bx-right-indent:before {
  content: "\EB4B";
}
.bx-right-top-arrow-circle:before {
  content: "\EB4C";
}
.bx-rocket:before {
  content: "\EB4D";
}
.bx-rotate-left:before {
  content: "\EB4E";
}
.bx-rotate-right:before {
  content: "\EB4F";
}
.bx-rss:before {
  content: "\EB50";
}
.bx-ruble:before {
  content: "\EB51";
}
.bx-ruler:before {
  content: "\EB52";
}
.bx-run:before {
  content: "\EB53";
}
.bx-rupee:before {
  content: "\EB54";
}
.bx-sad:before {
  content: "\EB55";
}
.bx-save:before {
  content: "\EB56";
}
.bx-scan:before {
  content: "\EB57";
}
.bx-screenshot:before {
  content: "\EB58";
}
.bx-search:before {
  content: "\EB59";
}
.bx-search-alt:before {
  content: "\EB5A";
}
.bx-search-alt-2:before {
  content: "\EB5B";
}
.bx-selection:before {
  content: "\EB5C";
}
.bx-select-multiple:before {
  content: "\EB5D";
}
.bx-send:before {
  content: "\EB5E";
}
.bx-server:before {
  content: "\EB5F";
}
.bx-shape-circle:before {
  content: "\EB60";
}
.bx-shape-square:before {
  content: "\EB61";
}
.bx-shape-triangle:before {
  content: "\EB62";
}
.bx-share:before {
  content: "\EB63";
}
.bx-share-alt:before {
  content: "\EB64";
}
.bx-shekel:before {
  content: "\EB65";
}
.bx-shield:before {
  content: "\EB66";
}
.bx-shield-alt:before {
  content: "\EB67";
}
.bx-shield-alt-2:before {
  content: "\EB68";
}
.bx-shield-quarter:before {
  content: "\EB69";
}
.bx-shocked:before {
  content: "\EB6A";
}
.bx-shopping-bag:before {
  content: "\EB6B";
}
.bx-show:before {
  content: "\EB6C";
}
.bx-show-alt:before {
  content: "\EB6D";
}
.bx-shuffle:before {
  content: "\EB6E";
}
.bx-sidebar:before {
  content: "\EB6F";
}
.bx-sitemap:before {
  content: "\EB70";
}
.bx-skip-next:before {
  content: "\EB71";
}
.bx-skip-next-circle:before {
  content: "\EB72";
}
.bx-skip-previous:before {
  content: "\EB73";
}
.bx-skip-previous-circle:before {
  content: "\EB74";
}
.bx-sleepy:before {
  content: "\EB75";
}
.bx-slider:before {
  content: "\EB76";
}
.bx-slider-alt:before {
  content: "\EB77";
}
.bx-slideshow:before {
  content: "\EB78";
}
.bx-smile:before {
  content: "\EB79";
}
.bx-sort:before {
  content: "\EB7A";
}
.bx-sort-a-z:before {
  content: "\EB7B";
}
.bx-sort-down:before {
  content: "\EB7C";
}
.bx-sort-up:before {
  content: "\EB7D";
}
.bx-sort-z-a:before {
  content: "\EB7E";
}
.bx-spa:before {
  content: "\EB7F";
}
.bx-space-bar:before {
  content: "\EB80";
}
.bx-spray-can:before {
  content: "\EB81";
}
.bx-spreadsheet:before {
  content: "\EB82";
}
.bx-square:before {
  content: "\EB83";
}
.bx-square-rounded:before {
  content: "\EB84";
}
.bx-star:before {
  content: "\EB85";
}
.bx-station:before {
  content: "\EB86";
}
.bx-stats:before {
  content: "\EB87";
}
.bx-sticker:before {
  content: "\EB88";
}
.bx-stop:before {
  content: "\EB89";
}
.bx-stop-circle:before {
  content: "\EB8A";
}
.bx-stopwatch:before {
  content: "\EB8B";
}
.bx-store:before {
  content: "\EB8C";
}
.bx-store-alt:before {
  content: "\EB8D";
}
.bx-street-view:before {
  content: "\EB8E";
}
.bx-strikethrough:before {
  content: "\EB8F";
}
.bx-subdirectory-left:before {
  content: "\EB90";
}
.bx-subdirectory-right:before {
  content: "\EB91";
}
.bx-sun:before {
  content: "\EB92";
}
.bx-support:before {
  content: "\EB93";
}
.bx-swim:before {
  content: "\EB94";
}
.bx-sync:before {
  content: "\EB95";
}
.bx-tab:before {
  content: "\EB96";
}
.bx-table:before {
  content: "\EB97";
}
.bx-tachometer:before {
  content: "\EB98";
}
.bx-tag:before {
  content: "\EB99";
}
.bx-target-lock:before {
  content: "\EB9A";
}
.bx-task:before {
  content: "\EB9B";
}
.bx-taxi:before {
  content: "\EB9C";
}
.bx-tennis-ball:before {
  content: "\EB9D";
}
.bx-terminal:before {
  content: "\EB9E";
}
.bx-test-tube:before {
  content: "\EB9F";
}
.bx-text:before {
  content: "\EBA0";
}
.bx-time:before {
  content: "\EBA1";
}
.bx-time-five:before {
  content: "\EBA2";
}
.bx-timer:before {
  content: "\EBA3";
}
.bx-tired:before {
  content: "\EBA4";
}
.bx-toggle-left:before {
  content: "\EBA5";
}
.bx-toggle-right:before {
  content: "\EBA6";
}
.bx-tone:before {
  content: "\EBA7";
}
.bx-traffic-cone:before {
  content: "\EBA8";
}
.bx-train:before {
  content: "\EBA9";
}
.bx-transfer:before {
  content: "\EBAA";
}
.bx-transfer-alt:before {
  content: "\EBAB";
}
.bx-trash:before {
  content: "\EBAC";
}
.bx-trash-alt:before {
  content: "\EBAD";
}
.bx-trending-down:before {
  content: "\EBAE";
}
.bx-trending-up:before {
  content: "\EBAF";
}
.bx-trophy:before {
  content: "\EBB0";
}
.bx-tv:before {
  content: "\EBB1";
}
.bx-underline:before {
  content: "\EBB2";
}
.bx-undo:before {
  content: "\EBB3";
}
.bx-unlink:before {
  content: "\EBB4";
}
.bx-up-arrow:before {
  content: "\EBB5";
}
.bx-up-arrow-alt:before {
  content: "\EBB6";
}
.bx-up-arrow-circle:before {
  content: "\EBB7";
}
.bx-upload:before {
  content: "\EBB8";
}
.bx-upside-down:before {
  content: "\EBB9";
}
.bx-upvote:before {
  content: "\EBBA";
}
.bx-usb:before {
  content: "\EBBB";
}
.bx-user:before {
  content: "\EBBC";
}
.bx-user-check:before {
  content: "\EBBD";
}
.bx-user-circle:before {
  content: "\EBBE";
}
.bx-user-minus:before {
  content: "\EBBF";
}
.bx-user-pin:before {
  content: "\EBC0";
}
.bx-user-plus:before {
  content: "\EBC1";
}
.bx-user-voice:before {
  content: "\EBC2";
}
.bx-user-x:before {
  content: "\EBC3";
}
.bx-vertical-center:before {
  content: "\EBC4";
}
.bx-video:before {
  content: "\EBC5";
}
.bx-video-off:before {
  content: "\EBC6";
}
.bx-video-plus:before {
  content: "\EBC7";
}
.bx-video-recording:before {
  content: "\EBC8";
}
.bx-voicemail:before {
  content: "\EBC9";
}
.bx-volume:before {
  content: "\EBCA";
}
.bx-volume-full:before {
  content: "\EBCB";
}
.bx-volume-low:before {
  content: "\EBCC";
}
.bx-volume-mute:before {
  content: "\EBCD";
}
.bx-walk:before {
  content: "\EBCE";
}
.bx-wallet:before {
  content: "\EBCF";
}
.bx-wallet-alt:before {
  content: "\EBD0";
}
.bx-water:before {
  content: "\EBD1";
}
.bx-webcam:before {
  content: "\EBD2";
}
.bx-wifi:before {
  content: "\EBD3";
}
.bx-wifi-0:before {
  content: "\EBD4";
}
.bx-wifi-1:before {
  content: "\EBD5";
}
.bx-wifi-2:before {
  content: "\EBD6";
}
.bx-wifi-off:before {
  content: "\EBD7";
}
.bx-wind:before {
  content: "\EBD8";
}
.bx-window:before {
  content: "\EBD9";
}
.bx-window-close:before {
  content: "\EBDA";
}
.bx-window-open:before {
  content: "\EBDB";
}
.bx-windows:before {
  content: "\EBDC";
}
.bx-wink-smile:before {
  content: "\EBDD";
}
.bx-wink-tongue:before {
  content: "\EBDE";
}
.bx-won:before {
  content: "\EBDF";
}
.bx-world:before {
  content: "\EBE0";
}
.bx-wrench:before {
  content: "\EBE1";
}
.bx-x:before {
  content: "\EBE2";
}
.bx-x-circle:before {
  content: "\EBE3";
}
.bx-yen:before {
  content: "\EBE4";
}
.bx-zoom-in:before {
  content: "\EBE5";
}
.bx-zoom-out:before {
  content: "\EBE6";
}
.bxs-add-to-queue:before {
  content: "\EBE7";
}
.bxs-adjust:before {
  content: "\EBE8";
}
.bxs-adjust-alt:before {
  content: "\EBE9";
}
.bxs-alarm:before {
  content: "\EBEA";
}
.bxs-alarm-add:before {
  content: "\EBEB";
}
.bxs-alarm-off:before {
  content: "\EBEC";
}
.bxs-album:before {
  content: "\EBED";
}
.bxs-ambulance:before {
  content: "\EBEE";
}
.bxs-analyse:before {
  content: "\EBEF";
}
.bxs-angry:before {
  content: "\EBF0";
}
.bxs-arch:before {
  content: "\EBF1";
}
.bxs-archive:before {
  content: "\EBF2";
}
.bxs-archive-in:before {
  content: "\EBF3";
}
.bxs-archive-out:before {
  content: "\EBF4";
}
.bxs-area:before {
  content: "\EBF5";
}
.bxs-arrow-from-bottom:before {
  content: "\EBF6";
}
.bxs-arrow-from-left:before {
  content: "\EBF7";
}
.bxs-arrow-from-right:before {
  content: "\EBF8";
}
.bxs-arrow-from-top:before {
  content: "\EBF9";
}
.bxs-arrow-to-bottom:before {
  content: "\EBFA";
}
.bxs-arrow-to-left:before {
  content: "\EBFB";
}
.bxs-arrow-to-right:before {
  content: "\EBFC";
}
.bxs-arrow-to-top:before {
  content: "\EBFD";
}
.bxs-award:before {
  content: "\EBFE";
}
.bxs-baby-carriage:before {
  content: "\EBFF";
}
.bxs-badge:before {
  content: "\EC00";
}
.bxs-badge-check:before {
  content: "\EC01";
}
.bxs-badge-dollar:before {
  content: "\EC02";
}
.bxs-ball:before {
  content: "\EC03";
}
.bxs-band-aid:before {
  content: "\EC04";
}
.bxs-bank:before {
  content: "\EC05";
}
.bxs-bar-chart-alt-2:before {
  content: "\EC06";
}
.bxs-bar-chart-square:before {
  content: "\EC07";
}
.bxs-barcode:before {
  content: "\EC08";
}
.bxs-basket:before {
  content: "\EC09";
}
.bxs-bath:before {
  content: "\EC0A";
}
.bxs-battery:before {
  content: "\EC0B";
}
.bxs-battery-charging:before {
  content: "\EC0C";
}
.bxs-battery-full:before {
  content: "\EC0D";
}
.bxs-battery-low:before {
  content: "\EC0E";
}
.bxs-bed:before {
  content: "\EC0F";
}
.bxs-been-here:before {
  content: "\EC10";
}
.bxs-beer:before {
  content: "\EC11";
}
.bxs-bell:before {
  content: "\EC12";
}
.bxs-bell-minus:before {
  content: "\EC13";
}
.bxs-bell-off:before {
  content: "\EC14";
}
.bxs-bell-plus:before {
  content: "\EC15";
}
.bxs-bell-ring:before {
  content: "\EC16";
}
.bxs-bible:before {
  content: "\EC17";
}
.bxs-bolt:before {
  content: "\EC18";
}
.bxs-bolt-circle:before {
  content: "\EC19";
}
.bxs-bomb:before {
  content: "\EC1A";
}
.bxs-book:before {
  content: "\EC1B";
}
.bxs-book-bookmark:before {
  content: "\EC1C";
}
.bxs-book-content:before {
  content: "\EC1D";
}
.bxs-bookmark:before {
  content: "\EC1E";
}
.bxs-bookmark-minus:before {
  content: "\EC1F";
}
.bxs-bookmark-plus:before {
  content: "\EC20";
}
.bxs-bookmarks:before {
  content: "\EC21";
}
.bxs-bookmark-star:before {
  content: "\EC22";
}
.bxs-book-open:before {
  content: "\EC23";
}
.bxs-book-reader:before {
  content: "\EC24";
}
.bxs-bot:before {
  content: "\EC25";
}
.bxs-bowling-ball:before {
  content: "\EC26";
}
.bxs-box:before {
  content: "\EC27";
}
.bxs-briefcase:before {
  content: "\EC28";
}
.bxs-briefcase-alt:before {
  content: "\EC29";
}
.bxs-briefcase-alt-2:before {
  content: "\EC2A";
}
.bxs-brightness:before {
  content: "\EC2B";
}
.bxs-brightness-half:before {
  content: "\EC2C";
}
.bxs-brush:before {
  content: "\EC2D";
}
.bxs-brush-alt:before {
  content: "\EC2E";
}
.bxs-bug:before {
  content: "\EC2F";
}
.bxs-bug-alt:before {
  content: "\EC30";
}
.bxs-building:before {
  content: "\EC31";
}
.bxs-building-house:before {
  content: "\EC32";
}
.bxs-buildings:before {
  content: "\EC33";
}
.bxs-bulb:before {
  content: "\EC34";
}
.bxs-buoy:before {
  content: "\EC35";
}
.bxs-bus:before {
  content: "\EC36";
}
.bxs-business:before {
  content: "\EC37";
}
.bxs-bus-school:before {
  content: "\EC38";
}
.bxs-cabinet:before {
  content: "\EC39";
}
.bxs-cake:before {
  content: "\EC3A";
}
.bxs-calculator:before {
  content: "\EC3B";
}
.bxs-calendar:before {
  content: "\EC3C";
}
.bxs-calendar-alt:before {
  content: "\EC3D";
}
.bxs-calendar-check:before {
  content: "\EC3E";
}
.bxs-calendar-edit:before {
  content: "\EC3F";
}
.bxs-calendar-event:before {
  content: "\EC40";
}
.bxs-calendar-minus:before {
  content: "\EC41";
}
.bxs-calendar-plus:before {
  content: "\EC42";
}
.bxs-calendar-week:before {
  content: "\EC43";
}
.bxs-calendar-x:before {
  content: "\EC44";
}
.bxs-camera:before {
  content: "\EC45";
}
.bxs-camera-off:before {
  content: "\EC46";
}
.bxs-camera-plus:before {
  content: "\EC47";
}
.bxs-capsule:before {
  content: "\EC48";
}
.bxs-captions:before {
  content: "\EC49";
}
.bxs-car:before {
  content: "\EC4A";
}
.bxs-car-crash:before {
  content: "\EC4B";
}
.bxs-card:before {
  content: "\EC4C";
}
.bxs-caret-down-circle:before {
  content: "\EC4D";
}
.bxs-caret-left-circle:before {
  content: "\EC4E";
}
.bxs-caret-right-circle:before {
  content: "\EC4F";
}
.bxs-caret-up-circle:before {
  content: "\EC50";
}
.bxs-car-garage:before {
  content: "\EC51";
}
.bxs-car-mechanic:before {
  content: "\EC52";
}
.bxs-carousel:before {
  content: "\EC53";
}
.bxs-cart:before {
  content: "\EC54";
}
.bxs-cart-alt:before {
  content: "\EC55";
}
.bxs-car-wash:before {
  content: "\EC56";
}
.bxs-certification:before {
  content: "\EC57";
}
.bxs-chalkboard:before {
  content: "\EC58";
}
.bxs-chart:before {
  content: "\EC59";
}
.bxs-chat:before {
  content: "\EC5A";
}
.bxs-checkbox:before {
  content: "\EC5B";
}
.bxs-checkbox-checked:before {
  content: "\EC5C";
}
.bxs-check-circle:before {
  content: "\EC5D";
}
.bxs-check-shield:before {
  content: "\EC5E";
}
.bxs-check-square:before {
  content: "\EC5F";
}
.bxs-chess:before {
  content: "\EC60";
}
.bxs-chip:before {
  content: "\EC61";
}
.bxs-circle:before {
  content: "\EC62";
}
.bxs-city:before {
  content: "\EC63";
}
.bxs-clinic:before {
  content: "\EC64";
}
.bxs-cloud:before {
  content: "\EC65";
}
.bxs-cloud-download:before {
  content: "\EC66";
}
.bxs-cloud-lightning:before {
  content: "\EC67";
}
.bxs-cloud-rain:before {
  content: "\EC68";
}
.bxs-cloud-upload:before {
  content: "\EC69";
}
.bxs-coffee:before {
  content: "\EC6A";
}
.bxs-coffee-alt:before {
  content: "\EC6B";
}
.bxs-coffee-togo:before {
  content: "\EC6C";
}
.bxs-cog:before {
  content: "\EC6D";
}
.bxs-collection:before {
  content: "\EC6E";
}
.bxs-color-fill:before {
  content: "\EC6F";
}
.bxs-comment:before {
  content: "\EC70";
}
.bxs-comment-add:before {
  content: "\EC71";
}
.bxs-comment-detail:before {
  content: "\EC72";
}
.bxs-comment-dots:before {
  content: "\EC73";
}
.bxs-comment-error:before {
  content: "\EC74";
}
.bxs-compass:before {
  content: "\EC75";
}
.bxs-component:before {
  content: "\EC76";
}
.bxs-confused:before {
  content: "\EC77";
}
.bxs-contact:before {
  content: "\EC78";
}
.bxs-conversation:before {
  content: "\EC79";
}
.bxs-cool:before {
  content: "\EC7A";
}
.bxs-copy:before {
  content: "\EC7B";
}
.bxs-copy-alt:before {
  content: "\EC7C";
}
.bxs-coupon:before {
  content: "\EC7D";
}
.bxs-credit-card:before {
  content: "\EC7E";
}
.bxs-credit-card-alt:before {
  content: "\EC7F";
}
.bxs-crown:before {
  content: "\EC80";
}
.bxs-cube:before {
  content: "\EC81";
}
.bxs-cube-alt:before {
  content: "\EC82";
}
.bxs-cuboid:before {
  content: "\EC83";
}
.bxs-customize:before {
  content: "\EC84";
}
.bxs-cylinder:before {
  content: "\EC85";
}
.bxs-dashboard:before {
  content: "\EC86";
}
.bxs-data:before {
  content: "\EC87";
}
.bxs-detail:before {
  content: "\EC88";
}
.bxs-devices:before {
  content: "\EC89";
}
.bxs-dice-1:before {
  content: "\EC8A";
}
.bxs-dice-2:before {
  content: "\EC8B";
}
.bxs-dice-3:before {
  content: "\EC8C";
}
.bxs-dice-4:before {
  content: "\EC8D";
}
.bxs-dice-5:before {
  content: "\EC8E";
}
.bxs-dice-6:before {
  content: "\EC8F";
}
.bxs-direction-left:before {
  content: "\EC90";
}
.bxs-direction-right:before {
  content: "\EC91";
}
.bxs-directions:before {
  content: "\EC92";
}
.bxs-disc:before {
  content: "\EC93";
}
.bxs-discount:before {
  content: "\EC94";
}
.bxs-dish:before {
  content: "\EC95";
}
.bxs-dislike:before {
  content: "\EC96";
}
.bxs-dizzy:before {
  content: "\EC97";
}
.bxs-dock-bottom:before {
  content: "\EC98";
}
.bxs-dock-left:before {
  content: "\EC99";
}
.bxs-dock-right:before {
  content: "\EC9A";
}
.bxs-dock-top:before {
  content: "\EC9B";
}
.bxs-dollar-circle:before {
  content: "\EC9C";
}
.bxs-doughnut-chart:before {
  content: "\EC9D";
}
.bxs-down-arrow:before {
  content: "\EC9E";
}
.bxs-down-arrow-circle:before {
  content: "\EC9F";
}
.bxs-down-arrow-square:before {
  content: "\ECA0";
}
.bxs-download:before {
  content: "\ECA1";
}
.bxs-downvote:before {
  content: "\ECA2";
}
.bxs-drink:before {
  content: "\ECA3";
}
.bxs-droplet:before {
  content: "\ECA4";
}
.bxs-droplet-half:before {
  content: "\ECA5";
}
.bxs-dryer:before {
  content: "\ECA6";
}
.bxs-duplicate:before {
  content: "\ECA7";
}
.bxs-edit:before {
  content: "\ECA8";
}
.bxs-edit-alt:before {
  content: "\ECA9";
}
.bxs-edit-location:before {
  content: "\ECAA";
}
.bxs-eject:before {
  content: "\ECAB";
}
.bxs-envelope:before {
  content: "\ECAC";
}
.bxs-eraser:before {
  content: "\ECAD";
}
.bxs-error:before {
  content: "\ECAE";
}
.bxs-error-alt:before {
  content: "\ECAF";
}
.bxs-error-circle:before {
  content: "\ECB0";
}
.bxs-ev-station:before {
  content: "\ECB1";
}
.bxs-exit:before {
  content: "\ECB2";
}
.bxs-extension:before {
  content: "\ECB3";
}
.bxs-eyedropper:before {
  content: "\ECB4";
}
.bxs-face:before {
  content: "\ECB5";
}
.bxs-factory:before {
  content: "\ECB6";
}
.bxs-fast-forward-circle:before {
  content: "\ECB7";
}
.bxs-file:before {
  content: "\ECB8";
}
.bxs-file-archive:before {
  content: "\ECB9";
}
.bxs-file-blank:before {
  content: "\ECBA";
}
.bxs-file-css:before {
  content: "\ECBB";
}
.bxs-file-doc:before {
  content: "\ECBC";
}
.bxs-file-export:before {
  content: "\ECBD";
}
.bxs-file-find:before {
  content: "\ECBE";
}
.bxs-file-gif:before {
  content: "\ECBF";
}
.bxs-file-html:before {
  content: "\ECC0";
}
.bxs-file-image:before {
  content: "\ECC1";
}
.bxs-file-import:before {
  content: "\ECC2";
}
.bxs-file-jpg:before {
  content: "\ECC3";
}
.bxs-file-js:before {
  content: "\ECC4";
}
.bxs-file-json:before {
  content: "\ECC5";
}
.bxs-file-md:before {
  content: "\ECC6";
}
.bxs-file-pdf:before {
  content: "\ECC7";
}
.bxs-file-plus:before {
  content: "\ECC8";
}
.bxs-file-png:before {
  content: "\ECC9";
}
.bxs-file-txt:before {
  content: "\ECCA";
}
.bxs-film:before {
  content: "\ECCB";
}
.bxs-filter-alt:before {
  content: "\ECCC";
}
.bxs-first-aid:before {
  content: "\ECCD";
}
.bxs-flag:before {
  content: "\ECCE";
}
.bxs-flag-alt:before {
  content: "\ECCF";
}
.bxs-flag-checkered:before {
  content: "\ECD0";
}
.bxs-flame:before {
  content: "\ECD1";
}
.bxs-flask:before {
  content: "\ECD2";
}
.bxs-florist:before {
  content: "\ECD3";
}
.bxs-folder:before {
  content: "\ECD4";
}
.bxs-folder-minus:before {
  content: "\ECD5";
}
.bxs-folder-open:before {
  content: "\ECD6";
}
.bxs-folder-plus:before {
  content: "\ECD7";
}
.bxs-food-menu:before {
  content: "\ECD8";
}
.bxs-fridge:before {
  content: "\ECD9";
}
.bxs-gas-pump:before {
  content: "\ECDA";
}
.bxs-ghost:before {
  content: "\ECDB";
}
.bxs-gift:before {
  content: "\ECDC";
}
.bxs-graduation:before {
  content: "\ECDD";
}
.bxs-grid:before {
  content: "\ECDE";
}
.bxs-grid-alt:before {
  content: "\ECDF";
}
.bxs-group:before {
  content: "\ECE0";
}
.bxs-hand-down:before {
  content: "\ECE1";
}
.bxs-hand-left:before {
  content: "\ECE2";
}
.bxs-hand-right:before {
  content: "\ECE3";
}
.bxs-hand-up:before {
  content: "\ECE4";
}
.bxs-happy:before {
  content: "\ECE5";
}
.bxs-happy-alt:before {
  content: "\ECE6";
}
.bxs-happy-beaming:before {
  content: "\ECE7";
}
.bxs-happy-heart-eyes:before {
  content: "\ECE8";
}
.bxs-hdd:before {
  content: "\ECE9";
}
.bxs-heart:before {
  content: "\ECEA";
}
.bxs-heart-circle:before {
  content: "\ECEB";
}
.bxs-heart-square:before {
  content: "\ECEC";
}
.bxs-help-circle:before {
  content: "\ECED";
}
.bxs-hide:before {
  content: "\ECEE";
}
.bxs-home:before {
  content: "\ECEF";
}
.bxs-home-circle:before {
  content: "\ECF0";
}
.bxs-home-heart:before {
  content: "\ECF1";
}
.bxs-hot:before {
  content: "\ECF2";
}
.bxs-hotel:before {
  content: "\ECF3";
}
.bxs-hourglass:before {
  content: "\ECF4";
}
.bxs-hourglass-bottom:before {
  content: "\ECF5";
}
.bxs-hourglass-top:before {
  content: "\ECF6";
}
.bxs-id-card:before {
  content: "\ECF7";
}
.bxs-image:before {
  content: "\ECF8";
}
.bxs-image-add:before {
  content: "\ECF9";
}
.bxs-image-alt:before {
  content: "\ECFA";
}
.bxs-inbox:before {
  content: "\ECFB";
}
.bxs-info-circle:before {
  content: "\ECFC";
}
.bxs-info-square:before {
  content: "\ECFD";
}
.bxs-institution:before {
  content: "\ECFE";
}
.bxs-joystick:before {
  content: "\ECFF";
}
.bxs-joystick-alt:before {
  content: "\ED00";
}
.bxs-joystick-button:before {
  content: "\ED01";
}
.bxs-key:before {
  content: "\ED02";
}
.bxs-keyboard:before {
  content: "\ED03";
}
.bxs-label:before {
  content: "\ED04";
}
.bxs-landmark:before {
  content: "\ED05";
}
.bxs-landscape:before {
  content: "\ED06";
}
.bxs-laugh:before {
  content: "\ED07";
}
.bxs-layer:before {
  content: "\ED08";
}
.bxs-layer-minus:before {
  content: "\ED09";
}
.bxs-layer-plus:before {
  content: "\ED0A";
}
.bxs-layout:before {
  content: "\ED0B";
}
.bxs-left-arrow:before {
  content: "\ED0C";
}
.bxs-left-arrow-circle:before {
  content: "\ED0D";
}
.bxs-left-arrow-square:before {
  content: "\ED0E";
}
.bxs-left-down-arrow-circle:before {
  content: "\ED0F";
}
.bxs-left-top-arrow-circle:before {
  content: "\ED10";
}
.bxs-like:before {
  content: "\ED11";
}
.bxs-location-plus:before {
  content: "\ED12";
}
.bxs-lock:before {
  content: "\ED13";
}
.bxs-lock-alt:before {
  content: "\ED14";
}
.bxs-lock-open:before {
  content: "\ED15";
}
.bxs-lock-open-alt:before {
  content: "\ED16";
}
.bxs-log-in:before {
  content: "\ED17";
}
.bxs-log-in-circle:before {
  content: "\ED18";
}
.bxs-log-out:before {
  content: "\ED19";
}
.bxs-log-out-circle:before {
  content: "\ED1A";
}
.bxs-low-vision:before {
  content: "\ED1B";
}
.bxs-magic-wand:before {
  content: "\ED1C";
}
.bxs-magnet:before {
  content: "\ED1D";
}
.bxs-map:before {
  content: "\ED1E";
}
.bxs-map-alt:before {
  content: "\ED1F";
}
.bxs-map-pin:before {
  content: "\ED20";
}
.bxs-mask:before {
  content: "\ED21";
}
.bxs-megaphone:before {
  content: "\ED22";
}
.bxs-meh:before {
  content: "\ED23";
}
.bxs-meh-alt:before {
  content: "\ED24";
}
.bxs-meh-blank:before {
  content: "\ED25";
}
.bxs-memory-card:before {
  content: "\ED26";
}
.bxs-message:before {
  content: "\ED27";
}
.bxs-message-alt:before {
  content: "\ED28";
}
.bxs-message-alt-dots:before {
  content: "\ED29";
}
.bxs-message-dots:before {
  content: "\ED2A";
}
.bxs-message-rounded:before {
  content: "\ED2B";
}
.bxs-message-rounded-dots:before {
  content: "\ED2C";
}
.bxs-message-square:before {
  content: "\ED2D";
}
.bxs-message-square-dots:before {
  content: "\ED2E";
}
.bxs-microchip:before {
  content: "\ED2F";
}
.bxs-microphone:before {
  content: "\ED30";
}
.bxs-microphone-alt:before {
  content: "\ED31";
}
.bxs-microphone-off:before {
  content: "\ED32";
}
.bxs-minus-circle:before {
  content: "\ED33";
}
.bxs-minus-square:before {
  content: "\ED34";
}
.bxs-mobile:before {
  content: "\ED35";
}
.bxs-mobile-vibration:before {
  content: "\ED36";
}
.bxs-moon:before {
  content: "\ED37";
}
.bxs-mouse:before {
  content: "\ED38";
}
.bxs-mouse-alt:before {
  content: "\ED39";
}
.bxs-movie:before {
  content: "\ED3A";
}
.bxs-music:before {
  content: "\ED3B";
}
.bxs-navigation:before {
  content: "\ED3C";
}
.bxs-news:before {
  content: "\ED3D";
}
.bxs-no-entry:before {
  content: "\ED3E";
}
.bxs-note:before {
  content: "\ED3F";
}
.bxs-notepad:before {
  content: "\ED40";
}
.bxs-notification:before {
  content: "\ED41";
}
.bxs-notification-off:before {
  content: "\ED42";
}
.bxs-offer:before {
  content: "\ED43";
}
.bxs-package:before {
  content: "\ED44";
}
.bxs-paint:before {
  content: "\ED45";
}
.bxs-paint-roll:before {
  content: "\ED46";
}
.bxs-palette:before {
  content: "\ED47";
}
.bxs-paper-plane:before {
  content: "\ED48";
}
.bxs-parking:before {
  content: "\ED49";
}
.bxs-paste:before {
  content: "\ED4A";
}
.bxs-pen:before {
  content: "\ED4B";
}
.bxs-pencil:before {
  content: "\ED4C";
}
.bxs-phone:before {
  content: "\ED4D";
}
.bxs-phone-call:before {
  content: "\ED4E";
}
.bxs-phone-incoming:before {
  content: "\ED4F";
}
.bxs-phone-outgoing:before {
  content: "\ED50";
}
.bxs-photo-album:before {
  content: "\ED51";
}
.bxs-piano:before {
  content: "\ED52";
}
.bxs-pie-chart:before {
  content: "\ED53";
}
.bxs-pie-chart-alt:before {
  content: "\ED54";
}
.bxs-pie-chart-alt-2:before {
  content: "\ED55";
}
.bxs-pin:before {
  content: "\ED56";
}
.bxs-pizza:before {
  content: "\ED57";
}
.bxs-plane:before {
  content: "\ED58";
}
.bxs-plane-alt:before {
  content: "\ED59";
}
.bxs-plane-land:before {
  content: "\ED5A";
}
.bxs-planet:before {
  content: "\ED5B";
}
.bxs-plane-take-off:before {
  content: "\ED5C";
}
.bxs-playlist:before {
  content: "\ED5D";
}
.bxs-plug:before {
  content: "\ED5E";
}
.bxs-plus-circle:before {
  content: "\ED5F";
}
.bxs-plus-square:before {
  content: "\ED60";
}
.bxs-pointer:before {
  content: "\ED61";
}
.bxs-polygon:before {
  content: "\ED62";
}
.bxs-printer:before {
  content: "\ED63";
}
.bxs-purchase-tag:before {
  content: "\ED64";
}
.bxs-purchase-tag-alt:before {
  content: "\ED65";
}
.bxs-pyramid:before {
  content: "\ED66";
}
.bxs-quote-alt-left:before {
  content: "\ED67";
}
.bxs-quote-alt-right:before {
  content: "\ED68";
}
.bxs-quote-left:before {
  content: "\ED69";
}
.bxs-quote-right:before {
  content: "\ED6A";
}
.bxs-quote-single-left:before {
  content: "\ED6B";
}
.bxs-quote-single-right:before {
  content: "\ED6C";
}
.bxs-radiation:before {
  content: "\ED6D";
}
.bxs-radio:before {
  content: "\ED6E";
}
.bxs-receipt:before {
  content: "\ED6F";
}
.bxs-rectangle:before {
  content: "\ED70";
}
.bxs-rename:before {
  content: "\ED71";
}
.bxs-report:before {
  content: "\ED72";
}
.bxs-rewind-circle:before {
  content: "\ED73";
}
.bxs-right-arrow:before {
  content: "\ED74";
}
.bxs-right-arrow-circle:before {
  content: "\ED75";
}
.bxs-right-arrow-square:before {
  content: "\ED76";
}
.bxs-right-down-arrow-circle:before {
  content: "\ED77";
}
.bxs-right-top-arrow-circle:before {
  content: "\ED78";
}
.bxs-rocket:before {
  content: "\ED79";
}
.bxs-ruler:before {
  content: "\ED7A";
}
.bxs-sad:before {
  content: "\ED7B";
}
.bxs-save:before {
  content: "\ED7C";
}
.bxs-school:before {
  content: "\ED7D";
}
.bxs-search:before {
  content: "\ED7E";
}
.bxs-search-alt-2:before {
  content: "\ED7F";
}
.bxs-select-multiple:before {
  content: "\ED80";
}
.bxs-send:before {
  content: "\ED81";
}
.bxs-server:before {
  content: "\ED82";
}
.bxs-shapes:before {
  content: "\ED83";
}
.bxs-share:before {
  content: "\ED84";
}
.bxs-share-alt:before {
  content: "\ED85";
}
.bxs-shield:before {
  content: "\ED86";
}
.bxs-shield-alt-2:before {
  content: "\ED87";
}
.bxs-ship:before {
  content: "\ED88";
}
.bxs-shocked:before {
  content: "\ED89";
}
.bxs-shopping-bag:before {
  content: "\ED8A";
}
.bxs-shopping-bag-alt:before {
  content: "\ED8B";
}
.bxs-show:before {
  content: "\ED8C";
}
.bxs-skip-next-circle:before {
  content: "\ED8D";
}
.bxs-skip-previous-circle:before {
  content: "\ED8E";
}
.bxs-skull:before {
  content: "\ED8F";
}
.bxs-sleepy:before {
  content: "\ED90";
}
.bxs-slideshow:before {
  content: "\ED91";
}
.bxs-smile:before {
  content: "\ED92";
}
.bxs-sort-alt:before {
  content: "\ED93";
}
.bxs-spa:before {
  content: "\ED94";
}
.bxs-spray-can:before {
  content: "\ED95";
}
.bxs-spreadsheet:before {
  content: "\ED96";
}
.bxs-square:before {
  content: "\ED97";
}
.bxs-square-rounded:before {
  content: "\ED98";
}
.bxs-star:before {
  content: "\ED99";
}
.bxs-star-half:before {
  content: "\ED9A";
}
.bxs-sticker:before {
  content: "\ED9B";
}
.bxs-stopwatch:before {
  content: "\ED9C";
}
.bxs-store:before {
  content: "\ED9D";
}
.bxs-store-alt:before {
  content: "\ED9E";
}
.bxs-sun:before {
  content: "\ED9F";
}
.bxs-tachometer:before {
  content: "\EDA0";
}
.bxs-tag:before {
  content: "\EDA1";
}
.bxs-tag-x:before {
  content: "\EDA2";
}
.bxs-taxi:before {
  content: "\EDA3";
}
.bxs-tennis-ball:before {
  content: "\EDA4";
}
.bxs-terminal:before {
  content: "\EDA5";
}
.bxs-thermometer:before {
  content: "\EDA6";
}
.bxs-time:before {
  content: "\EDA7";
}
.bxs-time-five:before {
  content: "\EDA8";
}
.bxs-timer:before {
  content: "\EDA9";
}
.bxs-tired:before {
  content: "\EDAA";
}
.bxs-toggle-left:before {
  content: "\EDAB";
}
.bxs-toggle-right:before {
  content: "\EDAC";
}
.bxs-tone:before {
  content: "\EDAD";
}
.bxs-torch:before {
  content: "\EDAE";
}
.bxs-to-top:before {
  content: "\EDAF";
}
.bxs-traffic:before {
  content: "\EDB0";
}
.bxs-traffic-barrier:before {
  content: "\EDB1";
}
.bxs-traffic-cone:before {
  content: "\EDB2";
}
.bxs-train:before {
  content: "\EDB3";
}
.bxs-trash:before {
  content: "\EDB4";
}
.bxs-trash-alt:before {
  content: "\EDB5";
}
.bxs-tree:before {
  content: "\EDB6";
}
.bxs-trophy:before {
  content: "\EDB7";
}
.bxs-truck:before {
  content: "\EDB8";
}
.bxs-t-shirt:before {
  content: "\EDB9";
}
.bxs-up-arrow:before {
  content: "\EDBA";
}
.bxs-up-arrow-circle:before {
  content: "\EDBB";
}
.bxs-up-arrow-square:before {
  content: "\EDBC";
}
.bxs-upside-down:before {
  content: "\EDBD";
}
.bxs-upvote:before {
  content: "\EDBE";
}
.bxs-user:before {
  content: "\EDBF";
}
.bxs-user-badge:before {
  content: "\EDC0";
}
.bxs-user-check:before {
  content: "\EDC1";
}
.bxs-user-circle:before {
  content: "\EDC2";
}
.bxs-user-detail:before {
  content: "\EDC3";
}
.bxs-user-minus:before {
  content: "\EDC4";
}
.bxs-user-pin:before {
  content: "\EDC5";
}
.bxs-user-plus:before {
  content: "\EDC6";
}
.bxs-user-rectangle:before {
  content: "\EDC7";
}
.bxs-user-voice:before {
  content: "\EDC8";
}
.bxs-user-x:before {
  content: "\EDC9";
}
.bxs-vial:before {
  content: "\EDCA";
}
.bxs-video:before {
  content: "\EDCB";
}
.bxs-video-off:before {
  content: "\EDCC";
}
.bxs-video-plus:before {
  content: "\EDCD";
}
.bxs-video-recording:before {
  content: "\EDCE";
}
.bxs-videos:before {
  content: "\EDCF";
}
.bxs-volume:before {
  content: "\EDD0";
}
.bxs-volume-full:before {
  content: "\EDD1";
}
.bxs-volume-low:before {
  content: "\EDD2";
}
.bxs-volume-mute:before {
  content: "\EDD3";
}
.bxs-wallet:before {
  content: "\EDD4";
}
.bxs-wallet-alt:before {
  content: "\EDD5";
}
.bxs-washer:before {
  content: "\EDD6";
}
.bxs-watch:before {
  content: "\EDD7";
}
.bxs-watch-alt:before {
  content: "\EDD8";
}
.bxs-webcam:before {
  content: "\EDD9";
}
.bxs-widget:before {
  content: "\EDDA";
}
.bxs-wine:before {
  content: "\EDDB";
}
.bxs-wink-smile:before {
  content: "\EDDC";
}
.bxs-wink-tongue:before {
  content: "\EDDD";
}
.bxs-wrench:before {
  content: "\EDDE";
}
.bxs-x-circle:before {
  content: "\EDDF";
}
.bxs-x-square:before {
  content: "\EDE0";
}
.bxs-yin-yang:before {
  content: "\EDE1";
}
.bxs-zap:before {
  content: "\EDE2";
}
.bxs-zoom-in:before {
  content: "\EDE3";
}
.bxs-zoom-out:before {
  content: "\EDE4";
}
body {
  font-family: Poppins, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #0e314c;
  display: inline-block;
  transition: 0.5s;
  outline: 0 !important;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0f1b41;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
p {
  color: #6084a4;
  line-height: normal;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-16 {
  padding-bottom: 16px;
}
.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 8px !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.bg-f7fafd {
  background-color: #f7fafd;
}
.bg-f9f6f6 {
  background-color: #f9f6f6;
}
.bg-f9fafb {
  background-color: #f9fafb;
}
.bg-0f054b {
  background-color: #0f054b;
}
.bg-ffffff {
  background-color: #fff;
}
.cart-float {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  border-radius: 66%;
  position: fixed;
  bottom: 96px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 5000;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.cart-float span {
  transition: 0.5s;
  position: absolute;
  top: -8px;
  right: -6px;
  color: #db3235;
  font-size: 18px;
}
#mainForm {
  display: none;
}
#mainForm .modal-dialog {
  max-width: 420px;
}
#mainForm .modal-content {
  overflow-y: scroll;
  max-height: calc(100vh - 48px);
}
#mainForm .modal-content .row {
  margin: 0;
}
#mainForm .section-title {
  margin-bottom: 16px;
}
#mainForm .hCalc {
  height: calc(100vh - 48px);
}
#mainForm #contactForm,
#mainForm #contactForm .btn {
  margin-top: 0;
}
#mainForm .load {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: flex;
}
#loader,
#mainForm .load {
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
#loader {
  height: 100%;
  display: none;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 100%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  position: fixed;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  z-index: 800;
}
#loader .spinner {
  border: 4px solid transparent;
  border-top-color: #db3235;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 0.5s linear infinite;
  background: #fff;
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.4);
}
#loader .spinner.inline {
  border-width: 1px;
  height: 20px;
  width: 20px;
  border-color: #db3235 transparent transparent;
}
@media (max-width: 736px) {
  #loader .spinner.inline {
    box-shadow: none;
    position: absolute;
    top: 8px;
    right: 24px;
  }
}
.quantity {
  display: inline-block;
}
.quantity input {
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  background: #fff;
  height: 45px;
  padding: 15px;
  width: 80px;
  outline: 0;
  font-size: 20px;
}
.quantity .minus-btn {
  height: 45px;
  display: inline-block;
  line-height: 47px;
  padding-right: 0;
  border: 1px solid #eee;
  border-right: none;
  cursor: pointer;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.quantity .minus-btn span svg {
  width: 20px;
  height: 16px;
}
.quantity .plus-btn {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border: 1px solid #eee;
  border-left: none;
  cursor: pointer;
  padding-right: 8px;
  position: relative;
  top: -2px;
}
.quantity .plus-btn svg {
  width: 20px;
  height: 16px;
}
.price-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #f7fafd;
}
.price-container p {
  text-align: center;
  margin: 0;
}
.price-container .price {
  font-size: 14px;
  margin: 60px 0 12px;
}
.price-container .price strong {
  font-size: 24px;
}
.price-container a {
  width: 100%;
}
.loadingGif {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
  background: #d6d6d6 !important;
  transition: 0.5s;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0f1b41 !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #0f1b41;
  box-shadow: none;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background: #db3235;
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.focus,
.btn-primary .show > .btn-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}
.btn-primary .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #0e314c;
  transform: translateY(-5px);
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0f1b41;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  opacity: 1;
}
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background: #0e314c;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn {
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 600;
  font-size: 14px;
}
.btn:after,
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  background: #db3235;
  z-index: -1;
}
.btn:after {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.btn:before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.btn:hover:after,
.btn:hover:before {
  width: 50%;
}
.btn.btn-secondary {
  text-transform: capitalize;
  border-radius: 0;
  background-color: #0f1b41;
  padding: 13px 30px;
  box-shadow: 5px 5px 5px #a6f5be;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-secondary:after,
.btn.btn-secondary:before {
  border-radius: 0;
  background: #db3235;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f1b41;
  border-color: #0f1b41;
}
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: 5px 5px 5px #e9caf5;
}
.btn.btn-secondary:focus {
  color: #fff;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  box-shadow: 5px 5px 5px #e9caf5;
}
.form-group {
  margin-bottom: 18px;
}
label {
  margin-bottom: 10px;
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
}
.form-control {
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  background: #eee;
  transition: 0.5s;
}
.form-control:focus {
  outline: 0;
  background: #fff;
  box-shadow: unset;
  border-color: #0f1b41;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
}
.section-title p {
  max-width: 520px;
  margin: 0 auto;
}
.section-title .bar {
  height: 5px;
  width: 90px;
  background: #6084a4;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.section-title .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #db3235;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.section-title .sub-title {
  display: inline-block;
  color: #db3235;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #0f1b41;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  position: absolute;
  right: 0;
  left: 0;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  top: 50%;
  margin: -75px auto 0;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes movebounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}
.hosting-boxes-area {
  background-color: #032b8d;
  margin-top: 0;
}
.hosting-boxes-area .single-box {
  padding-left: 15px;
  padding-right: 15px;
}
.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  transition: 0.5s;
}
.single-box.mini {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  margin-bottom: 40px;
  border: none;
  cursor: pointer;
}
.single-box.mini h3 {
  margin: 0;
  font-size: 16px;
}
.single-box.mini .icon {
  max-width: 40px;
  max-height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 16px;
}
.single-box.mini .icon svg {
  max-width: 18px;
}
.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #0f1b41;
  transition: 0.5s;
}
.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 11px;
  transition: 0.5s;
}
.single-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-box a,
.single-box p {
  transition: 0.5s;
}
.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}
.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}
.single-box.bg-c679e3 {
  border-color: #edc3fc;
}
.single-box.bg-c679e3 .icon {
  color: #db3235;
  background: #edc3fc;
}
.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}
.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-box:hover {
  transform: translateY(-9px);
  border-color: transparent;
}
.single-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-box:hover .icon {
  background: #fff;
  color: #0f1b41;
}
.single-box:hover a,
.single-box:hover h3,
.single-box:hover p {
  color: #fff;
}
.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}
.single-box:hover.bg-c679e3 .icon {
  color: #db3235;
}
.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}
.about-content .section-title {
  text-align: left;
  margin-bottom: 18px;
}
.about-content .section-title .bar {
  margin-right: 0;
  margin-left: 0;
}
.about-content .section-title p {
  margin: 0;
}
.about-content ul {
  list-style: inside;
  padding: 0;
}
.about-content ul li {
  color: #6084a4;
  padding-bottom: 12px;
}
.about-inner-area {
  margin-top: 60px;
}
.about-inner-area .about-text h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.why-choose-us {
  background: transparent
    url(/home/static/banner-bg1-c8e7f324943288541bc1cbb21e1f7c19.jpg) 100% 0
    no-repeat;
  position: relative;
  z-index: 1;
}
.why-choose-us .section-title {
  text-align: left;
}
.why-choose-us .section-title .bar,
.why-choose-us .section-title p {
  margin-left: 0;
  margin-right: 0;
}
.why-choose-us-image {
  position: relative;
  text-align: center;
}
.why-choose-us-image .main-pic {
  display: none;
}
.why-choose-us-image img:first-child {
  position: relative;
  left: -20px;
}
.why-choose-us-image img:nth-child(3) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  animation-duration: 14s;
}
.why-choose-us-image.single-why-choose-us-image img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.col-lg-6 .col-lg-6:first-child .single-why-choose-us {
  margin-top: 60px;
}
.col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
  margin-top: 0;
}
.col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
  margin-top: -30px;
}
.single-why-choose-us {
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  transition: 0.5s;
  margin-top: 30px;
}
.single-why-choose-us .icon {
  color: #0f1b41;
  transition: 0.5s;
}
.single-why-choose-us .icon i:before {
  font-size: 45px;
}
.single-why-choose-us h3 {
  font-size: 18px;
  transition: 0.5s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-why-choose-us:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-why-choose-us p {
  transition: 0.5s;
}
.single-why-choose-us:hover {
  transform: translateY(-9px);
  border-color: transparent;
}
.single-why-choose-us:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-why-choose-us:hover .icon,
.single-why-choose-us:hover h3,
.single-why-choose-us:hover p {
  color: #fff;
}
.services-area {
  overflow: hidden;
}
.services-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.services-content .section-title p {
  margin: 0;
}
.services-content .row {
  margin-left: -8px;
  margin-right: -8px;
}
.services-content .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.services-content .box {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  display: block;
  padding: 15px 12px;
  color: #6084a4;
  font-weight: 500;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.services-content .box:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}
.services-content .box svg {
  margin-right: 5px;
  display: inline-block;
  color: #db3235;
  transition: 0.5s;
  width: 18px;
}
.services-content .box:hover {
  color: #fff;
  transform: translateY(-10px);
}
.services-content .box:hover:before {
  opacity: 1;
  visibility: visible;
}
.services-content .box:hover:before svg,
.services-content .box:hover svg {
  color: #fff;
}
.services-right-image {
  position: relative;
}
.services-right-image img {
  position: absolute;
}
.services-right-image img:first-child {
  left: 22%;
  top: -85px;
  z-index: 1;
}
.services-right-image img:nth-child(2) {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -52px;
}
.services-right-image img:nth-child(3) {
  left: 44%;
  top: -33px;
  z-index: 1;
}
.services-right-image img:nth-child(4) {
  right: 38%;
  z-index: 1;
  top: -220px;
}
.services-right-image img:nth-child(5) {
  z-index: 1;
  right: 24%;
  top: 8px;
}
.services-right-image img:nth-child(6) {
  left: 29%;
  top: 0;
  z-index: 1;
}
.services-right-image img:nth-child(7) {
  right: 44%;
  top: -78px;
  z-index: 1;
}
.services-right-image img:nth-child(8) {
  right: 30%;
  top: -134px;
  z-index: 1;
}
.services-right-image img:nth-child(9) {
  right: 31%;
  top: -21px;
  z-index: 1;
}
.services-right-image img:nth-child(10) {
  right: 24%;
  top: -80px;
}
.services-right-image img:nth-child(11) {
  left: 27%;
  top: -60px;
  z-index: 2;
}
.services-right-image img:nth-child(12) {
  right: 28%;
  z-index: 1;
  top: -54px;
}
.services-right-image img:nth-child(13) {
  left: 31%;
  top: -105px;
  z-index: 1;
}
.services-right-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-right-image img:last-child {
  display: none;
}
.services-right-image.single-right-image img {
  display: block;
}
.services-right-image.single-right-image img:first-child {
  top: -60px;
}
.services-right-image.single-right-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}
.services-left-image {
  position: relative;
}
.services-left-image img {
  position: absolute;
}
.services-left-image img:first-child {
  left: 15%;
  top: -98px;
}
.services-left-image img:nth-child(2) {
  left: 0;
  top: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.services-left-image img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: -55px;
}
.services-left-image img:nth-child(4) {
  left: 55px;
  top: -38px;
  z-index: 1;
}
.services-left-image img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: -66px;
}
.services-left-image img:nth-child(6) {
  right: 19%;
  top: -41px;
  z-index: 2;
}
.services-left-image img:nth-child(7) {
  right: 97px;
  top: 40px;
  z-index: 1;
}
.services-left-image img:nth-child(8) {
  right: 23%;
  top: -175px;
  z-index: 2;
}
.services-left-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.services-left-image img:last-child {
  display: none;
}
.services-left-image.d img {
  display: block;
}
.services-left-image.d img:first-child {
  top: -60px;
}
.services-left-image.d img:last-child {
  position: relative;
  left: 0;
  top: 0;
}
.single-services-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px 20px;
}
.single-services-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-services-box .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #0f1b41;
  transition: 0.5s;
}
.single-services-box .icon.bg-c679e3 {
  color: #db3235;
  background: #edc3fc;
}
.single-services-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-services-box:after,
.single-services-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #0f1b41;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: 0.5s;
}
.single-services-box:before {
  left: 0;
}
.single-services-box:after {
  right: 0;
}
.single-services-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-services-box:hover .icon {
  background: #0f1b41;
  color: #fff;
}
.single-services-box:hover .icon.bg-c679e3 {
  background: #db3235;
}
.single-services-box:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-services-box:hover:after,
.single-services-box:hover:before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.services-area-two {
  padding-bottom: 50px;
}
.services-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}
.services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 5px;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-desc .services-details-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 12px 51px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #0f1b41;
  color: #fff;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #e1e1e1;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active
  i:before {
  content: "\F10F";
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
}
.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}
.services-details-area .separate {
  margin-top: 80px;
}
.services-details-image {
  text-align: center;
}
.features-area {
  padding-bottom: 50px;
}
.features-area .yoga .main-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-area .yoga .main-pic img {
  width: 324px;
  height: 210px;
}
.features-area .yoga .svg-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features-area .yoga .svg-pic img {
  width: 120px;
  margin-bottom: 16px;
}
.features-area .yoga p {
  height: 124px;
}
.features-area .yoga h2 {
  margin-top: 8px;
  height: 56px;
}
.features-area-two {
  overflow: hidden;
}
.single-features {
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  background: #fff;
  margin-bottom: 30px;
  height: 200px;
  padding: 30px 20px 30px 95px;
}
.single-features h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #0f1b41;
  left: 20px;
  top: 30px;
  transition: 0.5s;
}
.single-features .icon.bg-c679e3 {
  color: #db3235;
  background: #edc3fc;
}
.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-features:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-features:hover .icon {
  background: #0f1b41;
  color: #fff;
}
.single-features:hover .icon.bg-c679e3 {
  background: #db3235;
}
.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.hosting-features-area {
  padding-bottom: 50px;
}
.single-hosting-features {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.5s;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
}
.single-hosting-features h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-hosting-features .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  display: inline-block;
  border-radius: 50%;
  color: #0f1b41;
  transition: 0.5s;
}
.single-hosting-features .icon.bg-c679e3 {
  color: #db3235;
  background: #edc3fc;
}
.single-hosting-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}
.single-hosting-features:after,
.single-hosting-features:before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #0f1b41;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: 0.5s;
}
.single-hosting-features:before {
  left: 0;
}
.single-hosting-features:after {
  right: 0;
}
.single-hosting-features:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-hosting-features:hover .icon {
  background: #0f1b41;
  color: #fff;
}
.single-hosting-features:hover .icon.bg-c679e3 {
  background: #db3235;
}
.single-hosting-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}
.single-hosting-features:hover:after,
.single-hosting-features:hover:before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}
.features-details-desc h3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.features-details-desc .features-details-list {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}
.features-details-desc .features-details-list li {
  margin-bottom: 12px;
  color: #6084a4;
  position: relative;
  padding-left: 15px;
}
.features-details-desc .features-details-list li:before {
  background: #0f1b41;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}
.features-details-desc .features-details-list li:last-child {
  margin-bottom: 0;
}
.features-details-desc .features-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}
.features-details-desc .features-details-accordion .accordion .accordion-item {
  display: block;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 5px;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.features-details-desc .features-details-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 12px 51px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #0f1b41;
  color: #fff;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title
  i:before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 15px;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #e1e1e1;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title.active
  i:before {
  content: "\F10F";
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
}
.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}
.features-details-area .separate {
  margin-top: 80px;
}
.features-details-image {
  text-align: center;
}
.team-area {
  padding-bottom: 50px;
}
.single-team,
.team-area .owl-dots {
  margin-bottom: 30px;
}
.single-team {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}
.single-team .team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-image img {
  border: 3px solid #cdf1d8;
  width: auto !important;
  border-radius: 50%;
  display: inline-block !important;
  transition: 0.5s;
}
.single-team .team-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #f9f6f6;
  height: 10px;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}
.single-team .team-content {
  padding-left: 35px;
  padding-right: 35px;
}
.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-team .team-content ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-team .team-content ul li a {
  color: #db3235;
}
.single-team .team-content ul li a:hover {
  transform: translateY(-5px);
  color: #0f1b41;
}
.single-team .team-content ul li a svg {
  width: 19px;
}
.single-team .team-content p {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-team .team-info {
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  transition: 0.5s;
  padding: 10px 15px;
  border-radius: 75px;
  margin: 25px 10px;
}
.single-team .team-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.single-team .team-info span {
  color: #fff;
  font-size: 13px;
}
.single-team:hover {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-team:hover .team-image:before {
  height: 0;
}
.single-team:hover .team-image img {
  border-color: #0f1b41;
}
.single-team:hover .team-info {
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
}
.works-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.single-works {
  position: relative;
  margin-bottom: 30px;
}
.single-works:before {
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  z-index: 1;
}
.single-works .icon,
.single-works:before {
  position: absolute;
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-works .icon {
  border-radius: 50%;
  right: 20px;
  background: #fff;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  z-index: 2;
}
.single-works .icon svg {
  width: 19px;
}
.single-works .icon:hover {
  background: #0e314c;
  color: #fff;
}
.single-works .works-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 20px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.single-works .works-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-works .works-content h3 a,
.single-works .works-content p {
  color: #fff;
}
.single-works:hover:before {
  opacity: 0.8;
  visibility: visible;
}
.single-works:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 20px;
}
.single-works:hover .works-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.funfacts-area {
  position: relative;
  z-index: 1;
}
.funfacts-area .section-title h2 {
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.3;
}
.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.funfact {
  text-align: center;
}
.funfact h3 {
  color: #0f1b41;
  font-size: 32px;
  margin-bottom: 7px;
}
.funfact p {
  line-height: normal;
}
.contact-cta-box {
  margin: 80px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 30px 210px 30px 30px;
  border-radius: 5px;
  position: relative;
}
.contact-cta-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-cta-box p {
  margin-bottom: 0;
}
.contact-cta-box .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -27px;
}
.contact-cta-box .btn:after,
.contact-cta-box .btn:before {
  background: #0f1b41;
}
.contact-cta-box .btn-primary {
  background: #db3235;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.contact-cta-box .btn-primary:focus,
.contact-cta-box .btn-primary:hover {
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.pricing-area {
  position: relative;
  z-index: 1;
}
.pricing-table {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  transition: 0.5s;
}
.pricing-table .pricing-header {
  background: #fff;
  position: relative;
  padding: 30px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eee;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}
.pricing-table .pricing-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
.pricing-table .pricing-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.5s;
  margin-bottom: 0;
}
.pricing-table .price {
  margin-bottom: 30px;
}
.pricing-table .price span {
  color: #0f1b41;
  font-size: 30px;
  font-weight: 600;
}
.pricing-table .price span sup {
  font-weight: 500;
}
.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.pricing-table .pricing-features ul li {
  color: #ccdcea;
  margin-bottom: 12px;
  text-decoration: line-through;
}
.pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.pricing-table .pricing-features ul li.active {
  color: #6084a4;
  text-decoration: none;
}
.pricing-table:hover {
  transform: translateY(-10px);
}
.pricing-table:hover .pricing-header:before {
  opacity: 1;
  visibility: visible;
}
.pricing-table:hover .pricing-header h3 {
  color: #fff;
}
.pricing-table.active-plan .pricing-header:before {
  opacity: 1;
  visibility: visible;
}
.pricing-table.active-plan .pricing-header h3 {
  color: #fff;
}
.pricing-table.active-plan .btn-primary {
  background: #db3235;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.pricing-table.active-plan .btn-primary:after,
.pricing-table.active-plan .btn-primary:before {
  background: #0f1b41;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.single-pricing-table {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 35px;
  transition: 0.5s;
}
.single-pricing-table .pricing-header svg {
  transform: scale(1.7);
}
.single-pricing-table .pricing-header h3 {
  text-transform: uppercase;
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: 500;
}
.single-pricing-table .price {
  margin-bottom: 20px;
}
.single-pricing-table .price span {
  color: #0f1b41;
  font-size: 30px;
  font-weight: 600;
}
.single-pricing-table .price span sup {
  font-weight: 500;
}
.single-pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}
.single-pricing-table .pricing-features ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.single-pricing-table .pricing-features ul li {
  color: #6084a4;
  margin-bottom: 12px;
}
.single-pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features ul li svg {
  width: 15px;
}
.single-pricing-table.active-plan .btn-primary {
  background: #db3235;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.single-pricing-table.active-plan .btn-primary:after,
.single-pricing-table.active-plan .btn-primary:before {
  background: #0f1b41;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.domain-search-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.domain-search-content h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.domain-search-content form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
}
.domain-search-content form .form-control {
  background-color: #fff;
  border: none;
  height: 55px;
  padding-left: 20px;
  float: left;
  width: 63%;
}
.domain-search-content form .domain-select {
  float: left;
  width: 15%;
  padding-right: 20px;
}
.domain-search-content form .domain-select .form-control {
  padding: 0;
  float: unset;
  width: 100%;
  cursor: pointer;
  height: 55px;
}
.domain-search-content form button {
  box-shadow: unset !important;
  float: left;
  width: 22%;
  height: 55px;
  border-radius: 30px;
  background-color: #0f1b41;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 600;
  font-size: 14px;
}
.domain-search-content form button:focus,
.domain-search-content form button:hover {
  background-color: #db3235;
}
.domain-search-content ul {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.domain-search-content ul li {
  display: block;
  flex: 1 1;
  font-weight: 500;
  border-left: 1px solid #eee;
}
.domain-search-content ul li:first-child {
  border-left: none;
}
.feedback-area {
  position: relative;
  z-index: 1;
}
.feedback-slides {
  max-width: 750px;
  margin: 0 auto;
}
.feedback-slides,
.feedback-slides .client-feedback {
  position: relative;
}
.feedback-slides .client-feedback .single-feedback {
  background: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 60px;
  padding: 40px 40px 40px 170px;
}
.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 40px;
  top: 40px;
}
.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #0f1b41;
  padding: 3px;
}
.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 18px;
  margin: 0;
}
.feedback-slides .client-feedback .single-feedback span {
  display: block;
  color: #db3235;
  margin-top: 8px;
  margin-bottom: 18px;
}
.feedback-slides .client-feedback .single-feedback p {
  font-size: 15px;
}
.feedback-slides .client-feedback .single-feedback:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 85px;
}
.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #0f1b41;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}
.feedback-slides .client-thumbnails .item:hover .img-fill img,
.feedback-slides .client-thumbnails .slick-center .img-fill img {
  opacity: 1;
}
.feedback-slides .next-arrow,
.feedback-slides .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #5e5e5e;
  border: 2px solid #5e5e5e;
  z-index: 1;
  border-radius: 50%;
  line-height: 30px;
  outline: 0 !important;
  transition: 0.5s;
}
.feedback-slides .next-arrow:before,
.feedback-slides .prev-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 50%;
}
.feedback-slides .next-arrow svg,
.feedback-slides .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}
.feedback-slides .next-arrow:hover,
.feedback-slides .prev-arrow:hover {
  color: #fff;
  border-color: #0f1b41;
}
.feedback-slides .next-arrow:hover:before,
.feedback-slides .prev-arrow:hover:before {
  opacity: 1;
  visibility: visible;
}
.feedback-slides .next-arrow {
  right: -20px;
}
.feedback-slides .prev-arrow {
  left: -20px;
}
.testimonials-slides {
  background-color: #f7fbfe;
  max-width: 850px;
  margin: 90px auto 30px;
  position: relative;
  z-index: 1;
}
.testimonials-slides:before {
  left: -30px;
  top: -30px;
}
.testimonials-slides:after,
.testimonials-slides:before {
  position: absolute;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(/home/static/layer-e7c5b64113060f5a81b2364eb8e05935.png);
}
.testimonials-slides:after {
  right: -30px;
  bottom: -30px;
}
.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px !important;
  height: 18px !important;
  background: transparent !important;
  border: 2px solid #d6d6d6;
  position: relative;
  margin: 0 3px !important;
  transition: 0.5s;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span:before {
  background: #d6d6d6;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #0f1b41;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span:before,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span:before {
  background: #0f1b41;
}
.single-feedback-item {
  padding: 40px 130px 90px;
  text-align: center;
  background-color: #f7fbfe;
  position: relative;
}
.single-feedback-item .client-info {
  display: flex;
  width: 100%;
  text-align: left;
  max-width: 280px;
  margin: 0 auto 25px;
}
.single-feedback-item .client-info .image {
  padding-right: 20px;
}
.single-feedback-item .client-info .image img {
  display: inline-block !important;
  width: 75px;
  border-radius: 50%;
  border: 3px solid #0f1b41;
}
.single-feedback-item .client-info .title h3 {
  font-size: 18px;
  margin: 0;
}
.single-feedback-item .client-info .title span {
  display: block;
  margin-top: 8px;
  color: #db3235;
}
.single-feedback-item p {
  font-size: 16px;
  font-style: italic;
}
.single-feedback-item:before {
  content: "\F11B";
  color: #d9dcde;
  position: absolute;
  top: 0;
  left: 25px;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
}
.ready-to-talk {
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  padding-top: 80px;
  padding-bottom: 160px;
}
.ready-to-talk h3 {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ready-to-talk p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.ready-to-talk span a {
  margin-left: 15px;
  color: #fff;
  text-decoration: underline;
}
.partner-section {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: transparent;
}
.partner-section h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.partner-section .partner-inner {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
  padding: 5px 30px 30px;
}
.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}
.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.blog-area .pagination-area,
.single-blog-post {
  margin-bottom: 30px;
}
.single-blog-post {
  position: relative;
  transition: 0.5s;
  height: 100%;
}
.single-blog-post .blog-image {
  position: relative;
}
.single-blog-post .blog-image a {
  display: block;
}
.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 50px;
}
.single-blog-post .blog-image .date svg {
  width: 15px;
  margin-right: 3px;
}
.single-blog-post .blog-post-content {
  background: #f7fafd;
  transition: 0.5s;
  height: 100%;
  padding: 45px 20px 30px 30px;
}
.single-blog-post .blog-post-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-post .blog-post-content span {
  display: block;
  color: #0e314c;
  margin: 15px 0;
  text-transform: capitalize;
}
.single-blog-post .blog-post-content span a {
  color: #6084a4;
  margin-left: 5px;
}
.single-blog-post .blog-post-content span a:hover {
  color: #0f1b41;
}
.single-blog-post .blog-post-content .read-more-btn {
  color: #0e314c;
  font-weight: 500;
}
.single-blog-post .blog-post-content .read-more-btn svg {
  transition: 0.5s;
  width: 15px;
}
.single-blog-post .blog-post-content .read-more-btn:hover {
  color: #0f1b41;
}
.single-blog-post .blog-post-content .read-more-btn:hover svg {
  margin-left: 5px;
}
.single-blog-post:hover {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-blog-post:hover .blog-post-content {
  background: #fff;
}
.woocommerce-topbar {
  background-color: #fcfbfb;
  padding: 10px 30px;
  margin-bottom: 30px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
  cursor: pointer;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 4px;
}
.single-products {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 16px;
  background-color: #fff;
}
.single-products .products-content {
  margin-top: 20px;
}
.single-products .products-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 64px;
}
.single-products .products-content ul {
  padding: 0;
  margin: 10px 0 12px;
  list-style-type: none;
}
.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
  margin: 0 3px;
}
.single-products .products-content ul li i:before {
  font-size: 15px;
}
.single-products .products-content .add-to-cart-btn {
  display: block;
  width: 100%;
  color: #0e314c;
  border: 1px solid #f9fafb;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}
.single-products .products-image {
  overflow: hidden;
  position: relative;
  padding: 16px;
}
.single-products .products-image img {
  transition: all 1.5s ease-out;
  width: 100%;
}
.single-products .products-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grey;
  content: "";
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-products .products-image ul li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.single-products .products-image ul li a {
  display: block;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.single-products .products-image ul li a svg {
  width: 20px;
}
.single-products .products-image ul li a:focus,
.single-products .products-image ul li a:hover {
  background-color: #0f1b41;
  color: #fff;
}
.single-products .products-image ul li:nth-child(3) a {
  margin-left: -15px;
}
.single-products .products-image ul li:first-child a {
  margin-right: -15px;
}
.single-products:hover .products-content .add-to-cart-btn {
  background-color: #0e314c;
  color: #fff;
}
.single-products:hover .products-image img {
  transform: scale(1.1);
}
.single-products:hover .products-image:before {
  opacity: 0.4;
  visibility: visible;
}
.single-products:hover .products-image ul {
  opacity: 1;
  visibility: visible;
}
.single-products:hover .products-image ul li:nth-child(3) a {
  margin-left: 0;
}
.single-products:hover .products-image ul li:first-child a {
  margin-right: 0;
}
.modal-dialog {
  max-width: 900px;
}
.modal {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eee;
  border-radius: 50%;
  outline: 0;
  transition: 0.5s;
}
.modal-content button.close span {
  transition: 0.5s;
}
.modal-content button.close:focus,
.modal-content button.close:hover {
  background-color: #0f1b41;
  color: #fff;
}
.modal-content button.close:focus span,
.modal-content button.close:hover span {
  color: #fff;
}
.modal-content .products-image {
  overflow: hidden;
}
.modal-content .products-image img {
  width: 100%;
}
.modal-content .products-content p {
  margin-bottom: 20px;
}
.modal-content .products-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.modal-content .products-content .price {
  margin-bottom: 15px;
}
.modal-content .products-content .price span {
  text-decoration: line-through;
  color: #6084a4;
}
.modal-content .products-content form .quantity {
  display: inline-block;
}
.modal-content .products-content form .quantity input {
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  background: #fff;
  height: 45px;
  padding: 15px;
  width: 50px;
  outline: 0;
  font-size: 20px;
}
.modal-content .products-content form .quantity .minus-btn {
  height: 45px;
  display: inline-block;
  line-height: 47px;
  padding-right: 0;
  border: 1px solid #eee;
  border-right: none;
  cursor: pointer;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.modal-content .products-content form .quantity .minus-btn span svg {
  width: 20px;
  height: 16px;
}
.modal-content .products-content form .quantity .plus-btn {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border: 1px solid #eee;
  border-left: none;
  cursor: pointer;
  padding-right: 8px;
  position: relative;
  top: -2px;
}
.modal-content .products-content form .quantity .plus-btn svg {
  width: 20px;
  height: 16px;
}
.modal-content .products-content form button {
  background: #0f1b41;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  margin-left: 10px;
  outline: 0;
  transition: 0.5s;
}
.modal-content .products-content form button:focus,
.modal-content .products-content form button:hover {
  background-color: #db3235;
  color: #fff;
}
.modal-content .products-content .product-meta {
  margin-top: 15px;
}
.modal-content .products-content .product-meta span {
  display: inline-block;
  margin-right: 8px;
}
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.products-details-image .slick-dots li {
  display: block;
  flex: 1 1;
  margin: 0 5px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li:last-child {
  margin-right: 0;
}
.products-details-image .slick-dots li:first-child {
  margin-left: 0;
}
.products-details-image .slick-thumbs {
  cursor: pointer;
}
.products-details-image .slick-thumbs .slick-slide {
  padding: 0 5px;
}
.products-details-image .slick-thumbs .slick-slide:first-child {
  margin-left: -5px;
}
.products-details-image ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.payment-methods img {
  margin-right: 5px;
}
.products-details h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.products-details .price {
  margin-bottom: 15px;
}
.products-details .price span {
  text-decoration: line-through;
  color: #6084a4;
}
.products-details .features {
  padding: 0;
}
.products-details .features li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: 500;
}
.products-details .features li svg {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  color: #db3235;
}
.products-details .rating {
  padding: 0;
  margin: 0 0 12px;
  list-style-type: none;
}
.products-details .rating li {
  display: inline-block;
  color: #eac11d;
  margin-right: 3px;
}
.products-details .rating li i:before {
  font-size: 15px;
}
.products-details .availability {
  margin-bottom: 20px;
}
.products-details .availability span {
  color: #0f1b41;
}
.products-details form .quantity {
  display: inline-block;
  padding-right: 10px;
}
.products-details form .quantity span {
  padding-right: 10px;
}
.products-details form .quantity input {
  background: #fff;
  height: 45px;
  width: 50px;
  outline: 0;
  text-align: center;
  font-size: 20px;
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
}
.products-details form .quantity .minus-btn {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  padding-right: 0;
  border: 1px solid #eee;
  border-right: none;
  cursor: pointer;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.products-details form .quantity .minus-btn span svg {
  width: 20px;
  height: 16px;
}
.products-details form .quantity .plus-btn {
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border: 1px solid #eee;
  border-left: none;
  cursor: pointer;
  padding-right: 8px;
  position: relative;
  top: -1px;
}
.products-details form .quantity .plus-btn svg {
  width: 20px;
  height: 16px;
}
.products-details form button {
  background: #0f1b41;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
}
.products-details form button:focus,
.products-details form button:hover {
  background-color: #db3235;
  color: #fff;
}
.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #0e314c;
  border: 1px solid #eee;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 42px;
}
.products-details form .add-to-wishlist-btn:focus,
.products-details form .add-to-wishlist-btn:hover {
  background-color: #db3235;
  color: #fff;
  border-color: #db3235;
}
.products-details form .buy-btn {
  margin-top: 20px;
}
.products-details form .buy-btn .btn-primary {
  background: #db3235;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.products-details form .buy-btn .btn-primary:after,
.products-details form .buy-btn .btn-primary:before {
  background: #0f1b41;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.products-details .custom-payment-options {
  margin-top: 20px;
}
.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 10px;
}
.products-details .products-share-social {
  margin-top: 25px;
}
.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
}
.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.products-details .products-share-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.products-details .products-share-social ul li a {
  width: 32px;
  text-align: center;
  line-height: 29px;
  height: 32px;
  border: 1px solid #0f1b41;
  border-radius: 50%;
  color: #0f1b41;
}
.products-details .products-share-social ul li a svg {
  width: 15px;
}
.products-details .products-share-social ul li a.whatsapp {
  border: none;
}
.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}
.products-details .products-share-social ul li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}
.products-details .products-share-social ul li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}
.products-details .products-share-social ul li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}
.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}
.products-details .products-share-social ul li a.instagram {
  border-color: #231f20;
  color: #231f20;
}
.products-details .products-share-social ul li a.instagram:hover {
  background: #231f20;
  color: #fff;
}
.products-details .products-share-social ul li a:hover {
  background: #0f1b41;
  color: #fff;
}
.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}
.products-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  margin-right: -4px;
  transition: 0.5s;
  background: #eaeaea;
  font-weight: 500;
}
.products-details-tabs #tabs li.active {
  background-color: #fff;
  position: relative;
}
.products-details-tabs #tabs li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #0f1b41;
}
.products-details-tabs #tabs li.inactive {
  background-color: #eee;
  padding: 12px 50px;
}
.products-details-tabs .content {
  display: none;
}
.products-details-tabs .content.show {
  display: block;
}
.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}
.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tabs .content .additional-information li {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: #6084a4;
}
.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eee;
}
.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}
.products-details-tabs .content .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}
.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
  max-width: 620px;
}
.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}
.products-details-tabs .content .products-reviews .review-form .form-control {
  background: transparent;
}
.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}
.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}
.products-details-tabs .content .products-reviews .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}
.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}
.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  transition: color 0.2s ease-in-out;
}
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  ~ label
  .star,
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:focus
  ~ label
  .star,
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  label:hover
  ~ label
  .star,
.products-details-tabs .content .products-reviews .star-rating svg.star:hover {
  color: #f2b01e;
}
.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  + label {
  animation: scaleup 1s;
}
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  + label
  .star {
  animation: starred 0.5s;
}
@keyframes scaleup {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes starred {
  0% {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  vertical-align: middle;
  border: none;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #6084a4;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  color: #6084a4;
  font-weight: 500;
  display: inline-block;
  max-width: 320px;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #0f1b41;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  margin-left: 25px;
  position: relative;
  top: -1px;
}
.cart-table table tbody tr td.product-subtotal .remove svg {
  width: 19px;
}
.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
}
.cart-table table tbody tr td a svg {
  color: red;
  margin-top: -2px;
  margin-left: 9px;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .btn-light {
  background-color: #eaedff;
}
.cart-buttons .btn-light:focus,
.cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active,
.cart-buttons .btn-light:hover,
.cart-buttons .btn-light:hover .show > .cart-buttons .btn-light.dropdown-toggle,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active {
  color: #fff;
}
.cart-totals {
  background: #fff;
  padding: 40px;
  max-width: 600px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}
.cart-totals h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #0e314c;
  overflow: hidden;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #6084a4;
}
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #0f1b41;
}
.user-actions svg {
  color: #0f1b41;
  margin-right: 4px;
  width: 16px;
}
.user-actions span {
  display: inline-block;
  color: #0f1b41;
}
.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0e314c;
}
.user-actions span a:focus,
.user-actions span a:hover {
  color: #0f1b41;
}
.input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
}
.input-counter span.minus-btn {
  left: 0;
}
.input-counter span.plus-btn {
  right: 0;
}
.input-counter span:hover {
  color: #0e314c;
}
.input-counter input {
  height: 45px;
  color: #000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.input-counter input::-webkit-input-placeholder {
  color: #0e314c;
}
.input-counter input:-ms-input-placeholder {
  color: #0e314c;
}
.input-counter input::-ms-input-placeholder {
  color: #0e314c;
}
.input-counter input::placeholder {
  color: #0e314c;
}
.checkout-area .title {
  font-size: 18px;
  margin-bottom: 25px;
}
.billing-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
.billing-details .form-group label {
  display: block;
  color: #6084a4;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .form-control {
  background: transparent;
}
.billing-details .form-group select {
  cursor: pointer;
}
.billing-details .form-check {
  margin-bottom: 15px;
}
.billing-details .form-check .form-check-label {
  color: #6084a4;
}
.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}
.order-details {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}
.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #6084a4;
  border-color: #eaedff;
  font-size: 14px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #6084a4;
  display: inline-block;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #0f1b41;
}
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.total-price span {
  color: #0e314c;
  font-weight: 500;
}
.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}
.order-details .payment-method p {
  font-size: 14px;
}
.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}
.order-details .payment-method p [type="radio"]:checked + label,
.order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #0e314c;
  position: relative;
  margin-bottom: 8px;
}
.order-details .payment-method p [type="radio"]:checked + label:before,
.order-details .payment-method p [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.order-details .payment-method p [type="radio"]:checked + label:after,
.order-details .payment-method p [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0f1b41;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-method p [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-method p [type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
  width: 100%;
  box-shadow: unset;
}
.order-details .btn.order-btn.btn-disabled {
  background-color: #717070;
  border-color: #717070;
  cursor: not-allowed;
  width: 100%;
}
.order-details label {
  color: #6084a4;
}
.order-details label span {
  color: red;
}
.page-title-area {
  position: relative;
  z-index: 1;
  background: transparent
    url(/home/static/banner-bg1-c8e7f324943288541bc1cbb21e1f7c19.jpg) 100% 0
    no-repeat;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 24px;
}
.page-title-area h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.faq-accordion {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}
.faq-accordion .accordion {
  border: none;
  border-radius: 0;
}
.faq-accordion .accordion .accordion__item {
  display: block;
  margin-bottom: 15px;
  border: none !important;
}
.faq-accordion .accordion .accordion__item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion__item .accordion__heading {
  outline: 0 !important;
}
.faq-accordion .accordion .accordion__item .accordion__button {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  background: #f5f9ff;
  font-size: 16px;
  font-weight: 500;
  outline: 0 !important;
}
.faq-accordion .accordion .accordion__item .accordion__panel {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 10px;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.faq-accordion .accordion .accordion__item .accordion__panel p {
  margin-bottom: 10px;
}
.faq-contact {
  margin-top: 45px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #fff;
}
.faq-contact h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.faq-contact form .btn {
  margin-top: 10px;
}
.pagination-area {
  text-align: center;
}
.pagination-area ul {
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}
.pagination-area ul .page-item .page-link {
  padding: 11px 20px;
  margin: 0 -1px;
  color: #6f8ba4;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area ul .page-item .page-link:focus,
.pagination-area ul .page-item .page-link:hover {
  color: #fff;
  background-color: #0f1b41;
  box-shadow: unset;
}
.pagination-area ul .page-item .page-link svg {
  width: 16px;
}
.pagination-area ul .page-item.active .page-link {
  color: #fff;
  background-color: #0f1b41;
}
.blog-details-area {
  position: relative;
}
.blog-details-area .blog-details {
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  background: #fff;
}
.blog-details-area .blog-details .article-img {
  position: relative;
}
.blog-details-area .blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 100px;
  right: 15px;
  height: 100px;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  background: #0f1b41;
  color: #fff;
  border-radius: 5px;
  padding-top: 18px;
  line-height: 30px;
}
.blog-details-area .blog-details .article-content {
  padding: 30px;
}
.blog-details-area .blog-details .article-content ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog-details-area .blog-details .article-content ul.category {
  margin-bottom: 25px;
}
.blog-details-area .blog-details .article-content ul.category li a,
.blog-details-area .blog-details .article-content ul.category li button {
  background: #0f1b41;
  color: #fff;
  padding: 5px 15px 3px;
  display: inline-block;
  border-radius: 3px;
}
.blog-details-area .blog-details .article-content h3 {
  font-size: 18px;
}
.blog-details-area .blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 18px;
}
.blog-details-area .blog-details .article-content .blockquote {
  background: #f7fafd;
  padding: 25px;
  border-left: 4px solid #0f1b41;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-details-area .blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 17px;
}
.blog-details-area .blog-details .article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-details-area .blog-details .article-content .share-post {
  text-align: center;
  margin-top: 30px;
}
.blog-details-area .blog-details .article-content .share-post ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #0e314c;
}
.blog-details-area .blog-details .article-content .share-post ul li a:focus,
.blog-details-area .blog-details .article-content .share-post ul li a:hover {
  color: #fff;
  border-color: #0f1b41;
  background-color: #0f1b41;
}
.blog-details-area .blog-details .article-content .share-post ul li a svg {
  width: 16px;
}
.blog-details-area .post-controls-buttons {
  overflow: hidden;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-details-area .post-controls-buttons .controls-left {
  float: left;
}
.blog-details-area .post-controls-buttons .controls-right {
  float: right;
}
.blog-details-area .post-controls-buttons div a {
  border: 1px solid #eee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
}
.blog-details-area .post-controls-buttons div a:focus,
.blog-details-area .post-controls-buttons div a:hover {
  color: #fff;
  background: #0f1b41;
  border-color: #0f1b41;
}
.blog-details-area .post-comments {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
}
.blog-details-area .post-comments h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.blog-details-area .post-comments .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}
.blog-details-area .post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}
.blog-details-area .post-comments .single-comment .comment-img img {
  border-radius: 50%;
}
.blog-details-area .post-comments .single-comment .comment-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blog-details-area .post-comments .single-comment .comment-content span {
  color: #6084a4;
}
.blog-details-area .post-comments .single-comment .comment-content p {
  margin-bottom: 15px;
}
.blog-details-area .post-comments .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
.blog-details-area .post-comments .single-comment.left-m {
  margin-left: 85px;
}
.blog-details-area .leave-a-reply {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}
.blog-details-area .leave-a-reply h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.project-details-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.project-details-image:before {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e314c;
}
.project-details-image:before,
.project-details-image svg {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.project-details-image svg {
  right: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  margin: 25px auto 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.project-details-image svg:hover {
  color: #0f1b41;
}
.project-details-image:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.project-details-image:hover svg {
  opacity: 1;
  visibility: visible;
  margin-top: -5px;
}
.project-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.project-details-desc .project-details-information {
  overflow: hidden;
}
.project-details-desc .project-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}
.project-details-desc .project-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.project-details-desc .project-details-information .single-info-box p {
  margin-bottom: 0;
}
.project-details-desc .project-details-information .single-info-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.project-details-desc .project-details-information .single-info-box ul li {
  display: inline-block;
  margin-right: 5px;
}
.project-details-desc .project-details-information .single-info-box ul li a {
  margin-right: 4px;
  color: #6084a4;
}
.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a
  svg {
  width: 18px;
}
.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a:hover {
  color: #0f1b41;
  transform: translateY(-5px);
}
.map-content {
  height: 500px;
  width: 100%;
}
.contact-info-box {
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #0f1b41;
  transition: 0.5s;
}
.contact-info-box h3 {
  font-size: 18px;
  margin: 25px 0 15px;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box p a {
  color: #6084a4;
}
.contact-info-box p a:hover {
  color: #0f1b41;
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  color: #fff;
  background: #0f1b41;
}
#contactForm .btn {
  margin-top: 10px;
}
.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(/home/static/coming-soon-3f45b45076d844723de8577574409a0c.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.coming-soon-area:before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb, #6a82fb 40%, #fc5c7d);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
}
.coming-soon-area .social-list {
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}
.coming-soon-area .social-list li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #0f1b41;
  color: #fff;
  border-radius: 50%;
}
.coming-soon-area .social-list li a svg {
  width: 15px;
}
.coming-soon-area .social-list li a.facebook {
  background-color: #3b5998;
}
.coming-soon-area .social-list li a.twitter {
  background-color: #1da1f2;
}
.coming-soon-area .social-list li a.linkedin {
  background-color: #0077b5;
}
.coming-soon-area .social-list li a.instagram {
  background-color: #c13584;
}
.coming-soon-area .social-list li a:focus,
.coming-soon-area .social-list li a:hover {
  background-color: #0f1b41;
}
.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}
.coming-soon-content h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 600;
}
.coming-soon-content p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 620px;
}
.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}
.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px hsla(0, 0%, 100%, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  outline: 0 !important;
  background: #f1f2f3;
}
.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #0f1b41;
  color: #fff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content form .submit-btn:focus,
.coming-soon-content form .submit-btn:hover {
  background-color: #db3235;
}
.coming-soon-content #timer div {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  color: #db3235;
  box-shadow: 0 0 0 5px hsla(0, 0%, 100%, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 35px;
  font-weight: 500;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -4px;
  color: #6084a4;
  font-size: 15px;
}
.error-area {
  height: 100vh;
}
.error-content {
  text-align: center;
  margin-top: -70px;
}
.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: -1;
  margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(/home/static/oops-bg-f7aaca37c766aec3f6b6d0c12fdccd5a.jpg)
    no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: 50%;
  font-size: 230px;
  font-weight: 900;
}
.error-content h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
}
.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
}
.cta-area {
  background: linear-gradient(135deg, #0f1b41, #2744a5);
}
.cta-area .container {
  max-width: 945px;
}
.cta-content h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.cta-right-content {
  text-align: right;
}
.cta-right-content .hosting-price {
  display: inline-block;
}
.cta-right-content .hosting-price span {
  color: #f6fe6a;
  display: block;
}
.cta-right-content .hosting-price h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 20px;
}
.cta-right-content .buy-btn {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  top: -15px;
}
.cta-right-content .buy-btn .btn-primary {
  background: #db3235;
  box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
}
.cta-right-content .buy-btn .btn-primary:after,
.cta-right-content .buy-btn .btn-primary:before {
  background: #fff;
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}
.cta-right-content .buy-btn .btn-primary:focus,
.cta-right-content .buy-btn .btn-primary:hover {
  color: #0f1b41;
}
.repair-main-banner {
  overflow-x: hidden;
  padding-top: 200px;
  padding-bottom: 140px;
}
.repair-main-banner.exception {
  overflow-x: unset;
  padding-top: 124px;
  padding-bottom: 140px;
}
.repair-banner-content h1 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 500;
}
.repair-banner-content p {
  margin-bottom: 30px;
}
.repair-banner-image {
  position: relative;
  text-align: center;
}
.repair-banner-image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -65px;
  right: -30px;
  margin: 0 auto;
  z-index: -1;
}
.repair-banner-image img:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -69px;
  z-index: -2;
}
.repair-banner-image img:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: 0 auto;
  animation-duration: 14s;
}
.repair-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}
.single-repair-partner {
  text-align: center;
}
.single-repair-partner a {
  display: block;
  position: relative;
}
.single-repair-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-repair-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-repair-partner a:focus img:last-child,
.single-repair-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.partner-slides.owl-theme .owl-dots {
  margin-top: 0;
}
.repair-about-content .sub-title {
  text-transform: uppercase;
  color: #0f1b41;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.repair-about-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.repair-about-content ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.repair-about-content ul.flex-column li {
  max-width: 80%;
}
.repair-about-content ul li {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-top: 25px;
  color: #6084a4;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.repair-about-content ul li span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.repair-about-content ul li span svg {
  margin-right: 5px;
  display: inline-block;
  color: #0f1b41;
  transition: 0.5s;
  width: 18px;
}
.repair-about-content ul li span:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  transition: 0.5s;
}
.repair-about-content ul li span:focus,
.repair-about-content ul li span:hover {
  color: #fff;
  transform: translateY(-5px);
}
.repair-about-content ul li span:focus:before,
.repair-about-content ul li span:hover:before {
  opacity: 1;
  visibility: visible;
}
.repair-about-content ul li span:focus svg,
.repair-about-content ul li span:hover svg {
  color: #fff;
}
.repair-about-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.repair-about-image img {
  max-width: 80%;
}
.repair-about-image img:first-child {
  left: 0;
  top: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  border: 5px solid #f8fbff;
  width: 350px;
}
.repair-about-image img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.repair-about-image img:nth-child(4) {
  right: 0;
  top: 0;
}
.repair-about-image img:nth-child(5) {
  left: 0;
  bottom: 0;
}
.repair-services-area {
  padding-bottom: 50px;
}
.single-repair-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services .icon-food {
  background-image: url(/home/static/food-a1185e4d5c332dc758dcae3284a09aaf.png);
}
.single-repair-services .icon-food,
.single-repair-services .icon-gro {
  height: 48px;
  width: 48px;
  margin: 0 auto;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services .icon-gro {
  background-image: url(/home/static/gro-fcb84aaf9460311d6f88cb58e4883fa6.png);
}
.single-repair-services .icon-diary {
  background-image: url(data:image/png;base64,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);
}
.single-repair-services .icon-diary,
.single-repair-services .icon-wash {
  height: 48px;
  width: 48px;
  margin: 0 auto;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services .icon-wash {
  background-image: url(data:image/png;base64,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);
}
.single-repair-services .icon-sketch {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkBQoHFxD7Jx5XAAAD8UlEQVRo3u3ZSYwUZRQH8F8Pw5KgLE1MJByEAWVxQwRFB4IIHMATRgd0TAgmBnFOxgPXiYnhpidN9IAbGJYTYQKRRQ8OGNAQgokigkvMBC4QNxJiZigP/XV1dVc12DNdDQf+k3xd7/1rvvfvb3lV7+uCNEbpxg5DTeQqaNOFXaL6t2wQiWxoKlfByyKRjRU9acxItM3iKng20dYRkCfGWgaWG1dytAdisSeMCdedod2S0UEj3L+OOV5zzzJ3gPGWOlR2TrJflNNfn4lVAt6JmbcrzvzCRyL7qgScif0/lBwFi32Naz4zEG5aohNH9WcMcyPcNN0KeMw3wdPhPK5gPGb6Gd4QiXya6KhXJNKbuYga47aLRF6P7Z4wJn0ikdegzZ3gvDxwDhKrYDU44EDFas/4t18SbbM4Klvwc9dQ2opXswRsF2FHZifD5ShvwTPO40ezS1sxS8CQT+p2MlyOygSU2tlY7VArM+GaKgHBUx6B7Nw2UnQmrjvcB560gJCIZ+soC1hpZc7ff1X47K32tm4KpmZ7yyOQndtGiiVVk1AdJ3BlAYfrZLeRoTcloBIncK1+H0ihvS4z1TPoc/HmCFhhtyIu63IkTwHZU9BhjyIo2mN66wVsNRkDBjDZ1lYLmOM50KUrfM5prYAXtWG/Y445gDYvtFZA6Z39PfBuwtMiATPcj3/C2j/iCh7IbyGmBcwF/a6CqyF1zm2dgFngbGyfTXhzQDoRlWrbcbE9NuGl3dMexGlfGKqyvzTYHAHfgbXeNIBp1oLTYKlt8Vics1HBh2Ym7GE8UdMC+p0y311O24PnFXHSUSxzMK4fmeVwPD5le2XjEtICrnnVQRMUbQqev2wWGW2bMbhkF9aZEoL/YbfBYG8zr9GJyMoDx63yU2ydtcIJLNeBSx7Ro8dCl0P4BTbp8ajLuNdTjY5A9rPghLk+AO+b51swH+z0O/jVTrArFCK/Bfvh5ghgyAVwsebEZ3R8VYDEgBcaDX19AWmcAl06wAzrwXr3gOnWJe5qANWLcJTu+O11UWi3xNygdpOcDItuMpjiZFiURQx63EJcuOFZWR0BL/mohl8T6pkKJnqlyi7anOjtrXBV8PH/E3CLvZRuF5nXhF6/v06NfF0BN6pvc8BNn4LbAurngeGigRyQFpDOA8PB/84B3HJT0Iw80EAOSAvIPw9UzqI6swTkj9RZ1Mh3QYOrvhbN2AWNrPq6Z0StQuqMaOS7oMFVX4vbT8NbQMDfEFd4zUWpjvwTUnEC1+4o6FYIZWnz8FA42vkKauJUcX25/my3NxbUV4+baF+O4SfEAmrj7DWhUlAt0unuJk/BRf2hrqygHCfm/gP1hNwcpj0s4wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNS0xMFQwNzoyMzoxNiswMDowMNTiETUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDUtMTBUMDc6MjM6MTYrMDA6MDClv6mJAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
}
.single-repair-services .icon-home,
.single-repair-services .icon-sketch {
  height: 48px;
  width: 48px;
  margin: 0 auto;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-repair-services .icon-home {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkBQoHHA171atFAAACyElEQVRo3u2ZS2gTQRiAP5NaY4yKgq22Xir4QClK0UvpQVHQooLQm4o9FLwVhR5E6NmbFw+1Paig4kWE+KjBg1rwcRI9+Cg0YIUWH2kt2oqtaZr1kGm6m31kZ7Mzp8wcMsy/M9+38yfszAaClji9jGJgMMUAjYHnCVg28RbDVCdo1Ymv56MFb2Dwh/367n64iH3JI/6J9gxtevELdAGwj0l9CkuLv0BnsXc3E3oS4YzXpuCO16LgjVeuUB6vVMEfXpmCf7wSBTl86Ary+FAVguFDUwiOD0WhMnzFCpXjK1IIBx9YITx8IIVw8dIK4eOlFNTgfSuow/tSUIsvq6Ae76mgB++qUG/aaJ9RigfYY9rEtwJEeaURb1XI0AAnNeOtCn1wXzS7teEB9pIVh1qR/18s0yoAg4Ubj5AFIMYqzQLrFxs3RAruslEbPMFFQR2BtpJzfp53bFOCjfNQZH6pXgC4anvZcEuJwFkb5w2xCNDNFfKWS+uUCJTO+pR25mqAHOe4xmmaqaNFCdpa0oyTJknKHqoVS/NECbhXzH7I3BnRcMeepSbAmBhddLCdlaa+ecZ4TB/fK9Pxk4IWvti+zYt1hlMeIx1TILsCzQyx2jWa4DZRbspMKCcQ5U4Rn2HMFFnHFtHq5xnjkrdVLOVScELEpzhqi+3kvYhedhkdwq/gmPg8z6At9okO5i1X+SpyAk0AGCQdoyN8EFdJzConUHhkzzHtEv8BwHJqVQkoKFWBqkBVoCpgFcgyC6Dob8jN4vO31wp8BmCHgs3pGvEEzQuGi0ASgCj3OBBqerbyQKzAC36aA6VH0g2kWSva00yWRBtZAcwSd8GkOALAKIalP1E8Exgc5Lm363Fyrnu+Qv3rOjZVZqTBJT/LdZhvnpMMu44cKCPeYx/i/FYgQSftNBFziGXo4bWLQAP97HLoz/GVIa5bdpGi/AeYYB/nIlsXjgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0wNS0xMFQwNzoyODoxMyswMDowMH46xWUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMDUtMTBUMDc6Mjg6MTMrMDA6MDAPZ33ZAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
}
.single-repair-services.bg1 {
  background-image: url(/home/static/image1-268fd582196506f30f062e4ca1cf5958.jpg);
}
.single-repair-services.bg2 {
  background-image: url(/home/static/grocery-c0a34dc3b8b26e41b3baa765c5c415bb.jpg);
}
.single-repair-services.bg3 {
  background-image: url(/home/static/dairy-a7b2cf8946ad151c37124c5695f7bc25.jpg);
}
.single-repair-services.bg4 {
  background-image: url(/home/static/wash-ccad9f64ffc3838bac439c1bb5030993.jpg);
}
.single-repair-services.bg5 {
  background-image: url(/home/static/sketch-9f784d6190601506c09773b727e54fb9.jpg);
}
.single-repair-services.bg6 {
  background-image: url(/home/static/home-e2e16aec450fdd49afe54578b77423da.jpg);
}
.single-repair-services.bg7 {
  background-image: url(/home/static/4-28e0e69202cfd40a6d0ae435512a31a5.jpg);
}
.single-repair-services.bg8 {
  background-image: url(/home/static/1-8b2a9c9edd873bc024daf3db47b0cf67.png);
}
.single-repair-services.bg9 {
  background-image: url(/home/static/3-1a97a6f0bfcf8c9195f854602ca7ca3f.jpg);
}
.single-repair-services.bg10 {
  background-image: url(/home/static/2-b54eb696218a627a36a5a42c59c65e6f.jpg);
}
.single-repair-services.bg11 {
  background-image: url(/home/static/5-a843c8606e8b6ba7a0a707e46488e087.jpg);
}
.single-repair-services.bg12 {
  background-image: url(/home/static/6-2f5422229f499a149e635f5a1e89c036.jpg);
}
.single-repair-services:before {
  background: #fff;
}
.single-repair-services:after,
.single-repair-services:before {
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px dashed #cdf1d8;
}
.single-repair-services:after {
  background: rgba(0, 0, 0, 0.45098);
  opacity: 0;
  visibility: hidden;
}
.single-repair-services h3 {
  font-size: 18px;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
  line-height: 1.4;
}
.single-repair-services .icon {
  display: inline-block;
  color: #0f1b41;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  transition: 0.5s;
}
.single-repair-services .icon i:before {
  font-size: 35px;
}
.single-repair-services p {
  margin-bottom: 25px;
  transition: 0.5s;
}
.single-repair-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}
.single-repair-services a svg {
  width: 15px;
}
.single-repair-services:focus:before,
.single-repair-services:hover:before {
  opacity: 0;
  visibility: hidden;
}
.single-repair-services:focus:after,
.single-repair-services:hover:after {
  opacity: 0.85;
  visibility: visible;
}
.single-repair-services:focus h3,
.single-repair-services:focus p,
.single-repair-services:hover h3,
.single-repair-services:hover p {
  color: #fff;
}
.single-repair-services:focus .icon,
.single-repair-services:hover .icon {
  border-color: #fff;
  color: #fff;
}
.single-repair-services:focus a,
.single-repair-services:hover a {
  background-color: #fff;
  color: #0f1b41;
}
.repair-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0f1b41, #2744a5) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cta-repair-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}
.cta-repair-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-repair-content ul {
  padding: 0 16px;
}
.cta-repair-content ul li {
  margin-right: 24px;
  padding-bottom: 16px;
  color: #fff;
  list-style: none;
}
.cta-repair-content ul li a {
  margin-top: 8px;
  background: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}
.cta-repair-content ul li a:hover {
  color: #fff;
  background: #0f1b41 !important;
}
.cta-repair-content ul btn-primary {
  background: purple-color;
}
.cta-repair-img {
  text-align: right;
}
.circle-box {
  top: 0;
  left: 0;
}
.circle-box,
.cta-shape {
  position: absolute;
  z-index: -1;
}
.cta-shape {
  bottom: 0;
  right: 0;
}
.repair-team-area .container {
  max-width: 1175px;
}
.repair-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}
.repair-why-choose-us {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
}
.repair-why-choose-us .section-title h2 {
  color: #fff;
}
.repair-why-choose-us .section-title .bar:before {
  background: #fff;
}
.repair-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}
.repair-why-choose-us:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.single-repair-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.single-repair-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-repair-box p {
  margin-bottom: 25px;
}
.single-repair-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}
.single-repair-box a svg {
  width: 18px;
}
.single-repair-box .icon {
  display: inline-block;
  border: 1px solid #6ee9fa;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  z-index: 1;
}
.single-repair-box .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: linear-gradient(
    to right bottom,
    #1fa2ff,
    #00c0ff,
    #00d9f2,
    #53eedd,
    #a6ffcb
  );
  border-radius: 50%;
  margin: 6px;
  transition: 0.5s;
}
.single-repair-box .icon i:before {
  font-size: 35px;
}
.single-repair-box .back-icon {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4457c3;
  opacity: 0.03;
  z-index: -1;
}
.single-repair-box .back-icon i:before {
  font-size: 200px;
}
.single-repair-box:focus,
.single-repair-box:hover {
  border-color: #0f1b41;
}
.single-repair-box:focus a,
.single-repair-box:hover a {
  background-color: #0f1b41;
  color: #fff;
}
.single-repair-feedback {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
  padding: 40px;
}
.single-repair-feedback .client-img {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 108px;
  padding-top: 18px;
}
.single-repair-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #0f1b41;
  padding: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}
.single-repair-feedback .client-img h3 {
  font-size: 18px;
  margin: 0;
}
.single-repair-feedback .client-img span {
  display: block;
  color: #db3235;
  margin-top: 8px;
}
.single-repair-feedback p {
  font-size: 15px;
}
.single-repair-feedback:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.single-repair-feedback:after {
  content: "\F11B";
  position: absolute;
  top: 0;
  left: 25px;
  color: #d9dcde;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
}
.iot-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 215px;
  padding-bottom: 150px;
}
.iot-banner-content {
  max-width: 445px;
}
.iot-banner-content span {
  color: #0f1b41;
  font-size: 15px;
  display: block;
}
.iot-banner-content h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-top: 7px;
  margin-bottom: 17px;
}
.iot-banner-content .btn {
  margin-top: 10px;
}
.iot-banner-image {
  position: absolute;
  text-align: center;
  right: 30px;
  top: 56%;
  transform: translateY(-50%);
}
.iot-banner-image img:first-child {
  max-width: 730px;
}
.iot-banner-image img:last-child {
  position: absolute;
  left: -118px;
  right: 0;
  margin: 0 auto;
  top: 39px;
  z-index: -1;
}
.animate-border span {
  position: absolute;
  display: block;
  width: 5%;
  padding-bottom: 5%;
  top: 51%;
  left: 70%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  border-radius: 50%;
  z-index: -2;
}
.animate-border span:first-child {
  animation: pulsei 4.2s ease-out 0.5s infinite normal none running;
}
.animate-border span:nth-child(2) {
  animation: pulsei 4.2s ease-out 1.5s infinite normal none running;
}
.animate-border span:nth-child(3) {
  animation: pulsei 4.2s ease-out 2.5s infinite normal none running;
}
.animate-border span:nth-child(4) {
  animation: pulsei 4.2s ease-out 3.5s infinite normal none running;
}
@keyframes pulsei {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }
  to {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}
.iot-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}
.single-iot-partner {
  text-align: center;
}
.single-iot-partner a {
  display: block;
  position: relative;
}
.single-iot-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-iot-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-iot-partner a:focus img:last-child,
.single-iot-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.iot-services-area {
  padding-bottom: 50px;
}
.single-iot-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
}
.single-iot-services:after {
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.single-iot-services h3 {
  font-size: 18px;
  transition: 0.5s;
  line-height: 1.5;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-iot-services .icon {
  display: inline-block;
  color: #0f1b41;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  transition: 0.5s;
}
.single-iot-services .icon i:before {
  font-size: 35px;
}
.single-iot-services p {
  margin-bottom: 25px;
  transition: 0.5s;
}
.single-iot-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}
.single-iot-services a svg {
  width: 15px;
}
.single-iot-services:focus:after,
.single-iot-services:hover:after {
  opacity: 1;
  visibility: visible;
}
.single-iot-services:focus h3,
.single-iot-services:focus p,
.single-iot-services:hover h3,
.single-iot-services:hover p {
  color: #fff;
}
.single-iot-services:focus .icon,
.single-iot-services:hover .icon {
  border-color: #fff;
  color: #fff;
}
.single-iot-services:focus a,
.single-iot-services:hover a {
  background-color: #fff;
  color: #0f1b41;
}
.iot-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cta-iot-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}
.cta-iot-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}
.cta-iot-img {
  text-align: center;
}
.iot-features-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.iot-features-content .btn {
  margin-top: 15px;
}
.iot-features-image {
  position: relative;
  text-align: center;
}
.iot-team-area .container {
  max-width: 1175px;
}
.iot-team-area .container .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}
.iot-why-choose-us {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0f1b41, #2744a5);
}
.iot-why-choose-us .section-title h2 {
  color: #fff;
}
.iot-why-choose-us .section-title .bar:before {
  background: #fff;
}
.iot-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}
.iot-why-choose-us:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.single-iot-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.single-iot-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}
.single-iot-box p {
  margin-bottom: 25px;
}
.single-iot-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}
.single-iot-box a svg {
  width: 18px;
}
.single-iot-box .icon {
  display: inline-block;
  border: 1px solid #f3f8fd;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.single-iot-box .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: #f7fafd;
  border-radius: 50%;
  margin: 6px;
  transition: 0.5s;
}
.single-iot-box .icon i:before {
  font-size: 35px;
}
.single-iot-box .icon img {
  width: 45px;
}
.single-iot-box:focus,
.single-iot-box:hover {
  border-color: #0f1b41;
}
.single-iot-box:focus a,
.single-iot-box:hover a {
  background-color: #0f1b41;
  color: #fff;
}
.footer-area {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
.footer-area .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: 0.7;
}
.single-footer-widget .logo {
  margin-bottom: 20px;
  width: 180px;
}
.single-footer-widget .logo a {
  display: inline-block;
}
.single-footer-widget h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget ul.list li {
  margin-bottom: 10px;
}
.single-footer-widget ul.list li a {
  color: #6084a4;
}
.single-footer-widget ul.list li a:hover {
  color: #0f1b41;
  padding-left: 7px;
}
.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info {
  margin-bottom: 20px;
}
.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #6084a4;
  margin-bottom: 8px;
  padding-left: 25px;
}
.single-footer-widget ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}
.single-footer-widget ul.footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul.footer-contact-info li a {
  color: #6084a4;
}
.single-footer-widget ul.footer-contact-info li a:hover {
  color: #0f1b41;
}
.single-footer-widget ul.social-links li {
  display: inline-block;
  margin-right: 6px;
}
.single-footer-widget ul.social-links li a {
  width: 32px;
  text-align: center;
  line-height: 27px;
  height: 32px;
  border: 1px solid #0f1b41;
  border-radius: 50%;
  color: #0f1b41;
}
.single-footer-widget ul.social-links li a svg {
  width: 15px;
}
.single-footer-widget ul.social-links li a.whatsapp {
  border: none;
}
.single-footer-widget ul.social-links li a.whatsapp:hover {
  background: transparent;
  color: transparent;
}
.single-footer-widget ul.social-links li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}
.single-footer-widget ul.social-links li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}
.single-footer-widget ul.social-links li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}
.single-footer-widget ul.social-links li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}
.single-footer-widget ul.social-links li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}
.single-footer-widget ul.social-links li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}
.single-footer-widget ul.social-links li a.instagram {
  border-color: #231f20;
  color: #231f20;
}
.single-footer-widget ul.social-links li a.instagram:hover {
  background: #231f20;
  color: #fff;
}
.single-footer-widget ul.social-links li a:hover {
  background: #0f1b41;
  color: #fff;
}
.copyright-area {
  margin-top: 80px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 0;
  color: #fff;
  background-color: #db3235;
  z-index: 1;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  transition: 0.5s;
}
.go-top:hover {
  color: #fff;
  background: #0f1b41;
}
.thank-you-area {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.thank-you-area h1 {
  margin-bottom: 15px;
}
.ml-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 140px;
  background-image: url(/home/static/banner-bg-dec701e1156d74d343e7992e5e193a99.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-banner .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.ml-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}
.ml-banner-content p {
  font-size: 15px;
  max-width: 490px;
}
.ml-banner-content .btn {
  margin-top: 5px;
}
.ml-banner-single-image {
  text-align: center;
}
.ml-main-section {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 240px;
  background-image: url(/home/static/banner-bg-dec701e1156d74d343e7992e5e193a99.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.ml-main-section .ml-banner-content h1 {
  font-size: 37px;
}
.ml-main-section .ml-banner-content p {
  max-width: 100%;
}
.ml-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 140px;
}
.ml-banner-image img {
  position: absolute;
}
.ml-banner-image img:first-child {
  left: 195px;
  top: -125px;
  z-index: 2;
}
.ml-banner-image img:nth-child(2) {
  top: -83px;
  left: 153px;
  z-index: 1;
}
.ml-banner-image img:nth-child(3) {
  top: 40px;
  left: 90px;
}
.ml-banner-image img:nth-child(4) {
  top: 0;
  right: 165px;
  z-index: 3;
}
.ml-banner-image img:nth-child(5) {
  top: -260px;
  left: 110px;
}
.ml-banner-image img:nth-child(6) {
  right: 130px;
  top: -240px;
}
.ml-banner-image img:nth-child(7) {
  bottom: 0;
  right: 0;
  z-index: 2;
}
.ml-banner-image img:nth-child(8) {
  right: 10px;
  bottom: 205px;
  z-index: 1;
}
.ml-banner-image img:nth-child(9) {
  left: 15px;
  top: -185px;
  z-index: 1;
}
.ml-banner-image img:nth-child(10) {
  left: 1px;
  bottom: -2px;
  z-index: 2;
}
.ml-banner-image img:nth-child(11) {
  left: 0;
  top: -20px;
}
.ml-banner-image img:nth-child(12) {
  display: none;
}
.ml-partner-area.mt-minus-top {
  margin-top: -80px;
}
.single-ml-partner {
  text-align: center;
}
.single-ml-partner a {
  display: block;
  position: relative;
}
.single-ml-partner a img {
  width: auto !important;
  display: inline-block !important;
}
.single-ml-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-ml-partner a:focus img:last-child,
.single-ml-partner a:hover img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.solutions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 5;
}
.single-solutions-box {
  padding: 20px 15px;
  text-align: center;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border: 1px solid #c5fffd;
  border-radius: 5px;
}
.single-solutions-box .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.single-solutions-box .icon img {
  transition: 0.5s;
}
.single-solutions-box .icon:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #f0fdfe;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  width: 60px;
  height: 60px;
}
.single-solutions-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.single-solutions-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
}
.single-solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}
.single-solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.single-solutions-box .learn-more-btn:hover {
  color: #0f1b41;
}
.single-solutions-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.single-solutions-box:hover .icon img {
  transform: rotateY(-1turn);
}
.about-area {
  position: relative;
  z-index: 1;
}
.ml-about-img {
  text-align: center;
}
.ml-about-content {
  max-width: 540px;
}
.ml-about-content .sub-title {
  display: inline-block;
  color: #db3235;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.ml-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.ml-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.ml-about-content .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0f1b41;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.ml-about-content p {
  margin-bottom: 12px;
}
.ml-about-content .btn {
  margin-top: 10px;
}
.ml-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: #f7fafd;
}
.single-ml-services-box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 25px;
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
}
.single-ml-services-box .image {
  margin-bottom: 25px;
}
.single-ml-services-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.single-ml-services-box p {
  margin-bottom: 0;
}
.single-ml-services-box:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  transform: rotate(45deg);
  background: #0f1b41;
  visibility: hidden;
  opacity: 0;
}
.single-ml-services-box:hover:before {
  opacity: 1;
  visibility: visible;
}
.ml-feedback-area {
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.single-ml-feedback-item {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 60px 70px 60px 190px;
  border-radius: 5px;
}
.single-ml-feedback-item .client-info {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.single-ml-feedback-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}
.single-ml-feedback-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 17px;
}
.single-ml-feedback-item .client-info span {
  display: block;
  color: #db3235;
  margin-top: 5px;
  font-size: 13px;
}
.single-ml-feedback-item p {
  margin-bottom: 0;
  color: #4a6f8a;
}
.single-ml-feedback-item .rating {
  margin-top: 10px;
}
.single-ml-feedback-item .rating svg {
  color: #ff612f;
  width: 18px;
}
.single-ml-feedback-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}
.ml-feedback-slides {
  max-width: 750px;
  margin: -40px auto 0;
}
.ml-feedback-slides .single-ml-feedback-item {
  margin-top: 40px;
}
.ml-feedback-slides .owl-item {
  padding-left: 50px;
  padding-right: 50px;
}
.ml-feedback-slides .owl-dots {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ml-feedback-slides .owl-dots .owl-dot {
  display: inline-block;
}
.ml-feedback-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.ml-feedback-slides .owl-dots .owl-dot span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0f1b41;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}
.ml-feedback-slides .owl-dots .owl-dot.active span,
.ml-feedback-slides .owl-dots .owl-dot:hover span {
  border-color: #0f1b41;
  background-color: transparent;
}
.ml-feedback-slides .owl-dots .owl-dot.active span:before,
.ml-feedback-slides .owl-dots .owl-dot:hover span:before {
  transform: scale(1);
}
.free-trial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.free-trial-area.bg-ffffff:before {
  background: transparent;
}
.free-trial-area:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: -30%;
  top: 0;
  background: linear-gradient(90deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
}
.free-trial-area .shape6 {
  top: 75%;
}
.free-trial-image {
  text-align: center;
}
.free-trial-content {
  max-width: 540px;
}
.free-trial-content .box img {
  margin-right: 5px;
  display: inline-block;
  color: #db3235;
  transition: 0.5s;
  width: 18px;
}
.free-trial-content .d-flex img {
  max-width: 80px;
  border: 4px solid #ffdc56;
}
.free-trial-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}
.free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.free-trial-content form .input-newsletter {
  display: block;
  width: 99%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #0e314c;
  border-radius: 30px;
  padding-top: 3px;
  padding-left: 20px;
}
.free-trial-content form .input-newsletter::-webkit-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter:-ms-input-placeholder {
  color: #d5d5d5;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter::-ms-input-placeholder {
  color: #d5d5d5;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter::placeholder {
  color: #d5d5d5;
  transition: 0.5s;
}
.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}
.free-trial-content form .input-newsletter:focus::placeholder {
  color: transparent;
}
.free-trial-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #0f1b41;
  border-radius: 0 30px 30px 0;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
}
.free-trial-content form button:hover {
  background-color: #db3235;
  color: #fff;
}
.free-trial-content p {
  margin-bottom: 0;
}
.ml-projects-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}
.ml-projects-area .section-title {
  text-align: left;
  max-width: 530px;
}
.ml-projects-area .section-title h2 {
  max-width: 470px;
  line-height: 1.3;
}
.ml-projects-area .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}
.ml-projects-area .container-fluid {
  position: relative;
}
.single-ml-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
.single-ml-projects-box img {
  border-radius: 5px;
}
.single-ml-projects-box .plus-icon a {
  background-color: #0f1b41;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0);
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}
.single-ml-projects-box .plus-icon a span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-ml-projects-box .plus-icon a span:after,
.single-ml-projects-box .plus-icon a span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-ml-projects-box .plus-icon a span:after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-ml-projects-box .plus-icon a:hover {
  background-color: #db3235;
}
.single-ml-projects-box:hover .plus-icon a {
  transform: scale(1);
}
.ml-projects-slides .owl-dots {
  position: absolute;
  right: 12.5%;
  top: -100px;
  z-index: 1;
  margin-top: 0;
}
.ml-projects-slides .owl-dots:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -30px;
  background: linear-gradient(
    to left bottom,
    #dee4f3,
    #e7eaf6,
    #f0f1f9,
    #f8f8fc,
    #fff
  );
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  width: 80px;
  height: 70px;
  z-index: -1;
}
.ml-projects-slides .owl-dots .owl-dot {
  display: inline-block;
}
.ml-projects-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: transparent;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.ml-projects-slides .owl-dots .owl-dot span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0f1b41;
  margin: 2px;
  content: "";
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0);
}
.ml-projects-slides .owl-dots .owl-dot.active span,
.ml-projects-slides .owl-dots .owl-dot:hover span {
  border-color: #0f1b41;
  background-color: transparent;
}
.ml-projects-slides .owl-dots .owl-dot.active span:before,
.ml-projects-slides .owl-dots .owl-dot:hover span:before {
  transform: scale(1);
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.tab .tabs_item:nth-child(2) .pricing-box {
  background: linear-gradient(
    to right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}
.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}
.pricing-tab .tabs li {
  display: inline-block;
}
.pricing-tab .tabs li a {
  padding: 10px 30px 9.5px;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 500;
  font-size: 15px;
}
.pricing-tab .tabs li a,
.pricing-tab .tabs li a:hover {
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}
.pricing-tab .tabs li a:hover {
  color: #0e314c;
}
.pricing-tab .tabs li.current a {
  color: #fff;
  background: #0e314c;
}
.pricing-tab .tabs li:first-child a,
.pricing-tab .tabs li:first-child a:before {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a,
.pricing-tab .tabs li:nth-child(2) a:before {
  border-radius: 0 5px 5px 0;
}
.pricing-box {
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  text-align: center;
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.pricing-box .pricing-header p {
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
.pricing-box .price {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}
.pricing-box .buy-btn {
  margin-bottom: 30px;
}
.pricing-box .buy-btn .btn {
  box-shadow: unset !important;
  transform: unset !important;
}
.pricing-box .buy-btn .btn-primary {
  border-radius: 30px;
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
  text-transform: capitalize;
  padding: 11px 30px;
  font-weight: 500;
}
.pricing-box .buy-btn .btn-primary:after {
  border-radius: 30px;
  background: #0f1b41;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.pricing-box .buy-btn .btn-primary:before {
  display: none;
}
.pricing-box
  .buy-btn
  .btn-primary
  .show
  > .pricing-box
  .buy-btn
  .btn-primary.dropdown-toggle,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active {
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
}
.pricing-box .buy-btn .btn-primary:focus:after,
.pricing-box .buy-btn .btn-primary:hover:after {
  opacity: 0;
  visibility: hidden;
}
.pricing-box .pricing-features {
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #495771;
  position: relative;
  padding-left: 27px;
}
.pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-box .pricing-features li svg {
  color: #0f1b41;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.single-blog-post-box {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  height: 100%;
}
.single-blog-post-box .entry-thumbnail a img {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-box .entry-post-content {
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  padding: 20px;
}
.single-blog-post-box .entry-post-content .entry-meta {
  margin-bottom: 10px;
}
.single-blog-post-box .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog-post-box .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #6084a4;
  font-size: 14px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: rotate(14deg) translateY(-50%);
  background: #6084a4;
  width: 1px;
  height: 13px;
}
.single-blog-post-box .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #6084a4;
}
.single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  color: #0f1b41;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-post-box .entry-post-content .entry-meta ul li:last-child:before {
  display: none;
}
.single-blog-post-box .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}
.single-blog-post-box .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}
.single-blog-post-box .entry-post-content .learn-more-btn {
  margin-top: 15px;
  font-weight: 600;
}
.single-blog-post-box .entry-post-content .learn-more-btn svg {
  width: 15px;
}
.st-fs-28 h2 {
  font-size: 28px;
}
.agency-main-banner {
  position: relative;
  z-index: 1;
}
.agency-main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.agency-main-banner .shape2 {
  left: 5%;
}
.agency-main-banner .shape4,
.agency-main-banner .shape8 {
  right: 50%;
}
.agency-banner-content {
  margin-left: auto;
  max-width: 650px;
}
.agency-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #6084a4;
  margin-bottom: 8px;
}
.agency-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 500;
}
.agency-banner-content p {
  font-size: 15px;
  max-width: 450px;
}
.agency-banner-content .btn {
  margin-top: 5px;
}
.agency-banner-image {
  text-align: right;
}
.solutions-area .shape2 {
  left: 5%;
}
.solutions-box {
  transition: 0.5s;
}
.solutions-box,
.solutions-box .icon {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.solutions-box .icon {
  color: #0f1b41;
  padding-left: 20px;
}
.solutions-box .icon i {
  font-size: 45px;
}
.solutions-box .icon img {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -25px;
}
.solutions-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 500;
}
.solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.solutions-box .learn-more-btn:hover {
  color: #0f1b41;
}
.agency-about-area {
  position: relative;
  z-index: 1;
}
.agency-about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.agency-about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.agency-about-img {
  padding-right: 100px;
}
.agency-about-img img {
  width: 100%;
}
.agency-about-content {
  max-width: 540px;
}
.agency-about-content .sub-title {
  display: inline-block;
  color: #db3235;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}
.agency-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.agency-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}
.agency-about-content .bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0f1b41;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
.agency-about-content p {
  margin-bottom: 12px;
}
.agency-about-content .btn {
  margin-top: 10px;
}
.shape10 {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}
.agency-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #d5fefd, #e1fdff, #effdff, #fafdff, #fff);
}
.agency-services-box {
  margin-bottom: 30px;
  text-align: center;
  width: 255px;
  height: 208px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.agency-services-box img {
  border-radius: 7px;
  max-width: 60%;
}
.agency-services-box .content {
  transition: 0.5s;
  background: #0f1b41;
  position: relative;
  border-radius: 7px;
  padding: 8px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  margin-top: -30px;
}
.agency-services-box .content h5 {
  margin-bottom: 0;
  color: #fff;
}
.agency-services-box .content h3 {
  transition: 0.5s;
  font-size: 20px;
  margin-bottom: 0;
}
.agency-services-box .content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.agency-services-box .content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.agency-services-box .content .read-more-btn:hover {
  background-color: #0f1b41;
  border-color: #0f1b41;
  color: #fff;
}
.agency-services-box:hover .content {
  transform: translateY(-20px);
}
.agency-services-box:hover .content h3 {
  transform: translateY(-10px);
}
.agency-services-box:hover .content .read-more-btn {
  opacity: 1;
  visibility: visible;
}
.single-testimonials-item {
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 110px 65px 60px;
  border-radius: 5px;
  text-align: center;
}
.single-testimonials-item p {
  margin-bottom: 0;
  color: #4a6f8a;
  font-size: 15px;
}
.single-testimonials-item .client-info {
  text-align: left;
  position: relative;
  padding-left: 95px;
  margin-top: 25px;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
.single-testimonials-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-testimonials-item .client-info .rating svg {
  color: #ff612f;
  width: 16px;
}
.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 17px;
}
.single-testimonials-item .client-info span {
  display: block;
  color: #db3235;
  margin-top: 5px;
  font-size: 13px;
}
.single-testimonials-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}
.single-testimonials-item:before {
  content: "\F11B";
  color: #d9dcde;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Flaticon;
  font-style: normal;
  font-size: 65px;
}
.ml-feedback-slides .single-testimonials-item {
  margin-top: 40px;
}
.user-shape1 {
  top: 12%;
  left: 10%;
  animation: movebounce 9s linear infinite;
}
.user-shape1,
.user-shape2 {
  position: absolute;
  z-index: -1;
}
.user-shape2 {
  left: 7%;
  animation: moveleftbounce 7s linear infinite;
  top: 47%;
}
.user-shape3 {
  bottom: 12%;
  left: 15%;
  animation: movebounce 5s linear infinite;
}
.user-shape3,
.user-shape4 {
  position: absolute;
  z-index: -1;
}
.user-shape4 {
  top: 12%;
  right: 10%;
  animation: movebounce 9s linear infinite;
}
.user-shape5 {
  right: 7%;
  top: 45%;
  animation: moveleftbounce 7s linear infinite;
}
.user-shape5,
.user-shape6 {
  position: absolute;
  z-index: -1;
}
.user-shape6 {
  bottom: 12%;
  right: 15%;
  animation: movebounce 5s linear infinite;
}
.shape9 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.shape9 img {
  animation: movebounce 5s linear infinite;
}
.single-blog-post-item {
  margin-bottom: 30px;
}
.single-blog-post-item .post-image {
  border-radius: 5px;
  overflow: hidden;
}
.single-blog-post-item .post-image a {
  display: block;
  border-radius: 5px;
}
.single-blog-post-item .post-image a img {
  border-radius: 5px;
}
.single-blog-post-item .post-content {
  transition: 0.5s;
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  border-radius: 5px;
  padding: 30px 25px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}
.single-blog-post-item .post-content .post-meta {
  transition: 0.5s;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
}
.single-blog-post-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #6084a4;
}
.single-blog-post-item .post-content .post-meta li a {
  color: #6084a4;
}
.single-blog-post-item .post-content .post-meta li a:hover {
  color: #0f1b41;
}
.single-blog-post-item .post-content .post-meta li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  height: 12px;
  background-color: #6084a4;
  width: 1px;
  transform: rotate(5deg);
}
.single-blog-post-item .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post-item .post-content .post-meta li:last-child:before {
  display: none;
}
.single-blog-post-item .post-content h3 {
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.single-blog-post-item .post-content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  left: 25px;
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post-item .post-content .read-more-btn svg {
  width: 15px;
  margin-left: 2px;
}
.single-blog-post-item .post-content .read-more-btn:hover {
  background-color: #0f1b41;
  border-color: #0f1b41;
  color: #fff;
}
.single-blog-post-item:hover .post-content {
  transform: translateY(-22px);
}
.single-blog-post-item:hover .post-content .post-meta,
.single-blog-post-item:hover .post-content h3 {
  transform: translateY(-12px);
}
.single-blog-post-item:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}
.agency-cta-area {
  position: relative;
  z-index: 1;
  background-image: url(/home/static/agency-gradient-bg-ca579877a3764ccff92d374d7265da86.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.agency-cta-content {
  text-align: center;
}
.agency-cta-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
.btn-gradient {
  color: #fff;
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  box-shadow: unset !important;
  transform: unset !important;
}
.btn-gradient:after {
  display: none;
}
.btn-gradient:before {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: linear-gradient(135deg, #23bdb8, #43e794);
  left: 0;
  border-radius: 4px;
}
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
  color: #fff;
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  box-shadow: unset !important;
}
.btn-gradient:active:before,
.btn-gradient:focus:before,
.btn-gradient:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient .show > .btn-primary.dropdown-toggle,
.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active {
  color: #fff;
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  box-shadow: unset !important;
}
.btn-gradient .show > .btn-primary.dropdown-toggle:before,
.btn-gradient:not(:disabled):not(.disabled).active:before,
.btn-gradient:not(:disabled):not(.disabled):active:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-gradient.disabled,
.btn-gradient:disabled {
  color: #fff;
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  box-shadow: unset !important;
}
.btn-gradient.disabled:before,
.btn-gradient:disabled:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-features {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 13px 33px;
  }
  .ptb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 20px;
  }
  .owl-theme .owl-dots {
    margin-top: 5px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(68, 206, 111, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-toggler {
    border-color: #44ce6f;
    outline: 0 !important;
    border-radius: 0;
  }
  .startp-nav nav .others-option {
    display: none;
  }
  .startp-nav nav .navbar-nav {
    overflow-y: scroll;
    height: 400px;
    display: block;
    background-color: #fff;
    margin-top: 15px;
  }
  .startp-nav nav .navbar-nav .nav-item {
    padding: 7px 0;
  }
  .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 0;
    margin-right: 0;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    box-shadow: unset;
    position: relative;
    top: 0 !important;
    left: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 100%;
    border-radius: 0;
    padding: 0 10px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
    border-left: 1px dashed #eee;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
    padding: 7px 15px;
    font-size: 14px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li a svg {
    transform: rotate(90deg);
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
    position: relative;
    top: 0 !important;
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu,
  .startp-nav nav .navbar-nav .nav-item:hover .dropdown_menu {
    top: 0 !important;
  }
  .main-banner {
    height: 100%;
    background-position: 50%;
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .main-banner .hero-content {
    margin-bottom: 45px;
  }
  .main-banner .hero-content h1 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 13px;
  }
  .main-banner .hero-content p {
    margin-bottom: 25px;
  }
  .main-banner .banner-image {
    text-align: center;
  }
  .main-banner .banner-image img {
    display: none;
    position: relative;
  }
  .main-banner .banner-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main-banner .banner-form {
    padding: 30px 20px;
    margin: 0 !important;
  }
  .hosting-main-banner {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 75px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 25px;
  }
  .hosting-main-banner .hosting-banner-content ul li {
    font-size: 13px;
  }
  .hosting-main-banner .hosting-banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .hosting-main-banner .hosting-banner-image {
    text-align: center;
    margin-top: 50px;
  }
  .hosting-main-banner .hosting-banner-image img {
    display: none;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(10) {
    display: block;
    position: relative;
  }
  .shape1,
  .shape2,
  .shape3,
  .shape4,
  .shape5 {
    display: none;
  }
  .boxes-area {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .single-box {
    margin-bottom: 30px;
  }
  .single-box h3 {
    font-size: 17px;
  }
  .services-content .box {
    margin-top: 20px;
    padding: 14px 10px;
  }
  .services-right-image {
    text-align: center;
    margin-top: 45px;
  }
  .services-right-image img {
    display: none;
    position: relative;
  }
  .services-right-image img:last-child {
    display: inline-block;
  }
  .services-right-image.single-right-image img.bg-image {
    display: none;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: inline-block;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .services-area-two {
    padding-bottom: 20px;
  }
  .single-services-box h3 {
    font-size: 17px;
  }
  .services-details-area .separate {
    margin-top: 30px;
  }
  .services-details {
    order: 1;
  }
  .services-details-desc h3 {
    font-size: 18px;
  }
  .services-details-desc p {
    font-size: 13px;
  }
  .services-details-image {
    margin-top: 30px;
    order: 2;
  }
  .modal-content .products-content {
    padding: 20px;
  }
  .modal-content .products-image {
    text-align: right;
  }
  .modal-content .products-image img {
    width: auto;
  }
  .features-area {
    padding-bottom: 20px;
  }
  .single-features {
    padding-left: 20px;
    height: auto;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .single-features h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .team-area {
    padding-bottom: 20px;
  }
  .single-team {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-team .team-content,
  .single-team .team-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-team .team-content .team-info {
    margin-right: 10px;
    margin-left: 10px;
  }
  .single-team .team-content .team-info h3 {
    font-size: 17px;
  }
  .domain-search-content h2 {
    font-size: 20px;
  }
  .domain-search-content form {
    border-radius: 0;
  }
  .domain-search-content form .form-control {
    width: 75%;
  }
  .domain-search-content form .domain-select {
    width: 25%;
    padding-right: 0;
  }
  .domain-search-content form button {
    float: unset;
    width: unset;
    height: unset;
    padding: 13px 40px;
  }
  .domain-search-content ul {
    display: block;
    margin-top: 15px;
  }
  .domain-search-content ul li {
    display: inline-block;
    flex: unset;
    padding: 0 15px;
    margin-top: 15px;
  }
  .why-choose-us-image {
    margin-bottom: 15px;
  }
  .why-choose-us-image img {
    display: none;
  }
  .why-choose-us-image img:last-child {
    display: block;
  }
  .single-why-choose-us {
    margin-top: 30px !important;
  }
  .single-why-choose-us .icon i:before {
    font-size: 35px;
  }
  .single-why-choose-us h3 {
    font-size: 17px;
  }
  .funfact {
    margin-bottom: 30px;
  }
  .funfact h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }
  .contact-cta-box {
    margin: 20px auto 0;
    padding: 30px 20px;
    text-align: center;
  }
  .contact-cta-box h3 {
    font-size: 20px;
  }
  .contact-cta-box .btn {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 15px;
  }
  .works-area {
    padding-bottom: 20px;
  }
  .single-works .icon {
    right: 5px;
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .single-works .icon svg {
    width: 15px;
  }
  .single-works .works-content {
    padding: 15px;
  }
  .single-works .works-content h3 {
    font-size: 17px;
  }
  .single-works:hover .icon {
    top: 5px;
  }
  .pricing-area {
    padding-bottom: 20px;
  }
  .pricing-table {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .pricing-table .pricing-header h3 {
    font-size: 17px;
  }
  .pricing-table .price {
    margin-bottom: 25px;
  }
  .pricing-table .price span {
    font-size: 27px;
  }
  .single-pricing-table {
    padding: 30px;
    margin-bottom: 30px;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 17px;
  }
  .single-pricing-table .pricing-header i:before {
    font-size: 40px;
  }
  .single-pricing-table .price span {
    font-size: 27px;
  }
  .feedback-slides .client-feedback .single-feedback {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 20px;
  }
  .feedback-slides .client-feedback .single-feedback .client-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .feedback-slides .client-feedback .single-feedback .client-img img {
    display: inline-block;
  }
  .feedback-slides .client-feedback .single-feedback h3 {
    font-size: 17px;
  }
  .feedback-slides .client-feedback .single-feedback p {
    font-size: 14px;
  }
  .feedback-slides .client-feedback .single-feedback:before {
    display: none;
  }
  .feedback-slides .client-thumbnails {
    margin: 0;
  }
  .feedback-slides .client-thumbnails .next-arrow {
    right: 0;
  }
  .feedback-slides .client-thumbnails .prev-arrow {
    left: 0;
  }
  .feedback-slides .client-thumbnails .next-arrow,
  .feedback-slides .client-thumbnails .prev-arrow {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
  }
  .testimonials-slides:after,
  .testimonials-slides:before {
    display: none;
  }
  .single-feedback-item {
    padding: 40px 20px 90px;
  }
  .single-feedback-item:before {
    font-size: 30px;
    left: 15px;
  }
  .ready-to-talk {
    padding-top: 50px;
    padding-bottom: 145px;
  }
  .ready-to-talk span {
    display: block;
    margin-top: 25px;
  }
  .ready-to-talk h3 {
    font-size: 20px;
  }
  .partner-section .partner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partner-section h5 {
    font-size: 17px;
    line-height: 23px;
  }
  .blog-area {
    padding-bottom: 20px;
  }
  .single-blog-post .blog-image img {
    width: 100%;
  }
  .single-blog-post .blog-post-content h3 {
    font-size: 17px;
  }
  .page-title-area {
    padding-top: 150px;
    padding-bottom: 65px;
  }
  .page-title-area .shape8 {
    top: auto;
    right: auto;
    left: 15px;
    bottom: 20px;
  }
  .page-title-area .shape7 {
    left: 15%;
    top: 29%;
  }
  .about-image {
    margin-bottom: 45px;
  }
  .about-inner-area {
    margin-top: 0;
  }
  .about-inner-area .about-text {
    margin-top: 30px;
  }
  .about-inner-area .about-text h3 {
    font-size: 17px;
  }
  .project-details-desc h3 {
    font-size: 17px;
    margin-top: 0;
  }
  .project-details-desc p {
    font-size: 13px;
  }
  .project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
  .project-details-desc .project-details-information .single-info-box h4 {
    font-size: 17px;
  }
  .products-details {
    margin-top: 30px;
  }
  .products-details-tabs #tabs li {
    margin-bottom: 5px;
  }
  .products-details-tabs #tabs li:last-child {
    margin-bottom: 0;
  }
  .products-details-tabs .content p {
    font-size: 13px;
  }
  .faq-accordion {
    padding: 30px 20px;
  }
  .faq-accordion .accordion .accordion-item .accordion-title {
    padding: 10px;
    font-size: 15px;
  }
  .faq-contact {
    padding: 30px 20px;
  }
  .faq-contact h3 {
    font-size: 20px;
  }
  .pagination-area {
    margin-top: 25px;
  }
  .blog-details-area .blog-details .article-img .date {
    width: 80px;
    height: 80px;
    font-size: 20px;
    padding-top: 16px;
    line-height: 23px;
  }
  .blog-details-area .blog-details .article-content {
    padding: 30px 20px;
  }
  .blog-details-area .blog-details .article-content ul li {
    margin-bottom: 5px;
  }
  .blog-details-area .blog-details .article-content ul.category {
    margin-bottom: 20px;
  }
  .blog-details-area .blog-details .article-content h3 {
    font-size: 17px;
    line-height: 29px;
  }
  .blog-details-area .blog-details .article-content p {
    margin-top: 16px;
  }
  .blog-details-area .blog-details .article-content .blockquote {
    padding: 18px;
  }
  .blog-details-area .blog-details .article-content .blockquote p {
    font-size: 14px;
  }
  .blog-details-area .blog-details .article-content .share-post ul li a {
    line-height: 35px;
  }
  .blog-details-area .post-comments,
  .blog-details-area .post-controls-buttons {
    padding: 30px 20px;
  }
  .blog-details-area .post-comments h3 {
    font-size: 17px;
  }
  .blog-details-area .post-comments .single-comment {
    padding-left: 0;
  }
  .blog-details-area .post-comments .single-comment .comment-img {
    position: relative;
    margin-bottom: 25px;
  }
  .blog-details-area .post-comments .single-comment.left-m {
    margin-left: 20px;
  }
  .blog-details-area .leave-a-reply {
    padding: 30px 20px;
  }
  .blog-details-area .leave-a-reply h3 {
    font-size: 17px;
  }
  .contact-info-area {
    padding-bottom: 20px;
  }
  .contact-info-box {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .contact-info-box h3 {
    font-size: 17px;
  }
  #contactForm {
    margin-top: 45px;
  }
  .coming-soon-area {
    height: 100%;
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .coming-soon-area .social-list {
    bottom: 20px;
  }
  .coming-soon-content h1 {
    font-size: 30px;
  }
  .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-content form .submit-btn {
    position: relative;
    right: 0;
    top: 0;
    height: 45px;
    border-radius: 40px;
    width: 130px;
    font-size: 14px;
    margin-top: 18px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
      0 0 0 4px hsla(0, 0%, 100%, 0.3);
  }
  .coming-soon-content #timer div {
    width: 100px;
    height: 100px;
    padding-top: 18px;
    font-size: 30px;
    margin: 0 10px 25px;
  }
  .coming-soon-content #timer div span {
    font-size: 13px;
  }
  .error-content {
    margin-top: 0;
  }
  .error-content .notfound-404 {
    height: 95px;
    margin-bottom: 25px;
  }
  .error-content .notfound-404 h1 {
    font-size: 75px;
  }
  .error-content h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .error-content p {
    font-size: 13px;
  }
  .repair-main-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .repair-banner-content h1 {
    line-height: 1.4;
    margin-bottom: 17px;
    font-size: 25px;
  }
  .repair-banner-image {
    margin-bottom: 60px;
  }
  .repair-banner-image img:nth-child(2) {
    top: 0;
    right: 0;
  }
  .repair-banner-image img:nth-child(3) {
    top: -35px;
  }
  .repair-banner-image img:nth-child(4) {
    display: none;
  }
  .repair-about-content {
    margin-bottom: 40px;
  }
  .repair-about-content .sub-title {
    font-size: 14px;
  }
  .repair-about-content h2 {
    font-size: 20px;
  }
  .repair-about-content ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .repair-about-image {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .repair-about-image img:nth-child(2) {
    width: 250px;
    position: relative;
  }
  .repair-about-image img:nth-child(4),
  .repair-about-image img:nth-child(5) {
    display: none;
  }
  .repair-services-area {
    padding-bottom: 20px;
  }
  .single-repair-services {
    padding: 30px 20px;
  }
  .single-repair-services h3 {
    font-size: 17px;
  }
  .single-repair-services .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .single-repair-services .icon i:before {
    font-size: 25px;
  }
  .repair-cta-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-repair-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .cta-repair-content h3 {
    font-size: 21px;
    margin-bottom: 17px;
  }
  .cta-repair-content p {
    font-size: 13px;
  }
  .cta-repair-img {
    text-align: center;
  }
  .single-repair-feedback {
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .single-repair-feedback:after {
    font-size: 30px;
    left: 10px;
  }
  .single-repair-feedback .client-img {
    margin-bottom: 29px;
    padding-left: 85px;
    padding-top: 13px;
  }
  .single-repair-feedback .client-img img {
    width: 70px;
    height: 70px;
  }
  .single-repair-feedback .client-img span {
    margin-top: 5px;
  }
  .single-repair-feedback .client-img h3 {
    font-size: 17px;
  }
  .single-repair-feedback p {
    font-size: 14px;
  }
  .single-repair-box {
    padding: 20px;
  }
  .single-repair-box .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .single-repair-box .icon i:before {
    font-size: 25px;
  }
  .single-repair-box h3 {
    font-size: 17px;
  }
  .single-repair-box .back-icon i:before {
    font-size: 170px;
  }
  .faq-accordion .accordion .accordion__item .accordion__button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .iot-main-banner {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .iot-banner-content span {
    font-size: 14px;
  }
  .iot-banner-content h2 {
    font-size: 25px;
    margin-bottom: 17px;
    line-height: 1.4;
  }
  .iot-banner-image {
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
    margin-top: 50px;
  }
  .iot-banner-image img:first-child {
    max-width: 100%;
  }
  .iot-banner-image img:last-child {
    display: none;
  }
  .animate-border span {
    top: 78%;
    left: 41%;
  }
  .iot-services-area {
    padding-bottom: 20px;
  }
  .single-iot-services {
    padding: 30px 20px;
  }
  .single-iot-services .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .single-iot-services .icon i:before {
    font-size: 25px;
  }
  .single-iot-services h3 {
    font-size: 17px;
  }
  .iot-cta-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 35px;
  }
  .cta-iot-content h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .iot-features-content {
    order: 1;
    margin-bottom: 30px;
  }
  .iot-features-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .iot-features-image {
    order: 2;
  }
  .single-iot-box {
    padding: 20px;
  }
  .single-iot-box .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
  .single-iot-box .icon img {
    width: 40px;
  }
  .single-iot-box .icon i:before {
    font-size: 25px;
  }
  .single-iot-box h3 {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .footer-area {
    padding-top: 50px;
  }
  .single-footer-widget {
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .single-footer-widget h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .copyright-area {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ml-main-banner {
    background-position: 50%;
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-banner-content {
    text-align: center;
  }
  .ml-banner-content h1 {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .ml-banner-content p {
    max-width: 100%;
    font-size: 13px;
  }
  .ml-banner-single-image {
    margin-top: 30px;
  }
  .ml-main-section {
    background-position: 50%;
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 25px;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .ml-partner-area.mt-minus-top {
    margin-top: -125px;
  }
  .solutions-area {
    padding-bottom: 20px;
  }
  .single-solutions-box h3 {
    font-size: 17px;
  }
  .single-solutions-box .learn-more-btn {
    font-size: 13px;
  }
  .single-solutions-box .learn-more-btn svg {
    width: 15px;
  }
  .section-title .sub-title {
    margin-bottom: 15px;
    padding: 4px 15px 3px;
    font-size: 12px;
  }
  .ml-about-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .ml-about-content h2 {
    font-size: 20px;
  }
  .ml-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-services-area {
    padding-bottom: 20px;
  }
  .single-ml-services-box {
    padding: 25px 20px;
  }
  .single-ml-services-box h3 {
    font-size: 17px;
  }
  .ml-projects-area {
    padding-bottom: 20px;
  }
  .ml-projects-area .section-title {
    text-align: center;
    max-width: 100%;
  }
  .ml-projects-area .section-title h2 {
    max-width: 100%;
  }
  .ml-projects-area .section-title .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-projects-slides .owl-dots {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .ml-projects-slides .owl-dots:before {
    display: none;
  }
  .pricing-tab .tabs {
    margin-bottom: 30px;
  }
  .pricing-tab .tabs li a {
    padding: 10px 25px 9.5px;
    font-size: 14px;
  }
  .pricing-box {
    margin-bottom: 30px;
    padding: 25px;
  }
  .pricing-box .pricing-header h3 {
    font-size: 18px;
  }
  .pricing-box .price {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .pricing-box .pricing-features {
    padding-left: 0;
    padding-right: 0;
  }
  .pricing-box .pricing-features li {
    padding-left: 24px;
    font-size: 13px;
  }
  .pricing-box .pricing-features li svg {
    width: 17px;
  }
  .ml-feedback-area {
    padding-bottom: 20px;
  }
  .ml-feedback-slides {
    max-width: 100%;
    margin: -40px 0 0;
  }
  .ml-feedback-slides .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
  .single-ml-feedback-item {
    padding: 20px;
    text-align: center;
  }
  .single-ml-feedback-item .client-info {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    text-align: center;
    margin-bottom: 15px;
  }
  .single-ml-feedback-item .client-info h3 {
    font-size: 17px;
  }
  .single-ml-feedback-item p {
    font-size: 13px;
  }
  .single-ml-feedback-item:after {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-blog-post-box .entry-post-content h3 {
    font-size: 17px;
  }
  .single-blog-post-box .entry-post-content .learn-more-btn {
    font-size: 13px;
  }
  .free-trial-area {
    padding-bottom: 50px;
  }
  .free-trial-area:before {
    display: none;
  }
  .free-trial-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .free-trial-content h2 {
    font-size: 20px;
  }
  .free-trial-content form {
    margin-top: 20px;
  }
  .free-trial-content form .input-newsletter {
    width: 100%;
  }
  .free-trial-content form button {
    position: relative;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 15px;
  }
  .agency-navbar .startp-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-main-banner {
    padding-top: 120px;
  }
  .agency-main-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-banner-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .agency-banner-content .sub-title {
    font-size: 13px;
  }
  .agency-banner-content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .agency-banner-content p {
    font-size: 14px;
    max-width: 100%;
  }
  .solutions-box {
    margin-bottom: 40px;
  }
  .solutions-box .icon {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .solutions-box .icon i {
    font-size: 40px;
  }
  .solutions-box .icon img {
    width: 80px;
  }
  .solutions-box h3 {
    font-size: 17px;
  }
  .solutions-box .learn-more-btn {
    font-size: 13px;
  }
  .agency-about-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-about-img {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .agency-about-content {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .agency-about-content h2 {
    font-size: 20px;
  }
  .agency-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .agency-services-area {
    padding-bottom: 20px;
  }
  .agency-services-box .content {
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
  }
  .agency-services-box .content h3 {
    font-size: 17px;
  }
  .agency-services-box:hover .content h3 {
    transform: translateY(0);
  }
  .agency-services-box:hover .content .read-more-btn,
  .user-shape1,
  .user-shape2,
  .user-shape3,
  .user-shape4,
  .user-shape5,
  .user-shape6 {
    display: none;
  }
  .single-testimonials-item {
    padding: 64px 20px 20px;
    text-align: center;
  }
  .single-testimonials-item p {
    font-size: 13px;
  }
  .single-testimonials-item:before {
    top: 8px;
    font-size: 35px;
  }
  .single-testimonials-item .client-info {
    margin-top: 20px;
    max-width: 200px;
  }
  .single-testimonials-item .client-info .rating svg {
    width: 14px;
  }
  .single-testimonials-item .client-info span {
    font-size: 12px;
  }
  .single-testimonials-item .client-info h3 {
    margin-top: 5px;
    font-size: 15px;
  }
  .single-blog-post-item .post-content {
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
  }
  .single-blog-post-item .post-content h3 {
    font-size: 17px;
    line-height: 25px;
  }
  .agency-cta-content h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .mobile-dnone {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .container-fluid,
  .free-trial-area .container-fluid,
  .ml-main-banner .container-fluid {
    max-width: 540px;
  }
  .free-trial-content form button {
    position: absolute;
    border-radius: 0 30px 30px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .startp-nav nav .others-option {
    display: none;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    left: -30px;
  }
  .startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
    left: 165px;
  }
  .startp-nav nav .navbar-nav .nav-item:last-child a {
    margin-right: 0;
  }
  .startp-nav.is-sticky {
    padding: 5px 0;
  }
  .main-banner {
    height: 100%;
    padding-top: 185px;
    padding-bottom: 165px;
  }
  .main-banner .banner-image {
    text-align: center;
    margin-top: 45px;
  }
  .main-banner .banner-image img {
    position: relative;
    display: none;
  }
  .main-banner .banner-image img:last-child {
    display: block;
  }
  .main-banner .hero-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main-banner .banner-form {
    padding: 50px;
    margin: 45px 0 !important;
  }
  .hosting-main-banner {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 165px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 30px;
  }
  .hosting-main-banner .hosting-banner-content ul li {
    font-size: 13px;
  }
  .hosting-main-banner .hosting-banner-content p {
    font-size: 16px;
  }
  .hosting-main-banner .hosting-banner-image {
    margin-top: 50px;
  }
  .hosting-main-banner .hosting-banner-image img {
    position: relative;
    display: none;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(10) {
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .shape1,
  .shape2,
  .shape3,
  .shape4,
  .shape5,
  .shape7 {
    display: none;
  }
  .boxes-area {
    padding-bottom: 50px;
    margin-top: -65px;
  }
  .single-box {
    margin-bottom: 30px;
  }
  .why-choose-us-image {
    margin-bottom: 65px;
  }
  .why-choose-us-image img {
    display: none;
  }
  .why-choose-us-image img:nth-child(3) {
    display: block;
  }
  .why-choose-us-image img:last-child {
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .services-right-image {
    text-align: center;
    margin-top: 45px;
  }
  .services-right-image img {
    display: none;
    position: relative;
  }
  .services-right-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .services-right-image.single-right-image img.bg-image {
    display: none;
  }
  .services-left-image {
    text-align: center;
    margin-bottom: 45px;
  }
  .services-left-image img {
    display: none;
    position: relative;
  }
  .services-left-image img:last-child {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .services-left-image.single-left-image img.bg-image {
    display: none;
  }
  .single-features {
    padding-left: 20px;
    height: auto;
  }
  .single-features .icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 25px;
  }
  .about-image {
    margin-bottom: 45px;
  }
  .about-inner-area,
  .about-inner-area .about-text {
    margin-top: 30px;
  }
  .pricing-area {
    padding-bottom: 50px;
  }
  .pricing-table,
  .single-pricing-table {
    margin-bottom: 30px;
  }
  .page-title-area {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .page-title-area .shape8 {
    top: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
  }
  .project-details-desc .project-details-information .single-info-box {
    width: 33.3333%;
  }
  .contact-info-area {
    padding-bottom: 50px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  #mainForm #contactForm {
    margin-top: 16px;
  }
  #contactForm {
    margin-top: 45px;
  }
  .coming-soon-content h1 {
    font-size: 35px;
  }
  .coming-soon-content p {
    font-size: 15px;
  }
  .coming-soon-content #timer div {
    padding-top: 20px;
    font-size: 30px;
  }
  .coming-soon-content #timer div span {
    font-size: 14px;
  }
  .error-content .notfound-404 {
    height: 205px;
  }
  .error-content .notfound-404 h1 {
    font-size: 170px;
  }
  .repair-main-banner {
    padding-top: 155px;
  }
  .repair-banner-content {
    text-align: center;
    margin-bottom: 115px;
  }
  .repair-banner-content h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .repair-banner-content img:nth-child(4) {
    left: 0;
    top: -40px;
    margin: 0 auto;
  }
  .repair-about-content {
    margin-bottom: 45px;
  }
  .repair-about-image {
    text-align: center;
    padding: 35px 0;
  }
  .repair-about-image img:nth-child(2) {
    position: relative;
  }
  .repair-about-image img:nth-child(4),
  .repair-about-image img:nth-child(5) {
    display: none;
  }
  .repair-cta-area {
    padding-top: 80px;
  }
  .cta-repair-content {
    margin-bottom: 30px;
  }
  .repair-why-choose-us:before {
    height: 40%;
  }
  .iot-main-banner {
    padding-top: 190px;
    padding-bottom: 100px;
  }
  .iot-banner-content span {
    font-size: 14px;
  }
  .iot-banner-content h2 {
    font-size: 30px;
  }
  .iot-banner-image {
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
    margin-top: 80px;
  }
  .iot-banner-image img:first-child {
    max-width: 100%;
  }
  .animate-border span {
    top: 70%;
    left: 42%;
  }
  .services-details-area .separate {
    margin-top: 40px;
  }
  .services-details {
    order: 1;
  }
  .services-details-image {
    order: 2;
    margin-top: 40px;
  }
  .modal-content .products-image {
    text-align: right;
  }
  .modal-content .products-image img {
    width: auto;
  }
  .modal-content .products-content {
    padding: 25px;
  }
  .modal-content button.close {
    z-index: 3;
  }
  .products-details {
    margin-top: 30px;
  }
  .iot-cta-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-iot-content {
    text-align: center;
    margin-top: 40px;
  }
  .iot-features-content {
    order: 1;
  }
  .iot-features-image {
    order: 2;
    margin-top: 40px;
  }
  .iot-why-choose-us:before {
    height: 40%;
  }
  .single-footer-widget {
    margin-bottom: 30px;
  }
  .copyright-area {
    margin-top: 50px;
  }
  .ml-main-banner {
    background-position: 50%;
    padding-top: 150px;
  }
  .ml-main-banner .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-banner-single-image {
    margin-top: 30px;
  }
  .ml-banner-content {
    text-align: center;
  }
  .ml-banner-content h1 {
    font-size: 30px;
  }
  .ml-banner-content p {
    max-width: 100%;
    font-size: 14px;
  }
  .ml-main-section {
    background-position: 50%;
    padding-top: 150px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 30px;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    margin-top: 30px;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .ml-partner-area.mt-minus-top {
    margin-top: -120px;
  }
  .about-area .container-fluid {
    max-width: 720px;
  }
  .ml-about-content {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  .ml-about-content h2 {
    font-size: 25px;
  }
  .ml-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .ml-projects-slides.owl-theme .owl-dots {
    right: 2.5%;
  }
  .ml-projects-slides.owl-theme .owl-dots:before {
    left: -8px;
  }
  .pricing-box {
    margin-bottom: 30px;
  }
  .free-trial-area {
    padding-bottom: 80px;
  }
  .free-trial-area .container-fluid {
    max-width: 720px;
  }
  .free-trial-area:before {
    display: none;
  }
  .free-trial-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .free-trial-content h2 {
    font-size: 25px;
  }
  .free-trial-content form {
    margin-top: 20px;
  }
  .agency-main-banner {
    padding-top: 120px;
  }
  .agency-main-banner .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-main-banner .shape8 {
    display: none;
  }
  .agency-banner-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .agency-banner-content .sub-title {
    font-size: 14px;
  }
  .agency-banner-content h1 {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .agency-banner-content p {
    font-size: 15px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .agency-about-area .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .agency-about-img {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .agency-about-content {
    max-width: 540px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .agency-about-content h2 {
    font-size: 25px;
  }
  .agency-about-content .bar {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-dnone,
  .user-shape1,
  .user-shape2,
  .user-shape3,
  .user-shape4,
  .user-shape5,
  .user-shape6 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-banner .hero-content h1 {
    font-size: 35px;
  }
  .main-banner .banner-image img:first-child {
    top: -140px;
    left: -120px;
  }
  .main-banner .banner-image img:nth-child(2) {
    right: 160px;
    top: -286px;
  }
  .main-banner .banner-image img:nth-child(3) {
    left: -30px;
    top: -15px;
  }
  .main-banner .banner-image img:nth-child(4) {
    right: 15%;
    top: 105px;
  }
  .main-banner .banner-image img:nth-child(5) {
    left: 15%;
    top: -120px;
  }
  .main-banner .banner-image img:nth-child(6) {
    right: 37%;
    top: -160px;
  }
  .main-banner .banner-image img:nth-child(7) {
    right: 20px;
    top: -110px;
  }
  .main-banner .banner-image img:nth-child(8) {
    right: 25px;
    top: -140px;
  }
  .main-banner .banner-image img:nth-child(9) {
    right: 28%;
    top: -25px;
  }
  .main-banner .banner-image img:nth-child(10) {
    left: 29%;
    top: -35px;
  }
  .main-banner .banner-image img:nth-child(11) {
    left: 26%;
    top: -160px;
  }
  .main-banner .banner-image img:nth-child(12) {
    left: 15px;
    top: -110px;
  }
  .main-banner .banner-image img:nth-child(13) {
    left: 50%;
    top: -18px;
  }
  .main-banner .banner-image img:nth-child(14) {
    right: 98px;
    top: -20px;
  }
  .hosting-main-banner .hosting-banner-content h1 {
    font-size: 35px;
  }
  .hosting-main-banner .hosting-banner-image img:first-child {
    top: -85px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(2) {
    top: 175px;
    left: 30px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(3) {
    top: 170px;
    right: 30px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(4) {
    left: 18%;
    top: -23px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(5) {
    right: 0;
    top: -115px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(6) {
    left: 2%;
    top: -173px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(7) {
    top: -244px;
    left: -73px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(8) {
    left: 11%;
    top: -200px;
  }
  .hosting-main-banner .hosting-banner-image img:nth-child(9) {
    top: 40px;
    left: 0;
  }
  .shape1 {
    display: none;
  }
  .startp-nav nav .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .services-left-image.single-left-image img:first-child,
  .services-right-image.single-right-image img:first-child {
    top: -30px;
  }
  .repair-main-banner {
    padding-top: 185px;
    padding-bottom: 110px;
  }
  .repair-banner-image img:nth-child(4) {
    display: none;
  }
  .repair-banner-image img:nth-child(3) {
    top: -35px;
  }
  .repair-banner-image img:nth-child(2) {
    top: -30px;
  }
  .repair-team-area .single-team .team-content {
    padding-left: 0;
    padding-right: 0;
  }
  .iot-main-banner {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .iot-banner-image img:first-child {
    max-width: 470px;
  }
  .iot-banner-image img:last-child {
    top: -10px;
  }
  .iot-team-area .single-team .team-content {
    padding-left: 0;
    padding-right: 0;
  }
  .ml-projects-slides.owl-theme .owl-dots {
    right: 4.5%;
  }
  .ml-main-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .ml-main-section .ml-banner-content h1 {
    font-size: 40px;
  }
  .ml-main-section .row {
    align-items: center !important;
  }
  .ml-banner-image {
    height: auto;
    top: 0;
    text-align: center;
  }
  .ml-banner-image img {
    display: none;
    position: relative;
  }
  .ml-banner-image img:nth-child(12) {
    display: inline-block;
  }
  .single-blog-post-box .entry-post-content h3 {
    font-size: 17px;
  }
  .single-box {
    padding: 20px;
  }
  .single-box h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .agency-banner-content {
    max-width: 465px;
    position: relative;
    top: 50px;
  }
  .agency-banner-content h1 {
    font-size: 40px;
  }
  .agency-about-img {
    padding-right: 30px;
  }
  .agency-about-content {
    max-width: 475px;
  }
  .agency-services-box .content h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1550px) {
  .iot-banner-image {
    right: 90px;
    top: 56%;
    transform: translateY(-50%);
  }
  .iot-banner-image img:first-child {
    max-width: 90%;
  }
  .iot-banner-image img:last-child {
    left: -128px;
    top: 50px;
  }
  .animate-border span {
    top: 51%;
    left: 70%;
  }
  .navbar-style-three .startp-nav {
    padding-left: 100px;
    padding-right: 100px;
  }
  .ml-main-banner .container-fluid {
    padding-left: 170px;
    padding-right: 170px;
  }
}
