@charset "UTF-8";
/**
  Cuber WordPress Theme
  Author: css4

  [Table of contents]
  1.  root
  2.  reboot
  3.  base
  4.  typography
  5.  images
  6.  code
  7.  grid
  8.  tables
  9.  forms
  10. buttons
  11. transition
  12. custom forms
  13. navbar
  14. card
  15. footer
  16. accordion
  17. tabs
  18. loaders
  19. scrollup
  20 chartbox
  21. features
  22. pricing tables
  23. sliders
  24. team
  25. search overlay
  26. lightbox
  27. testimonials
  28. comments
  29. blog
  30. utilities
*/
/*** root ***/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #45deb0;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #7e7e7e;
  --gray-dark: #343434;
  --primary: #007bff;
  --secondary: #6610f2;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f8f8;
  --dark: #343434;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/*** reboot ***/
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e7e7e;
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*** base ***/
html {
  font-size: 100%; }

@media (max-width: 767.98px) {
  html {
    font-size: 87.5%; } }

body {
  overflow-x: hidden; }

.main-container {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff; }

a {
  color: #007bff; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

/*** typography ***/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #494949; }

h1,
.h1 {
  font-size: 2.617rem;
  font-weight: 400; }

h2,
.h2 {
  font-size: 2.058rem;
  font-weight: 400; }

h3,
.h3 {
  font-size: 1.618rem;
  font-weight: 400; }

h4,
.h4 {
  font-size: 1.272rem;
  font-weight: 500; }

h5,
.h5 {
  font-size: 1rem;
  font-weight: 500; }

h6,
.h6 {
  font-size: 0.786rem;
  font-weight: 500; }

.lead {
  font-size: 0.95rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

blockquote p {
  padding-left: 1.25rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border-left: 0.3125rem solid #007bff; }

table {
  border-bottom: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0 0 1.5rem;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 1rem;
  margin: 1.25rem 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #dedede;
  padding: 0.375rem 0.625rem 0.375rem 0; }

/*** images ***/
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/*** code ***/
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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; }

/*** grid ***/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*** tables ***/
/*** forms ***/
/**
 * Forms & inputs
 * ----------------------------------------------------------------------------
 */
select,
textarea,
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"] {
  width: 100%;
  margin-bottom: 1rem;
  height: 3.3em;
  padding: 0 1.5em;
  border: 0;
  background-color: #f8f8f8;
  color: #212121;
  border: 1px solid #eaeaea; }
  select:focus,
  textarea:focus,
  input[type="number"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus {
    color: #212121;
    outline: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }

select {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  color: #7e7e7e;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  min-height: 9.375rem;
  padding: 1rem; }

input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9b; }

form {
  text-align: left; }
  form label {
    margin: 0 0 0.625rem 0.4375rem;
    display: block;
    color: #7e7e7e; }

.input-icon {
  position: relative; }
  .input-icon input {
    padding-left: 56px; }
  .input-icon i,
  .input-icon span {
    position: absolute;
    color: #7c7c7c;
    left: 1.25rem;
    font-size: 1.5rem;
    top: 0.5625rem; }

p.comment-form-comment {
  margin-bottom: 0; }

.input-w-button {
  position: relative; }
  .input-w-button button {
    position: absolute;
    right: 0.625rem;
    bottom: 50%;
    transform: translateY(10%); }
    .input-w-button button span {
      font-size: 3rem; }

.group-form {
  display: flex;
  align-items: center;
  justify-content: center; }

.group-form .group-form__input {
  flex-grow: 10; }

.group-form .group-form__button {
  margin-left: -20px; }

.group-form input {
  margin: 0; }

.group-form input[type="submit"] {
  height: 3.1rem; }

.group-form input[type="submit"]:hover {
  opacity: 0.95; }

.textwidget .group-form {
  flex-direction: column; }

.textwidget .group-form .group-form__input {
  width: 100%; }

.textwidget .group-form .group-form__button {
  margin-top: 15px;
  margin-left: 0;
  width: 100%; }

.textwidget .group-form input[type="submit"] {
  height: initial;
  width: 100%; }

.bg-light select,
.bg-light textarea,
.bg-light input[type="number"],
.bg-light input[type="url"],
.bg-light input[type="password"],
.bg-light input[type="email"],
.bg-light input[type="text"],
.bg-light input[type="tel"],
.bg-light input[type="date"] {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05); }
  .bg-light select:focus,
  .bg-light textarea:focus,
  .bg-light input[type="number"]:focus,
  .bg-light input[type="url"]:focus,
  .bg-light input[type="password"]:focus,
  .bg-light input[type="email"]:focus,
  .bg-light input[type="text"]:focus,
  .bg-light input[type="tel"]:focus,
  .bg-light input[type="date"]:focus {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1); }

.comment-form-cookies-consent input {
  display: inline-block; }

.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 10px; }

/*** buttons ***/
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.66rem 1.75rem;
  font-size: 0.95rem;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  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(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #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(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #4c0ab8; }
    .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(102, 16, 242, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #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(255, 193, 7, 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(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .btn-light:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #dfdfdf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #d8d8d8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343434;
  border-color: #343434; }
  .btn-dark:hover {
    color: #fff;
    background-color: #212121;
    border-color: #1b1b1b; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #141414; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(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: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6610f2;
    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: #6610f2;
    border-color: #6610f2; }
    .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(102, 16, 242, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #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;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f8f8;
  background-color: transparent;
  background-image: none;
  border-color: #f8f8f8; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f8f8;
    border-color: #f8f8f8; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 248, 248, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f8f8;
    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: #f8f8f8;
    border-color: #f8f8f8; }
    .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, 248, 248, 0.5); }

.btn-outline-dark {
  color: #343434;
  background-color: transparent;
  background-image: none;
  border-color: #343434; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343434;
    border-color: #343434; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 52, 52, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343434;
    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: #343434;
    border-color: #343434; }
    .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, 52, 52, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.76rem 2.4rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.45rem 1rem;
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-icon span {
  margin-right: 10px; }

.play-button {
  display: inline-block;
  color: #000000;
  background-color: #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .play-button--centered {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .play-button--animated:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    opacity: 0.3;
    border-radius: 50%;
    transform: scale(1.3);
    animation: 1.4s fadeScalePlay infinite; }
  .play-button span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; }
  .play-button:hover {
    color: #000000;
    opacity: 0.95; }
    .play-button:hover.play-button--animated:after {
      animation-play-state: paused; }

@keyframes fadeScalePlay {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.5);
    opacity: 0; } }

/*** transition ***/
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

/*** custom forms ***/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

/*** navbar ***/
.social-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-links li {
    display: inline-block;
    margin-right: 13px; }
    .social-links li:last-of-type {
      margin-right: 0; }

.page-header ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .page-header ul li {
    display: inline-block; }

.page-header a:not(.btn) {
  text-decoration: none;
  color: #343434;
  outline: none; }

.topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 1rem 0; }
  .topbar .container-fluid .topbar__inner {
    padding: 0 40px; }
  .topbar .topbar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .topbar .topbar__inner .topbar__left > div {
      font-size: 0.875rem;
      display: inline-block;
      margin-right: 10px; }
      .topbar .topbar__inner .topbar__left > div:last-of-type {
        margin-right: 0; }
      .topbar .topbar__inner .topbar__left > div span {
        color: #007bff;
        font-size: 1rem;
        vertical-align: middle;
        margin-right: 5px; }
    .topbar .topbar__inner .social-links a {
      color: #797979; }

.menubar {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  /* Force Hardware Acceleration */
  will-change: transform;
  transition: transform .5s; }
  .menubar .menubar__inner {
    display: flex;
    align-items: center; }
  .menubar .container-fluid .menubar__inner {
    padding: 0 40px; }
  .menubar .menubar__logo {
    order: 0; }
    .menubar .menubar__logo img {
      max-width: 100px;
      height: auto; }
    .menubar .menubar__logo .logo--light {
      display: none; }
  .menubar .menubar__right {
    order: 2;
    margin-left: 15px; }
  .menubar .menubar__nav {
    order: 1;
    flex-grow: 5;
    text-align: right; }
  .menubar .menubar__buttons {
    order: 3;
    margin-left: 15px; }
  .menubar .menu .menu-item-button a {
    display: none; }

@media (min-width: 768px) {
  .page-header--transparent:not(.page-header--scrolling) {
    position: absolute;
    width: 100%;
    z-index: 999;
    color: #fff; }
    .page-header--transparent:not(.page-header--scrolling) .topbar {
      background: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .page-header--transparent:not(.page-header--scrolling) .topbar .topbar__left span,
      .page-header--transparent:not(.page-header--scrolling) .topbar .social-links a {
        color: #fff; }
    .page-header--transparent:not(.page-header--scrolling) .menubar {
      background: transparent; }
      .page-header--transparent:not(.page-header--scrolling) .menubar .logo--dark {
        display: none; }
      .page-header--transparent:not(.page-header--scrolling) .menubar .logo--light {
        display: block; }
      .page-header--transparent:not(.page-header--scrolling) .menubar .menubar__right a {
        color: #fff; } }

.nav-search span {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-top: 5px;
  padding: 20px 10px; }

.nav-trigger {
  display: none; }
  .nav-trigger span:before {
    font-family: 'Ionicons';
    content: "\f20e";
    padding: 20px 10px;
    font-size: 2rem;
    vertical-align: middle; }

.mobile-menu--open .nav-trigger span:before {
  content: "\f2d7"; }

@media (min-width: 1200px) {
  .menubar__inner {
    min-height: 80px; }
  .menubar .menu > li {
    display: inline-block;
    position: relative; }
    .menubar .menu > li a {
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 700;
      font-size: 1rem;
      text-transform: capitalize; }
    .menubar .menu > li > a {
      padding: 30px 15px;
      display: block;
      color: #797979;
      transition: all 0.2s ease-in-out; }
    .menubar .menu > li:hover > a,
    .menubar .menu > li.current-menu-ancestor > a {
      color: #007bff; }
    .menubar .menu > li .sub-menu {
      width: 200px;
      background-color: #fff;
      visibility: hidden;
      opacity: 0.5;
      position: absolute;
      top: 110%;
      left: 0;
      z-index: 999;
      padding: 20px 20px;
      text-align: left;
      box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
      transition: all 0.2s ease-in-out; }
      .menubar .menu > li .sub-menu .sub-menu:not(.sub-menu--open-left) {
        left: 125%;
        top: 0; }
      .menubar .menu > li .sub-menu .sub-menu--open-left {
        top: 0;
        left: auto;
        right: 125%; }
      .menubar .menu > li .sub-menu li {
        display: block;
        position: relative; }
        .menubar .menu > li .sub-menu li.current-menu-item > a {
          color: #007bff; }
        .menubar .menu > li .sub-menu li.menu-item-has-children:after {
          font-family: "Ionicons";
          content: "\f125";
          position: absolute;
          right: 0;
          top: 12px;
          transition: color 0.2 ease-in-out;
          color: #cecece; }
        .menubar .menu > li .sub-menu li.menu-item-has-children:hover:after {
          color: #007bff; }
        .menubar .menu > li .sub-menu li:hover > .sub-menu:not(.sub-menu--open-left) {
          visibility: visible;
          left: 105%;
          opacity: 1; }
        .menubar .menu > li .sub-menu li:hover > .sub-menu--open-left {
          visibility: visible;
          opacity: 1;
          right: 105%; }
        .menubar .menu > li .sub-menu li a {
          color: #adabab;
          display: inline-block;
          width: 100%;
          padding: 10px 0px;
          font-weight: 400;
          white-space: pre-wrap;
          transition: color 0.2 ease-in-out; }
          .menubar .menu > li .sub-menu li a:hover {
            color: #007bff; }
          .menubar .menu > li .sub-menu li a[title]:after {
            content: attr(title);
            color: #007bff;
            font-size: 12px;
            position: relative;
            top: -9px;
            left: 3px; }
    .menubar .menu > li:hover > .sub-menu {
      visibility: visible;
      top: 90%;
      opacity: 1; }
    .menubar .menu > li:hover .mega-menu .sub-menu {
      visibility: visible;
      opacity: 1; }
    .menubar .menu > li .mega-menu {
      width: auto;
      white-space: nowrap; }
      .menubar .menu > li .mega-menu ul {
        position: relative;
        left: auto !important;
        padding: 0; }
      .menubar .menu > li .mega-menu > li {
        width: 200px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top; }
  .menubar .menu > li .sub-menu li.menu-item-has-children li.menu-item-has-children:after {
    content: ''; }
  .page-header--scrolling .menubar {
    position: fixed;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); }
    .page-header--scrolling .menubar .logo--dark {
      display: block; }
    .page-header--scrolling .menubar .logo--light {
      display: none; }
    .page-header--scrolling .menubar .menu > li > a {
      color: #494949; }
  .page-header--transparent:not(.page-header--scrolling) .menubar .menu > li > a {
    color: #fff;
    opacity: 0.8; }
  .page-header--transparent:not(.page-header--scrolling) .menubar .menu > li:hover > a,
  .page-header--transparent:not(.page-header--scrolling) .menubar .menu > li.current-menu-ancestor > a {
    opacity: 1; } }

@media (max-width: 1199.98px) {
  .menubar {
    padding: 10px 0; }
    .menubar .menubar__nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .menubar.mobile-menu--open .menubar__nav {
      visibility: visible;
      opacity: 1; }
    .menubar .menubar__logo {
      flex-grow: 5; }
  .nav-trigger {
    display: inline-block; }
  .menubar .menu {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    text-align: left; }
    .menubar .menu li {
      display: block !important;
      position: relative;
      border: 1px solid #f8f8f8; }
      .menubar .menu li.menu-item-has-children > a:after {
        font-family: "Ionicons";
        content: "\f125";
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
        transition: all 0.2s ease-in-out; }
      .menubar .menu li.menu-li--open.menu-item-has-children > a:after {
        transform: rotate(90deg); }
      .menubar .menu li.menu-li--open .mega-menu .sub-menu {
        display: block;
        background: #f8f8f8; }
      .menubar .menu li.menu-li--open > .sub-menu {
        display: block;
        background: #f8f8f8; }
        .menubar .menu li.menu-li--open > .sub-menu .sub-menu {
          background: #e9e9e9; }
      .menubar .menu li > a {
        position: relative;
        padding: 15px 45px;
        display: block; }
      .menubar .menu li .sub-menu {
        display: none; } }

@media (max-width: 575.98px) {
  .topbar .topbar__right,
  .menubar .menubar__buttons {
    display: none; }
  .menubar .menu .menu-item-button a {
    display: inline-block;
    text-align: left;
    background: transparent;
    color: #007bff;
    border: 0; } }

/*** card ***/
.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 transparent;
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent; }
  .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 transparent; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/*** footer ***/
.main-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.footer {
  min-height: 50px;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .footer__top {
    padding: 5rem 0;
    color: #7e7e7e; }
    .footer__top a {
      color: inherit; }
    .footer__top-logo {
      max-width: 130px;
      margin-bottom: 20px; }
  .footer .widget {
    margin-bottom: 0 !important; }
    .footer .widget .widget-title {
      font-size: 1rem;
      color: #adabab;
      margin-bottom: 28px;
      font-weight: 500; }
    .footer .widget ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer .widget ul li {
        border: 0; }
        .footer .widget ul li:last-of-type {
          margin-bottom: 0; }
        .footer .widget ul li a {
          transition: all 0.2s ease-in-out; }
        .footer .widget ul li a:hover {
          color: #494949; }
  .footer__bottom {
    text-transform: capitalize;
    padding: 3.75rem 0;
    border-top: 1px solid #e9e9e9; }
    .footer__bottom p {
      margin-bottom: 0;
      color: #adabab; }
  .footer .widget + .widget {
    margin-top: 2rem; }
  .footer .social-links a {
    color: #adabab; }

.footer-2 {
  padding: 60px 0;
  display: flex;
  align-items: center; }
  .footer-2 .footer__logo img {
    width: 100px; }
  .footer-2 p {
    margin-bottom: 0; }

/*** accordion ***/
.accordion .accordion__item {
  position: relative; }

.accordion .accordion__item-body {
  display: none;
  padding: 25px 0; }
  .accordion .accordion__item-body p {
    margin-bottom: 0; }

.accordion .accordion__item-heading {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-bottom: 2px solid #e4e4e4; }
  .accordion .accordion__item-heading .accordion__item-heading--marker {
    color: #007bff;
    font-size: 28px;
    margin-right: 15px;
    opacity: 0.6;
    transition: all 100ms ease-in-out; }
  .accordion .accordion__item-heading .accordion__item-heading--title {
    opacity: 0.6;
    margin-bottom: 0;
    padding: 20px 0;
    transition: all 100ms ease-in-out; }

.accordion .accordion__item:hover .accordion__item-heading--title, .accordion .accordion__item:hover .accordion__item-heading--marker, .accordion .accordion__item--active .accordion__item-heading--title, .accordion .accordion__item--active .accordion__item-heading--marker {
  opacity: 1; }

.accordion .accordion__item-heading:after {
  font-family: 'Ionicons';
  content: "\f48a";
  font-size: 28px;
  color: #007bff;
  position: absolute;
  right: 0px;
  transition: all 0.2s ease-in-out; }

.accordion .accordion__item--active > .accordion__item-heading:after {
  content: "\f463"; }

/*** tabs ***/
.tabs {
  overflow: hidden; }
  .tabs li {
    display: inline-block;
    cursor: pointer; }

.tabbed-content .content {
  overflow: hidden;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .tabbed-content .content > li.active .tab-content {
    animation: fadeIn 0.85s ease forwards; }
  .tabbed-content .content > li:not(.active) {
    position: absolute;
    top: 0;
    pointer-events: none; }
    .tabbed-content .content > li:not(.active) .tab-content {
      display: block;
      pointer-events: none;
      animation: fadeOut 0.5s ease forwards; }

/* Button tabs */
.button-tabs .tabs {
  display: block;
  text-align: center; }
  .button-tabs .tabs > li {
    margin-bottom: 8px;
    margin-right: 10px; }
    .button-tabs .tabs > li:last-child {
      margin-right: 0; }

.button-tabs .tab-title {
  padding: 13px;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  -webkit-user-select: none;
          user-select: none;
  transition: all .3s ease;
  border-radius: 0.25rem; }
  .button-tabs .tab-title span {
    line-height: 24px;
    font-weight: 500; }

.button-tabs .active .tab-title {
  background: #007bff;
  color: #fff; }

.button-tabs .tab-title:hover {
  color: #007bff; }

.button-tabs .active .tab-title:hover {
  color: #fff; }

@media (max-width: 767.98px) {
  .button-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px; } }

/* Text tabs */
.text-tabs .tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
  overflow: visible;
  text-align: center; }

.text-tabs.no-border .tabs {
  border-bottom: none; }

.text-tabs .tab-title {
  transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative; }
  .text-tabs .tab-title span {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 500; }
  .text-tabs .tab-title > :after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #007bff;
    bottom: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    bottom: -17px;
    left: 0; }
  .text-tabs .tab-title:hover {
    opacity: 1; }

.text-tabs .active .tab-title {
  opacity: 1;
  color: #007bff; }
  .text-tabs .active .tab-title:after {
    opacity: 1;
    content: "";
    width: 90%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -17px;
    background-color: #007bff;
    position: absolute; }

@media (max-width: 767.98px) {
  .text-tabs .tabs {
    padding-bottom: 0; }
    .text-tabs .tabs li {
      width: 49%;
      margin-bottom: 15px; }
  .text-tabs .tab-title:after {
    display: none; }
  .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px; } }

/* Icon tabs */
.icons-tab .tabs {
  text-align: center; }

.icons-tab .tabs li {
  margin-right: 100px;
  margin-bottom: 24px; }
  .icons-tab .tabs li:last-child {
    margin-right: 0; }

.icons-tab .tab-title {
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0.5; }
  .icons-tab .tab-title:hover {
    opacity: 1; }
  .icons-tab .tab-title i {
    font-size: 48px;
    display: block; }
  .icons-tab .tab-title span {
    line-height: 24px;
    font-weight: 500; }

.icons-tab .active .tab-title {
  color: #007bff;
  opacity: 1; }
  .icons-tab .active .tab-title i {
    color: #007bff; }

@media (max-width: 767.98px) {
  .icons-tab .tabs li {
    margin-bottom: 16px;
    margin-right: 0;
    width: 49%; }
  .icons-tab .tab-title i {
    font-size: 32px; } }

/*** loaders ***/
body:not(.loader-enable) .page-loader {
  display: none; }

.loader-enable .page-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: inherit;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease-out; }

.loader-enable.page-loaded .page-loader {
  opacity: 0;
  visibility: hidden; }

.loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.line-scale-pulse-out > div {
  width: 4px;
  height: 35px;
  display: inline-block; }

.line-scale-pulse-out > div {
  border-radius: 2px;
  margin: 2px;
  background-color: #007bff; }

.line-scale-pulse-out > div {
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  animation-delay: -.4s !important; }

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  animation-delay: -.2s !important; }

@keyframes line-scale-pulse-out {
  0%,
  100% {
    transform: scaley(1); }
  50% {
    transform: scaley(0.4); } }

/*** scrollup ***/
.scrollup {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  background: #f8f8f8;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 300ms;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 3px 1px -2px rgba(0, 0, 0, 0.19); }
  .scrollup.scrollup--show {
    bottom: 20px;
    opacity: 1; }
  .scrollup .scrollup__icon {
    font-size: 24px;
    color: #212121; }

@media (max-width: 767.98px) {
  .scrollup {
    display: none; } }

/*** chartbox ***/
.chartbox {
  margin-bottom: 1.25rem; }

.chartbox .chartbox__desc {
  margin-bottom: 0.625rem;
  text-align: left;
  font-size: 1rem;
  color: #7e7e7e; }

.chartbox .chartbox__bar {
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  position: relative; }

.chartbox .chartbox__bar .chartbox__bar-progress {
  background-color: #007bff;
  height: 100%;
  width: 50%;
  transition: width 0.6s ease;
  position: relative; }

.chartbox .chartbox__bar .chartbox__bar-progress:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  right: -6px;
  top: -5px; }

.chartbox .chartbox__bar .chartbox__bar-progress:after {
  content: attr(data-progress);
  display: inline-block;
  position: absolute;
  right: -1.2rem;
  top: -2.2rem;
  font-size: 1rem;
  color: #212121; }

/*** features ***/
.feature .feature__svg-icon * {
  stroke: currentColor; }

.feature.feature--primary .feature__icon .feature__svg-icon,
.feature.feature--primary .feature__icon span {
  color: #007bff; }

.feature-1,
.feature-2 {
  padding: 40px 25px 40px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px; }
  .feature-1:hover,
  .feature-2:hover {
    background: #fff;
    box-shadow: 0 16px 40px #ededed; }
  .feature-1 .feature__icon,
  .feature-2 .feature__icon {
    margin-bottom: 2rem; }
    .feature-1 .feature__icon span,
    .feature-2 .feature__icon span {
      font-size: 3rem; }
  .feature-1 img,
  .feature-1 .feature__svg-icon,
  .feature-2 img,
  .feature-2 .feature__svg-icon {
    width: 3rem;
    height: 3rem; }
  .feature-1 .feature__title,
  .feature-2 .feature__title {
    margin-bottom: 1.125rem; }
    .feature-1 .feature__title a:hover h5,
    .feature-2 .feature__title a:hover h5 {
      color: #007bff; }
    .feature-1 .feature__title h5,
    .feature-2 .feature__title h5 {
      font-size: 1rem;
      transition: all 0.2s ease-in-out; }

.color--white .feature-1:hover {
  background: transparent;
  box-shadow: none;
  transform: translateY(-10px); }

.feature-2 {
  padding: 50px 25px 50px;
  box-shadow: 0 10px 10px #ededed;
  text-align: center;
  border-bottom: 3px solid #007bff; }
  .feature-2:hover {
    transform: translateY(-10px); }
  .feature-2 img,
  .feature-2 .feature__svg-icon {
    margin: auto; }

.feature-3 .feature__icon {
  margin-bottom: -48px; }
  .feature-3 .feature__icon span {
    font-size: 48px; }
  .feature-3 .feature__icon img,
  .feature-3 .feature__icon .feature__svg-icon {
    width: 3rem;
    height: 3rem; }

.feature-3 .feature__title,
.feature-3 .feature__body {
  margin-left: 75px; }

.feature-3 .feature__title h5 {
  font-size: 0.95rem; }

.feature-3 .feature__title a:hover h5 {
  color: #007bff; }

.feature-4 {
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .feature-4 .feature__icon {
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out; }
    .feature-4 .feature__icon .feature__svg-icon,
    .feature-4 .feature__icon img {
      width: auto;
      height: 128px; }
    .feature-4 .feature__icon span {
      font-size: 128px; }
  .feature-4 .feature__title {
    margin-bottom: 18px;
    transition: all 400ms ease-in-out; }
  .feature-4:hover .feature__icon {
    transform: translateY(-5px); }

.feature-5 {
  text-align: center; }
  .feature-5 .feature__body p {
    margin-bottom: 0; }

/*** pricing-tables ***/
.pricing {
  text-align: center;
  padding: 3.125rem 2.5rem;
  transition: all 0.2s ease-in-out; }
  .pricing ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0; }
    .pricing ul li {
      padding: 10px; }
  .pricing h5 {
    font-size: 1.1rem; }
  .pricing .pricing__price {
    color: #494949;
    font-size: 2rem;
    padding: 1.875rem 0;
    position: relative;
    font-weight: 500; }
    .pricing .pricing__price .price--value:before {
      content: attr(data-price-value);
      font-size: em(20px);
      display: inline-block;
      vertical-align: top;
      margin-top: -10px; }
    .pricing .pricing__price .price--period {
      font-size: 0.95rem;
      color: #cecece;
      font-weight: 400; }
  .pricing p {
    margin: 1.5625rem 0; }
  .pricing.pricing--active {
    transform: scale(1.1); }
  .pricing.pricing--active, .pricing:hover {
    box-shadow: 0 0px 50px #ededed; }
  .pricing:hover:not(.pricing--active) {
    transform: translateY(-20px); }

/*** sliders ***/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/*** team ***/
.team-member {
  margin-top: 4rem;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .team-member__photo {
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out; }
    .team-member__photo img {
      width: auto;
      height: 200px;
      border-radius: 50%;
      transition: all 0.2s ease-in-out; }
  .team-member:hover .team-member__photo img {
    box-shadow: 0 16px 40px #ededed;
    transform: translateY(-5px); }
  .team-member__name {
    margin-bottom: 8px; }

/*** search open box ***/
.search-overlay {
  display: flex;
  background: rgba(0, 0, 0, 0.93);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 250ms ease-in-out; }
  .search-overlay .search-overlay__close {
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 30px;
    color: #fff;
    font-size: 85px;
    transition: 150ms ease-in-out; }
    .search-overlay .search-overlay__close:hover {
      color: #007bff; }

.search-overlay__form {
  position: relative;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
  transform: scale(0.9); }
  .search-overlay__form button {
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
    background: none;
    color: inherit;
    vertical-align: middle;
    z-index: 1;
    outline: none;
    border: none;
    bottom: 18px;
    transition: 150ms ease-in-out; }
    .search-overlay__form button:hover {
      color: #007bff; }
  .search-overlay__form .search-overlay__description {
    color: #bfbfbf;
    position: absolute;
    right: 0; }
  .search-overlay__form input {
    color: #007bff;
    height: 3.4rem;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 2.5rem;
    background: transparent;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #007bff; }
    .search-overlay__form input:-webkit-autofill {
      -webkit-text-fill-color: #007bff !important; }
    .search-overlay__form input:-webkit-autofill, .search-overlay__form input:active:-webkit-autofill, .search-overlay__form input:hover:-webkit-autofill, .search-overlay__form input:focus:-webkit-autofill {
      transition: background-color 5000s ease-in-out 0s; }
    .search-overlay__form input:hover, .search-overlay__form input:focus {
      color: #007bff; }

.search-overlay--open {
  visibility: visible;
  opacity: 1; }
  .search-overlay--open .search-overlay__close {
    opacity: 1; }
  .search-overlay--open .search-overlay__form {
    opacity: 1;
    transform: scale(1); }

/*** light box ***/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.modal {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }
  .modal__container {
    width: 100%;
    height: 100%; }
  .modal__body {
    width: 100%; }

.modal.image-holder .mfp-close {
  color: #ffffff; }

/*** testimonials ***/
.testimonial-1 {
  display: flex;
  align-content: center; }
  .testimonial-1 .testimonial__image {
    order: 0;
    flex: 0 1 15%;
    margin-right: 80px;
    align-self: center; }
    .testimonial-1 .testimonial__image img {
      border-radius: 50%; }
  .testimonial-1 .testimonial__quote {
    order: 1;
    flex: 0 1 70%; }
    .testimonial-1 .testimonial__quote blockquote {
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1.7; }
  .testimonial-1 .testimonial__title {
    margin-top: 30px; }

.testimonial-2 {
  text-align: center; }
  .testimonial-2 blockquote {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.7; }
  .testimonial-2 .testimonial__title {
    margin-top: 30px; }

.testimonial-3 {
  margin: 15px;
  padding: 60px 40px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 3px;
  transition: all 0.2s ease-in-out; }
  .testimonial-3 .testimonial__quote blockquote {
    font-size: 1rem; }
  .testimonial-3 .testimonial__footer {
    margin-top: 40px;
    display: flex; }
    .testimonial-3 .testimonial__footer .testimonial__image {
      flex: 0 1 15%;
      margin-right: 30px; }
      .testimonial-3 .testimonial__footer .testimonial__image img {
        border-radius: 50%; }
  .testimonial-3:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 45px rgba(0, 0, 0, 0.1); }

.client {
  text-align: center; }
  .client img {
    opacity: 0.7;
    transition: all 0.2s ease-in-out; }
  .client:hover img {
    opacity: 1;
    transform: translateY(-5px); }

@media (max-width: 767.98px) {
  .testimonial-1 {
    flex-direction: column; }
    .testimonial-1 .testimonial__image {
      margin-bottom: 30px;
      text-align: center;
      flex: 0 1 auto;
      margin-right: 0;
      width: 50%; } }

/*** portfolio ***/
.cuber-portfolio {
  /** Fly items style */ }
  .cuber-portfolio ul.vp-pagination__no-more {
    display: none !important; }
  .cuber-portfolio .vp-portfolio__items-style-fly .vp-portfolio__item-meta-title {
    color: inherit;
    font-size: 1.3em;
    margin-bottom: 0;
    font-weight: 500; }
  .cuber-portfolio .vp-portfolio__items-style-fly .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
    display: block;
    margin: 0 5px;
    padding: 4px 15px;
    background-color: #007bff;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 3px; }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item a {
    outline: none;
    box-shadow: none; }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-meta-title {
    font-weight: 500; }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    padding: 20px;
    text-decoration: none; }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.07, 0.72, 0.24, 1); }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-img img {
    transition: transform 2s cubic-bezier(0.08, 0.43, 0.24, 1); }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-meta {
    transform: translateY(10px);
    transition: transform 1s cubic-bezier(0.07, 0.72, 0.24, 1), opacity 1s cubic-bezier(0.07, 0.72, 0.24, 1); }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item:hover .vp-portfolio__item-overlay {
    opacity: 1; }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item:hover .vp-portfolio__item-meta {
    transform: translateY(0); }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item:hover .vp-portfolio__item-img img {
    transform: scale(1.1); }
  .cuber-portfolio .vp-portfolio__items-style-fade .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category {
    display: block;
    margin: 0 5px;
    padding: 4px 15px;
    background-color: #007bff;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 3px; }
  .cuber-portfolio .vp-filter__style-default {
    margin-bottom: 40px; }
    .cuber-portfolio .vp-filter__style-default .vp-filter__item {
      flex: 0 0 auto;
      list-style-type: none;
      text-align: center;
      margin: 3px;
      padding: 0; }
      .cuber-portfolio .vp-filter__style-default .vp-filter__item > * {
        display: block;
        text-decoration: none;
        padding: 8px 16px;
        min-width: 40px;
        line-height: 1.4;
        color: inherit;
        border: 1px solid transparent;
        border-radius: 3px;
        background-color: #fff;
        transition: .2s border-color, .2s background-color, .2s color; }
      .cuber-portfolio .vp-filter__style-default .vp-filter__item:not(.vp-filter__item-active) > a:hover {
        background-color: #f8f8f8;
        border-color: transparent; }
      .cuber-portfolio .vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
        cursor: default;
        border: 1px solid #007bff;
        background-color: #007bff;
        color: #fff; }

.portfolio-item__title {
  margin-bottom: 24px; }

.portfolio-item__content {
  margin-bottom: 32px; }

.portfolio-item__meta {
  margin-bottom: 32px; }

.portfolio-item__share {
  margin-bottom: 32px; }
  .portfolio-item__share .social-links {
    margin-top: 18px; }
    .portfolio-item__share .social-links a {
      margin-right: 10px;
      color: #7e7e7e;
      transition: all 0.2s ease-in-out; }
      .portfolio-item__share .social-links a:hover {
        color: #343434; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

/*** comments ***/
.hover-element__media img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out; }

.hover-element__body h4 {
  margin-top: 1.5rem; }

.hover-element:hover .hover-element__media img {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }

/*** comments ***/
#comments {
  clear: both;
  padding: 1.25rem 0 0.5em; }

.blog-post__navigation + .blog-post__comments {
  padding-top: 2.5rem; }

.comments-title {
  font-size: 1.25rem;
  margin-bottom: 2.25rem; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 75px; }

.pingback .comment-body {
  padding-left: 0;
  margin-left: -20px;
  margin-bottom: 25px; }

.comment-author {
  font-size: 0.95rem;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2; }
  .comment-author b {
    font-weight: 500;
    color: #212121; }
  .comment-author a {
    color: #212121; }

.comment-author .avatar {
  height: 70px;
  left: -95px;
  top: 5px;
  position: absolute;
  width: 70px;
  border-radius: 50%; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1rem; }

.comment-metadata {
  font-size: 0.82rem;
  font-weight: 400; }
  .comment-metadata a {
    color: #a7a4a4;
    text-transform: uppercase;
    font-size: 11px; }

.comment-metadata a.comment-edit-link {
  margin-left: 1em;
  color: #444444; }

.comment-body {
  font-size: 0.875rem;
  margin-bottom: 3.2em; }

.comment-reply-link {
  font-weight: 500;
  position: relative;
  color: #5d5d5d; }

.comment-reply-link .icon {
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 40px;
  left: -55px;
  width: 40px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2.5rem 0 3.75rem; }

.logged-in-as {
  margin-bottom: 30px;
  margin-left: 15px; }
  .logged-in-as a {
    color: #adabab;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out; }
    .logged-in-as a:hover {
      color: #494949; }

.comment-form-cookies-consent,
.comment-notes {
  margin-bottom: 32px; }

.comment-form .form-submit {
  margin-top: 12px;
  margin-left: 15px; }

.comment-content p, .comment-content dt, .comment-content dd, .comment-content li {
  color: rgba(0, 0, 0, 0.74); }

li.comment > .comment-respond {
  margin-bottom: 3rem; }

.comment-list li.comment:last-of-type {
  margin-bottom: 4rem; }

/*** pagination ***/
.pagination-container .pagination {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }
  .pagination-container .pagination li {
    display: inline-block; }
    .pagination-container .pagination li a {
      text-align: center;
      display: inline-block;
      line-height: 2.5rem;
      width: 2.5rem;
      height: 2.5rem;
      transition: all 0.2s ease-in-out;
      border: 1px solid #e9e9e9; }
  .pagination-container .pagination li a:hover,
  .pagination-container .pagination li.active a {
    background-color: #007bff;
    color: #fff; }

.page-links {
  clear: both;
  margin: 1.5rem 0 0; }
  .page-links__title {
    color: #494949;
    font-weight: 500;
    margin-bottom: 12px; }
  .page-links span {
    text-align: center;
    display: inline-block;
    line-height: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e9e9e9; }
  .page-links a:hover span {
    background-color: #007bff;
    color: #fff; }

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between; }
  .post-navigation .nav-links .nav-icon {
    vertical-align: middle; }
  .post-navigation .nav-links .nav-text {
    color: #444;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px; }
  .post-navigation .nav-links .nav-next {
    flex-grow: 6;
    text-align: right; }
    .post-navigation .nav-links .nav-next .nav-icon {
      margin-left: 15px;
      transition: 100ms linear; }
    .post-navigation .nav-links .nav-next a:hover .nav-icon {
      margin-left: 10px; }
  .post-navigation .nav-links .nav-previous {
    flex-grow: 6; }
    .post-navigation .nav-links .nav-previous .nav-icon {
      margin-right: 15px;
      transition: 100ms linear; }
    .post-navigation .nav-links .nav-previous a:hover .nav-icon {
      margin-right: 10px; }
  .post-navigation .nav-links a {
    color: #7e7e7e;
    font-size: 1.05rem;
    transition: all 0.2s ease-in-out; }
    .post-navigation .nav-links a:hover {
      color: #007bff; }

.comments-pagination .page-numbers {
  text-align: center;
  display: inline-block;
  line-height: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e9e9e9; }

.comments-pagination a.page-numbers:hover {
  background-color: #007bff;
  color: #fff; }

/*** widgets ***/
.widget {
  margin-bottom: 3rem !important; }
  .widget .widget-title {
    font-size: 14px;
    margin-bottom: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .widget input {
    margin-bottom: 0; }
  .widget ul {
    list-style-type: none;
    padding-left: 0; }
    .widget ul li {
      display: block;
      margin-left: 0;
      padding-left: 0;
      padding: 10px 0;
      border-bottom: 1px solid #f1f1f1; }
      .widget ul li a {
        color: #7e7e7e;
        transition: all 0.2s ease-in-out; }
        .widget ul li a:hover {
          color: #007bff; }
      .widget ul li:last-of-type {
        border-bottom: 0;
        padding-bottom: 0; }
      .widget ul li:first-of-type {
        padding-top: 0; }
  .widget select {
    margin: 10px 0 0;
    cursor: pointer; }
    .widget select:after {
      position: absolute;
      right: 0;
      height: 100%;
      top: 0;
      font-size: 30px;
      content: '\2263';
      pointer-events: none;
      padding: 0 13px;
      border-left: 1px solid #ececec;
      line-height: 31px; }

.tagcloud a {
  font-size: 14px !important;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  color: rgba(0, 0, 0, 0.68);
  background-color: rgba(0, 0, 0, 0.05); }
  .tagcloud a:last-child {
    margin-right: 0; }
  .tagcloud a:hover {
    color: #fff;
    background-color: #007bff; }

.widget_nav_menu ul li,
.widget_pages ul li {
  padding: 0;
  border-bottom: 1px solid #f1f1f1; }
  .widget_nav_menu ul li ul.sub-menu,
  .widget_nav_menu ul li ul.children,
  .widget_pages ul li ul.sub-menu,
  .widget_pages ul li ul.children {
    border-top: 1px solid #f1f1f1; }
  .widget_nav_menu ul li a,
  .widget_pages ul li a {
    display: inline-block;
    padding: 10px 0; }

.widget_rss ul li {
  padding: 0;
  border: 0; }

.widget_rss li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee; }

.widget_rss .rss-date {
  display: block;
  margin: 2px 0 10px;
  font-size: 12px; }

.widget_rss .rsswidget {
  color: #464646;
  padding-bottom: 0; }

.widget_rss .rsswidget img {
  width: auto; }

.widget_rss cite {
  display: block;
  margin-top: 10px;
  color: #464646; }

.widget_calendar tr, .widget_calendar td:not(#prev), .widget_calendar th {
  padding: 0;
  text-align: center; }

.widget_calendar td#prev a {
  color: #464646; }

.widget_calendar caption {
  width: 100%;
  padding: 0;
  color: #464646;
  text-align: left;
  margin-bottom: 0; }

.widget_calendar tr {
  width: 100%;
  text-align: center; }

.widget_calendar tfoot, .widget_calendar thead, .widget_calendar tbody {
  line-height: 3; }

.widget_calendar td#today {
  margin: -1px;
  color: #f2f2f2;
  font-weight: 700;
  background-color: #757575; }

.widget_pages li:before,
.widget_recent_comments li:before,
.widget_recent_entries li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_archive li:before {
  font-family: 'Ionicons';
  vertical-align: middle;
  margin-right: 8px;
  color: #007bff; }

.widget_categories li:before {
  content: '\f38a'; }

.widget_recent_entries li:before {
  content: '\f12c'; }

.widget_recent_comments li:before {
  content: '\f3f9'; }

.widget_pages li:before {
  content: '\f12f'; }

.widget_archive li:before {
  content: '\f428'; }

.widget_meta li:before {
  content: '\f396'; }

.cuber_widget_recent_posts {
  list-style-type: none; }
  .cuber_widget_recent_posts .widget-post {
    display: flex;
    align-items: center;
    min-height: 70px; }
    .cuber_widget_recent_posts .widget-post__tumbnail {
      flex-shrink: 0;
      position: relative;
      width: 70px;
      line-height: 0; }
    .cuber_widget_recent_posts .widget-post__content {
      padding-left: 15px; }
      .cuber_widget_recent_posts .widget-post__content a {
        margin: 0;
        padding: 0;
        color: #606060;
        line-height: 1.3; }
      .cuber_widget_recent_posts .widget-post__content span {
        display: block;
        margin: 5px 0 0;
        font-size: 13px;
        line-height: 1; }

.cuber_widget_instagram .instagram-widget__item {
  padding: 1px; }

/*** blog ***/
.card-post {
  transition: all 0.2s ease-in-out; }
  .card-post:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px); }

.card-post-2 {
  transition: all 0.2s ease-in-out; }
  .card-post-2:hover {
    transform: translateY(-10px); }
  .card-post-2:not(.has-post-thumbnail) .card-body {
    padding-top: 85px;
    padding-bottom: 85px; }
  .card-post-2 .card-body {
    border: 1px solid #eaeaea; }
    .card-post-2 .card-body h5 {
      color: #606060;
      transition: all 0.2s ease-in-out;
      font-size: 15px; }
    .card-post-2 .card-body a:hover h5 {
      color: #007bff; }

.blog-post-list--sidebar {
  padding-right: 25px; }

.blog-post-list--sidebar-left {
  padding-left: 25px; }

.order-sidebar--left .col-md-3 {
  order: 0; }

.order-sidebar--left .col-md-9 {
  order: 1; }

@media (max-width: 767.98px) {
  .blog-post-list--sidebar {
    padding-right: 0; }
  .blog-post-list--sidebar-left {
    padding-left: 0; }
  .order-sidebar--left .col-md-3 {
    order: 1; }
  .order-sidebar--left .col-md-9 {
    order: 0; }
  .widget-area {
    margin-top: 3rem; } }

.post-1 {
  padding: 0 0 40px;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease-in-out;
  margin-bottom: 2rem; }
  .post-1 .post__media {
    overflow: hidden; }
    .post-1 .post__media img {
      transition: 400ms linear; }
  .post-1:hover .post__media img {
    transform: scale(1.02); }
  .post-1.sticky {
    background-color: rgba(0, 0, 0, 0.8); }
    .post-1.sticky .post__content {
      color: rgba(255, 255, 255, 0.6); }
    .post-1.sticky .post__header a h3 {
      color: #ffffff;
      transition: all 0.2s ease-in-out; }
    .post-1.sticky .post__header a:hover h3 {
      color: #d8d8d8; }
    .post-1.sticky .post__meta {
      color: #e6e6e6; }
      .post-1.sticky .post__meta a {
        color: #e6e6e6; }
    .post-1.sticky .cat-links li a {
      color: #e0e0e0; }
  .post-1:last-of-type {
    border-bottom: 0;
    margin-bottom: 3rem; }
  .post-1 .post__header a:hover h3 {
    color: #007bff; }
  .post-1 .post__header h3 {
    transition: all 0.2s ease-in-out;
    padding: 0 40px;
    font-size: 1.40rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #595959; }
  .post-1 .post__title {
    padding-top: 2.5rem; }
  .post-1 .post__content {
    margin: 1.5em 0 0;
    padding: 0 2.5rem; }
  .post-1 .post__button {
    padding: 0 40px; }
    .post-1 .post__button a {
      margin: 2rem 0 0; }
  .post-1 .cat-links {
    margin-bottom: 20px; }

.blog-post__title-meta,
.post__meta {
  padding: 0 40px;
  font-size: 0.875rem;
  color: #7e7e7e; }
  .blog-post__title-meta a,
  .post__meta a {
    color: #7e7e7e; }
  .blog-post__title-meta span.author,
  .post__meta span.author {
    margin-left: 15px; }
  .blog-post__title-meta span[class*='ion-'],
  .post__meta span[class*='ion-'] {
    vertical-align: middle;
    margin-right: 3px;
    font-size: 16px; }

.cat-links {
  display: block;
  margin-left: 40px;
  margin-bottom: 20px; }
  .cat-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .cat-links ul li {
      display: inline-block; }
      .cat-links ul li:after {
        content: ' ▪ ';
        color: #cecece; }
      .cat-links ul li:last-of-type:after {
        content: ''; }
      .cat-links ul li:first-of-type a {
        color: #007bff; }
  .cat-links a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #adabab; }

.color--white .cat-links li:first-of-type a {
  color: #ffffff; }

.blog-post {
  padding: 3.75rem 0; }
  .blog-post--sidebar {
    padding-right: 35px; }
  .blog-post--sidebar-left {
    padding-left: 35px; }
  .blog-post.image {
    padding-top: 0; }
  .blog-post__content {
    margin-bottom: 60px; }
  .blog-post__title {
    margin-bottom: 3rem; }
    .blog-post__title .blog-post__title-meta {
      padding: 0; }
    .blog-post__title .cat-links {
      margin-left: 0; }
    .blog-post__title h1 {
      font-weight: 500;
      margin-bottom: 10px; }
    .blog-post__title.color--white time, .blog-post__title.color--white a {
      color: #fff; }
  .blog-post__media {
    margin-bottom: 3rem; }
  .blog-post__meta {
    margin-top: 35px;
    font-weight: 500;
    color: #212121; }
  .blog-post__footer {
    margin-bottom: 40px; }
    .blog-post__footer h5 {
      margin-bottom: 24px;
      font-size: 1.15rem; }
    .blog-post__footer .social-links a {
      color: #7e7e7e;
      font-size: 16px;
      margin-right: 10px;
      transition: all 0.2s ease-in-out; }
      .blog-post__footer .social-links a:hover {
        color: #343434; }
  .blog-post__navigation {
    padding: 40px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
  .blog-post__author {
    display: flex;
    margin-bottom: 60px;
    margin-top: 60px;
    align-items: center; }
    .blog-post__author .blog-post__author-avatar {
      flex: 0 0 90px;
      max-width: 100%; }
    .blog-post__author .blog-post__author-description {
      padding-left: 30px; }
      .blog-post__author .blog-post__author-description p {
        margin-bottom: 0; }
  .blog-post .related-posts {
    margin-top: 60px;
    margin-bottom: 30px; }
    .blog-post .related-posts .related-posts__title {
      margin-bottom: 2rem; }

.blog-uppercase-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }

.blog-post__content p, .blog-post__content dt, .blog-post__content dd, .blog-post__content li {
  color: rgba(1, 1, 1, 0.74);
  font-size: 1.125rem;
  line-height: 1.9375rem;
  margin: 1.875rem 0 0; }

.blog-post__content li {
  margin: 0.625rem 0 0; }

.blog-post__content h1, .blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6 {
  margin: 1.875rem 0 0;
  font-weight: 500; }
  .blog-post__content h1 + p, .blog-post__content h2 + p, .blog-post__content h3 + p, .blog-post__content h4 + p, .blog-post__content h5 + p, .blog-post__content h6 + p {
    margin: 1rem 0 0; }

.blog-post__content table, .blog-post__content > ul, .blog-post__content > ol {
  margin: 1rem 0 0; }

.blog-post__content dd {
  margin-top: 0.75rem; }

.blog-post__content blockquote p {
  color: rgba(0, 0, 0, 0.44); }

.blog-post__content form {
  padding: 0; }

.blog-post__content figure {
  margin-top: 1rem; }

/*** utilities ***/
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6610f2 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #510bc4 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f8f8 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dfdfdf !important; }

.bg-dark {
  background-color: #343434 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1b1b1b !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 2px solid #dee2e6 !important; }

.border-top {
  border-top: 2px solid #dee2e6 !important; }

.border-right {
  border-right: 2px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 2px solid #dee2e6 !important; }

.border-left {
  border-left: 2px 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: #6610f2 !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: #f8f8f8 !important; }

.border-dark {
  border-color: #343434 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -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; }

.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; }

.m-6 {
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4rem !important; }

.m-7 {
  margin: 7.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 7.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 7.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 7.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 7.5rem !important; }

.m-8 {
  margin: 12.5rem !important; }

.mt-8,
.my-8 {
  margin-top: 12.5rem !important; }

.mr-8,
.mx-8 {
  margin-right: 12.5rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 12.5rem !important; }

.ml-8,
.mx-8 {
  margin-left: 12.5rem !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; }

.p-6 {
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 4rem !important; }

.pr-6,
.px-6 {
  padding-right: 4rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4rem !important; }

.pl-6,
.px-6 {
  padding-left: 4rem !important; }

.p-7 {
  padding: 7.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 7.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 7.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 7.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 7.5rem !important; }

.p-8 {
  padding: 12.5rem !important; }

.pt-8,
.py-8 {
  padding-top: 12.5rem !important; }

.pr-8,
.px-8 {
  padding-right: 12.5rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 12.5rem !important; }

.pl-8,
.px-8 {
  padding-left: 12.5rem !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; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 7.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7.5rem !important; }
  .m-sm-8 {
    margin: 12.5rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 12.5rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 12.5rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 12.5rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 12.5rem !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; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 7.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7.5rem !important; }
  .p-sm-8 {
    padding: 12.5rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 12.5rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 12.5rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 12.5rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 12.5rem !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; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 7.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7.5rem !important; }
  .m-md-8 {
    margin: 12.5rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 12.5rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 12.5rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 12.5rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 12.5rem !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; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 7.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7.5rem !important; }
  .p-md-8 {
    padding: 12.5rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 12.5rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 12.5rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 12.5rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 12.5rem !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; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 7.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7.5rem !important; }
  .m-lg-8 {
    margin: 12.5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 12.5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 12.5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 12.5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 12.5rem !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; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 7.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7.5rem !important; }
  .p-lg-8 {
    padding: 12.5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 12.5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 12.5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 12.5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 12.5rem !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; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 7.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7.5rem !important; }
  .m-xl-8 {
    margin: 12.5rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 12.5rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 12.5rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 12.5rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 12.5rem !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; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 7.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7.5rem !important; }
  .p-xl-8 {
    padding: 12.5rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 12.5rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 12.5rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 12.5rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 12.5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6610f2 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #510bc4 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f8f8 !important; }

a.text-light:hover, a.text-light:focus {
  color: #dfdfdf !important; }

.text-dark {
  color: #343434 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1b1b1b !important; }

.text-body {
  color: #7e7e7e !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto; }

@media (max-width: 767.98px) {
  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 9rem 0 9rem;
    text-align: center; } }

@media (min-width: 576px) {
  .height-10 {
    height: 10vh; }
  .height-20 {
    height: 20vh; }
  .height-30 {
    height: 30vh; }
  .height-40 {
    height: 40vh; }
  .height-50 {
    height: 50vh; }
  .height-60 {
    height: 60vh; }
  .height-70 {
    height: 70vh; }
  .height-80 {
    height: 80vh; }
  .height-90 {
    height: 90vh; }
  .height-100 {
    height: 100vh; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

body.rev-anim-enable [data-aos][data-aos-duration='100'],
body.rev-anim-enable[data-aos-duration='100'] [data-aos] {
  transition-duration: 100ms; }

body.rev-anim-enable [data-aos][data-aos-delay='100'],
body.rev-anim-enable[data-aos-delay='100'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='100'].aos-animate,
  body.rev-anim-enable[data-aos-delay='100'] [data-aos].aos-animate {
    transition-delay: 100ms; }

body.rev-anim-enable [data-aos][data-aos-duration='200'],
body.rev-anim-enable[data-aos-duration='200'] [data-aos] {
  transition-duration: 200ms; }

body.rev-anim-enable [data-aos][data-aos-delay='200'],
body.rev-anim-enable[data-aos-delay='200'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='200'].aos-animate,
  body.rev-anim-enable[data-aos-delay='200'] [data-aos].aos-animate {
    transition-delay: 200ms; }

body.rev-anim-enable [data-aos][data-aos-duration='300'],
body.rev-anim-enable[data-aos-duration='300'] [data-aos] {
  transition-duration: 300ms; }

body.rev-anim-enable [data-aos][data-aos-delay='300'],
body.rev-anim-enable[data-aos-delay='300'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='300'].aos-animate,
  body.rev-anim-enable[data-aos-delay='300'] [data-aos].aos-animate {
    transition-delay: 300ms; }

body.rev-anim-enable [data-aos][data-aos-duration='400'],
body.rev-anim-enable[data-aos-duration='400'] [data-aos] {
  transition-duration: 400ms; }

body.rev-anim-enable [data-aos][data-aos-delay='400'],
body.rev-anim-enable[data-aos-delay='400'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='400'].aos-animate,
  body.rev-anim-enable[data-aos-delay='400'] [data-aos].aos-animate {
    transition-delay: 400ms; }

body.rev-anim-enable [data-aos][data-aos-duration='500'],
body.rev-anim-enable[data-aos-duration='500'] [data-aos] {
  transition-duration: 500ms; }

body.rev-anim-enable [data-aos][data-aos-delay='500'],
body.rev-anim-enable[data-aos-delay='500'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='500'].aos-animate,
  body.rev-anim-enable[data-aos-delay='500'] [data-aos].aos-animate {
    transition-delay: 500ms; }

body.rev-anim-enable [data-aos][data-aos-duration='600'],
body.rev-anim-enable[data-aos-duration='600'] [data-aos] {
  transition-duration: 600ms; }

body.rev-anim-enable [data-aos][data-aos-delay='600'],
body.rev-anim-enable[data-aos-delay='600'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='600'].aos-animate,
  body.rev-anim-enable[data-aos-delay='600'] [data-aos].aos-animate {
    transition-delay: 600ms; }

body.rev-anim-enable [data-aos][data-aos-duration='700'],
body.rev-anim-enable[data-aos-duration='700'] [data-aos] {
  transition-duration: 700ms; }

body.rev-anim-enable [data-aos][data-aos-delay='700'],
body.rev-anim-enable[data-aos-delay='700'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='700'].aos-animate,
  body.rev-anim-enable[data-aos-delay='700'] [data-aos].aos-animate {
    transition-delay: 700ms; }

body.rev-anim-enable [data-aos][data-aos-duration='800'],
body.rev-anim-enable[data-aos-duration='800'] [data-aos] {
  transition-duration: 800ms; }

body.rev-anim-enable [data-aos][data-aos-delay='800'],
body.rev-anim-enable[data-aos-delay='800'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='800'].aos-animate,
  body.rev-anim-enable[data-aos-delay='800'] [data-aos].aos-animate {
    transition-delay: 800ms; }

body.rev-anim-enable [data-aos][data-aos-duration='900'],
body.rev-anim-enable[data-aos-duration='900'] [data-aos] {
  transition-duration: 900ms; }

body.rev-anim-enable [data-aos][data-aos-delay='900'],
body.rev-anim-enable[data-aos-delay='900'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='900'].aos-animate,
  body.rev-anim-enable[data-aos-delay='900'] [data-aos].aos-animate {
    transition-delay: 900ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1000'],
body.rev-anim-enable[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1000ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1000'],
body.rev-anim-enable[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1000'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1000'] [data-aos].aos-animate {
    transition-delay: 1000ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1100'],
body.rev-anim-enable[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1100ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1100'],
body.rev-anim-enable[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1100'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1100'] [data-aos].aos-animate {
    transition-delay: 1100ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1200'],
body.rev-anim-enable[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1200ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1200'],
body.rev-anim-enable[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1200'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1200'] [data-aos].aos-animate {
    transition-delay: 1200ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1300'],
body.rev-anim-enable[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1300ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1300'],
body.rev-anim-enable[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1300'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1300'] [data-aos].aos-animate {
    transition-delay: 1300ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1400'],
body.rev-anim-enable[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1400ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1400'],
body.rev-anim-enable[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1400'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1400'] [data-aos].aos-animate {
    transition-delay: 1400ms; }

body.rev-anim-enable [data-aos][data-aos-duration='1500'],
body.rev-anim-enable[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1500ms; }

body.rev-anim-enable [data-aos][data-aos-delay='1500'],
body.rev-anim-enable[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0; }
  body.rev-anim-enable [data-aos][data-aos-delay='1500'].aos-animate,
  body.rev-anim-enable[data-aos-delay='1500'] [data-aos].aos-animate {
    transition-delay: 1500ms; }

body.rev-anim-enable [data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  body.rev-anim-enable [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate(0, 0); }

body.rev-anim-enable [data-aos='fade-up'] {
  transform: translate(0, 100px); }

body.rev-anim-enable [data-aos='fade-down'] {
  transform: translate(0, -100px); }

body.rev-anim-enable [data-aos='fade-right'] {
  transform: translate(-100px, 0); }

body.rev-anim-enable [data-aos='fade-left'] {
  transform: translate(100px, 0); }

body.rev-anim-enable [data-aos='fade-up-right'] {
  transform: translate(-100px, 100px); }

body.rev-anim-enable [data-aos='fade-up-left'] {
  transform: translate(100px, 100px); }

body.rev-anim-enable [data-aos='fade-down-right'] {
  transform: translate(-100px, -100px); }

body.rev-anim-enable [data-aos='fade-down-left'] {
  transform: translate(100px, -100px); }

body.rev-anim-enable [data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  body.rev-anim-enable [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate(0, 0); }

body.rev-anim-enable [data-aos='slide-up'] {
  transform: translateY(100%); }

body.rev-anim-enable [data-aos='slide-down'] {
  transform: translateY(-100%); }

body.rev-anim-enable [data-aos='slide-right'] {
  transform: translateX(-100%); }

body.rev-anim-enable [data-aos='slide-left'] {
  transform: translateX(100%); }

[data-bg-overlay]:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1; }

.overlay--colored[data-bg-overlay]:after {
  background-color: #007bff; }

[data-bg-overlay="1"]:after {
  opacity: .1; }

[data-bg-overlay="2"]:after {
  opacity: .2; }

[data-bg-overlay="3"]:after {
  opacity: .3; }

[data-bg-overlay="4"]:after {
  opacity: .4; }

[data-bg-overlay="5"]:after {
  opacity: .5; }

[data-bg-overlay="6"]:after {
  opacity: .6; }

[data-bg-overlay="7"]:after {
  opacity: .7; }

[data-bg-overlay="8"]:after {
  opacity: .8; }

[data-bg-overlay="9"]:after {
  opacity: .9; }

.icon__size--lg {
  font-size: 4rem; }

.icon__size--md {
  font-size: 3rem; }

.icon__size--sm {
  font-size: 2rem; }

.color--white h1,
.color--white h2,
.color--white h3,
.color--white h4,
.color--white h5,
.color--white h6,
.color--white div {
  color: #fff; }

.color--white p,
.color--white i {
  color: #efefef; }

.color--white input[type="number"],
.color--white input[type="url"],
.color--white input[type="password"],
.color--white input[type="email"],
.color--white input[type="text"],
.color--white input[type="tel"],
.color--white input[type="date"],
.color--white textarea {
  color: #fff;
  background-color: #ffffff5c; }
  .color--white input[type="number"]::-webkit-input-placeholder,
  .color--white input[type="url"]::-webkit-input-placeholder,
  .color--white input[type="password"]::-webkit-input-placeholder,
  .color--white input[type="email"]::-webkit-input-placeholder,
  .color--white input[type="text"]::-webkit-input-placeholder,
  .color--white input[type="tel"]::-webkit-input-placeholder,
  .color--white input[type="date"]::-webkit-input-placeholder,
  .color--white textarea::-webkit-input-placeholder {
    color: #fff; }

.image-holder {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0; }

.halfscreen-image {
  padding: 0;
  display: flex;
  align-items: stretch; }
  .halfscreen-image .container {
    padding: 13em 0; }

@media (max-width: 767.98px) {
  .halfscreen-image {
    flex-direction: column; }
    .halfscreen-image .container {
      order: 2;
      padding: 3rem 1.875rem; }
    .halfscreen-image .image-holder {
      order: 1;
      height: 20rem; } }

@media (max-width: 991.98px) {
  .row.flex-align > [class*="col-"] > img {
    margin-bottom: 2rem; } }

.gmaps-marker-wrapper {
  font-size: 1rem;
  padding: 15px 30px; }
