/*
Theme Name: Ananci
Author: adam.forest@gmail.com
Description: Ananci is a finace, business, accounting site template
Version: 1.0
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Bootstrap
 * 3.0 - Typography
 * 4.0 - Component
 *   4.1 - accordion
 *   4.2 - blog
 *   4.3 - buttons
 *   4.4 - forms
 *   4.5 - icons-boxes
 *   4.6 - pagination
 *   4.7 - portfolio
 *   4.8 - team
 * 5.0 - Navigation
 *   5.1 - Links
 *   5.2 - Menus
 * 6.0 - Content
 *    6.1 - Header
 *    6.2 - Posts and pages
 *    6.3 - Post Formats
 *    6.4 - Comments
 *    6.5 - Sidebar
 *    6.6 - Footer
 * 7.0 - Media Queries
 *    7.1 - >= 576px
 *    7.2 - >= 768px
 *    7.3 - >= 992px
 *    7.4 - >= 1200px
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #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,
[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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote, .ts-blockquote-01, .ts-blockquote-02 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.row, .row-g-10, .row-g-20, .row-g-40, .row-g-50, .footer-02 .footer-inner, .footer-06 .footer-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control, .ts-input--ghost, .ts-input--light, .ts-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand, .ts-input--ghost::-ms-expand, .ts-input--light::-ms-expand, .ts-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus, .ts-input--ghost:focus, .ts-input--light:focus, .ts-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control:-ms-input-placeholder, .ts-input--ghost:-ms-input-placeholder, .ts-input--light:-ms-input-placeholder, .ts-input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder, .ts-input--ghost::placeholder, .ts-input--light::placeholder, .ts-input::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

select.form-control:focus::-ms-value, select.ts-input--ghost:focus::-ms-value, select.ts-input--light:focus::-ms-value, select.ts-input:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.ts-input--ghost[size], select.ts-input--light[size], select.ts-input[size], select.form-control[multiple], select.ts-input--ghost[multiple], select.ts-input--light[multiple], select.ts-input[multiple] {
  height: auto;
}

textarea.form-control, textarea.ts-input--ghost, textarea.ts-input--light, textarea.ts-input {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .was-validated .ts-input--ghost:valid, .was-validated .ts-input--light:valid, .was-validated .ts-input:valid, .form-control.is-valid, .is-valid.ts-input--ghost, .is-valid.ts-input--light, .is-valid.ts-input {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

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

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .ts-input--ghost:valid ~ .valid-feedback, .was-validated .ts-input--light:valid ~ .valid-feedback, .was-validated .ts-input:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .ts-input--ghost:valid ~ .valid-tooltip,
.was-validated .ts-input--light:valid ~ .valid-tooltip,
.was-validated .ts-input:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.ts-input--ghost ~ .valid-feedback, .is-valid.ts-input--light ~ .valid-feedback, .is-valid.ts-input ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.is-valid.ts-input--ghost ~ .valid-tooltip,
.is-valid.ts-input--light ~ .valid-tooltip,
.is-valid.ts-input ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated textarea.ts-input--ghost:valid, .was-validated textarea.ts-input--light:valid, .was-validated textarea.ts-input:valid, textarea.form-control.is-valid, textarea.is-valid.ts-input--ghost, textarea.is-valid.ts-input--light, textarea.is-valid.ts-input {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

.was-validated .form-control:invalid, .was-validated .ts-input--ghost:invalid, .was-validated .ts-input--light:invalid, .was-validated .ts-input:invalid, .form-control.is-invalid, .is-invalid.ts-input--ghost, .is-invalid.ts-input--light, .is-invalid.ts-input {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

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

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .ts-input--ghost:invalid ~ .invalid-feedback, .was-validated .ts-input--light:invalid ~ .invalid-feedback, .was-validated .ts-input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .ts-input--ghost:invalid ~ .invalid-tooltip,
.was-validated .ts-input--light:invalid ~ .invalid-tooltip,
.was-validated .ts-input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.ts-input--ghost ~ .invalid-feedback, .is-invalid.ts-input--light ~ .invalid-feedback, .is-invalid.ts-input ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.ts-input--ghost ~ .invalid-tooltip,
.is-invalid.ts-input--light ~ .invalid-tooltip,
.is-invalid.ts-input ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.ts-input--ghost:invalid, .was-validated textarea.ts-input--light:invalid, .was-validated textarea.ts-input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.ts-input--ghost, textarea.is-invalid.ts-input--light, textarea.is-invalid.ts-input {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

.btn:hover, .ts-btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .ts-btn:focus, .btn.focus, .focus.ts-btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  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(38, 143, 255, 0.5);
}

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

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

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

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

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

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

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:not(:first-child), .btn-group > .ts-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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


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

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .ts-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

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

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

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

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

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

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

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

.input-group > .form-control:focus, .input-group > .ts-input--ghost:focus, .input-group > .ts-input--light:focus, .input-group > .ts-input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

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

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

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

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

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

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

.input-group-prepend .btn:focus, .input-group-prepend .ts-btn:focus,
.input-group-append .btn:focus,
.input-group-append .ts-btn:focus {
  z-index: 3;
}

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

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

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

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

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

.input-group-lg > .form-control:not(textarea), .input-group-lg > .ts-input--ghost:not(textarea), .input-group-lg > .ts-input--light:not(textarea), .input-group-lg > .ts-input:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea), .input-group-sm > .ts-input--ghost:not(textarea), .input-group-sm > .ts-input--light:not(textarea), .input-group-sm > .ts-input:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

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

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

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

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

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

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

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

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

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(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;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(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.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.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:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #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;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

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

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

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

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

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

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

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

.card, .ts-blog-card-01, .ts-blog-card-02, .ts-blog-card-03, .ts-blog-card-04, .ts-blog-card-05, .ts-portfolio-01, .ts-portfolio-02, .ts-portfolio-03, .ts-blog-card-06, .ts-product-card-widget, .ts-services-card-01, .ts-team-card-01, .ts-team-card-05, .ts-team-card-02, .ts-team-card-03, .ts-team-card-04, .ts-team-card-06 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr, .ts-blog-card-01 > hr, .ts-blog-card-02 > hr, .ts-blog-card-03 > hr, .ts-blog-card-04 > hr, .ts-blog-card-05 > hr, .ts-portfolio-01 > hr, .ts-portfolio-02 > hr, .ts-portfolio-03 > hr, .ts-blog-card-06 > hr, .ts-product-card-widget > hr, .ts-services-card-01 > hr, .ts-team-card-01 > hr, .ts-team-card-05 > hr, .ts-team-card-02 > hr, .ts-team-card-03 > hr, .ts-team-card-04 > hr, .ts-team-card-06 > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child, .ts-blog-card-01 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-02 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-03 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-04 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-05 > .list-group:first-child .list-group-item:first-child, .ts-portfolio-01 > .list-group:first-child .list-group-item:first-child, .ts-portfolio-02 > .list-group:first-child .list-group-item:first-child, .ts-portfolio-03 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-06 > .list-group:first-child .list-group-item:first-child, .ts-product-card-widget > .list-group:first-child .list-group-item:first-child, .ts-services-card-01 > .list-group:first-child .list-group-item:first-child, .ts-team-card-01 > .list-group:first-child .list-group-item:first-child, .ts-team-card-05 > .list-group:first-child .list-group-item:first-child, .ts-team-card-02 > .list-group:first-child .list-group-item:first-child, .ts-team-card-03 > .list-group:first-child .list-group-item:first-child, .ts-team-card-04 > .list-group:first-child .list-group-item:first-child, .ts-team-card-06 > .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, .ts-blog-card-01 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-02 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-03 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-04 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-05 > .list-group:last-child .list-group-item:last-child, .ts-portfolio-01 > .list-group:last-child .list-group-item:last-child, .ts-portfolio-02 > .list-group:last-child .list-group-item:last-child, .ts-portfolio-03 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-06 > .list-group:last-child .list-group-item:last-child, .ts-product-card-widget > .list-group:last-child .list-group-item:last-child, .ts-services-card-01 > .list-group:last-child .list-group-item:last-child, .ts-team-card-01 > .list-group:last-child .list-group-item:last-child, .ts-team-card-05 > .list-group:last-child .list-group-item:last-child, .ts-team-card-02 > .list-group:last-child .list-group-item:last-child, .ts-team-card-03 > .list-group:last-child .list-group-item:last-child, .ts-team-card-04 > .list-group:last-child .list-group-item:last-child, .ts-team-card-06 > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck .card, .card-deck .ts-blog-card-01, .card-deck .ts-blog-card-02, .card-deck .ts-blog-card-03, .card-deck .ts-blog-card-04, .card-deck .ts-blog-card-05, .card-deck .ts-portfolio-01, .card-deck .ts-portfolio-02, .card-deck .ts-portfolio-03, .card-deck .ts-blog-card-06, .card-deck .ts-product-card-widget, .card-deck .ts-services-card-01, .card-deck .ts-team-card-01, .card-deck .ts-team-card-05, .card-deck .ts-team-card-02, .card-deck .ts-team-card-03, .card-deck .ts-team-card-04, .card-deck .ts-team-card-06 {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .ts-blog-card-01, .card-deck .ts-blog-card-02, .card-deck .ts-blog-card-03, .card-deck .ts-blog-card-04, .card-deck .ts-blog-card-05, .card-deck .ts-portfolio-01, .card-deck .ts-portfolio-02, .card-deck .ts-portfolio-03, .card-deck .ts-blog-card-06, .card-deck .ts-product-card-widget, .card-deck .ts-services-card-01, .card-deck .ts-team-card-01, .card-deck .ts-team-card-05, .card-deck .ts-team-card-02, .card-deck .ts-team-card-03, .card-deck .ts-team-card-04, .card-deck .ts-team-card-06 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-group > .card, .card-group > .ts-blog-card-01, .card-group > .ts-blog-card-02, .card-group > .ts-blog-card-03, .card-group > .ts-blog-card-04, .card-group > .ts-blog-card-05, .card-group > .ts-portfolio-01, .card-group > .ts-portfolio-02, .card-group > .ts-portfolio-03, .card-group > .ts-blog-card-06, .card-group > .ts-product-card-widget, .card-group > .ts-services-card-01, .card-group > .ts-team-card-01, .card-group > .ts-team-card-05, .card-group > .ts-team-card-02, .card-group > .ts-team-card-03, .card-group > .ts-team-card-04, .card-group > .ts-team-card-06 {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card, .card-group > .ts-blog-card-01, .card-group > .ts-blog-card-02, .card-group > .ts-blog-card-03, .card-group > .ts-blog-card-04, .card-group > .ts-blog-card-05, .card-group > .ts-portfolio-01, .card-group > .ts-portfolio-02, .card-group > .ts-portfolio-03, .card-group > .ts-blog-card-06, .card-group > .ts-product-card-widget, .card-group > .ts-services-card-01, .card-group > .ts-team-card-01, .card-group > .ts-team-card-05, .card-group > .ts-team-card-02, .card-group > .ts-team-card-03, .card-group > .ts-team-card-04, .card-group > .ts-team-card-06 {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .card-group > .ts-blog-card-01 + .card, .card-group > .ts-blog-card-02 + .card, .card-group > .ts-blog-card-03 + .card, .card-group > .ts-blog-card-04 + .card, .card-group > .ts-blog-card-05 + .card, .card-group > .ts-portfolio-01 + .card, .card-group > .ts-portfolio-02 + .card, .card-group > .ts-portfolio-03 + .card, .card-group > .ts-blog-card-06 + .card, .card-group > .ts-product-card-widget + .card, .card-group > .ts-services-card-01 + .card, .card-group > .ts-team-card-01 + .card, .card-group > .ts-team-card-05 + .card, .card-group > .ts-team-card-02 + .card, .card-group > .ts-team-card-03 + .card, .card-group > .ts-team-card-04 + .card, .card-group > .ts-team-card-06 + .card, .card-group > .card + .ts-blog-card-01, .card-group > .ts-blog-card-01 + .ts-blog-card-01, .card-group > .ts-blog-card-02 + .ts-blog-card-01, .card-group > .ts-blog-card-03 + .ts-blog-card-01, .card-group > .ts-blog-card-04 + .ts-blog-card-01, .card-group > .ts-blog-card-05 + .ts-blog-card-01, .card-group > .ts-portfolio-01 + .ts-blog-card-01, .card-group > .ts-portfolio-02 + .ts-blog-card-01, .card-group > .ts-portfolio-03 + .ts-blog-card-01, .card-group > .ts-blog-card-06 + .ts-blog-card-01, .card-group > .ts-product-card-widget + .ts-blog-card-01, .card-group > .ts-services-card-01 + .ts-blog-card-01, .card-group > .ts-team-card-01 + .ts-blog-card-01, .card-group > .ts-team-card-05 + .ts-blog-card-01, .card-group > .ts-team-card-02 + .ts-blog-card-01, .card-group > .ts-team-card-03 + .ts-blog-card-01, .card-group > .ts-team-card-04 + .ts-blog-card-01, .card-group > .ts-team-card-06 + .ts-blog-card-01, .card-group > .card + .ts-blog-card-02, .card-group > .ts-blog-card-01 + .ts-blog-card-02, .card-group > .ts-blog-card-02 + .ts-blog-card-02, .card-group > .ts-blog-card-03 + .ts-blog-card-02, .card-group > .ts-blog-card-04 + .ts-blog-card-02, .card-group > .ts-blog-card-05 + .ts-blog-card-02, .card-group > .ts-portfolio-01 + .ts-blog-card-02, .card-group > .ts-portfolio-02 + .ts-blog-card-02, .card-group > .ts-portfolio-03 + .ts-blog-card-02, .card-group > .ts-blog-card-06 + .ts-blog-card-02, .card-group > .ts-product-card-widget + .ts-blog-card-02, .card-group > .ts-services-card-01 + .ts-blog-card-02, .card-group > .ts-team-card-01 + .ts-blog-card-02, .card-group > .ts-team-card-05 + .ts-blog-card-02, .card-group > .ts-team-card-02 + .ts-blog-card-02, .card-group > .ts-team-card-03 + .ts-blog-card-02, .card-group > .ts-team-card-04 + .ts-blog-card-02, .card-group > .ts-team-card-06 + .ts-blog-card-02, .card-group > .card + .ts-blog-card-03, .card-group > .ts-blog-card-01 + .ts-blog-card-03, .card-group > .ts-blog-card-02 + .ts-blog-card-03, .card-group > .ts-blog-card-03 + .ts-blog-card-03, .card-group > .ts-blog-card-04 + .ts-blog-card-03, .card-group > .ts-blog-card-05 + .ts-blog-card-03, .card-group > .ts-portfolio-01 + .ts-blog-card-03, .card-group > .ts-portfolio-02 + .ts-blog-card-03, .card-group > .ts-portfolio-03 + .ts-blog-card-03, .card-group > .ts-blog-card-06 + .ts-blog-card-03, .card-group > .ts-product-card-widget + .ts-blog-card-03, .card-group > .ts-services-card-01 + .ts-blog-card-03, .card-group > .ts-team-card-01 + .ts-blog-card-03, .card-group > .ts-team-card-05 + .ts-blog-card-03, .card-group > .ts-team-card-02 + .ts-blog-card-03, .card-group > .ts-team-card-03 + .ts-blog-card-03, .card-group > .ts-team-card-04 + .ts-blog-card-03, .card-group > .ts-team-card-06 + .ts-blog-card-03, .card-group > .card + .ts-blog-card-04, .card-group > .ts-blog-card-01 + .ts-blog-card-04, .card-group > .ts-blog-card-02 + .ts-blog-card-04, .card-group > .ts-blog-card-03 + .ts-blog-card-04, .card-group > .ts-blog-card-04 + .ts-blog-card-04, .card-group > .ts-blog-card-05 + .ts-blog-card-04, .card-group > .ts-portfolio-01 + .ts-blog-card-04, .card-group > .ts-portfolio-02 + .ts-blog-card-04, .card-group > .ts-portfolio-03 + .ts-blog-card-04, .card-group > .ts-blog-card-06 + .ts-blog-card-04, .card-group > .ts-product-card-widget + .ts-blog-card-04, .card-group > .ts-services-card-01 + .ts-blog-card-04, .card-group > .ts-team-card-01 + .ts-blog-card-04, .card-group > .ts-team-card-05 + .ts-blog-card-04, .card-group > .ts-team-card-02 + .ts-blog-card-04, .card-group > .ts-team-card-03 + .ts-blog-card-04, .card-group > .ts-team-card-04 + .ts-blog-card-04, .card-group > .ts-team-card-06 + .ts-blog-card-04, .card-group > .card + .ts-blog-card-05, .card-group > .ts-blog-card-01 + .ts-blog-card-05, .card-group > .ts-blog-card-02 + .ts-blog-card-05, .card-group > .ts-blog-card-03 + .ts-blog-card-05, .card-group > .ts-blog-card-04 + .ts-blog-card-05, .card-group > .ts-blog-card-05 + .ts-blog-card-05, .card-group > .ts-portfolio-01 + .ts-blog-card-05, .card-group > .ts-portfolio-02 + .ts-blog-card-05, .card-group > .ts-portfolio-03 + .ts-blog-card-05, .card-group > .ts-blog-card-06 + .ts-blog-card-05, .card-group > .ts-product-card-widget + .ts-blog-card-05, .card-group > .ts-services-card-01 + .ts-blog-card-05, .card-group > .ts-team-card-01 + .ts-blog-card-05, .card-group > .ts-team-card-05 + .ts-blog-card-05, .card-group > .ts-team-card-02 + .ts-blog-card-05, .card-group > .ts-team-card-03 + .ts-blog-card-05, .card-group > .ts-team-card-04 + .ts-blog-card-05, .card-group > .ts-team-card-06 + .ts-blog-card-05, .card-group > .card + .ts-portfolio-01, .card-group > .ts-blog-card-01 + .ts-portfolio-01, .card-group > .ts-blog-card-02 + .ts-portfolio-01, .card-group > .ts-blog-card-03 + .ts-portfolio-01, .card-group > .ts-blog-card-04 + .ts-portfolio-01, .card-group > .ts-blog-card-05 + .ts-portfolio-01, .card-group > .ts-portfolio-01 + .ts-portfolio-01, .card-group > .ts-portfolio-02 + .ts-portfolio-01, .card-group > .ts-portfolio-03 + .ts-portfolio-01, .card-group > .ts-blog-card-06 + .ts-portfolio-01, .card-group > .ts-product-card-widget + .ts-portfolio-01, .card-group > .ts-services-card-01 + .ts-portfolio-01, .card-group > .ts-team-card-01 + .ts-portfolio-01, .card-group > .ts-team-card-05 + .ts-portfolio-01, .card-group > .ts-team-card-02 + .ts-portfolio-01, .card-group > .ts-team-card-03 + .ts-portfolio-01, .card-group > .ts-team-card-04 + .ts-portfolio-01, .card-group > .ts-team-card-06 + .ts-portfolio-01, .card-group > .card + .ts-portfolio-02, .card-group > .ts-blog-card-01 + .ts-portfolio-02, .card-group > .ts-blog-card-02 + .ts-portfolio-02, .card-group > .ts-blog-card-03 + .ts-portfolio-02, .card-group > .ts-blog-card-04 + .ts-portfolio-02, .card-group > .ts-blog-card-05 + .ts-portfolio-02, .card-group > .ts-portfolio-01 + .ts-portfolio-02, .card-group > .ts-portfolio-02 + .ts-portfolio-02, .card-group > .ts-portfolio-03 + .ts-portfolio-02, .card-group > .ts-blog-card-06 + .ts-portfolio-02, .card-group > .ts-product-card-widget + .ts-portfolio-02, .card-group > .ts-services-card-01 + .ts-portfolio-02, .card-group > .ts-team-card-01 + .ts-portfolio-02, .card-group > .ts-team-card-05 + .ts-portfolio-02, .card-group > .ts-team-card-02 + .ts-portfolio-02, .card-group > .ts-team-card-03 + .ts-portfolio-02, .card-group > .ts-team-card-04 + .ts-portfolio-02, .card-group > .ts-team-card-06 + .ts-portfolio-02, .card-group > .card + .ts-portfolio-03, .card-group > .ts-blog-card-01 + .ts-portfolio-03, .card-group > .ts-blog-card-02 + .ts-portfolio-03, .card-group > .ts-blog-card-03 + .ts-portfolio-03, .card-group > .ts-blog-card-04 + .ts-portfolio-03, .card-group > .ts-blog-card-05 + .ts-portfolio-03, .card-group > .ts-portfolio-01 + .ts-portfolio-03, .card-group > .ts-portfolio-02 + .ts-portfolio-03, .card-group > .ts-portfolio-03 + .ts-portfolio-03, .card-group > .ts-blog-card-06 + .ts-portfolio-03, .card-group > .ts-product-card-widget + .ts-portfolio-03, .card-group > .ts-services-card-01 + .ts-portfolio-03, .card-group > .ts-team-card-01 + .ts-portfolio-03, .card-group > .ts-team-card-05 + .ts-portfolio-03, .card-group > .ts-team-card-02 + .ts-portfolio-03, .card-group > .ts-team-card-03 + .ts-portfolio-03, .card-group > .ts-team-card-04 + .ts-portfolio-03, .card-group > .ts-team-card-06 + .ts-portfolio-03, .card-group > .card + .ts-blog-card-06, .card-group > .ts-blog-card-01 + .ts-blog-card-06, .card-group > .ts-blog-card-02 + .ts-blog-card-06, .card-group > .ts-blog-card-03 + .ts-blog-card-06, .card-group > .ts-blog-card-04 + .ts-blog-card-06, .card-group > .ts-blog-card-05 + .ts-blog-card-06, .card-group > .ts-portfolio-01 + .ts-blog-card-06, .card-group > .ts-portfolio-02 + .ts-blog-card-06, .card-group > .ts-portfolio-03 + .ts-blog-card-06, .card-group > .ts-blog-card-06 + .ts-blog-card-06, .card-group > .ts-product-card-widget + .ts-blog-card-06, .card-group > .ts-services-card-01 + .ts-blog-card-06, .card-group > .ts-team-card-01 + .ts-blog-card-06, .card-group > .ts-team-card-05 + .ts-blog-card-06, .card-group > .ts-team-card-02 + .ts-blog-card-06, .card-group > .ts-team-card-03 + .ts-blog-card-06, .card-group > .ts-team-card-04 + .ts-blog-card-06, .card-group > .ts-team-card-06 + .ts-blog-card-06, .card-group > .card + .ts-product-card-widget, .card-group > .ts-blog-card-01 + .ts-product-card-widget, .card-group > .ts-blog-card-02 + .ts-product-card-widget, .card-group > .ts-blog-card-03 + .ts-product-card-widget, .card-group > .ts-blog-card-04 + .ts-product-card-widget, .card-group > .ts-blog-card-05 + .ts-product-card-widget, .card-group > .ts-portfolio-01 + .ts-product-card-widget, .card-group > .ts-portfolio-02 + .ts-product-card-widget, .card-group > .ts-portfolio-03 + .ts-product-card-widget, .card-group > .ts-blog-card-06 + .ts-product-card-widget, .card-group > .ts-product-card-widget + .ts-product-card-widget, .card-group > .ts-services-card-01 + .ts-product-card-widget, .card-group > .ts-team-card-01 + .ts-product-card-widget, .card-group > .ts-team-card-05 + .ts-product-card-widget, .card-group > .ts-team-card-02 + .ts-product-card-widget, .card-group > .ts-team-card-03 + .ts-product-card-widget, .card-group > .ts-team-card-04 + .ts-product-card-widget, .card-group > .ts-team-card-06 + .ts-product-card-widget, .card-group > .card + .ts-services-card-01, .card-group > .ts-blog-card-01 + .ts-services-card-01, .card-group > .ts-blog-card-02 + .ts-services-card-01, .card-group > .ts-blog-card-03 + .ts-services-card-01, .card-group > .ts-blog-card-04 + .ts-services-card-01, .card-group > .ts-blog-card-05 + .ts-services-card-01, .card-group > .ts-portfolio-01 + .ts-services-card-01, .card-group > .ts-portfolio-02 + .ts-services-card-01, .card-group > .ts-portfolio-03 + .ts-services-card-01, .card-group > .ts-blog-card-06 + .ts-services-card-01, .card-group > .ts-product-card-widget + .ts-services-card-01, .card-group > .ts-services-card-01 + .ts-services-card-01, .card-group > .ts-team-card-01 + .ts-services-card-01, .card-group > .ts-team-card-05 + .ts-services-card-01, .card-group > .ts-team-card-02 + .ts-services-card-01, .card-group > .ts-team-card-03 + .ts-services-card-01, .card-group > .ts-team-card-04 + .ts-services-card-01, .card-group > .ts-team-card-06 + .ts-services-card-01, .card-group > .card + .ts-team-card-01, .card-group > .ts-blog-card-01 + .ts-team-card-01, .card-group > .ts-blog-card-02 + .ts-team-card-01, .card-group > .ts-blog-card-03 + .ts-team-card-01, .card-group > .ts-blog-card-04 + .ts-team-card-01, .card-group > .ts-blog-card-05 + .ts-team-card-01, .card-group > .ts-portfolio-01 + .ts-team-card-01, .card-group > .ts-portfolio-02 + .ts-team-card-01, .card-group > .ts-portfolio-03 + .ts-team-card-01, .card-group > .ts-blog-card-06 + .ts-team-card-01, .card-group > .ts-product-card-widget + .ts-team-card-01, .card-group > .ts-services-card-01 + .ts-team-card-01, .card-group > .ts-team-card-01 + .ts-team-card-01, .card-group > .ts-team-card-05 + .ts-team-card-01, .card-group > .ts-team-card-02 + .ts-team-card-01, .card-group > .ts-team-card-03 + .ts-team-card-01, .card-group > .ts-team-card-04 + .ts-team-card-01, .card-group > .ts-team-card-06 + .ts-team-card-01, .card-group > .card + .ts-team-card-05, .card-group > .ts-blog-card-01 + .ts-team-card-05, .card-group > .ts-blog-card-02 + .ts-team-card-05, .card-group > .ts-blog-card-03 + .ts-team-card-05, .card-group > .ts-blog-card-04 + .ts-team-card-05, .card-group > .ts-blog-card-05 + .ts-team-card-05, .card-group > .ts-portfolio-01 + .ts-team-card-05, .card-group > .ts-portfolio-02 + .ts-team-card-05, .card-group > .ts-portfolio-03 + .ts-team-card-05, .card-group > .ts-blog-card-06 + .ts-team-card-05, .card-group > .ts-product-card-widget + .ts-team-card-05, .card-group > .ts-services-card-01 + .ts-team-card-05, .card-group > .ts-team-card-01 + .ts-team-card-05, .card-group > .ts-team-card-05 + .ts-team-card-05, .card-group > .ts-team-card-02 + .ts-team-card-05, .card-group > .ts-team-card-03 + .ts-team-card-05, .card-group > .ts-team-card-04 + .ts-team-card-05, .card-group > .ts-team-card-06 + .ts-team-card-05, .card-group > .card + .ts-team-card-02, .card-group > .ts-blog-card-01 + .ts-team-card-02, .card-group > .ts-blog-card-02 + .ts-team-card-02, .card-group > .ts-blog-card-03 + .ts-team-card-02, .card-group > .ts-blog-card-04 + .ts-team-card-02, .card-group > .ts-blog-card-05 + .ts-team-card-02, .card-group > .ts-portfolio-01 + .ts-team-card-02, .card-group > .ts-portfolio-02 + .ts-team-card-02, .card-group > .ts-portfolio-03 + .ts-team-card-02, .card-group > .ts-blog-card-06 + .ts-team-card-02, .card-group > .ts-product-card-widget + .ts-team-card-02, .card-group > .ts-services-card-01 + .ts-team-card-02, .card-group > .ts-team-card-01 + .ts-team-card-02, .card-group > .ts-team-card-05 + .ts-team-card-02, .card-group > .ts-team-card-02 + .ts-team-card-02, .card-group > .ts-team-card-03 + .ts-team-card-02, .card-group > .ts-team-card-04 + .ts-team-card-02, .card-group > .ts-team-card-06 + .ts-team-card-02, .card-group > .card + .ts-team-card-03, .card-group > .ts-blog-card-01 + .ts-team-card-03, .card-group > .ts-blog-card-02 + .ts-team-card-03, .card-group > .ts-blog-card-03 + .ts-team-card-03, .card-group > .ts-blog-card-04 + .ts-team-card-03, .card-group > .ts-blog-card-05 + .ts-team-card-03, .card-group > .ts-portfolio-01 + .ts-team-card-03, .card-group > .ts-portfolio-02 + .ts-team-card-03, .card-group > .ts-portfolio-03 + .ts-team-card-03, .card-group > .ts-blog-card-06 + .ts-team-card-03, .card-group > .ts-product-card-widget + .ts-team-card-03, .card-group > .ts-services-card-01 + .ts-team-card-03, .card-group > .ts-team-card-01 + .ts-team-card-03, .card-group > .ts-team-card-05 + .ts-team-card-03, .card-group > .ts-team-card-02 + .ts-team-card-03, .card-group > .ts-team-card-03 + .ts-team-card-03, .card-group > .ts-team-card-04 + .ts-team-card-03, .card-group > .ts-team-card-06 + .ts-team-card-03, .card-group > .card + .ts-team-card-04, .card-group > .ts-blog-card-01 + .ts-team-card-04, .card-group > .ts-blog-card-02 + .ts-team-card-04, .card-group > .ts-blog-card-03 + .ts-team-card-04, .card-group > .ts-blog-card-04 + .ts-team-card-04, .card-group > .ts-blog-card-05 + .ts-team-card-04, .card-group > .ts-portfolio-01 + .ts-team-card-04, .card-group > .ts-portfolio-02 + .ts-team-card-04, .card-group > .ts-portfolio-03 + .ts-team-card-04, .card-group > .ts-blog-card-06 + .ts-team-card-04, .card-group > .ts-product-card-widget + .ts-team-card-04, .card-group > .ts-services-card-01 + .ts-team-card-04, .card-group > .ts-team-card-01 + .ts-team-card-04, .card-group > .ts-team-card-05 + .ts-team-card-04, .card-group > .ts-team-card-02 + .ts-team-card-04, .card-group > .ts-team-card-03 + .ts-team-card-04, .card-group > .ts-team-card-04 + .ts-team-card-04, .card-group > .ts-team-card-06 + .ts-team-card-04, .card-group > .card + .ts-team-card-06, .card-group > .ts-blog-card-01 + .ts-team-card-06, .card-group > .ts-blog-card-02 + .ts-team-card-06, .card-group > .ts-blog-card-03 + .ts-team-card-06, .card-group > .ts-blog-card-04 + .ts-team-card-06, .card-group > .ts-blog-card-05 + .ts-team-card-06, .card-group > .ts-portfolio-01 + .ts-team-card-06, .card-group > .ts-portfolio-02 + .ts-team-card-06, .card-group > .ts-portfolio-03 + .ts-team-card-06, .card-group > .ts-blog-card-06 + .ts-team-card-06, .card-group > .ts-product-card-widget + .ts-team-card-06, .card-group > .ts-services-card-01 + .ts-team-card-06, .card-group > .ts-team-card-01 + .ts-team-card-06, .card-group > .ts-team-card-05 + .ts-team-card-06, .card-group > .ts-team-card-02 + .ts-team-card-06, .card-group > .ts-team-card-03 + .ts-team-card-06, .card-group > .ts-team-card-04 + .ts-team-card-06, .card-group > .ts-team-card-06 + .ts-team-card-06 {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child, .card-group > .ts-blog-card-01:first-child, .card-group > .ts-blog-card-02:first-child, .card-group > .ts-blog-card-03:first-child, .card-group > .ts-blog-card-04:first-child, .card-group > .ts-blog-card-05:first-child, .card-group > .ts-portfolio-01:first-child, .card-group > .ts-portfolio-02:first-child, .card-group > .ts-portfolio-03:first-child, .card-group > .ts-blog-card-06:first-child, .card-group > .ts-product-card-widget:first-child, .card-group > .ts-services-card-01:first-child, .card-group > .ts-team-card-01:first-child, .card-group > .ts-team-card-05:first-child, .card-group > .ts-team-card-02:first-child, .card-group > .ts-team-card-03:first-child, .card-group > .ts-team-card-04:first-child, .card-group > .ts-team-card-06:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .ts-blog-card-01:first-child .card-img-top, .card-group > .ts-blog-card-02:first-child .card-img-top, .card-group > .ts-blog-card-03:first-child .card-img-top, .card-group > .ts-blog-card-04:first-child .card-img-top, .card-group > .ts-blog-card-05:first-child .card-img-top, .card-group > .ts-portfolio-01:first-child .card-img-top, .card-group > .ts-portfolio-02:first-child .card-img-top, .card-group > .ts-portfolio-03:first-child .card-img-top, .card-group > .ts-blog-card-06:first-child .card-img-top, .card-group > .ts-product-card-widget:first-child .card-img-top, .card-group > .ts-services-card-01:first-child .card-img-top, .card-group > .ts-team-card-01:first-child .card-img-top, .card-group > .ts-team-card-05:first-child .card-img-top, .card-group > .ts-team-card-02:first-child .card-img-top, .card-group > .ts-team-card-03:first-child .card-img-top, .card-group > .ts-team-card-04:first-child .card-img-top, .card-group > .ts-team-card-06:first-child .card-img-top,
  .card-group > .card:first-child .card-header,
  .card-group > .ts-blog-card-01:first-child .card-header,
  .card-group > .ts-blog-card-02:first-child .card-header,
  .card-group > .ts-blog-card-03:first-child .card-header,
  .card-group > .ts-blog-card-04:first-child .card-header,
  .card-group > .ts-blog-card-05:first-child .card-header,
  .card-group > .ts-portfolio-01:first-child .card-header,
  .card-group > .ts-portfolio-02:first-child .card-header,
  .card-group > .ts-portfolio-03:first-child .card-header,
  .card-group > .ts-blog-card-06:first-child .card-header,
  .card-group > .ts-product-card-widget:first-child .card-header,
  .card-group > .ts-services-card-01:first-child .card-header,
  .card-group > .ts-team-card-01:first-child .card-header,
  .card-group > .ts-team-card-05:first-child .card-header,
  .card-group > .ts-team-card-02:first-child .card-header,
  .card-group > .ts-team-card-03:first-child .card-header,
  .card-group > .ts-team-card-04:first-child .card-header,
  .card-group > .ts-team-card-06:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .ts-blog-card-01:first-child .card-img-bottom, .card-group > .ts-blog-card-02:first-child .card-img-bottom, .card-group > .ts-blog-card-03:first-child .card-img-bottom, .card-group > .ts-blog-card-04:first-child .card-img-bottom, .card-group > .ts-blog-card-05:first-child .card-img-bottom, .card-group > .ts-portfolio-01:first-child .card-img-bottom, .card-group > .ts-portfolio-02:first-child .card-img-bottom, .card-group > .ts-portfolio-03:first-child .card-img-bottom, .card-group > .ts-blog-card-06:first-child .card-img-bottom, .card-group > .ts-product-card-widget:first-child .card-img-bottom, .card-group > .ts-services-card-01:first-child .card-img-bottom, .card-group > .ts-team-card-01:first-child .card-img-bottom, .card-group > .ts-team-card-05:first-child .card-img-bottom, .card-group > .ts-team-card-02:first-child .card-img-bottom, .card-group > .ts-team-card-03:first-child .card-img-bottom, .card-group > .ts-team-card-04:first-child .card-img-bottom, .card-group > .ts-team-card-06:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer,
  .card-group > .ts-blog-card-01:first-child .card-footer,
  .card-group > .ts-blog-card-02:first-child .card-footer,
  .card-group > .ts-blog-card-03:first-child .card-footer,
  .card-group > .ts-blog-card-04:first-child .card-footer,
  .card-group > .ts-blog-card-05:first-child .card-footer,
  .card-group > .ts-portfolio-01:first-child .card-footer,
  .card-group > .ts-portfolio-02:first-child .card-footer,
  .card-group > .ts-portfolio-03:first-child .card-footer,
  .card-group > .ts-blog-card-06:first-child .card-footer,
  .card-group > .ts-product-card-widget:first-child .card-footer,
  .card-group > .ts-services-card-01:first-child .card-footer,
  .card-group > .ts-team-card-01:first-child .card-footer,
  .card-group > .ts-team-card-05:first-child .card-footer,
  .card-group > .ts-team-card-02:first-child .card-footer,
  .card-group > .ts-team-card-03:first-child .card-footer,
  .card-group > .ts-team-card-04:first-child .card-footer,
  .card-group > .ts-team-card-06:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child, .card-group > .ts-blog-card-01:last-child, .card-group > .ts-blog-card-02:last-child, .card-group > .ts-blog-card-03:last-child, .card-group > .ts-blog-card-04:last-child, .card-group > .ts-blog-card-05:last-child, .card-group > .ts-portfolio-01:last-child, .card-group > .ts-portfolio-02:last-child, .card-group > .ts-portfolio-03:last-child, .card-group > .ts-blog-card-06:last-child, .card-group > .ts-product-card-widget:last-child, .card-group > .ts-services-card-01:last-child, .card-group > .ts-team-card-01:last-child, .card-group > .ts-team-card-05:last-child, .card-group > .ts-team-card-02:last-child, .card-group > .ts-team-card-03:last-child, .card-group > .ts-team-card-04:last-child, .card-group > .ts-team-card-06:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .ts-blog-card-01:last-child .card-img-top, .card-group > .ts-blog-card-02:last-child .card-img-top, .card-group > .ts-blog-card-03:last-child .card-img-top, .card-group > .ts-blog-card-04:last-child .card-img-top, .card-group > .ts-blog-card-05:last-child .card-img-top, .card-group > .ts-portfolio-01:last-child .card-img-top, .card-group > .ts-portfolio-02:last-child .card-img-top, .card-group > .ts-portfolio-03:last-child .card-img-top, .card-group > .ts-blog-card-06:last-child .card-img-top, .card-group > .ts-product-card-widget:last-child .card-img-top, .card-group > .ts-services-card-01:last-child .card-img-top, .card-group > .ts-team-card-01:last-child .card-img-top, .card-group > .ts-team-card-05:last-child .card-img-top, .card-group > .ts-team-card-02:last-child .card-img-top, .card-group > .ts-team-card-03:last-child .card-img-top, .card-group > .ts-team-card-04:last-child .card-img-top, .card-group > .ts-team-card-06:last-child .card-img-top,
  .card-group > .card:last-child .card-header,
  .card-group > .ts-blog-card-01:last-child .card-header,
  .card-group > .ts-blog-card-02:last-child .card-header,
  .card-group > .ts-blog-card-03:last-child .card-header,
  .card-group > .ts-blog-card-04:last-child .card-header,
  .card-group > .ts-blog-card-05:last-child .card-header,
  .card-group > .ts-portfolio-01:last-child .card-header,
  .card-group > .ts-portfolio-02:last-child .card-header,
  .card-group > .ts-portfolio-03:last-child .card-header,
  .card-group > .ts-blog-card-06:last-child .card-header,
  .card-group > .ts-product-card-widget:last-child .card-header,
  .card-group > .ts-services-card-01:last-child .card-header,
  .card-group > .ts-team-card-01:last-child .card-header,
  .card-group > .ts-team-card-05:last-child .card-header,
  .card-group > .ts-team-card-02:last-child .card-header,
  .card-group > .ts-team-card-03:last-child .card-header,
  .card-group > .ts-team-card-04:last-child .card-header,
  .card-group > .ts-team-card-06:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .ts-blog-card-01:last-child .card-img-bottom, .card-group > .ts-blog-card-02:last-child .card-img-bottom, .card-group > .ts-blog-card-03:last-child .card-img-bottom, .card-group > .ts-blog-card-04:last-child .card-img-bottom, .card-group > .ts-blog-card-05:last-child .card-img-bottom, .card-group > .ts-portfolio-01:last-child .card-img-bottom, .card-group > .ts-portfolio-02:last-child .card-img-bottom, .card-group > .ts-portfolio-03:last-child .card-img-bottom, .card-group > .ts-blog-card-06:last-child .card-img-bottom, .card-group > .ts-product-card-widget:last-child .card-img-bottom, .card-group > .ts-services-card-01:last-child .card-img-bottom, .card-group > .ts-team-card-01:last-child .card-img-bottom, .card-group > .ts-team-card-05:last-child .card-img-bottom, .card-group > .ts-team-card-02:last-child .card-img-bottom, .card-group > .ts-team-card-03:last-child .card-img-bottom, .card-group > .ts-team-card-04:last-child .card-img-bottom, .card-group > .ts-team-card-06:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer,
  .card-group > .ts-blog-card-01:last-child .card-footer,
  .card-group > .ts-blog-card-02:last-child .card-footer,
  .card-group > .ts-blog-card-03:last-child .card-footer,
  .card-group > .ts-blog-card-04:last-child .card-footer,
  .card-group > .ts-blog-card-05:last-child .card-footer,
  .card-group > .ts-portfolio-01:last-child .card-footer,
  .card-group > .ts-portfolio-02:last-child .card-footer,
  .card-group > .ts-portfolio-03:last-child .card-footer,
  .card-group > .ts-blog-card-06:last-child .card-footer,
  .card-group > .ts-product-card-widget:last-child .card-footer,
  .card-group > .ts-services-card-01:last-child .card-footer,
  .card-group > .ts-team-card-01:last-child .card-footer,
  .card-group > .ts-team-card-05:last-child .card-footer,
  .card-group > .ts-team-card-02:last-child .card-footer,
  .card-group > .ts-team-card-03:last-child .card-footer,
  .card-group > .ts-team-card-04:last-child .card-footer,
  .card-group > .ts-team-card-06:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child, .card-group > .ts-blog-card-01:only-child, .card-group > .ts-blog-card-02:only-child, .card-group > .ts-blog-card-03:only-child, .card-group > .ts-blog-card-04:only-child, .card-group > .ts-blog-card-05:only-child, .card-group > .ts-portfolio-01:only-child, .card-group > .ts-portfolio-02:only-child, .card-group > .ts-portfolio-03:only-child, .card-group > .ts-blog-card-06:only-child, .card-group > .ts-product-card-widget:only-child, .card-group > .ts-services-card-01:only-child, .card-group > .ts-team-card-01:only-child, .card-group > .ts-team-card-05:only-child, .card-group > .ts-team-card-02:only-child, .card-group > .ts-team-card-03:only-child, .card-group > .ts-team-card-04:only-child, .card-group > .ts-team-card-06:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .ts-blog-card-01:only-child .card-img-top, .card-group > .ts-blog-card-02:only-child .card-img-top, .card-group > .ts-blog-card-03:only-child .card-img-top, .card-group > .ts-blog-card-04:only-child .card-img-top, .card-group > .ts-blog-card-05:only-child .card-img-top, .card-group > .ts-portfolio-01:only-child .card-img-top, .card-group > .ts-portfolio-02:only-child .card-img-top, .card-group > .ts-portfolio-03:only-child .card-img-top, .card-group > .ts-blog-card-06:only-child .card-img-top, .card-group > .ts-product-card-widget:only-child .card-img-top, .card-group > .ts-services-card-01:only-child .card-img-top, .card-group > .ts-team-card-01:only-child .card-img-top, .card-group > .ts-team-card-05:only-child .card-img-top, .card-group > .ts-team-card-02:only-child .card-img-top, .card-group > .ts-team-card-03:only-child .card-img-top, .card-group > .ts-team-card-04:only-child .card-img-top, .card-group > .ts-team-card-06:only-child .card-img-top,
  .card-group > .card:only-child .card-header,
  .card-group > .ts-blog-card-01:only-child .card-header,
  .card-group > .ts-blog-card-02:only-child .card-header,
  .card-group > .ts-blog-card-03:only-child .card-header,
  .card-group > .ts-blog-card-04:only-child .card-header,
  .card-group > .ts-blog-card-05:only-child .card-header,
  .card-group > .ts-portfolio-01:only-child .card-header,
  .card-group > .ts-portfolio-02:only-child .card-header,
  .card-group > .ts-portfolio-03:only-child .card-header,
  .card-group > .ts-blog-card-06:only-child .card-header,
  .card-group > .ts-product-card-widget:only-child .card-header,
  .card-group > .ts-services-card-01:only-child .card-header,
  .card-group > .ts-team-card-01:only-child .card-header,
  .card-group > .ts-team-card-05:only-child .card-header,
  .card-group > .ts-team-card-02:only-child .card-header,
  .card-group > .ts-team-card-03:only-child .card-header,
  .card-group > .ts-team-card-04:only-child .card-header,
  .card-group > .ts-team-card-06: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 > .ts-blog-card-01:only-child .card-img-bottom, .card-group > .ts-blog-card-02:only-child .card-img-bottom, .card-group > .ts-blog-card-03:only-child .card-img-bottom, .card-group > .ts-blog-card-04:only-child .card-img-bottom, .card-group > .ts-blog-card-05:only-child .card-img-bottom, .card-group > .ts-portfolio-01:only-child .card-img-bottom, .card-group > .ts-portfolio-02:only-child .card-img-bottom, .card-group > .ts-portfolio-03:only-child .card-img-bottom, .card-group > .ts-blog-card-06:only-child .card-img-bottom, .card-group > .ts-product-card-widget:only-child .card-img-bottom, .card-group > .ts-services-card-01:only-child .card-img-bottom, .card-group > .ts-team-card-01:only-child .card-img-bottom, .card-group > .ts-team-card-05:only-child .card-img-bottom, .card-group > .ts-team-card-02:only-child .card-img-bottom, .card-group > .ts-team-card-03:only-child .card-img-bottom, .card-group > .ts-team-card-04:only-child .card-img-bottom, .card-group > .ts-team-card-06:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer,
  .card-group > .ts-blog-card-01:only-child .card-footer,
  .card-group > .ts-blog-card-02:only-child .card-footer,
  .card-group > .ts-blog-card-03:only-child .card-footer,
  .card-group > .ts-blog-card-04:only-child .card-footer,
  .card-group > .ts-blog-card-05:only-child .card-footer,
  .card-group > .ts-portfolio-01:only-child .card-footer,
  .card-group > .ts-portfolio-02:only-child .card-footer,
  .card-group > .ts-portfolio-03:only-child .card-footer,
  .card-group > .ts-blog-card-06:only-child .card-footer,
  .card-group > .ts-product-card-widget:only-child .card-footer,
  .card-group > .ts-services-card-01:only-child .card-footer,
  .card-group > .ts-team-card-01:only-child .card-footer,
  .card-group > .ts-team-card-05:only-child .card-footer,
  .card-group > .ts-team-card-02:only-child .card-footer,
  .card-group > .ts-team-card-03:only-child .card-footer,
  .card-group > .ts-team-card-04:only-child .card-footer,
  .card-group > .ts-team-card-06: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), .card-group > .ts-blog-card-01:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-02:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-03:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-04:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-05:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-portfolio-01:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-portfolio-02:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-portfolio-03:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-06:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-product-card-widget:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-services-card-01:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-01:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-05:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-02:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-03:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-04:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-team-card-06: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 > .ts-blog-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-02:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-03:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-04:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-05:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-portfolio-01:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-portfolio-02:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-portfolio-03:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-06:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-product-card-widget:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-services-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-05:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-02:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-03:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-04:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-team-card-06: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 > .ts-blog-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-blog-card-02:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-blog-card-03:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-blog-card-04:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-blog-card-05:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-portfolio-01:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-portfolio-02:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-portfolio-03:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-blog-card-06:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-product-card-widget:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-services-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-01:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-05:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-02:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-03:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-04:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .ts-team-card-06: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 > .ts-blog-card-01:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-blog-card-02:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-blog-card-03:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-blog-card-04:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-blog-card-05:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-portfolio-01:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-portfolio-02:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-portfolio-03:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-blog-card-06:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-product-card-widget:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-services-card-01:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-01:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-05:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-02:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-03:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-04:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .ts-team-card-06: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,
  .card-group > .ts-blog-card-01:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-blog-card-02:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-blog-card-03:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-blog-card-04:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-blog-card-05:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-portfolio-01:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-portfolio-02:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-portfolio-03:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-blog-card-06:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-product-card-widget:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-services-card-01:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-01:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-05:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-02:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-03:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-04:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .ts-team-card-06:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card, .card-columns .ts-blog-card-01, .card-columns .ts-blog-card-02, .card-columns .ts-blog-card-03, .card-columns .ts-blog-card-04, .card-columns .ts-blog-card-05, .card-columns .ts-portfolio-01, .card-columns .ts-portfolio-02, .card-columns .ts-portfolio-03, .card-columns .ts-blog-card-06, .card-columns .ts-product-card-widget, .card-columns .ts-services-card-01, .card-columns .ts-team-card-01, .card-columns .ts-team-card-05, .card-columns .ts-team-card-02, .card-columns .ts-team-card-03, .card-columns .ts-team-card-04, .card-columns .ts-team-card-06 {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .ts-blog-card-01, .card-columns .ts-blog-card-02, .card-columns .ts-blog-card-03, .card-columns .ts-blog-card-04, .card-columns .ts-blog-card-05, .card-columns .ts-portfolio-01, .card-columns .ts-portfolio-02, .card-columns .ts-portfolio-03, .card-columns .ts-blog-card-06, .card-columns .ts-product-card-widget, .card-columns .ts-services-card-01, .card-columns .ts-team-card-01, .card-columns .ts-team-card-05, .card-columns .ts-team-card-02, .card-columns .ts-team-card-03, .card-columns .ts-team-card-04, .card-columns .ts-team-card-06 {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card, .accordion .ts-blog-card-01, .accordion .ts-blog-card-02, .accordion .ts-blog-card-03, .accordion .ts-blog-card-04, .accordion .ts-blog-card-05, .accordion .ts-portfolio-01, .accordion .ts-portfolio-02, .accordion .ts-portfolio-03, .accordion .ts-blog-card-06, .accordion .ts-product-card-widget, .accordion .ts-services-card-01, .accordion .ts-team-card-01, .accordion .ts-team-card-05, .accordion .ts-team-card-02, .accordion .ts-team-card-03, .accordion .ts-team-card-04, .accordion .ts-team-card-06 {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-01:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-02:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-03:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-04:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-05:not(:first-of-type) .card-header:first-child, .accordion .ts-portfolio-01:not(:first-of-type) .card-header:first-child, .accordion .ts-portfolio-02:not(:first-of-type) .card-header:first-child, .accordion .ts-portfolio-03:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-06:not(:first-of-type) .card-header:first-child, .accordion .ts-product-card-widget:not(:first-of-type) .card-header:first-child, .accordion .ts-services-card-01:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-01:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-05:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-02:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-03:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-04:not(:first-of-type) .card-header:first-child, .accordion .ts-team-card-06:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-01:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-02:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-03:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-04:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-05:not(:first-of-type):not(:last-of-type), .accordion .ts-portfolio-01:not(:first-of-type):not(:last-of-type), .accordion .ts-portfolio-02:not(:first-of-type):not(:last-of-type), .accordion .ts-portfolio-03:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-06:not(:first-of-type):not(:last-of-type), .accordion .ts-product-card-widget:not(:first-of-type):not(:last-of-type), .accordion .ts-services-card-01:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-01:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-05:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-02:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-03:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-04:not(:first-of-type):not(:last-of-type), .accordion .ts-team-card-06:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:first-of-type, .accordion .ts-blog-card-01:first-of-type, .accordion .ts-blog-card-02:first-of-type, .accordion .ts-blog-card-03:first-of-type, .accordion .ts-blog-card-04:first-of-type, .accordion .ts-blog-card-05:first-of-type, .accordion .ts-portfolio-01:first-of-type, .accordion .ts-portfolio-02:first-of-type, .accordion .ts-portfolio-03:first-of-type, .accordion .ts-blog-card-06:first-of-type, .accordion .ts-product-card-widget:first-of-type, .accordion .ts-services-card-01:first-of-type, .accordion .ts-team-card-01:first-of-type, .accordion .ts-team-card-05:first-of-type, .accordion .ts-team-card-02:first-of-type, .accordion .ts-team-card-03:first-of-type, .accordion .ts-team-card-04:first-of-type, .accordion .ts-team-card-06:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type, .accordion .ts-blog-card-01:last-of-type, .accordion .ts-blog-card-02:last-of-type, .accordion .ts-blog-card-03:last-of-type, .accordion .ts-blog-card-04:last-of-type, .accordion .ts-blog-card-05:last-of-type, .accordion .ts-portfolio-01:last-of-type, .accordion .ts-portfolio-02:last-of-type, .accordion .ts-portfolio-03:last-of-type, .accordion .ts-blog-card-06:last-of-type, .accordion .ts-product-card-widget:last-of-type, .accordion .ts-services-card-01:last-of-type, .accordion .ts-team-card-01:last-of-type, .accordion .ts-team-card-05:last-of-type, .accordion .ts-team-card-02:last-of-type, .accordion .ts-team-card-03:last-of-type, .accordion .ts-team-card-04:last-of-type, .accordion .ts-team-card-06:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card .card-header, .accordion .ts-blog-card-01 .card-header, .accordion .ts-blog-card-02 .card-header, .accordion .ts-blog-card-03 .card-header, .accordion .ts-blog-card-04 .card-header, .accordion .ts-blog-card-05 .card-header, .accordion .ts-portfolio-01 .card-header, .accordion .ts-portfolio-02 .card-header, .accordion .ts-portfolio-03 .card-header, .accordion .ts-blog-card-06 .card-header, .accordion .ts-product-card-widget .card-header, .accordion .ts-services-card-01 .card-header, .accordion .ts-team-card-01 .card-header, .accordion .ts-team-card-05 .card-header, .accordion .ts-team-card-02 .card-header, .accordion .ts-team-card-03 .card-header, .accordion .ts-team-card-04 .card-header, .accordion .ts-team-card-06 .card-header {
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover {
  color: #000;
  text-decoration: none;
}

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

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

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

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

.modal.show .modal-dialog {
  transform: none;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0, .ts-portfolio-01.rounded-0 .card-cover {
  border-radius: 0 !important;
}

.clearfix::after, .ts-portfolio-02 .card-body .category::after, .widget-product-list ul li::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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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-3by4::before {
  padding-top: 133.33333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  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, .product-item, .ts-team-card-02 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow, .ts-team-card-03 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg, .consultant-select .dropdown-menu, .product-item:hover, .popup-cart {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.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: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.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: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !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: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .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: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !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: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .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: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !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: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .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: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !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: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .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: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.ts-btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.color--black {
  color: #000000;
}

.color--gray1 {
  color: #030303;
}

.color--gray2 {
  color: #050505;
}

.color--gray3 {
  color: #080808;
}

.color--gray4 {
  color: #0a0a0a;
}

.color--gray5 {
  color: #0d0d0d;
}

.color--gray6 {
  color: #0f0f0f;
}

.color--gray7 {
  color: #121212;
}

.color--gray8 {
  color: #141414;
}

.color--gray9 {
  color: #171717;
}

.color--gray10 {
  color: #1a1a1a;
}

.color--gray11 {
  color: #1c1c1c;
}

.color--gray12 {
  color: #1f1f1f;
}

.color--gray13 {
  color: #212121;
}

.color--gray14 {
  color: #242424;
}

.color--gray15 {
  color: #262626;
}

.color--gray16 {
  color: #292929;
}

.color--gray17 {
  color: #2b2b2b;
}

.color--gray18 {
  color: #2e2e2e;
}

.color--gray19 {
  color: #303030;
}

.color--gray20 {
  color: #333333;
}

.color--gray21 {
  color: #363636;
}

.color--gray22 {
  color: #383838;
}

.color--gray23 {
  color: #3b3b3b;
}

.color--gray24 {
  color: #3d3d3d;
}

.color--gray25 {
  color: #404040;
}

.color--gray26 {
  color: #424242;
}

.color--gray27 {
  color: #454545;
}

.color--gray28 {
  color: #474747;
}

.color--gray29 {
  color: #4a4a4a;
}

.color--gray30 {
  color: #4d4d4d;
}

.color--gray31 {
  color: #4f4f4f;
}

.color--gray32 {
  color: #525252;
}

.color--gray33 {
  color: #555555;
}

.color--gray34 {
  color: #575757;
}

.color--gray35 {
  color: #595959;
}

.color--gray36 {
  color: #5c5c5c;
}

.color--gray37 {
  color: #5e5e5e;
}

.color--gray38 {
  color: #616161;
}

.color--gray39 {
  color: #636363;
}

.color--gray40 {
  color: #666666;
}

.color--dimgray {
  color: #696969;
}

.color--gray42 {
  color: #6b6b6b;
}

.color--gray43 {
  color: #6e6e6e;
}

.color--gray44 {
  color: #707070;
}

.color--gray45 {
  color: #737373;
}

.color--gray46 {
  color: #757575;
}

.color--gray47 {
  color: #787878;
}

.color--gray48 {
  color: #7a7a7a;
}

.color--gray49 {
  color: #7d7d7d;
}

.color--gray50 {
  color: #7f7f7f;
}

.color--gray {
  color: #808080;
}

.color--gray51 {
  color: #828282;
}

.color--gray52 {
  color: #858585;
}

.color--gray53 {
  color: #878787;
}

.color--gray54 {
  color: #8a8a8a;
}

.color--gray55 {
  color: #8c8c8c;
}

.color--gray56 {
  color: #8f8f8f;
}

.color--gray57 {
  color: #919191;
}

.color--gray58 {
  color: #949494;
}

.color--gray59 {
  color: #969696;
}

.color--gray60 {
  color: #999999;
}

.color--gray61 {
  color: #9c9c9c;
}

.color--gray62 {
  color: #9e9e9e;
}

.color--gray63 {
  color: #a1a1a1;
}

.color--gray64 {
  color: #a3a3a3;
}

.color--gray65 {
  color: #a6a6a6;
}

.color--gray66 {
  color: #a8a8a8;
}

.color--darkgray {
  color: #a9a9a9;
}

.color--gray67 {
  color: #ababab;
}

.color--sgilight {
  color: #aaaaaa;
}

.color--gray68 {
  color: #adadad;
}

.color--gray69 {
  color: #b0b0b0;
}

.color--gray70 {
  color: #b3b3b3;
}

.color--gray71 {
  color: #b5b5b5;
}

.color--gray72 {
  color: #b8b8b8;
}

.color--gray73 {
  color: #bababa;
}

.color--gray74 {
  color: #bdbdbd;
}

.color--silver {
  color: #c0c0c0;
}

.color--graylight {
  color: #bebebe;
}

.color--gray75 {
  color: #bfbfbf;
}

.color--gray76 {
  color: #c2c2c2;
}

.color--gray77 {
  color: #c4c4c4;
}

.color--gray78 {
  color: #c7c7c7;
}

.color--gray79 {
  color: #c9c9c9;
}

.color--verylight {
  color: #cdcdcd;
}

.color--gray80 {
  color: #cccccc;
}

.color--gray81 {
  color: #cfcfcf;
}

.color--gray82 {
  color: #d1d1d1;
}

.color--gray83 {
  color: #d4d4d4;
}

.color--lightgray {
  color: #d3d3d3;
}

.color--gray84 {
  color: #d6d6d6;
}

.color--gray85 {
  color: #d9d9d9;
}

.color--gainsboro {
  color: #dcdcdc;
}

.color--gray86 {
  color: #dbdbdb;
}

.color--gray87 {
  color: #dedede;
}

.color--gray88 {
  color: #e0e0e0;
}

.color--gray89 {
  color: #e3e3e3;
}

.color--gray90 {
  color: #e5e5e5;
}

.color--gray91 {
  color: #e8e8e8;
}

.color--gray92 {
  color: #ebebeb;
}

.color--gray93 {
  color: #ededed;
}

.color--gray94 {
  color: #f0f0f0;
}

.color--gray95 {
  color: #f2f2f2;
}

.color--whitesmoke {
  color: #f8f8f8;
}

.color--gray97 {
  color: #f7f7f7;
}

.color--gray98 {
  color: #fafafa;
}

.color--gray99 {
  color: #fcfcfc;
}

.color--white {
  color: #ffffff;
}

.color--facebook {
  color: #1877f2;
}

.color--facebookold {
  color: #3b5998;
}

.color--twitter {
  color: #1da1f2;
}

.color--youtube {
  color: #ff0000;
}

.color--instagram {
  color: #f77737;
}

.color--googleblue {
  color: #4285f4;
}

.color--googlered {
  color: #ea4335;
}

.color--googleyellow {
  color: #fbbc05;
}

.color--googlegreen {
  color: #34a853;
}

.color--pinterest {
  color: #bd081c;
}

.color--googleplus {
  color: #db4437;
}

.color--linkedin {
  color: #007bb5;
}

.color--vimeoblue {
  color: #1ab7ea;
}

.color--tumblr {
  color: #2c4762;
}

.color--snapchat {
  color: #fffc00;
}

.color--whatsappgreen {
  color: #25d366;
}

.color--whatsappteal1 {
  color: #075e54;
}

.color--whatsappteal2 {
  color: #128c7e;
}

.color--mastodon {
  color: #2b90d9;
}

.color--apple {
  color: #a6b1b7;
}

.color--amazon {
  color: #ff9900;
}

.color--microsoftred {
  color: #f35022;
}

.color--microsoftgreen {
  color: #80bb03;
}

.color--microsoftblue {
  color: #03a5f0;
}

.color--microsoftyellow {
  color: #ffb903;
}

.color--periscope {
  color: #40a4c4;
}

.color--foursquarepink {
  color: #f94877;
}

.color--foursquarenavy {
  color: #073282;
}

.color--foursquareblue {
  color: #2d5be3;
}

.color--swarm {
  color: #ffa633;
}

.color--medium {
  color: #02b875;
}

.color--skypeblue {
  color: #00aff0;
}

.color--skypedkblue {
  color: #0078d7;
}

.color--android {
  color: #a4c639;
}

.color--stumbleupon {
  color: #e94826;
}

.color--flickrpink {
  color: #f40083;
}

.color--flickrblue {
  color: #006add;
}

.color--yahoo {
  color: #430297;
}

.color--twitch {
  color: #6441a4;
}

.color--soundcloud {
  color: #ff5500;
}

.color--spotifygreen {
  color: #1ed760;
}

.color--spotifydarkgreen {
  color: #1db954;
}

.color--dribbble {
  color: #ea4c89;
}

.color--slackpurple {
  color: #4a154b;
}

.color--slackblue {
  color: #36c5f0;
}

.color--slackgreen {
  color: #2eb67d;
}

.color--slackred {
  color: #e01e5a;
}

.color--slackyellow {
  color: #ecb22e;
}

.color--reddit {
  color: #ff5700;
}

.color--deviantart {
  color: #05cc47;
}

.color--pocket {
  color: #ee4056;
}

.color--quora {
  color: #aa2200;
}

.color--quorablue {
  color: #2b6dad;
}

.color--slideshareorange {
  color: #e68523;
}

.color--slideshareblue {
  color: #00a0dc;
}

.color--fivehundredpx {
  color: #0099e5;
}

.color--vk {
  color: #4a76a8;
}

.color--listlyorange {
  color: #df6d46;
}

.color--listlyblue {
  color: #52b1b3;
}

.color--vine {
  color: #00b489;
}

.color--steam {
  color: #171a21;
}

.color--discord {
  color: #7289da;
}

.color--telegram {
  color: #0088cc;
}

.color--clarity {
  color: #61bed9;
}

.color--color1 {
  color: #00abc9;
}

.color--color3 {
  color: #095a73;
}

.color--color4 {
  color: #2e363a;
}

.color--dynamicColor {
  color: white;
}

.bg--black {
  background-color: #000000;
}

.bg--gray1 {
  background-color: #030303;
}

.bg--gray2 {
  background-color: #050505;
}

.bg--gray3 {
  background-color: #080808;
}

.bg--gray4 {
  background-color: #0a0a0a;
}

.bg--gray5 {
  background-color: #0d0d0d;
}

.bg--gray6 {
  background-color: #0f0f0f;
}

.bg--gray7 {
  background-color: #121212;
}

.bg--gray8 {
  background-color: #141414;
}

.bg--gray9 {
  background-color: #171717;
}

.bg--gray10 {
  background-color: #1a1a1a;
}

.bg--gray11 {
  background-color: #1c1c1c;
}

.bg--gray12 {
  background-color: #1f1f1f;
}

.bg--gray13 {
  background-color: #212121;
}

.bg--gray14 {
  background-color: #242424;
}

.bg--gray15 {
  background-color: #262626;
}

.bg--gray16 {
  background-color: #292929;
}

.bg--gray17 {
  background-color: #2b2b2b;
}

.bg--gray18 {
  background-color: #2e2e2e;
}

.bg--gray19 {
  background-color: #303030;
}

.bg--gray20 {
  background-color: #333333;
}

.bg--gray21 {
  background-color: #363636;
}

.bg--gray22 {
  background-color: #383838;
}

.bg--gray23 {
  background-color: #3b3b3b;
}

.bg--gray24 {
  background-color: #3d3d3d;
}

.bg--gray25 {
  background-color: #404040;
}

.bg--gray26 {
  background-color: #424242;
}

.bg--gray27 {
  background-color: #454545;
}

.bg--gray28 {
  background-color: #474747;
}

.bg--gray29 {
  background-color: #4a4a4a;
}

.bg--gray30 {
  background-color: #4d4d4d;
}

.bg--gray31 {
  background-color: #4f4f4f;
}

.bg--gray32 {
  background-color: #525252;
}

.bg--gray33 {
  background-color: #555555;
}

.bg--gray34 {
  background-color: #575757;
}

.bg--gray35 {
  background-color: #595959;
}

.bg--gray36 {
  background-color: #5c5c5c;
}

.bg--gray37 {
  background-color: #5e5e5e;
}

.bg--gray38 {
  background-color: #616161;
}

.bg--gray39 {
  background-color: #636363;
}

.bg--gray40 {
  background-color: #666666;
}

.bg--dimgray {
  background-color: #696969;
}

.bg--gray42 {
  background-color: #6b6b6b;
}

.bg--gray43 {
  background-color: #6e6e6e;
}

.bg--gray44 {
  background-color: #707070;
}

.bg--gray45 {
  background-color: #737373;
}

.bg--gray46 {
  background-color: #757575;
}

.bg--gray47 {
  background-color: #787878;
}

.bg--gray48 {
  background-color: #7a7a7a;
}

.bg--gray49 {
  background-color: #7d7d7d;
}

.bg--gray50 {
  background-color: #7f7f7f;
}

.bg--gray {
  background-color: #808080;
}

.bg--gray51 {
  background-color: #828282;
}

.bg--gray52 {
  background-color: #858585;
}

.bg--gray53 {
  background-color: #878787;
}

.bg--gray54 {
  background-color: #8a8a8a;
}

.bg--gray55 {
  background-color: #8c8c8c;
}

.bg--gray56 {
  background-color: #8f8f8f;
}

.bg--gray57 {
  background-color: #919191;
}

.bg--gray58 {
  background-color: #949494;
}

.bg--gray59 {
  background-color: #969696;
}

.bg--gray60 {
  background-color: #999999;
}

.bg--gray61 {
  background-color: #9c9c9c;
}

.bg--gray62 {
  background-color: #9e9e9e;
}

.bg--gray63 {
  background-color: #a1a1a1;
}

.bg--gray64 {
  background-color: #a3a3a3;
}

.bg--gray65 {
  background-color: #a6a6a6;
}

.bg--gray66 {
  background-color: #a8a8a8;
}

.bg--darkgray {
  background-color: #a9a9a9;
}

.bg--gray67 {
  background-color: #ababab;
}

.bg--sgilight {
  background-color: #aaaaaa;
}

.bg--gray68 {
  background-color: #adadad;
}

.bg--gray69 {
  background-color: #b0b0b0;
}

.bg--gray70 {
  background-color: #b3b3b3;
}

.bg--gray71 {
  background-color: #b5b5b5;
}

.bg--gray72 {
  background-color: #b8b8b8;
}

.bg--gray73 {
  background-color: #bababa;
}

.bg--gray74 {
  background-color: #bdbdbd;
}

.bg--silver {
  background-color: #c0c0c0;
}

.bg--graylight {
  background-color: #bebebe;
}

.bg--gray75 {
  background-color: #bfbfbf;
}

.bg--gray76 {
  background-color: #c2c2c2;
}

.bg--gray77 {
  background-color: #c4c4c4;
}

.bg--gray78 {
  background-color: #c7c7c7;
}

.bg--gray79 {
  background-color: #c9c9c9;
}

.bg--verylight {
  background-color: #cdcdcd;
}

.bg--gray80 {
  background-color: #cccccc;
}

.bg--gray81 {
  background-color: #cfcfcf;
}

.bg--gray82 {
  background-color: #d1d1d1;
}

.bg--gray83 {
  background-color: #d4d4d4;
}

.bg--lightgray {
  background-color: #d3d3d3;
}

.bg--gray84 {
  background-color: #d6d6d6;
}

.bg--gray85 {
  background-color: #d9d9d9;
}

.bg--gainsboro {
  background-color: #dcdcdc;
}

.bg--gray86 {
  background-color: #dbdbdb;
}

.bg--gray87 {
  background-color: #dedede;
}

.bg--gray88 {
  background-color: #e0e0e0;
}

.bg--gray89 {
  background-color: #e3e3e3;
}

.bg--gray90 {
  background-color: #e5e5e5;
}

.bg--gray91 {
  background-color: #e8e8e8;
}

.bg--gray92 {
  background-color: #ebebeb;
}

.bg--gray93 {
  background-color: #ededed;
}

.bg--gray94 {
  background-color: #f0f0f0;
}

.bg--gray95 {
  background-color: #f2f2f2;
}

.bg--whitesmoke, .ts-blog-card-05 .card-cover, .ts-portfolio-03 .card-cover, .ts-blog-card-06 .card-cover, .ts-team-card-06 .card-cover {
  background-color: #f8f8f8;
}

.bg--gray97 {
  background-color: #f7f7f7;
}

.bg--gray98 {
  background-color: #fafafa;
}

.bg--gray99 {
  background-color: #fcfcfc;
}

.bg--white {
  background-color: #ffffff;
}

.bg--facebook {
  background-color: #1877f2;
}

.bg--facebookold {
  background-color: #3b5998;
}

.bg--twitter {
  background-color: #1da1f2;
}

.bg--youtube {
  background-color: #ff0000;
}

.bg--instagram {
  background-color: #f77737;
}

.bg--googleblue {
  background-color: #4285f4;
}

.bg--googlered {
  background-color: #ea4335;
}

.bg--googleyellow {
  background-color: #fbbc05;
}

.bg--googlegreen {
  background-color: #34a853;
}

.bg--pinterest {
  background-color: #bd081c;
}

.bg--googleplus {
  background-color: #db4437;
}

.bg--linkedin {
  background-color: #007bb5;
}

.bg--vimeoblue {
  background-color: #1ab7ea;
}

.bg--tumblr {
  background-color: #2c4762;
}

.bg--snapchat {
  background-color: #fffc00;
}

.bg--whatsappgreen {
  background-color: #25d366;
}

.bg--whatsappteal1 {
  background-color: #075e54;
}

.bg--whatsappteal2 {
  background-color: #128c7e;
}

.bg--mastodon {
  background-color: #2b90d9;
}

.bg--apple {
  background-color: #a6b1b7;
}

.bg--amazon {
  background-color: #ff9900;
}

.bg--microsoftred {
  background-color: #f35022;
}

.bg--microsoftgreen {
  background-color: #80bb03;
}

.bg--microsoftblue {
  background-color: #03a5f0;
}

.bg--microsoftyellow {
  background-color: #ffb903;
}

.bg--periscope {
  background-color: #40a4c4;
}

.bg--foursquarepink {
  background-color: #f94877;
}

.bg--foursquarenavy {
  background-color: #073282;
}

.bg--foursquareblue {
  background-color: #2d5be3;
}

.bg--swarm {
  background-color: #ffa633;
}

.bg--medium {
  background-color: #02b875;
}

.bg--skypeblue {
  background-color: #00aff0;
}

.bg--skypedkblue {
  background-color: #0078d7;
}

.bg--android {
  background-color: #a4c639;
}

.bg--stumbleupon {
  background-color: #e94826;
}

.bg--flickrpink {
  background-color: #f40083;
}

.bg--flickrblue {
  background-color: #006add;
}

.bg--yahoo {
  background-color: #430297;
}

.bg--twitch {
  background-color: #6441a4;
}

.bg--soundcloud {
  background-color: #ff5500;
}

.bg--spotifygreen {
  background-color: #1ed760;
}

.bg--spotifydarkgreen {
  background-color: #1db954;
}

.bg--dribbble {
  background-color: #ea4c89;
}

.bg--slackpurple {
  background-color: #4a154b;
}

.bg--slackblue {
  background-color: #36c5f0;
}

.bg--slackgreen {
  background-color: #2eb67d;
}

.bg--slackred {
  background-color: #e01e5a;
}

.bg--slackyellow {
  background-color: #ecb22e;
}

.bg--reddit {
  background-color: #ff5700;
}

.bg--deviantart {
  background-color: #05cc47;
}

.bg--pocket {
  background-color: #ee4056;
}

.bg--quora {
  background-color: #aa2200;
}

.bg--quorablue {
  background-color: #2b6dad;
}

.bg--slideshareorange {
  background-color: #e68523;
}

.bg--slideshareblue {
  background-color: #00a0dc;
}

.bg--fivehundredpx {
  background-color: #0099e5;
}

.bg--vk {
  background-color: #4a76a8;
}

.bg--listlyorange {
  background-color: #df6d46;
}

.bg--listlyblue {
  background-color: #52b1b3;
}

.bg--vine {
  background-color: #00b489;
}

.bg--steam {
  background-color: #171a21;
}

.bg--discord {
  background-color: #7289da;
}

.bg--telegram {
  background-color: #0088cc;
}

.bg--clarity {
  background-color: #61bed9;
}

.bg--color1 {
  background-color: #00abc9;
}

.bg--color3 {
  background-color: #095a73;
}

.bg--color4 {
  background-color: #2e363a;
}

.bg--dynamicColor {
  background-color: white;
}

.hover--color-facebook:hover {
  color: #1877f2 !important;
  text-decoration: none;
}

.hover--color-facebookold:hover {
  color: #3b5998 !important;
  text-decoration: none;
}

.hover--color-twitter:hover {
  color: #1da1f2 !important;
  text-decoration: none;
}

.hover--color-youtube:hover {
  color: #ff0000 !important;
  text-decoration: none;
}

.hover--color-instagram:hover {
  color: #f77737 !important;
  text-decoration: none;
}

.hover--color-googleblue:hover {
  color: #4285f4 !important;
  text-decoration: none;
}

.hover--color-googlered:hover {
  color: #ea4335 !important;
  text-decoration: none;
}

.hover--color-googleyellow:hover {
  color: #fbbc05 !important;
  text-decoration: none;
}

.hover--color-googlegreen:hover {
  color: #34a853 !important;
  text-decoration: none;
}

.hover--color-pinterest:hover {
  color: #bd081c !important;
  text-decoration: none;
}

.hover--color-googleplus:hover {
  color: #db4437 !important;
  text-decoration: none;
}

.hover--color-linkedin:hover {
  color: #007bb5 !important;
  text-decoration: none;
}

.hover--color-vimeoblue:hover {
  color: #1ab7ea !important;
  text-decoration: none;
}

.hover--color-tumblr:hover {
  color: #2c4762 !important;
  text-decoration: none;
}

.hover--color-snapchat:hover {
  color: #fffc00 !important;
  text-decoration: none;
}

.hover--color-whatsappgreen:hover {
  color: #25d366 !important;
  text-decoration: none;
}

.hover--color-whatsappteal1:hover {
  color: #075e54 !important;
  text-decoration: none;
}

.hover--color-whatsappteal2:hover {
  color: #128c7e !important;
  text-decoration: none;
}

.hover--color-mastodon:hover {
  color: #2b90d9 !important;
  text-decoration: none;
}

.hover--color-apple:hover {
  color: #a6b1b7 !important;
  text-decoration: none;
}

.hover--color-amazon:hover {
  color: #ff9900 !important;
  text-decoration: none;
}

.hover--color-microsoftred:hover {
  color: #f35022 !important;
  text-decoration: none;
}

.hover--color-microsoftgreen:hover {
  color: #80bb03 !important;
  text-decoration: none;
}

.hover--color-microsoftblue:hover {
  color: #03a5f0 !important;
  text-decoration: none;
}

.hover--color-microsoftyellow:hover {
  color: #ffb903 !important;
  text-decoration: none;
}

.hover--color-periscope:hover {
  color: #40a4c4 !important;
  text-decoration: none;
}

.hover--color-foursquarepink:hover {
  color: #f94877 !important;
  text-decoration: none;
}

.hover--color-foursquarenavy:hover {
  color: #073282 !important;
  text-decoration: none;
}

.hover--color-foursquareblue:hover {
  color: #2d5be3 !important;
  text-decoration: none;
}

.hover--color-swarm:hover {
  color: #ffa633 !important;
  text-decoration: none;
}

.hover--color-medium:hover {
  color: #02b875 !important;
  text-decoration: none;
}

.hover--color-skypeblue:hover {
  color: #00aff0 !important;
  text-decoration: none;
}

.hover--color-skypedkblue:hover {
  color: #0078d7 !important;
  text-decoration: none;
}

.hover--color-android:hover {
  color: #a4c639 !important;
  text-decoration: none;
}

.hover--color-stumbleupon:hover {
  color: #e94826 !important;
  text-decoration: none;
}

.hover--color-flickrpink:hover {
  color: #f40083 !important;
  text-decoration: none;
}

.hover--color-flickrblue:hover {
  color: #006add !important;
  text-decoration: none;
}

.hover--color-yahoo:hover {
  color: #430297 !important;
  text-decoration: none;
}

.hover--color-twitch:hover {
  color: #6441a4 !important;
  text-decoration: none;
}

.hover--color-soundcloud:hover {
  color: #ff5500 !important;
  text-decoration: none;
}

.hover--color-spotifygreen:hover {
  color: #1ed760 !important;
  text-decoration: none;
}

.hover--color-spotifydarkgreen:hover {
  color: #1db954 !important;
  text-decoration: none;
}

.hover--color-dribbble:hover {
  color: #ea4c89 !important;
  text-decoration: none;
}

.hover--color-slackpurple:hover {
  color: #4a154b !important;
  text-decoration: none;
}

.hover--color-slackblue:hover {
  color: #36c5f0 !important;
  text-decoration: none;
}

.hover--color-slackgreen:hover {
  color: #2eb67d !important;
  text-decoration: none;
}

.hover--color-slackred:hover {
  color: #e01e5a !important;
  text-decoration: none;
}

.hover--color-slackyellow:hover {
  color: #ecb22e !important;
  text-decoration: none;
}

.hover--color-reddit:hover {
  color: #ff5700 !important;
  text-decoration: none;
}

.hover--color-deviantart:hover {
  color: #05cc47 !important;
  text-decoration: none;
}

.hover--color-pocket:hover {
  color: #ee4056 !important;
  text-decoration: none;
}

.hover--color-quora:hover {
  color: #aa2200 !important;
  text-decoration: none;
}

.hover--color-quorablue:hover {
  color: #2b6dad !important;
  text-decoration: none;
}

.hover--color-slideshareorange:hover {
  color: #e68523 !important;
  text-decoration: none;
}

.hover--color-slideshareblue:hover {
  color: #00a0dc !important;
  text-decoration: none;
}

.hover--color-fivehundredpx:hover {
  color: #0099e5 !important;
  text-decoration: none;
}

.hover--color-vk:hover {
  color: #4a76a8 !important;
  text-decoration: none;
}

.hover--color-listlyorange:hover {
  color: #df6d46 !important;
  text-decoration: none;
}

.hover--color-listlyblue:hover {
  color: #52b1b3 !important;
  text-decoration: none;
}

.hover--color-vine:hover {
  color: #00b489 !important;
  text-decoration: none;
}

.hover--color-steam:hover {
  color: #171a21 !important;
  text-decoration: none;
}

.hover--color-discord:hover {
  color: #7289da !important;
  text-decoration: none;
}

.hover--color-telegram:hover {
  color: #0088cc !important;
  text-decoration: none;
}

.hover--color-clarity:hover {
  color: #61bed9 !important;
  text-decoration: none;
}

.fs--8 {
  font-size: 0.5rem;
}

.fs--9 {
  font-size: 0.5625rem;
}

.fs--10 {
  font-size: 0.625rem;
}

.fs--11 {
  font-size: 0.6875rem;
}

.fs--12 {
  font-size: 0.75rem;
}

.fs--13 {
  font-size: 0.8125rem;
}

.fs--14, .ts-topbar .ts-language {
  font-size: 0.875rem;
}

.fs--15 {
  font-size: 0.9375rem;
}

.fs--16 {
  font-size: 1rem;
}

.fs--17 {
  font-size: 1.0625rem;
}

.fs--18 {
  font-size: 1.125rem;
}

.fs--19 {
  font-size: 1.1875rem;
}

.fs--20 {
  font-size: 1.25rem;
}

.fs--21 {
  font-size: 1.3125rem;
}

.fs--22 {
  font-size: 1.375rem;
}

.fs--23 {
  font-size: 1.4375rem;
}

.fs--24 {
  font-size: 1.5rem;
}

.fs--25 {
  font-size: 1.5625rem;
}

.fs--26 {
  font-size: 1.625rem;
}

.fs--27 {
  font-size: 1.6875rem;
}

.fs--28 {
  font-size: 1.75rem;
}

.fs--29 {
  font-size: 1.8125rem;
}

.fs--30 {
  font-size: 1.875rem;
}

.fs--31 {
  font-size: 1.9375rem;
}

.fs--32 {
  font-size: 2rem;
}

.fs--33 {
  font-size: 2.0625rem;
}

.fs--34 {
  font-size: 2.125rem;
}

.fs--35 {
  font-size: 2.1875rem;
}

.fs--36 {
  font-size: 2.25rem;
}

.fs--37 {
  font-size: 2.3125rem;
}

.fs--38 {
  font-size: 2.375rem;
}

.fs--39 {
  font-size: 2.4375rem;
}

.fs--40 {
  font-size: 2.5rem;
}

.fs--41 {
  font-size: 2.5625rem;
}

.fs--42 {
  font-size: 2.625rem;
}

.fs--43 {
  font-size: 2.6875rem;
}

.fs--44 {
  font-size: 2.75rem;
}

.fs--45 {
  font-size: 2.8125rem;
}

.fs--46 {
  font-size: 2.875rem;
}

.fs--47 {
  font-size: 2.9375rem;
}

.fs--48 {
  font-size: 3rem;
}

.ts-box-square-01 {
  border-width: 1px;
  border-style: solid;
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  border-radius: 2px;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bd--fw1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bd--fw2 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bd--fw3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bd--fw4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.bd--fw5 {
  border-color: rgba(255, 255, 255, 0.5);
}

.bd--fw6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.bd--fw7 {
  border-color: rgba(255, 255, 255, 0.7);
}

.bd--fw8 {
  border-color: rgba(255, 255, 255, 0.8);
}

.bd--fw9 {
  border-color: rgba(255, 255, 255, 0.9);
}

.bd--fb1 {
  border-color: rgba(0, 0, 0, 0.1);
}

.bd--fb2 {
  border-color: rgba(0, 0, 0, 0.2);
}

.bd--fb3 {
  border-color: rgba(0, 0, 0, 0.3);
}

.bd--fb4 {
  border-color: rgba(0, 0, 0, 0.4);
}

.bd--fb5 {
  border-color: rgba(0, 0, 0, 0.5);
}

.bd--fb6 {
  border-color: rgba(0, 0, 0, 0.6);
}

.bd--fb7 {
  border-color: rgba(0, 0, 0, 0.7);
}

.bd--fb8 {
  border-color: rgba(0, 0, 0, 0.8);
}

.bd--fb9 {
  border-color: rgba(0, 0, 0, 0.9);
}

.row-g-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-g-10 [class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-g-10 .mb-g-10 {
  margin-bottom: 10px;
}

.row-g-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-g-20 [class^='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-g-20 .mb-g-20 {
  margin-bottom: 20px;
}

.row-g-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-g-40 [class^='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

.row-g-40 .mb-g-40 {
  margin-bottom: 40px;
}

.row-g-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-g-50 [class^='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

.row-g-50 .mb-g-50 {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .row-g-40,
  .row-g-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-g-40 [class^='col-'],
  .row-g-50 [class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 600;
}

a {
  color: #00abc9;
}

a.link-unset {
  color: unset;
}

a.link-unset:hover {
  color: #00abc9;
  text-decoration: none;
}

.font-weight-black {
  font-weight: 900;
}

.text-shadow-01 {
  text-shadow: 1px 1px 1px rgba(46, 54, 58, 0.9);
}

.text-shadow-02 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.clip-text {
  width: 100%;
  height: 100%;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  background-image: url("../images/video-section-bg.221ba7944e5f.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.clip-text:after {
  position: absolute;
  content: '';
}

.clip-text:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

body {
  font-family: "Lato", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}

html {
  overflow-x: hidden;
}

.in-dark {
  color: #ffffff;
}

.in-light {
  color: #333333;
}

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

#to-the-top {
  display: none;
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  z-index: 10000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.1s linear;
}

#to-the-top:hover {
  background-color: #00abc9;
}

img {
  max-width: 100%;
}

.ts-accrodion--ghost {
  background-color: transparent;
  border: 0;
}

.ts-accrodion--ghost .card-header {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
}

.ts-accrodion--ghost .card-header .ts-btn {
  min-height: 50px;
}

.ts-accrodion--ghost .card-header .ts-btn[aria-expanded="true"] {
  pointer-events: none;
  background-color: #00abc9;
  color: white;
}

.ts-accrodion--ghost .card-body {
  color: #fafafa;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 15px 10px 30px;
}

.ts-accrodion--ghost .card-body.in-light {
  color: #666666;
  border-left-color: rgba(46, 54, 58, 0.3);
}

.ts-accrodion--ghost:not(:first-of-type) {
  margin-top: 15px;
}

.ts-accrodion--line {
  background-color: transparent;
  border: 0;
}

.ts-accrodion--line .card-header {
  border: 0;
  border-radius: 0;
  color: #333333;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.ts-accrodion--line .card-header .ts-btn {
  padding-left: 0;
  padding-right: 30px;
  font-weight: bold;
  overflow: hidden;
  transition: padding .3s ease-in-out;
}

.ts-accrodion--line .card-header .ts-btn .ts-icon {
  position: absolute;
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  opacity: 0;
  left: 0;
}

.ts-accrodion--line .card-header .ts-btn[aria-expanded="true"] {
  pointer-events: none;
  padding-left: 30px;
}

.ts-accrodion--line .card-header .ts-btn[aria-expanded="true"] .ts-icon {
  transform: none;
  opacity: 1;
}

.ts-accrodion--line .card-body {
  color: #fafafa;
  margin: 0;
  padding: 10px 15px 10px 30px;
}

.ts-accrodion--line .card-body.in-light {
  color: #666666;
  border-left-color: rgba(46, 54, 58, 0.3);
}

.ts-accrodion--line:not(:first-of-type) {
  margin-top: 15px;
}

.bg-transparent-gray03 {
  background-color: rgba(51, 51, 51, 0.4);
}

.bg-gray03 {
  background-color: #333333;
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-gradient-01 {
  background: #00abc9;
  background: linear-gradient(to right, #00abc9, #095a73);
}

.bg--fw1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg--fw2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg--fw3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg--fw4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg--fw5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg--fw6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg--fw7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg--fw8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg--fw9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg--fb1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg--fb2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg--fb3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg--fb4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg--fb5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg--fb6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg--fb7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg--fb8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg--fb9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.hbg--facebook:hover {
  background-color: #1877f2 !important;
}

.hbg--facebookold:hover {
  background-color: #3b5998 !important;
}

.hbg--twitter:hover {
  background-color: #1da1f2 !important;
}

.hbg--youtube:hover {
  background-color: #ff0000 !important;
}

.hbg--instagram:hover {
  background-color: #f77737 !important;
}

.hbg--googleblue:hover {
  background-color: #4285f4 !important;
}

.hbg--googlered:hover {
  background-color: #ea4335 !important;
}

.hbg--googleyellow:hover {
  background-color: #fbbc05 !important;
}

.hbg--googlegreen:hover {
  background-color: #34a853 !important;
}

.hbg--pinterest:hover {
  background-color: #bd081c !important;
}

.hbg--googleplus:hover {
  background-color: #db4437 !important;
}

.hbg--linkedin:hover {
  background-color: #007bb5 !important;
}

.hbg--vimeoblue:hover {
  background-color: #1ab7ea !important;
}

.hbg--tumblr:hover {
  background-color: #2c4762 !important;
}

.hbg--snapchat:hover {
  background-color: #fffc00 !important;
}

.hbg--whatsappgreen:hover {
  background-color: #25d366 !important;
}

.hbg--whatsappteal1:hover {
  background-color: #075e54 !important;
}

.hbg--whatsappteal2:hover {
  background-color: #128c7e !important;
}

.hbg--mastodon:hover {
  background-color: #2b90d9 !important;
}

.hbg--apple:hover {
  background-color: #a6b1b7 !important;
}

.hbg--amazon:hover {
  background-color: #ff9900 !important;
}

.hbg--microsoftred:hover {
  background-color: #f35022 !important;
}

.hbg--microsoftgreen:hover {
  background-color: #80bb03 !important;
}

.hbg--microsoftblue:hover {
  background-color: #03a5f0 !important;
}

.hbg--microsoftyellow:hover {
  background-color: #ffb903 !important;
}

.hbg--periscope:hover {
  background-color: #40a4c4 !important;
}

.hbg--foursquarepink:hover {
  background-color: #f94877 !important;
}

.hbg--foursquarenavy:hover {
  background-color: #073282 !important;
}

.hbg--foursquareblue:hover {
  background-color: #2d5be3 !important;
}

.hbg--swarm:hover {
  background-color: #ffa633 !important;
}

.hbg--medium:hover {
  background-color: #02b875 !important;
}

.hbg--skypeblue:hover {
  background-color: #00aff0 !important;
}

.hbg--skypedkblue:hover {
  background-color: #0078d7 !important;
}

.hbg--android:hover {
  background-color: #a4c639 !important;
}

.hbg--stumbleupon:hover {
  background-color: #e94826 !important;
}

.hbg--flickrpink:hover {
  background-color: #f40083 !important;
}

.hbg--flickrblue:hover {
  background-color: #006add !important;
}

.hbg--yahoo:hover {
  background-color: #430297 !important;
}

.hbg--twitch:hover {
  background-color: #6441a4 !important;
}

.hbg--soundcloud:hover {
  background-color: #ff5500 !important;
}

.hbg--spotifygreen:hover {
  background-color: #1ed760 !important;
}

.hbg--spotifydarkgreen:hover {
  background-color: #1db954 !important;
}

.hbg--dribbble:hover {
  background-color: #ea4c89 !important;
}

.hbg--slackpurple:hover {
  background-color: #4a154b !important;
}

.hbg--slackblue:hover {
  background-color: #36c5f0 !important;
}

.hbg--slackgreen:hover {
  background-color: #2eb67d !important;
}

.hbg--slackred:hover {
  background-color: #e01e5a !important;
}

.hbg--slackyellow:hover {
  background-color: #ecb22e !important;
}

.hbg--reddit:hover {
  background-color: #ff5700 !important;
}

.hbg--deviantart:hover {
  background-color: #05cc47 !important;
}

.hbg--pocket:hover {
  background-color: #ee4056 !important;
}

.hbg--quora:hover {
  background-color: #aa2200 !important;
}

.hbg--quorablue:hover {
  background-color: #2b6dad !important;
}

.hbg--slideshareorange:hover {
  background-color: #e68523 !important;
}

.hbg--slideshareblue:hover {
  background-color: #00a0dc !important;
}

.hbg--fivehundredpx:hover {
  background-color: #0099e5 !important;
}

.hbg--vk:hover {
  background-color: #4a76a8 !important;
}

.hbg--listlyorange:hover {
  background-color: #df6d46 !important;
}

.hbg--listlyblue:hover {
  background-color: #52b1b3 !important;
}

.hbg--vine:hover {
  background-color: #00b489 !important;
}

.hbg--steam:hover {
  background-color: #171a21 !important;
}

.hbg--discord:hover {
  background-color: #7289da !important;
}

.hbg--telegram:hover {
  background-color: #0088cc !important;
}

.hbg--clarity:hover {
  background-color: #61bed9 !important;
}

.ts-blockquote-01 {
  border-left: 4px solid #00abc9;
  padding: 8px 30px;
}

.ts-blockquote-02 {
  margin-bottom: 0;
  text-align: center;
  font-size: 24px;
}

.ts-blockquote-02 .blockquote-footer {
  color: #e5e5e5;
}

.ts-blockquote-02.in-dark {
  color: #ffffff;
}

.ts-blockquote-02.in-light {
  color: #333333;
}

@media (max-width: 1199.98px) {
  .ts-blockquote-02 {
    font-size: 1rem;
  }
}

.ts-blog-card-widget-01 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ts-blog-card-widget-01 .ts-blog-card-cover {
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
}

.ts-blog-card-widget-01 .ts-blog-card-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.ts-blog-card-widget-01 .ts-blog-card-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 15px;
}

.ts-blog-card-widget-01 .ts-blog-card-title {
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.ts-blog-card-widget-01 .ts-blog-card-title a {
  transition: all 0.2s ease-in-out;
  color: #333333;
  text-decoration: none;
}

.ts-blog-card-widget-01 .ts-blog-card-title a:hover {
  text-decoration: underline;
  color: #333333;
}

.ts-blog-card-widget-01 .ts-blog-card-meta .time {
  font-size: 13px;
  line-height: 25px;
}

.ts-blog-card-widget-01.in-dark .ts-blog-card-title a {
  color: #ffffff;
}

.ts-blog-card-widget-01.in-dark .ts-blog-card-title a:hover {
  color: #ffffff;
}

.ts-blog-card-02 {
  position: relative;
  background: red;
}

.ts-blog-card-02:after {
  content: '';
  padding-top: 145%;
}

.ts-blog-card-02 .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  background: #fff;
}

.ts-blog-card-02 .card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 2;
  overflow: hidden;
}

.ts-blog-card-02 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear 0s;
}

.ts-blog-card-02 .card-cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear 0s;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.ts-blog-card-02 .card-footer {
  padding-left: 0;
  padding-right: 0;
}

.ts-blog-card-02 .card-title {
  font-size: 18px;
}

.ts-blog-card-02 .card-desc {
  display: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

.ts-blog-card-02:hover .card-cover .card-img {
  transform: scale(1.2);
}

.ts-blog-card-02:hover .card-cover:after {
  opacity: 1;
}

.ts-blog-card-03, .ts-blog-card-04 {
  background-color: transparent;
  border: 0;
  -ms-flex-direction: unset;
      flex-direction: unset;
}

.ts-blog-card-03 .card-cover, .ts-blog-card-04 .card-cover {
  margin: 0;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.ts-blog-card-03 .card-cover:before, .ts-blog-card-04 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 65%;
}

.ts-blog-card-03 .card-cover > .card-img, .ts-blog-card-04 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-blog-card-03 .card-cover .card-img, .ts-blog-card-04 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-blog-card-03 .card-body, .ts-blog-card-04 .card-body {
  padding: 0 0 0 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ts-blog-card-03 .card-body .title, .ts-blog-card-04 .card-body .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.ts-blog-card-03 .card-body .title a, .ts-blog-card-04 .card-body .title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.ts-blog-card-03 .card-body .title a:hover, .ts-blog-card-04 .card-body .title a:hover {
  color: #00abc9;
}

.ts-blog-card-03 .card-body .desc, .ts-blog-card-04 .card-body .desc {
  margin-bottom: 10px;
}

.ts-blog-card-03 .card-footer, .ts-blog-card-04 .card-footer {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
  font-size: 13px;
  color: #999999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ts-blog-card-03 .card-footer .catalog a, .ts-blog-card-04 .card-footer .catalog a {
  transition: all 0.2s ease-in-out;
}

.ts-blog-card-03 .card-footer .catalog a:hover, .ts-blog-card-04 .card-footer .catalog a:hover {
  color: #095a73;
}

.ts-blog-card-03 .card-footer .catalog a:not(:last-of-type):after, .ts-blog-card-04 .card-footer .catalog a:not(:last-of-type):after {
  content: ',';
  padding-right: 4px;
  color: #666666;
}

@media (max-width: 767.98px) {
  .ts-blog-card-03, .ts-blog-card-04 {
    display: block;
  }
  .ts-blog-card-03 .card-cover, .ts-blog-card-04 .card-cover {
    margin-bottom: 15px;
  }
  .ts-blog-card-03 .card-body, .ts-blog-card-04 .card-body {
    padding-left: 0;
  }
}

.ts-blog-card-04 {
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.ts-blog-card-04 .card-cover {
  position: relative;
}

.ts-blog-card-04 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.ts-blog-card-04 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-blog-card-04 .card-body {
  padding: 30px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

.ts-blog-card-04 .card-body .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.ts-blog-card-04 .card-body .title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.ts-blog-card-04 .card-body .title a:hover {
  color: #00abc9;
  text-decoration: none;
}

.ts-blog-card-04 .card-body .desc {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .ts-blog-card-04 {
    display: block;
  }
  .ts-blog-card-04 .card-cover {
    margin-bottom: 15px;
  }
  .ts-blog-card-04 .card-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ts-blog-card-05 {
  border: 0;
  -ms-flex-direction: unset;
      flex-direction: unset;
  background-color: transparent;
}

.ts-blog-card-05 .card-cover {
  border-radius: 0;
  overflow: hidden;
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  border-radius: 2px;
  position: relative;
  height: 100%;
  position: relative;
}

.ts-blog-card-05 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.ts-blog-card-05 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-blog-card-05 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-blog-card-05 .card-body {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
  background-color: transparent;
  padding: 0 30px;
  color: #666666;
}

.ts-blog-card-05 .title {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ts-blog-card-05 .title a {
  color: #333333;
  transition: all 0.2s ease-in-out;
}

.ts-blog-card-05 .title a:hover {
  color: #00abc9;
  text-decoration: none;
}

.ts-blog-card-05 .card-footer {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 16px;
}

.ts-blog-card-05 .card-footer .catalog {
  margin-right: 30px;
}

.ts-blog-card-05 .card-footer .catalog a {
  color: #00abc9;
  text-decoration: none;
}

.ts-blog-card-05 .card-footer .catalog a:not(:last-of-type):after {
  content: ',';
  padding-right: 4px;
  color: #666666;
}

.ts-blog-card-05 .card-footer .catalog a:hover {
  color: #095a73;
}

.ts-blog-card-05 .card-footer .time {
  color: #999999;
}

@media (max-width: 991.98px) {
  .ts-blog-card-05 {
    display: block;
  }
  .ts-blog-card-05 .card-body {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 30px 0 0;
  }
}

.ts-blog-card-06 {
  background-color: transparent;
}

.ts-blog-card-06 .read-more {
  color: #00abc9;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.ts-blog-card-06 .read-more:hover {
  color: #ffffff;
}

.section-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ts-breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.ts-breadcrumb .breadcrumb-item a {
  color: #666666;
}

.ts-breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #095a73;
}

.ts-breadcrumb .breadcrumb-item.active {
  color: #999999;
}

.ts-btn {
  border-radius: 2px;
}

.ts-btn:focus {
  box-shadow: none;
}

.ts-btn.btn-lg, .btn-group-lg > .ts-btn {
  font-size: 1rem;
  padding: 0.7rem 1rem;
}

.ts-btn.btn-color4 {
  color: #ffffff;
}

.ts-btn.btn-color4:hover, .ts-btn.btn-color4:focus {
  color: #ffffff;
}

.btn-ghost {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: 0;
}

.btn-ghost:hover {
  color: #ffffff;
  background-color: #000000;
}

.btn-ghost.in-light {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.btn-ghost.in-light:hover {
  background-color: #000000;
}

.btn-color1 {
  background-color: #00abc9;
  color: white;
}

.btn-color1:hover {
  background-color: #0095b0;
  color: white;
  text-decoration: none;
}

.btn-color3 {
  background-color: #095a73;
  color: white;
}

.btn-color3:hover {
  background-color: #07485b;
  color: white;
  text-decoration: none;
}

.btn-color4 {
  background-color: #2e363a;
  color: white;
}

.btn-color4:hover {
  background-color: #23292c;
  color: white;
  text-decoration: none;
}

.btn-dynamicColor {
  background-color: white;
  color: white;
}

.btn-dynamicColor:hover {
  background-color: #f2f2f2;
  color: white;
  text-decoration: none;
}

.btn-outline-color1 {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #00abc9;
  color: #00abc9;
}

.btn-outline-color1:hover {
  background-color: #00abc9;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-color3 {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #095a73;
  color: #095a73;
}

.btn-outline-color3:hover {
  background-color: #095a73;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-color4 {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #2e363a;
  color: #2e363a;
}

.btn-outline-color4:hover {
  background-color: #2e363a;
  color: #ffffff;
  text-decoration: none;
}

.btn-outline-dynamicColor {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  color: white;
}

.btn-outline-dynamicColor:hover {
  background-color: white;
  color: #ffffff;
  text-decoration: none;
}

.counter-up-01 {
  font-size: 70px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 0 30px;
  min-width: 215px;
}

.counter-up-01 .counter {
  line-height: 1;
  margin-bottom: 20px;
  color: #333333;
}

.counter-up-01 .counter:after {
  content: attr(data-content);
  font-size: 2.5rem;
}

.counter-up-01 .desc {
  font-size: 0.8125rem;
  display: block;
}

@media (max-width: 991.98px) {
  .counter-up-01 {
    min-width: auto;
    padding: 0 15px;
    font-size: 42px;
  }
}

.counter-up-02 {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
}

.counter-up-02 .counter {
  font-size: 48px;
  font-weight: 300;
  color: #333333;
}

.counter-up-02 .content {
  padding-left: 10px;
}

.counter-up-02 .content span {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
  font-size: 12px;
}

.counter-up-02 .content p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .counter-up-02 .counter {
    font-size: 36px;
  }
  .counter-up-02 .content p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .counter-up-02 .counter {
    font-size: 24px;
  }
  .counter-up-02 .content span {
    font-size: 13px;
  }
  .counter-up-02 .content p {
    font-size: 13px;
  }
}

.custom-control-label {
  cursor: pointer;
}

.ts-input--ghost {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost.placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--ghost:focus {
  background-color: #00abc9;
  color: #ffffff;
  box-shadow: none;
}

.ts-input--ghost.in-light {
  background-color: rgba(0, 0, 0, 0.7);
}

.ts-input--ghost.in-light:focus {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
}

.ts-input--ghost.in-light[readonly] {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out;
}

.ts-input--ghost.in-light[readonly]:focus {
  background-color: #000000;
}

.ts-input--ghost[readonly] {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}

.ts-input--ghost[readonly]:focus {
  background-color: #00abc9;
}

.ts-input--ghost.active {
  background-color: #00abc9;
}

.ts-input--light {
  background-color: #f8f8f8;
  border-radius: 2px;
  color: #333333;
  border: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light.placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light:-moz-placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light::-moz-placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input--light[readonly] {
  background-color: #f8f8f8;
  transition: all 0.2s ease-in-out;
}

.ts-input--light[readonly]:focus {
  background-color: #ffffff;
}

.ts-input--light.active {
  background-color: #ffffff;
}

.ts-input--light:focus {
  background-color: #ffffff;
  box-shadow: none;
}

.ts-input {
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  font-weight: 300;
  font-size: 1rem;
  border-color: rgba(0, 0, 0, 0.1);
  line-height: 32px;
}

.ts-input.placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input:-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input::-moz-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input:-ms-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 300;
  font-size: 1rem;
  line-height: 32px;
}

.ts-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: 0;
  border-color: #00abc9;
}

.call-back-form-02 {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.call-back-form-02 .item {
  width: 30%;
}

.call-back-form-02 .item.consultant-select-wrap {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.call-back-form-02 .ts-btn {
  min-width: 150px;
}

@media (max-width: 991.98px) {
  .call-back-form-02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .call-back-form-02 .item {
    width: 100%;
  }
  .call-back-form-02 .item.consultant-select-wrap {
    width: 100%;
  }
  .call-back-form-02 .ts-btn {
    width: 100%;
  }
}

.section-title-wrap {
  margin-bottom: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

.section-title-wrap .title {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.section-title-wrap a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid;
  transition: all 0.2s ease-in-out;
}

.section-title-wrap a:hover {
  color: #00abc9;
  border-color: #00abc9;
}

.section-title-wrap.center {
  -ms-flex-pack: center;
      justify-content: center;
}

.section-title-wrap.center .title {
  text-align: center;
}

.section-title-wrap.right {
  text-align: right;
}

.section-title-wrap.right .title:after {
  left: auto;
  right: 0;
}

.section-title-wrap.in-dark .title {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .section-title-wrap .title {
    font-size: 24px;
  }
}

.icon-box-01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.icon-box-01-icon {
  font-size: 1.375rem;
  margin-right: 10px;
}

.icon-box-01-content {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1;
}

.icon-box-02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.icon-box-02-icon {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  border-radius: 2px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.icon-box-02-content {
  padding-left: 15px;
}

.icon-box-02-content .title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #333333;
}

.icon-box-02-content .desc {
  color: #666666;
  margin: 0;
}

.icon-box-02.dark .icon-box-02-icon {
  background-color: transparent;
  color: #333333;
  padding: 0;
  margin-top: 0;
  font-size: 48px;
}

.icon-box-03 {
  background-color: #ffffff;
  text-align: center;
  padding: 45px 30px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.2s ease-in-out;
}

.icon-box-03-icon {
  color: #333333;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.icon-box-03-icon svg {
  width: 100px;
}

.icon-box-03-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}

.icon-box-03-content .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #333333;
}

.icon-box-03-content .desc {
  color: #666666;
  margin-bottom: auto;
}

.icon-box-03 .ts-btn {
  min-width: 120px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.icon-box-03:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.icon-box-04 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.icon-box-04 [class^='ts-box-square'] {
  font-size: 1.375rem;
  margin-right: 10px;
}

.icon-box-04-content {
  line-height: 1.3;
}

.icon-box-04-content-title {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #333333;
}

.icon-box-04.in-dark .icon-box-04-content-title {
  color: #ffffff;
}

@keyframes spin1 {
  0% {
    transform: translate(170.38757px, 322.10338px) rotate(0deg) translate(-170.38757px, -322.10338px);
  }
  100% {
    transform: translate(170.38757px, 322.10338px) rotate(-360deg) translate(-170.38757px, -322.10338px);
  }
}

@keyframes spin2 {
  0% {
    transform: translate(380.1754px, 115.01404px) rotate(0deg) translate(-380.1754px, -115.01404px);
  }
  100% {
    transform: translate(380.1754px, 115.01404px) rotate(359deg) translate(-380.1754px, -115.01404px);
  }
}

@keyframes spin3 {
  0% {
    transform: translate(384.00621px, 112.27151px) rotate(0deg) translate(-384.00621px, -112.27151px);
  }
  100% {
    transform: translate(384.00621px, 112.27151px) rotate(360deg) translate(-384.00621px, -112.27151px);
  }
}

#cogs * {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#cog1 {
  animation-fill-mode: backwards;
  transform: translate(384.00621px, 112.27151px) rotate(0deg) translate(-384.00621px, -112.27151px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #cog1 {
  animation-name: spin3;
}

#cog2 {
  animation-fill-mode: backwards;
  transform: translate(380.1754px, 115.01404px) rotate(0deg) translate(-380.1754px, -115.01404px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #cog2 {
  animation-name: spin2;
}

#cog3 {
  animation-fill-mode: backwards;
  transform: translate(170.38757px, 322.10338px) rotate(0deg) translate(-170.38757px, -322.10338px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#cog5 {
  fill: #00abc9;
}

.icon-box-03:hover #cog3 {
  animation-name: spin1;
}

@keyframes i-a-1 {
  0% {
    transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 0px);
  }
  25% {
    transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 40px);
  }
  50% {
    transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 0px);
  }
  75% {
    transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 40px);
  }
  100% {
    transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 0px);
  }
}

@keyframes i-a-2 {
  0% {
    transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 0px);
  }
  25% {
    transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 40px);
  }
  50% {
    transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 0px);
  }
  75% {
    transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 40px);
  }
  100% {
    transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 0px);
  }
}

@keyframes i-a-3 {
  0% {
    transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 0px);
  }
  25% {
    transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 40px);
  }
  50% {
    transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 0px);
  }
  75% {
    transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 40px);
  }
  100% {
    transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 0px);
  }
}

@keyframes i-a-4 {
  0% {
    transform: translate(265.68115px, 217.30939px) translate(-265.68115px, -217.30939px) translate(0px, 0px);
  }
  50% {
    transform: translate(265.68115px, 217.30939px) translate(-265.68115px, -217.30939px) translate(0px, -100px);
  }
  100% {
    transform: translate(265.68115px, 217.30939px) translate(-265.68115px, -217.30939px) translate(0px, 0px);
  }
}

@keyframes i-a-5 {
  0% {
    transform: translate(236.12589px, 200.51433px) translate(-236.12589px, -200.51433px) translate(0px, 0px);
  }
  50% {
    transform: translate(236.12589px, 200.51433px) translate(-236.12589px, -200.51433px) translate(0px, -100px);
  }
  100% {
    transform: translate(236.12589px, 200.51433px) translate(-236.12589px, -200.51433px) translate(0px, 0px);
  }
}

@keyframes i-a-6 {
  0% {
    transform: translate(229.35071px, 193.73914px) translate(-229.35071px, -193.73914px) translate(0px, 0px);
  }
  50% {
    transform: translate(229.35071px, 193.73914px) translate(-229.35071px, -193.73914px) translate(0px, -100px);
  }
  100% {
    transform: translate(229.35071px, 193.73914px) translate(-229.35071px, -193.73914px) translate(0px, 0px);
  }
}

@keyframes i-a-7 {
  0% {
    transform: translate(287.61572px, 32.58365px) translate(-287.61572px, -32.58365px) translate(0px, 0px);
  }
  50% {
    transform: translate(287.61572px, 32.58365px) translate(-287.61572px, -32.58365px) translate(0px, 162px);
  }
  100% {
    transform: translate(287.61572px, 32.58365px) translate(-287.61572px, -32.58365px) translate(0px, 0px);
  }
}

@keyframes i-a-8 {
  0% {
    transform: translate(238.80286px, 0.91511px) translate(-238.80286px, -0.91511px) translate(0px, 0px);
  }
  50% {
    transform: translate(238.80286px, 0.91511px) translate(-238.80286px, -0.91511px) translate(0px, 162px);
  }
  100% {
    transform: translate(238.80286px, 0.91511px) translate(-238.80286px, -0.91511px) translate(0px, 0px);
  }
}

@keyframes i-a-9 {
  0% {
    transform: translate(247.90585px, 10.01813px) translate(-247.90585px, -10.01813px) translate(0px, 0px);
  }
  50% {
    transform: translate(247.90585px, 10.01813px) translate(-247.90585px, -10.01813px) translate(0px, 162px);
  }
  100% {
    transform: translate(247.90585px, 10.01813px) translate(-247.90585px, -10.01813px) translate(0px, 0px);
  }
}

#invest-svg * {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#invest-svg * circle {
  fill: #00abc9;
}

#i-o-1 {
  animation-fill-mode: backwards;
  transform: translate(247.90585px, 10.01813px) translate(-247.90585px, -10.01813px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-1 {
  animation-name: i-a-9;
}

#i-o-2 {
  transform: translate(238.80286px, 0.91511px) translate(-238.80286px, -0.91511px) translate(0px, 0px);
  animation-fill-mode: backwards;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-2 {
  animation-name: i-a-8;
}

#i-o-9 {
  fill: #ffffff;
  animation-fill-mode: backwards;
  transform: translate(287.61572px, 32.58365px) translate(-287.61572px, -32.58365px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-9 {
  animation-name: i-a-7;
}

#i-o-3 {
  animation-fill-mode: backwards;
  transform: translate(229.35071px, 193.73914px) translate(-229.35071px, -193.73914px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-3 {
  animation-name: i-a-6;
}

#i-o-4 {
  animation-fill-mode: backwards;
  transform: translate(236.12589px, 200.51433px) translate(-236.12589px, -200.51433px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-4 {
  animation-name: i-a-5;
}

#i-o-5 {
  fill: #ffffff;
  animation-fill-mode: backwards;
  transform: translate(265.68115px, 217.30939px) translate(-265.68115px, -217.30939px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-5 {
  animation-name: i-a-4;
}

#i-o-6 {
  animation-fill-mode: backwards;
  transform: translate(2.49889px, 25.49074px) translate(-2.49889px, -25.49074px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-6 {
  animation-name: i-a-3;
}

#i-o-7 {
  animation-fill-mode: backwards;
  transform: translate(11.59889px, 34.59071px) translate(-11.59889px, -34.59071px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-7 {
  animation-name: i-a-2;
}

#i-o-8 {
  fill: #ffffff;
  animation-fill-mode: backwards;
  transform: translate(98.89888px, 80.19073px) translate(-98.89888px, -80.19073px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #i-o-8 {
  animation-name: i-a-1;
}

@keyframes a-a-1 {
  0% {
    opacity: 1;
  }
  5.56% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes a-a-2 {
  0% {
    opacity: 1;
  }
  5.56% {
    opacity: 0;
  }
  16.67% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes a-a-3 {
  0% {
    opacity: 1;
  }
  5.56% {
    opacity: 0;
  }
  16.67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#advisory-svg * {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#a-o-1 {
  fill: #00abc9;
}

#a-o-2 {
  animation-fill-mode: backwards;
  opacity: 1;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #a-o-2 {
  animation-name: a-a-3;
}

#a-o-3 {
  animation-fill-mode: backwards;
  opacity: 1;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #a-o-3 {
  animation-name: a-a-2;
}

#a-o-4 {
  animation-fill-mode: backwards;
  opacity: 1;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #a-o-4 {
  animation-name: a-a-1;
}

@keyframes s-a-1 {
  0% {
    transform: translate(402.28386px, 301.15699px) rotate(0deg) translate(-402.28386px, -301.15699px);
  }
  16.67% {
    transform: translate(402.28386px, 301.15699px) rotate(10deg) translate(-402.28386px, -301.15699px);
  }
  33.33% {
    transform: translate(402.28386px, 301.15699px) rotate(0deg) translate(-402.28386px, -301.15699px);
  }
  50% {
    transform: translate(402.28386px, 301.15699px) rotate(10deg) translate(-402.28386px, -301.15699px);
  }
  67.22% {
    transform: translate(402.28386px, 301.15699px) rotate(0deg) translate(-402.28386px, -301.15699px);
  }
  83.33% {
    transform: translate(402.28386px, 301.15699px) rotate(10deg) translate(-402.28386px, -301.15699px);
  }
  100% {
    transform: translate(402.28386px, 301.15699px) rotate(0deg) translate(-402.28386px, -301.15699px);
  }
}

@keyframes s-a-2 {
  0% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(0px, 0px);
  }
  16.67% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(20px, -50px);
  }
  33.33% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(0px, 0px);
  }
  50% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(20px, -50px);
  }
  67.22% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(0px, 0px);
  }
  83.33% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(20px, -50px);
  }
  100% {
    transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(0px, 0px);
  }
}

@keyframes s-a-3 {
  0% {
    transform: translate(411.44584px, 310.25699px) rotate(0deg) translate(-411.44584px, -310.25699px);
  }
  16.67% {
    transform: translate(411.44584px, 310.25699px) rotate(10deg) translate(-411.44584px, -310.25699px);
  }
  33.33% {
    transform: translate(411.44584px, 310.25699px) rotate(0deg) translate(-411.44584px, -310.25699px);
  }
  50% {
    transform: translate(411.44584px, 310.25699px) rotate(10deg) translate(-411.44584px, -310.25699px);
  }
  67.22% {
    transform: translate(411.44584px, 310.25699px) rotate(0deg) translate(-411.44584px, -310.25699px);
  }
  83.33% {
    transform: translate(411.44584px, 310.25699px) rotate(10deg) translate(-411.44584px, -310.25699px);
  }
  100% {
    transform: translate(411.44584px, 310.25699px) rotate(0deg) translate(-411.44584px, -310.25699px);
  }
}

@keyframes s-a-4 {
  0% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(0px, 0px);
  }
  16.67% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(20px, -50px);
  }
  33.33% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(0px, 0px);
  }
  50% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(20px, -50px);
  }
  67.22% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(0px, 0px);
  }
  83.33% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(20px, -50px);
  }
  100% {
    transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(0px, 0px);
  }
}

#strategy-svg {
  overflow: visible;
}

#strategy-svg * {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

#s-o-5 {
  fill: #00abc9;
}

#s-o-1 {
  animation-fill-mode: backwards;
  transform: translate(411.44584px, 310.25699px) translate(-411.44584px, -310.25699px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #s-o-1 {
  animation-name: s-a-4;
}

#s-o-2 {
  animation-fill-mode: backwards;
  transform: translate(411.44584px, 310.25699px) rotate(0deg) translate(-411.44584px, -310.25699px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #s-o-2 {
  animation-name: s-a-3;
}

#s-o-3 {
  animation-fill-mode: backwards;
  transform: translate(402.28386px, 301.15699px) translate(-402.28386px, -301.15699px) translate(0px, 0px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #s-o-3 {
  animation-name: s-a-2;
}

#s-o-4 {
  animation-fill-mode: backwards;
  transform: translate(402.28386px, 301.15699px) rotate(0deg) translate(-402.28386px, -301.15699px);
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

.icon-box-03:hover #s-o-4 {
  animation-name: s-a-1;
}

.list-style-01 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-style-01 li {
  position: relative;
  padding-left: 24px;
}

.list-style-01 li:before {
  content: '';
  font-family: "lineAwesome";
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 18px;
  line-height: inherit;
}

.list-style-01.list-circle li:before {
  content: '\f17c';
}

.list-style-01.list-square li:before {
  content: '\f17e';
}

.list-style-01.list-check li:before {
  content: '\f17b';
}

.list-style-01.color li:before {
  color: #00abc9;
}

.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none;
  outline: 0;
}

.ts-language {
  min-width: 140px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ts-language .bootstrap-select.language-select.fit-width .dropdown-toggle {
  border: 0;
  background-color: transparent;
  vertical-align: middle;
  padding-right: 0;
}

.ts-language .bootstrap-select.language-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}

.ts-language .bootstrap-select.language-select.fit-width .dropdown-toggle:focus {
  outline: 0 !important;
  box-shadow: none;
}

.ts-language .bootstrap-select.language-select.fit-width .dropdown-toggle:after {
  margin-left: 18px;
  content: '\f110';
  border: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: "lineAwesome";
  font-size: 12px;
}

.ts-language .bootstrap-select.language-select .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background-color: #00abc9;
  border: 0;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.ts-language .bootstrap-select.language-select img {
  width: 25px;
  margin-right: 5px;
}

.ts-language .bootstrap-select.language-select .dropdown-item {
  padding: 5px;
  color: #ffffff;
}

.ts-language .bootstrap-select.language-select .dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ts-language .bootstrap-select.language-select .dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ts-language.in-dark .bootstrap-select .dropdown-toggle {
  color: #ffffff;
}

.ts-language.in-dark .bootstrap-select .dropdown-item {
  color: #ffffff;
  padding: 5px;
}

.ts-language.in-dark .bootstrap-select .dropdown-item.active {
  color: #ffffff;
  background-color: #095a73;
}

.ts-language.in-dark .bootstrap-select .dropdown-item:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.consultant-select {
  min-width: 100%;
}

.consultant-select.show.bootstrap-select > .dropdown-toggle {
  background-color: #00abc9;
  color: #ffffff;
}

.consultant-select.show.bootstrap-select .dropdown-item.active {
  background-color: #00abc9;
}

.consultant-select.bootstrap-select > .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 2px;
  border: 0;
  height: 48px;
  font-weight: 300;
  padding-left: 1rem;
}

.consultant-select.bootstrap-select > .dropdown-toggle.btn-light:hover, .consultant-select.bootstrap-select > .dropdown-toggle.btn-light:focus {
  box-shadow: none;
  color: #ffffff;
  background-color: #00abc9;
}

.consultant-select.bootstrap-select > select {
  left: 0;
}

.consultant-select .filter-option-inner-inner .ts-icon {
  font-size: 22px;
  margin-right: 5px;
}

.consultant-select .dropdown-menu {
  padding: 0;
  background-color: #000000;
  border: 0;
}

.consultant-select .dropdown-menu .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
}

.consultant-select .dropdown-menu .dropdown-item .text {
  display: -ms-flexbox;
  display: flex;
  height: 38px;
}

.consultant-select .dropdown-menu .dropdown-item .ts-icon {
  font-size: 18px;
  margin-right: 5px;
}

.consultant-select .dropdown-menu .dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.consultant-select .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.consultant-select .dropdown-menu .dropdown-item:hover {
  background-color: #999999;
}

.consultant-select .dropdown-menu.show {
  min-width: 100%;
  max-width: 100%;
}

.consultant-select .option-select-team {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #ffffff;
}

.consultant-select .option-select-team .name {
  color: #ffffff;
  font-size: 13px;
  margin: 0;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.consultant-select.in-light.show.bootstrap-select > .dropdown-toggle {
  background-color: #000000;
}

.consultant-select.in-light.bootstrap-select > .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.7);
}

.consultant-select.in-dark.bootstrap-select > .dropdown-toggle {
  background-color: #f8f8f8;
  color: #333333;
}

.consultant-select.in-dark.bootstrap-select > .dropdown-toggle.btn-light:hover, .consultant-select.in-dark.bootstrap-select > .dropdown-toggle.btn-light:focus {
  box-shadow: none;
  color: #333333;
  background-color: #ffffff;
}

.consultant-select.in-dark .filter-option-inner-inner .option-select-team {
  color: #333333;
}

.consultant-select.in-dark .filter-option-inner-inner .option-select-team .name {
  color: #333333;
}

.consultant-select.in-dark .filter-option-inner-inner .ts-icon {
  font-size: 22px;
  margin-right: 5px;
}

.ts-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.overlay-gradient-03 {
  background-color: #00abc9;
}

.overlay-black-07 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-white-05 {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-black-03 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay-color3-03 {
  background-color: rgba(9, 90, 115, 0.9);
}

.overlay-color1-06 {
  background-color: rgba(0, 171, 201, 0.6);
}

.ts-pagination-01 .pagination {
  margin: 0;
}

.ts-pagination-01 .pagination .page-item {
  margin-right: 8px;
}

.ts-pagination-01 .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2e363a;
}

.ts-pagination-01 .pagination .page-item:hover .page-link {
  color: #ffffff;
  background-color: rgba(0, 171, 201, 0.9);
  border-color: rgba(0, 171, 201, 0.9);
}

.ts-pagination-01 .pagination .page-link {
  color: #2e363a;
  border-color: #2e363a;
  min-width: 40px;
  height: 40px;
  line-height: 24px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.portfolio-filter-01 {
  margin-bottom: 30px;
  width: 100%;
}

.portfolio-filter-01 a {
  display: inline-block;
  margin-left: 25px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.portfolio-filter-01 a:hover {
  text-decoration: none;
  color: #00abc9;
  opacity: 1;
}

.portfolio-filter-01 a.active {
  color: #00abc9;
}

.portfolio-filter-01:hover a {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  .portfolio-filter-01 a {
    margin: 0 5px;
    font-size: 13px;
  }
}

.ts-portfolio-01 {
  color: #ffffff;
  border: 0;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.ts-portfolio-01 .card-cover {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.ts-portfolio-01 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.ts-portfolio-01 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-01 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-portfolio-01 .card-img-overlay {
  background-color: rgba(0, 171, 201, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.ts-portfolio-01 .card-img-overlay .title {
  font-weight: 500;
  font-size: 18px;
  color: white;
  transition: all 0.4s;
  transform: translateY(-200%);
  opacity: 0;
  margin-bottom: 15px;
}

.ts-portfolio-01 .card-img-overlay .category {
  font-size: 13px;
  opacity: 0.8;
  transition: all 0.4s;
  transform: translateY(200%);
  opacity: 0;
  color: white;
}

.ts-portfolio-01 .card-img-overlay .card-divider {
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  transition: all 0.4s;
  opacity: 0;
  margin-bottom: 15px;
}

.ts-portfolio-01:hover {
  text-decoration: none;
  color: white;
}

.ts-portfolio-01:hover .card-img-overlay {
  opacity: 1;
}

.ts-portfolio-01:hover .card-img-overlay .title {
  transform: none;
  opacity: 1;
}

.ts-portfolio-01:hover .card-img-overlay .category {
  transform: none;
  opacity: 1;
}

.ts-portfolio-01:hover .card-img-overlay .card-divider {
  width: 50px;
  opacity: 1;
}

.ts-portfolio-01.padding {
  margin: 0 15px;
  margin-bottom: 30px;
}

.ts-portfolio-01.w1-h1 .card-cover {
  position: relative;
}

.ts-portfolio-01.w1-h1 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.ts-portfolio-01.w1-h1 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-01.w1-h2 .card-cover {
  position: relative;
}

.ts-portfolio-01.w1-h2 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 200%;
}

.ts-portfolio-01.w1-h2 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-01.w2-h1 .card-cover {
  position: relative;
}

.ts-portfolio-01.w2-h1 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 47.36842%;
}

.ts-portfolio-01.w2-h1 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-01.w2-h2 .card-cover {
  position: relative;
}

.ts-portfolio-01.w2-h2 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.ts-portfolio-01.w2-h2 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .ts-portfolio-01 .card-img-overlay {
    height: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: auto;
    opacity: 1;
    text-align: left;
    padding: 10px 15px;
    background-color: #2e363a;
    display: block;
  }
  .ts-portfolio-01 .card-img-overlay .title {
    font-size: 1rem;
    opacity: 1;
    margin-bottom: 5px;
    transform: none;
  }
  .ts-portfolio-01 .card-img-overlay .category {
    font-size: 13px;
    width: 100%;
    opacity: 1;
    font-size: 13px;
    transform: none;
  }
  .ts-portfolio-01 .card-img-overlay .card-divider {
    display: none;
  }
  .ts-portfolio-01:hover .card-img-overlay .title,
  .ts-portfolio-01:hover .card-img-overlay .category {
    transform: none;
  }
}

.ts-portfolio-02 {
  border: 0;
}

.ts-portfolio-02 .card-cover {
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.ts-portfolio-02 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.ts-portfolio-02 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-02 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-portfolio-02 .card-body {
  padding: 15px 0;
}

.ts-portfolio-02 .card-body .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.ts-portfolio-02 .card-body .title a {
  color: #333333;
}

.ts-portfolio-02 .card-body .category {
  font-size: 15px;
}

.ts-portfolio-02 .card-body a:hover {
  color: #00abc9;
  text-decoration: none;
}

.ts-portfolio-03, .ts-blog-card-06 {
  border: 0;
  -ms-flex-direction: unset;
      flex-direction: unset;
  background-color: transparent;
}

.ts-portfolio-03 .card-cover, .ts-blog-card-06 .card-cover {
  border-radius: 0;
  overflow: hidden;
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  border-radius: 2px;
  position: relative;
  height: 100%;
  position: relative;
}

.ts-portfolio-03 .card-cover:before, .ts-blog-card-06 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.ts-portfolio-03 .card-cover > .card-img, .ts-blog-card-06 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-portfolio-03 .card-cover .card-img, .ts-blog-card-06 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-portfolio-03 .card-body, .ts-blog-card-06 .card-body {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
  background-color: transparent;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
}

.ts-portfolio-03 .card-body-inner, .ts-blog-card-06 .card-body-inner {
  padding: 30px 30px 50px;
  background-color: #2e363a;
  -ms-flex: 0 0 calc(100% + 100px);
      flex: 0 0 calc(100% + 100px);
  transform: translateX(-100px);
  height: 100%;
  border-radius: 2px;
  position: relative;
}

.ts-portfolio-03 .card-body .title, .ts-blog-card-06 .card-body .title {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.ts-portfolio-03 .card-body .title a, .ts-blog-card-06 .card-body .title a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.ts-portfolio-03 .card-body .title a:hover, .ts-blog-card-06 .card-body .title a:hover {
  color: #00abc9;
}

.ts-portfolio-03 .card-body .meta, .ts-blog-card-06 .card-body .meta {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px 15px;
}

.ts-portfolio-03 .card-body .meta span, .ts-blog-card-06 .card-body .meta span,
.ts-portfolio-03 .card-body .meta a,
.ts-blog-card-06 .card-body .meta a {
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.ts-portfolio-03 .card-body .category, .ts-blog-card-06 .card-body .category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-portfolio-03 .card-body .category a:not(:last-of-type):after, .ts-blog-card-06 .card-body .category a:not(:last-of-type):after {
  content: ',';
  padding-right: 4px;
}

.ts-portfolio-03 .card-body .category a:hover, .ts-blog-card-06 .card-body .category a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .ts-portfolio-03, .ts-blog-card-06 {
    display: block;
  }
  .ts-portfolio-03 .card-body, .ts-blog-card-06 .card-body {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .ts-portfolio-03 .card-body-inner, .ts-blog-card-06 .card-body-inner {
    transform: none;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.product-item {
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.product-item figure {
  margin: 0;
}

.product-item figure img {
  width: 100%;
}

.product-item .product-detail {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
}

.product-item .product-detail .left {
  padding: 12px 10px 12px 25px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.product-item .product-detail .right a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 84px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  color: #333333;
  height: 100%;
}

.product-item .product-detail .right .ts-icon {
  font-size: 24px;
}

.product-item .product-detail .right:hover a {
  background-color: #00abc9;
  border-left-color: #00abc9;
  text-decoration: none;
  color: #ffffff;
}

.product-item .product-detail .price {
  font-size: 13px;
  color: #999999;
}

.product-item .product-detail h3 {
  margin-bottom: 5px;
}

.product-item .product-detail h3 a {
  color: #333333;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

.product-item .product-detail h3 a:hover {
  color: #00abc9;
  text-decoration: none;
}

.ts-product-card-widget {
  -ms-flex-direction: unset;
      flex-direction: unset;
  border: 0;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ts-product-card-widget .card-cover {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  height: 60px;
}

.ts-product-card-widget .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.ts-product-card-widget .card-body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 0 0 15px;
}

.ts-product-card-widget .product-title {
  font-weight: 600;
  margin: -4px 0 5px 0;
  line-height: 1;
}

.ts-product-card-widget .product-title a {
  color: #333333;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  text-decoration: none;
}

.ts-product-card-widget .product-title a:hover {
  color: #00abc9;
}

.ts-product-card-widget .product-amount {
  color: #999999;
  font-size: 13px;
  line-height: 1;
}

.ts-product-card-03 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 13px;
}

.ts-product-card-03 a {
  text-decoration: none;
}

.ts-product-card-03 .card-cover {
  -ms-flex: 0 0 90px;
      flex: 0 0 90px;
}

.ts-product-card-03 .card-cover .card-img {
  border-radius: 2px;
}

.ts-product-card-03 .card-body {
  padding: 0 0 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ts-product-card-03 .card-body .card-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
}

.ts-product-card-03 .card-body .card-title a {
  color: #333333;
  transition: all 0.2s ease-in-out;
}

.ts-product-card-03 .card-body .card-title a:hover {
  color: #00abc9;
}

.ts-product-card-03 .actions {
  -ms-flex: 0 0 16px;
      flex: 0 0 16px;
}

.ts-product-card-03 .actions .remove {
  color: #999999;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}

.ts-product-card-03 .actions .remove:hover {
  color: #f44336;
}

.rating-list-01 {
  color: #ffeb3b;
  line-height: 1;
}

.rating-list-01 .disabled {
  color: #999999;
}

.ts-services-card-01 {
  border: 0;
  background-color: transparent;
}

.ts-services-card-01 .card-cover {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.ts-services-card-01 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.ts-services-card-01 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-services-card-01 .card-cover .card-img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.ts-services-card-01 .card-body {
  padding: 0;
}

.ts-services-card-01 .card-body .services-title {
  font-size: 18px;
  color: #333333;
}

.ts-services-card-01 .card-body .services-desc {
  color: rgba(0, 0, 0, 0.6);
}

.social-list-01 {
  font-size: 18px;
}

.social-list-01 a {
  transition: all 0.2s ease-in-out;
  color: #00abc9;
}

.social-list-01 a:not(:last-of-type) {
  margin-right: 18px;
}

.social-list-01.in-dark a {
  color: #ffffff;
}

.social-list-01.in-dark a:hover {
  color: #00abc9;
}

.social-list-01.in-light a {
  color: #333333;
}

.social-list-01.in-light a:hover {
  color: #00abc9;
}

.social-list-02 {
  font-size: 18px;
  text-align: left;
}

.social-list-02 a {
  transition: all 0.2s ease-in-out;
  color: #00abc9;
  display: block;
  line-height: 1;
}

.social-list-02 a:after {
  content: attr(data-title);
  display: inline-block;
  color: inherit;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  padding-left: 8px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px);
}

.social-list-02 a:hover {
  text-decoration: none;
  color: #ffffff;
}

.social-list-02 a:hover:after {
  opacity: 1;
}

.social-list-02 a:not(:last-of-type) {
  margin-bottom: 14px;
}

.social-list-02.in-dark a {
  color: #ffffff;
}

.social-list-02.in-dark a:hover {
  color: #ffffff;
}

.social-list-02.in-light a {
  color: #000000;
}

.social-list-02.in-light a:hover {
  color: #000000;
}

.social-list-03 a,
.social-list-04 a {
  margin: 0 6px;
}

.social-list-03 a:first-of-type,
.social-list-04 a:first-of-type {
  margin-left: 0;
}

.social-list-03 a:last-of-type,
.social-list-04 a:last-of-type {
  margin-right: 0;
}

.social-list-05 a {
  margin: 0 5px;
}

.social-list-05 a:first-of-type {
  margin-left: 0;
}

.social-list-05 a:last-of-type {
  margin-right: 0;
}

.social-list a:hover {
  text-decoration: none;
}

.square {
  display: inline-block;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
}

.square.in-dark {
  color: #ffffff;
}

.square.in-dark:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00abc9;
}

.ts-nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.ts-nav-tabs .nav-link {
  padding: 11px 25px;
  background-color: #f8f8f8;
  border-radius: 0;
  color: #333333;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.ts-nav-tabs .nav-link.active {
  background-color: #00abc9;
  color: #ffffff;
  border-color: #00abc9;
}

.ts-nav-tabs .nav-link.active:hover {
  background-color: #00abc9;
  color: #ffffff;
  border-color: #00abc9;
}

.ts-nav-tabs .nav-link:hover {
  background-color: #e5e5e5;
  color: #333333;
}

.ts-nav-tabs-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.ts-nav-tabs-icon g {
  fill: #00abc9;
}

.ts-tab-content {
  padding: 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}

@media (max-width: 1199.98px) {
  .ts-tab-content {
    padding: 15px;
  }
}

.ts-team-card-01, .ts-team-card-05 {
  -ms-flex-direction: unset;
      flex-direction: unset;
  border: 0;
  border-radius: 0;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent;
}

.ts-team-card-01 .card-cover, .ts-team-card-05 .card-cover {
  border-radius: 0;
  overflow: hidden;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  position: relative;
}

.ts-team-card-01 .card-cover:before, .ts-team-card-05 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.ts-team-card-01 .card-cover > .card-img, .ts-team-card-05 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-team-card-01 .card-cover .card-img, .ts-team-card-05 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-team-card-01 .card-body, .ts-team-card-05 .card-body {
  padding: 15px;
}

.ts-team-card-01 .team-card-name, .ts-team-card-05 .team-card-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.ts-team-card-01 .team-card-title, .ts-team-card-05 .team-card-title {
  margin-bottom: 8px;
}

.ts-team-card-01 .team-card-desc, .ts-team-card-05 .team-card-desc {
  margin: 0;
}

.ts-team-card-01 .social-list-01, .ts-team-card-05 .social-list-01 {
  margin-bottom: 18px;
}

.ts-team-card-01.in-dark, .in-dark.ts-team-card-05 {
  color: #ffffff;
  background-color: #333333;
}

.ts-team-card-01.in-dark a, .in-dark.ts-team-card-05 a,
.ts-team-card-01.in-dark .team-card-name,
.in-dark.ts-team-card-05 .team-card-name,
.ts-team-card-01.in-dark .team-card-title,
.in-dark.ts-team-card-05 .team-card-title {
  color: #ffffff;
}

.ts-team-card-02 {
  border-radius: 0;
  border: 0;
}

.ts-team-card-02 .card-cover {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.ts-team-card-02 .card-cover .card-img {
  border-radius: 0;
}

.ts-team-card-02 .ts-overlay {
  padding: 28px 30px;
  transition: all 0.3s;
}

.ts-team-card-02 .team-card-name {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

.ts-team-card-02 .team-card-title {
  margin-bottom: 0;
  font-size: 13px;
  color: #999999;
}

.ts-team-card-02:hover .ts-overlay {
  opacity: 1;
}

.ts-team-card-02.in-dark {
  color: #ffffff;
  background-color: #333333;
}

.ts-team-card-02.in-dark a,
.ts-team-card-02.in-dark .team-card-name,
.ts-team-card-02.in-dark .team-card-title {
  color: #ffffff;
}

.ts-team-card-03 {
  border: 0;
  border-radius: 0;
  -ms-flex-align: center;
      align-items: center;
}

.ts-team-card-03 .card-cover {
  border-radius: 0;
  width: 100%;
  position: relative;
}

.ts-team-card-03 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.ts-team-card-03 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-team-card-03 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-team-card-03 .card-body {
  padding: 15px;
}

.ts-team-card-03 .team-card-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.ts-team-card-03 .team-card-title {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.3);
}

.ts-team-card-03 .team-card-desc {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.ts-team-card-03 .social-list-01 {
  margin-top: 10px;
  text-align: right;
  font-size: 22px;
}

.ts-team-card-03.in-dark {
  color: #ffffff;
  background-color: #333333;
}

.ts-team-card-03.in-dark a,
.ts-team-card-03.in-dark .team-card-name,
.ts-team-card-03.in-dark .team-card-title {
  color: #ffffff;
}

.ts-team-card-04 {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
}

.ts-team-card-04 .card-cover {
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
}

.ts-team-card-04 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.ts-team-card-04 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-team-card-04 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ts-team-card-04 .card-body {
  padding: 15px;
}

.ts-team-card-04 .team-card-name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
}

.ts-team-card-04 .team-card-title {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.3);
}

.ts-team-card-04 .social-list-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 171, 201, 0.8);
  font-size: 22px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.ts-team-card-04:hover .social-list-01 {
  opacity: 1;
}

.ts-team-card-04.in-dark {
  color: #ffffff;
  background-color: #333333;
}

.ts-team-card-04.in-dark a,
.ts-team-card-04.in-dark .team-card-name,
.ts-team-card-04.in-dark .team-card-title {
  color: #ffffff;
}

.ts-team-card-05 {
  background-color: transparent;
  -ms-flex-align: unset;
      align-items: unset;
}

.ts-team-card-05 .card-cover {
  -ms-flex: 0 0 150px;
      flex: 0 0 150px;
  border-radius: 2px;
  position: relative;
}

.ts-team-card-05 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 150%;
}

.ts-team-card-05 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-team-card-05 .card-body {
  position: relative;
  padding-top: 0;
  padding-bottom: 40px;
}

.ts-team-card-05 .team-card-desc {
  color: #666666;
}

.ts-team-card-05 .social-list-01 {
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 5px;
  margin: 0;
}

.ts-team-card-05 .team-card-name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}

.ts-team-card-05 .team-card-title {
  color: #666666;
  margin-bottom: 0;
}

.ts-team-card-05 .team-card-phone {
  margin-bottom: 10px;
}

.ts-team-card-05 .team-card-phone a {
  color: #666666;
}

.ts-team-card-05 .team-card-phone .ts-icon {
  display: none;
}

.ts-team-card-05 .team-card-phone a {
  transition: all 0.2s ease-in-out;
}

.ts-team-card-05 .team-card-phone a:hover {
  color: #00abc9;
}

.ts-team-card-05 .social-list-01 {
  padding-bottom: 0;
}

.ts-team-card-05 a:hover {
  text-decoration: none;
}

@media (max-width: 414px) {
  .ts-team-card-05 {
    display: block;
  }
  .ts-team-card-05 .card-cover {
    display: block;
    margin-bottom: 30px;
    position: relative;
  }
  .ts-team-card-05 .card-cover:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 120%;
  }
  .ts-team-card-05 .card-cover > .card-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .ts-team-card-05 .card-cover .card-img {
    -o-object-position: top center;
       object-position: top center;
  }
  .ts-team-card-05 .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  .ts-team-card-05 .social-list-01 {
    padding: 0;
  }
}

.ts-team-card-06 {
  border: 0;
  -ms-flex-direction: unset;
      flex-direction: unset;
  background-color: transparent;
}

.ts-team-card-06 .card-cover {
  border-radius: 0;
  overflow: hidden;
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  border-radius: 2px;
  position: relative;
  height: 100%;
  position: relative;
}

.ts-team-card-06 .card-cover:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 130%;
}

.ts-team-card-06 .card-cover > .card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-team-card-06 .card-cover .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -o-object-position: top;
     object-position: top;
}

.ts-team-card-06 .card-body {
  -ms-flex: 0 0 70%;
      flex: 0 0 70%;
  width: 70%;
  max-width: 70%;
  background-color: transparent;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  color: #ffffff;
  padding: 30px 0;
}

.ts-team-card-06 .card-body-inner {
  padding: 30px 30px 50px;
  background-color: #2e363a;
  -ms-flex: 0 0 calc(100% + 60px);
      flex: 0 0 calc(100% + 60px);
  transform: translateX(-60px);
  border-radius: 2px;
  position: relative;
}

.ts-team-card-06 .card-body .title {
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #ffffff;
}

.ts-team-card-06 .card-body .team-card-phone a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-in-out;
}

.ts-team-card-06 .card-body .team-card-phone a:hover {
  color: #00abc9;
}

.ts-team-card-06 .card-body .meta {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 30px 15px;
}

.ts-team-card-06 .card-body .meta span,
.ts-team-card-06 .card-body .meta a {
  font-size: 13px;
  text-transform: uppercase;
}

.ts-team-card-06 .card-body .meta .social a {
  font-size: 16px;
}

.ts-team-card-06 .card-body .category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-team-card-06 .card-body a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .ts-team-card-06 .card-cover {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    height: auto;
  }
  .ts-team-card-06 .card-body {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    -ms-flex-align: unset;
        align-items: unset;
    padding: 0;
  }
  .ts-team-card-06 .card-body-inner {
    padding: 15px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    transform: none;
    font-size: 13px;
  }
  .ts-team-card-06 .card-body .meta {
    position: static;
    padding: 0;
  }
  .ts-team-card-06 .card-body .meta span,
  .ts-team-card-06 .card-body .meta a {
    font-size: 13px;
  }
  .ts-team-card-06 .card-body .meta .social a {
    font-size: 13px;
  }
}

.ts-testimonial-01 {
  border-radius: 2px;
}

.ts-testimonial-01 .testimonial-content .desc {
  position: relative;
  padding: 10px 0 10px 50px;
  font-style: italic;
}

.ts-testimonial-01 .testimonial-content .desc:before {
  content: '\f2cd';
  font-family: "lineAwesome";
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 13px;
  color: rgba(9, 90, 115, 0.5);
}

.ts-testimonial-01 .testimonial-content .desc:after {
  content: '\f2ce';
  font-family: "lineAwesome";
  line-height: 0;
  font-size: 30px;
  position: relative;
  bottom: -10px;
  margin-left: 5px;
  color: rgba(9, 90, 115, 0.5);
}

.ts-testimonial-01 .testimonial-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-testimonial-01 .testimonial-avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}

.ts-testimonial-01 .testimonial-avatar:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.ts-testimonial-01 .testimonial-avatar > .img-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ts-testimonial-01 .testimonial-avatar .img-card {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.ts-testimonial-01 .testimonial-detail .name {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1rem;
}

.ts-testimonial-01 .testimonial-detail .title {
  font-size: 13px;
}

.ts-testimonial-01 .testimonial-meta {
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-top: 10px;
}

.ts-testimonial-01 .testimonial-meta-name {
  font-size: 18px;
  padding-right: 30px;
}

.ts-testimonial-card-02 {
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
}

.ts-testimonial-card-02 .testimonial-card-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.ts-testimonial-card-02 .testimonial-card-header:after {
  content: '\f2cd';
  font-family: "lineAwesome";
  color: #dae6f0;
  font-size: 58px;
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 1;
  opacity: 0.5;
}

.ts-testimonial-card-02 .testimonial-card-cover-wrap {
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ts-testimonial-card-02 .testimonial-card-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 18px;
}

.ts-testimonial-card-02 .testimonial-card-name {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.2s ease-in-out;
}

.ts-testimonial-card-02 .testimonial-card-title {
  font-size: 15px;
  line-height: 25px;
  color: #cccccc;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.ts-testimonial-card-02 .testimonial-card-content {
  position: relative;
}

.ts-testimonial-card-02 .testimonial-card-footer {
  position: relative;
}

.ts-testimonial-card-02 .testimonial-card-desc {
  font-size: 15px;
  line-height: 25px;
  color: #999999;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.ts-testimonial-card-02:hover {
  color: #ffffff;
}

.ts-testimonial-card-02:hover .testimonial-card-name {
  color: #333333;
}

.ts-testimonial-card-02:hover .testimonial-card-title {
  color: #333333;
}

.ts-testimonial-card-02:hover .testimonial-card-desc {
  color: #333333;
}

.ts-testimonial-card-02:hover .ts-overlay {
  opacity: 1;
}

.ts-testimonial-card-02.in-dark {
  background-color: #000000;
  color: #ffffff;
}

.ts-testimonial-card-02.in-dark .testimonial-card-name {
  color: #ffffff;
}

.ts-testimonial-card-02.in-dark .testimonial-card-title {
  color: #e5e5e5;
}

.ts-testimonial-card-02.in-dark .testimonial-card-desc {
  color: #ffffff;
}

.ts-testimonial-card-03 .testimonial-card-name {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 0;
}

.ts-testimonial-card-03 .testimonial-card-title {
  font-size: 15px;
  line-height: 25px;
  color: #cccccc;
  margin-bottom: 4px;
}

.ts-testimonial-card-03 .testimonial-card-rating {
  margin-bottom: 20px;
}

.ts-testimonial-card-03 .testimonial-card-desc {
  font-size: 15px;
  line-height: 25px;
  color: #999999;
  margin-bottom: 0;
}

.ts-testimonial-card-03.in-dark {
  color: #ffffff;
}

.ts-testimonial-card-03.in-dark .testimonial-card-name {
  color: #ffffff;
}

.ts-testimonial-card-03.in-dark .testimonial-card-title {
  color: #e5e5e5;
}

.ts-testimonial-card-03.in-dark .testimonial-card-desc {
  color: #ffffff;
}

.widget {
  margin-bottom: 45px;
}

.widget-text.company-info .footer-logo {
  width: 190px;
  margin-bottom: 34px;
  display: block;
}

.widget-text.company-info .we-info-icon-text {
  margin-bottom: 10px;
}

.widget-text.company-info a {
  color: #ffffff;
}

.widget-text.company-info a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 24px;
}

.widget-title-01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.widget-title-01:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #00abc9;
}

.widget-title-01.in-dark:after {
  background: #ffffff;
}

.widget-title-02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}

.widget-latest-news ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.widget-latest-news ul li {
  display: block;
}

.widget-latest-news ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.widget-quick-links-3-cols ul, .widget-quick-links-2-cols ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: square;
  display: inline-block;
  width: 100%;
}

.widget-quick-links-3-cols ul li, .widget-quick-links-2-cols ul li {
  float: left;
  width: 33.333%;
  margin-bottom: 20px;
}

.widget-quick-links-3-cols.in-dark a, .in-dark.widget-quick-links-2-cols a {
  color: #ffffff;
}

.widget-quick-links-3-cols.in-light a, .in-light.widget-quick-links-2-cols a {
  color: #333333;
}

.widget-quick-links-2-cols ul li {
  width: 50%;
}

.widget-opening-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-opening-hours ul li {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px dashed #e5e5e5;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
}

.widget-opening-hours ul li span:nth-of-type(2) {
  max-width: 60%;
}

.widget-opening-hours ul li:first-of-type {
  padding-top: 0;
}

.widget-opening-hours.in-light {
  color: #333333;
}

.widget-instagram ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.widget-instagram ul li {
  width: calc((100% - 30px) / 4);
  height: 0;
  margin-bottom: 10px;
  padding-top: calc((100% - 30px) / 4);
  position: relative;
}

.widget-instagram ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.widget-instagram ul li img:hover {
  opacity: 0.8;
}

.widget-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-footer-links ul li {
  display: inline-block;
  margin: 0 12px;
}

.widget-footer-links ul li:first-of-type {
  margin-left: 0;
}

.widget-footer-links ul li:last-of-type {
  margin-right: 0;
}

.widget-footer-links ul li a {
  transition: all 0.2s ease-in-out;
}

.widget-footer-links ul li a:hover {
  text-decoration: none;
}

.widget-footer-links.in-dark ul li a:hover {
  color: #ffffff;
}

.widget-catalog ul, .widget-archive ul, .widget-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-catalog ul li, .widget-archive ul li, .widget-meta ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  color: #999999;
  transition: all 0.3s ease-in-out;
}

.widget-catalog ul li:before, .widget-archive ul li:before, .widget-meta ul li:before {
  content: '\f112';
  font-family: "lineAwesome";
  font-size: 13px;
  margin-right: 5px;
}

.widget-catalog ul li a, .widget-archive ul li a, .widget-meta ul li a {
  color: #333333;
  transition: all 0.2s ease-in-out;
  margin-right: auto;
}

.widget-catalog ul li:hover, .widget-archive ul li:hover, .widget-meta ul li:hover {
  padding-left: 10px;
}

.widget-catalog ul li:hover a, .widget-archive ul li:hover a, .widget-meta ul li:hover a {
  text-decoration: none;
  color: #00abc9;
}

.widget-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-tags ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
  margin-bottom: 7px;
}

.widget-tags ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999999;
  transition: all 0.2s ease-in-out;
}

.widget-tags ul li a:hover {
  background-color: #00abc9;
  border-color: #00abc9;
  color: #ffffff;
  text-decoration: none;
}

.widget-services .widget-title {
  background-color: #00abc9;
  color: #ffffff;
  padding: 14px 10px;
  margin-bottom: 15px;
}

.widget-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f8f8f8;
}

.widget-services ul li {
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.widget-services ul li a {
  transition: all .3s ease-in-out;
  padding: 12px 20px;
  display: block;
  color: #333333;
}

.widget-services ul li a:hover {
  background-color: #e5e5e5;
  color: #333333;
  text-decoration: none;
}

.widget-services ul li.active a {
  border-left: 4px solid #00abc9;
}

.comments-title {
  font-size: 20px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment > .children {
  margin-left: 80px;
  margin-bottom: 30px;
  padding: 40px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-body {
  display: -ms-flexbox;
  display: flex;
}

.comment-author {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-author .avatar {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.comment-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 20px;
}

.comment-content a {
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-size: 13px;
}

.comment-content a:hover {
  text-decoration: none;
  color: #095a73;
}

.comment-content .reply {
  display: inline-block;
  margin-left: 30px;
  color: #00abc9;
}

.comment-content cite {
  font-style: normal;
  color: #999999;
}

.comment-content cite a {
  color: #00abc9;
}

.comment-content .comment-date {
  color: #999999;
}

.comment-reply-title {
  font-size: 20px;
}

.comment-form .ts-btn {
  min-width: 150px;
}

.control {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
  transform: translateX(-100%);
  z-index: 9999;
  color: #333333;
  background-color: #ffffff;
  border-right: 1px solid #f8f8f8;
}

.control-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0;
}

.control .result-color {
  color: #333333;
}

.control h3 {
  color: #333333;
}

.control .list-color-pattern {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.control .list-color-pattern li {
  display: inline-block;
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  height: 50px;
  margin-bottom: 5px;
}

.control .btn-open {
  position: absolute;
  left: 100%;
  top: 200px;
  color: #ffffff;
}

.control .button-toggle {
  display: inline-block;
  background: #bbbbbb;
  border-radius: 3px;
  height: 48px;
  padding: 4px;
  width: 101px;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22);
}

.control .button-toggle .handle {
  position: absolute;
  left: 4px;
  right: auto;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

.control .toggler {
  display: none;
}

.control .toggler:checked + .button-toggle {
  background: #f07464;
}

.control .toggler:checked + .button-toggle .handle {
  left: 57px;
}

.control.open {
  transform: none;
}

.sp-container {
  width: 100%;
  border: 0;
  border-radius: 2px;
  background-color: #f8f8f8;
}

.sp-container .sp-picker-container {
  min-width: 100%;
  box-sizing: border-box;
}

.footer-01 {
  position: relative;
  background-color: #2e363a;
}

.footer-01.in-dark {
  color: #ffffff;
}

.footer-02 .footer-inner, .footer-06 .footer-inner {
  position: relative;
  z-index: 1;
  margin-left: -25px;
  margin-right: -25px;
}

.footer-02 .footer-bottom, .footer-06 .footer-bottom {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #333333;
  padding-top: 30px;
  padding-bottom: 78px;
}

.footer-02 .footer-bottom-left, .footer-06 .footer-bottom-left {
  display: -ms-flexbox;
  display: flex;
}

.footer-02 .footer-bottom-left .widget-text, .footer-06 .footer-bottom-left .widget-text {
  margin-right: 40px;
}

.footer-02 .footer-bottom-right, .footer-06 .footer-bottom-right {
  width: 100%;
  max-width: 476px;
}

.footer-02.in-light, .in-light.footer-06 {
  color: #333333;
}

@media (max-width: 991.98px) {
  .footer-02 .footer-inner, .footer-06 .footer-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 0 30px;
  }
}

.footer-03 {
  background-color: #3e3e3e;
}

.footer-03 .footer-inner {
  padding: 90px 0 60px;
}

.footer-03.in-dark {
  color: #ffffff;
}

.footer-06 {
  background: #3e3e3e;
  color: #ffffff;
}

.copyright-01 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: url("../images/about-us-02-demo.fa64fc69dcde.jpeg");
  background-size: cover;
  padding: 12px 0;
}

.copyright-01 .ts-overlay {
  opacity: 0.9;
}

.copyright-01 .copyright-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.copyright-01 .copyright-left p {
  margin: 0;
}

.copyright-01 .copyright-left a {
  color: #ffffff;
}

.copyright-01 .copyright-right a:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .copyright-01 .copyright-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.copyright-02 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #2e363a;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-02 .copyright-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.copyright-02 .copyright-left p {
  margin: 0;
}

.copyright-02 .copyright-left a {
  color: #ffffff;
}

.copyright-03 {
  background-color: #333333;
  color: #333333;
  padding: 27px 0;
}

.copyright-03 .copyright-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.copyright-03 .copyright-left {
  margin-right: auto;
}

.copyright-03 .copyright-left p {
  margin: 0;
}

.copyright-03 .copyright-left a {
  color: #ffffff;
}

.copyright-03 .copyright-right {
  margin-left: auto;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[4];
      grid-template-rows: repeat(4, 1fr);
}

.grid .item .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.grid .item figcaption {
  display: none;
}

.grid .item:nth-child(1) {
  grid-area: col1;
}

.grid .item:nth-child(2) {
  grid-area: col2;
}

.grid .item:nth-child(3) {
  grid-area: col3;
}

.grid .item:nth-child(4) {
  grid-area: col4;
}

.grid-01 {
  grid-template-areas: 'col1 col1 col2 col2' 'col1 col1 col2 col2' 'col1 col1 col3 col3' 'col1 col1 col3 col3';
}

.grid-02 {
  grid-template-areas: 'col1 col1 col1 col1' 'col1 col1 col1 col1' 'col2 col2 col3 col3' 'col2 col2 col3 col3';
}

.grid-03 {
  grid-template-areas: 'col1 col1 col3 col3' 'col1 col1 col3 col3' 'col2 col2 col3 col3' 'col2 col2 col3 col3';
}

.grid-04 {
  grid-template-areas: 'col1 col1 col2 col3' 'col1 col1 col2 col3' 'col1 col1 col2 col3' 'col1 col1 col2 col3';
}

.ts-main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ts-main-menu a:hover {
  text-decoration: none;
  color: #00abc9;
}

.ts-main-menu > ul > li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.ts-main-menu > ul > li > a {
  line-height: 1;
  color: #333333;
  padding: 18px 17px;
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s ease-in-out;
}

.ts-main-menu > ul > li > a .ts-icon {
  padding-left: 3px;
  font-size: 12px;
  vertical-align: top;
}

.ts-main-menu > ul > li:first-child > a {
  padding-left: 0;
}

.ts-main-menu > ul > li:last-child > a {
  padding-right: 0;
}

.ts-main-menu > ul > li:last-child > ul,
.ts-main-menu > ul > li:nth-last-child(2) > ul {
  right: 0;
  left: auto;
}

.ts-main-menu > ul > li:last-child > ul ul,
.ts-main-menu > ul > li:nth-last-child(2) > ul ul {
  right: 120%;
  left: auto;
  transition-property: opacity, right;
  transition-duration: 0.3s;
}

.ts-main-menu > ul > li:last-child > ul li:hover > ul,
.ts-main-menu > ul > li:nth-last-child(2) > ul li:hover > ul {
  right: 100%;
  left: auto;
}

.ts-main-menu > ul > li > ul {
  opacity: 0;
  top: 150%;
  left: 0;
  transition-property: opacity, top;
  transition-duration: 0.3s;
}

.ts-main-menu > ul > li > ul ul {
  top: 0;
  left: 110%;
  transition-property: opacity, left;
  transition-duration: 0.3s;
}

.ts-main-menu > ul > li > ul li {
  position: relative;
}

.ts-main-menu > ul > li > ul li a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 20px;
  width: 100%;
}

.ts-main-menu > ul > li > ul li:hover > ul {
  opacity: 1;
  transform: scale(1);
  left: 100%;
}

.ts-main-menu > ul > li:hover > ul {
  opacity: 1;
  transform: scale(1);
  top: 100%;
}

.ts-main-menu > ul ul {
  opacity: 0;
  transform: scale(0);
  height: auto;
  min-width: 270px;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.ts-main-menu.in-light a:hover {
  text-decoration: none;
}

.ts-main-menu.in-light > ul > li > a {
  color: #333333;
}

.ts-main-menu.in-light > ul > li > ul li a {
  color: #333333;
}

.ts-main-menu.in-light > ul > li > ul li a:hover {
  background-color: #00abc9;
  color: #ffffff;
}

.ts-main-menu.in-light > ul > li:hover > a {
  color: #00abc9;
}

.ts-main-menu.in-dark a:hover {
  text-decoration: none;
}

.ts-main-menu.in-dark > ul > li > a {
  color: #ffffff;
}

.ts-main-menu.in-dark > ul > li > ul {
  background-color: #095a73;
}

.ts-main-menu.in-dark > ul > li > ul li a {
  color: #ffffff;
}

.ts-main-menu.in-dark > ul > li > ul li a:hover {
  background-color: #00abc9;
  color: #ffffff;
}

.ts-main-menu.in-dark > ul > li:hover > a {
  color: #00abc9;
}

.ts-main-menu.in-transparent a {
  color: #ffffff;
}

.ts-main-menu.in-transparent a:hover {
  text-decoration: none;
  color: #ffffff;
}

.ts-main-menu.in-transparent > ul > li > a {
  color: #ffffff;
}

.ts-main-menu.in-transparent > ul > li ul {
  background-color: #095a73;
}

.ts-main-menu.in-transparent > ul > li ul li a {
  color: #ffffff;
}

.ts-main-menu.in-transparent > ul > li ul li a:hover {
  background-color: #00abc9;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  .ts-main-menu > ul > li > a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ts-mobile-menu-btn {
  display: none;
}

.ts-topbar {
  font-size: 0.8125rem;
}

.ts-topbar a {
  transition: all 0.2s ease-in-out;
}

.ts-topbar a:hover {
  text-decoration: none;
}

.ts-topbar .item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ts-topbar .item.ts-language {
  opacity: 1;
}

.ts-topbar .item:hover {
  opacity: 1;
}

.ts-topbar .ts-language {
  min-width: 146px;
}

.ts-topbar-01 .item {
  opacity: 1;
}

.ts-topbar-01-left .item {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 28px;
}

.ts-topbar-01-left .item:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ts-topbar-01-left .item a:hover {
  text-decoration: underline;
}

.ts-topbar-01-right .item.topbar-social:hover a {
  opacity: 0.6;
}

.ts-topbar-01-right .item.topbar-social a:hover {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .ts-topbar-01 {
    display: none;
  }
  .ts-topbar-01-left .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ts-topbar-03-left .item {
  opacity: 0.9;
  margin-right: 25px;
}

.ts-topbar-03-left .item:last-child {
  margin-right: 0;
}

.ts-topbar-03-left .item:hover {
  opacity: 1;
}

.ts-topbar-03-right .item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.ts-topbar-03-right .item:last-of-type {
  border-right: 0;
}

.ts-topbar-03-right .item.topbar-social:hover a {
  opacity: 0.7;
}

.ts-topbar-03-right .item.topbar-social a:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .ts-topbar-03 {
    display: none;
  }
}

.ts-topbar-05 {
  min-height: 37px;
}

.ts-topbar-05 .ts-language {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.ts-topbar-05-right .topbar-social:hover a {
  opacity: 0.7;
}

.ts-topbar-05-right .topbar-social a:hover {
  opacity: 1;
}

.ts-topbar.in-dark {
  color: #ffffff;
}

.ts-topbar.in-dark a {
  color: #ffffff;
}

.ts-topbar.in-transparent {
  color: #cccccc;
}

.ts-topbar.in-transparent a {
  color: #cccccc;
}

.ts-header-01 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

.ts-header-01-left {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.ts-header-01-left .ts-header-logo-wrap .header-logo {
  max-width: 188px;
}

.ts-header-01-right .header-01-control {
  padding-left: 35px;
}

.ts-header-01-right .header-01-control .item {
  cursor: pointer;
}

color .ts-header-01-right .header-01-control .item:not(:last-of-type) {
  margin-right: 18px;
}

.ts-header-01-right .header-01-control .control-icon {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .ts-header-01 {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .ts-header-01-left .ts-header-logo-wrap .header-logo {
    max-width: 120px;
  }
}

.ts-header-02 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ts-header-02-inner {
  padding: 15px 35px;
}

.ts-header-02-left {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-header-02-left .ts-header-logo-wrap .header-logo {
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.ts-header-02-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-header-02-right .header-02-control {
  padding-left: 35px;
}

.ts-header-02-right .header-02-control .item {
  cursor: pointer;
}

.ts-header-02-right .header-02-control .item:not(:last-of-type) {
  margin-right: 18px;
}

.ts-header-02-right .header-02-control .control-icon {
  font-size: 22px;
}

.ts-header-02-right .header-02-control a:hover {
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .ts-header-02-left {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .ts-header-02-right {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .ts-header-02-inner {
    padding: 8px 15px;
  }
  .ts-header-02-inner .ts-header-02-left .ts-header-logo-wrap .header-logo {
    height: 30px;
  }
}

.ts-header-03 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ts-header-03-left .ts-header-logo-wrap .header-logo {
  height: 38px;
}

.ts-header-03 .ts-main-menu > ul > li > a {
  padding-top: 34px;
  padding-bottom: 34px;
}

.ts-header-03 .control-icon {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .ts-header-03 {
    padding: 8px 15px;
  }
  .ts-header-03-left .ts-header-logo-wrap .header-logo {
    height: 30px;
  }
}

.ts-header-04 {
  position: relative;
  z-index: 2;
}

.ts-header-04 .ts-header-logo-wrap .header-logo {
  width: 190px;
}

.ts-header-04-top {
  padding: 17px 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ts-header-04-top .item {
  color: #ffffff;
}

.ts-header-04-top .item:not(:last-child) {
  margin-right: 30px;
}

.ts-header-04-top .item .content {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}

.ts-header-04-top .item:hover {
  color: #ffffff;
  text-decoration: none;
}

.ts-header-04-top .item:hover .content {
  opacity: 1;
}

.ts-header-04 .control-icon {
  font-size: 22px;
}

.ts-header-04 .ts-main-menu > ul > li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}

.ts-header-04 .btn-mobile-menu {
  color: #ffffff;
}

.ts-header-04 .btn-mobile-menu:hover, .ts-header-04 .btn-mobile-menu:focus {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .ts-header-04 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .ts-header-04-top {
    display: none;
  }
  .ts-header-04 .ts-header-logo-wrap .header-logo {
    width: auto;
    height: 30px;
  }
}

.ts-header-05 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.ts-header-05 a:hover {
  text-decoration: none;
}

.ts-header-05-info {
  position: relative;
  padding: 20px 0;
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.ts-header-05-info .ts-header-logo-wrap .header-logo {
  width: 150px;
}

.ts-header-05-info .header-05-right .item:not(:last-child) {
  margin-right: 30px;
}

.ts-header-05-info .header-05-right .item .content {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}

.ts-header-05-info .header-05-right .item:hover {
  color: #333333;
  text-decoration: none;
}

.ts-header-05-info .header-05-right .item:hover .content {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .ts-header-05 {
    display: none;
  }
  .ts-header-05-wrap {
    background-color: #fafafa;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.06);
  }
  .ts-header-05-info {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
  }
  .ts-header-05-info .header-05-right {
    display: none;
  }
  .ts-header-05 .ts-header-logo-wrap .header-logo {
    width: auto;
    height: 30px;
  }
}

.ts-header-06-info .ts-header-logo-wrap .header-logo {
  width: 210px;
}

.ts-header-06-info-inner {
  padding: 30px 0;
}

.ts-header-06-info .header-06-right .item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.ts-header-06-info .header-06-right .item.icon-box-01 .icon-box-01-content {
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ts-header-06-info .header-06-right .item.icon-box-01:hover a {
  color: #212529;
  text-decoration: none;
}

.ts-header-06-info .header-06-right .item.icon-box-01:hover .icon-box-01-content {
  opacity: 1;
}

.ts-header-06 .ts-main-menu > ul > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ts-header-06 .search-popup-btn {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #000000;
}

.search-popup-btn {
  position: relative;
  cursor: pointer;
}

.search-popup-btn.active {
  color: #1877f2;
}

.search-popup-btn.in-light {
  color: #333333;
}

.search-popup-btn.in-light.active {
  color: #1877f2;
}

.search-popup-btn.in-light:hover {
  color: #1877f2;
}

.search-popup-btn.in-dark {
  color: #ffffff;
}

.search-popup {
  position: fixed;
  z-index: 1021;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.search-popup__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 200px;
}

.search-popup__close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  padding: 6px;
  line-height: 12px;
  background-color: #00abc9;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
  color: #ffffff;
}

.search-popup__close-btn:focus {
  outline: 0;
  box-shadow: none;
}

.search-popup__search-form {
  margin: 80px 0;
  text-align: center;
}

.search-popup__search-form .form-control, .search-popup__search-form .ts-input--ghost, .search-popup__search-form .ts-input--light, .search-popup__search-form .ts-input {
  border-width: 0 0 2px;
  border-radius: 0;
  font-size: 34px;
  padding: 10px 0;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  margin-bottom: 20px;
  background-color: transparent;
  height: 74px;
}

.search-popup__search-form .form-control .text-muted, .search-popup__search-form .ts-input--ghost .text-muted, .search-popup__search-form .ts-input--light .text-muted, .search-popup__search-form .ts-input .text-muted {
  opacity: 0.4;
}

.search-popup__search-form .form-control:focus, .search-popup__search-form .ts-input--ghost:focus, .search-popup__search-form .ts-input--light:focus, .search-popup__search-form .ts-input:focus {
  outline: 0;
  box-shadow: none;
}

.search-popup__search-form .form-control.placeholder, .search-popup__search-form .placeholder.ts-input--ghost, .search-popup__search-form .placeholder.ts-input--light, .search-popup__search-form .placeholder.ts-input {
  font-family: "Lato", sans-serif;
}

.search-popup__search-form .form-control:-moz-placeholder, .search-popup__search-form .ts-input--ghost:-moz-placeholder, .search-popup__search-form .ts-input--light:-moz-placeholder, .search-popup__search-form .ts-input:-moz-placeholder {
  font-family: "Lato", sans-serif;
}

.search-popup__search-form .form-control::-moz-placeholder, .search-popup__search-form .ts-input--ghost::-moz-placeholder, .search-popup__search-form .ts-input--light::-moz-placeholder, .search-popup__search-form .ts-input::-moz-placeholder {
  font-family: "Lato", sans-serif;
}

.search-popup__search-form .form-control:-ms-input-placeholder, .search-popup__search-form .ts-input--ghost:-ms-input-placeholder, .search-popup__search-form .ts-input--light:-ms-input-placeholder, .search-popup__search-form .ts-input:-ms-input-placeholder {
  font-family: "Lato", sans-serif;
}

.search-popup__search-form .form-control::-webkit-input-placeholder, .search-popup__search-form .ts-input--ghost::-webkit-input-placeholder, .search-popup__search-form .ts-input--light::-webkit-input-placeholder, .search-popup__search-form .ts-input::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
}

.search-open {
  height: 100vh;
  overflow: hidden;
}

.search-open .sticky-top {
  z-index: 0;
}

.search-open .search-popup {
  opacity: 1;
  pointer-events: auto;
}

.btn-cart {
  transition: all 0.2s ease-in-out;
}

.btn-cart .dropdown-toggle {
  text-decoration: none;
}

.btn-cart .dropdown-toggle:after {
  display: none;
}

.btn-cart.in-light .dropdown-toggle {
  color: #333333;
}

.btn-cart.in-light:hover .dropdown-toggle {
  color: #00abc9;
}

.btn-cart.in-dark .dropdown-toggle {
  color: #ffffff;
}

.btn-cart.in-dark:hover .dropdown-toggle {
  color: #ffffff;
}

.btn-mobile-menu {
  color: #2e363a;
}

.btn-mobile-menu:hover {
  text-decoration: none;
  color: #00abc9;
}

.btn-mobile-menu.in-dark {
  color: #ffffff;
}

.popup-cart {
  min-width: 310px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #00abc9;
  background-color: #ffffff;
  padding: 10px 20px 20px;
  color: #666666;
  border-radius: 2px;
}

.popup-cart-total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-cart-total strong {
  color: #333333;
}

.popup-cart-footer .ts-btn {
  width: 120px;
}

.sub-header {
  height: 124px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.sub-header .title {
  margin: 0;
}

.wrap-sticky {
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.wrap-sticky .header-container {
  position: absolute;
  z-index: 1021;
  right: 0;
  left: 0;
  top: 0;
}

.wrap-sticky .header-container.headroom--not-top .ts-topbar {
  display: none;
}

.wrap-sticky .header-container.headroom--not-top .ts-header-01 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrap-sticky .header-container.headroom--not-top .ts-header-02 {
  background-color: rgba(46, 54, 58, 0.9);
}

.wrap-sticky .header-container.headroom--not-top .ts-header-04-top {
  display: none;
}

.wrap-sticky .header-container.headroom--not-top.ts-header-05-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fafafa;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.wrap-sticky .header-container.headroom--not-top.ts-header-05-wrap .ts-header-05-info {
  background-color: transparent;
  box-shadow: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wrap-sticky .header-container.headroom--not-top.ts-header-05-wrap .ts-header-05-info .header-05-right {
  display: none;
}

.wrap-sticky .header-container.headroom--not-top.ts-header-05-wrap .ts-header-05-info .ts-header-logo-wrap .header-logo {
  height: 30px;
}

.wrap-sticky .header-container.headroom--not-top.ts-header-05-wrap .ts-header-05 {
  background-color: transparent;
  box-shadow: none;
}

.headroom {
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

.headroom--pinned {
  transform: translateY(0);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.header-fixed {
  position: fixed !important;
  transition: transform 0.25s ease-in-out;
  will-change: transform;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.slideDown {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.animated.slideUp {
  animation-name: slideUp;
}

.mansory-gutter-30 .item {
  margin-bottom: 30px;
}

.main-sidebar.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
}

.owl-carousel.align-center-items .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.owl-carousel .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease 0s;
  color: #262626;
  background-color: #fff;
  text-align: center;
  z-index: 200;
  border: 1px solid #ececec;
  box-sizing: initial;
  opacity: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav [class*='owl-'] i {
  font-size: 18px;
  color: #ffffff;
}

.owl-carousel .owl-nav [class*='owl-']:hover, .owl-carousel .owl-nav [class*='owl-']:focus {
  box-shadow: none;
  outline: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -18px 0 0;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
  padding: 15px;
}

.owl-carousel .owl-dots [class*='owl-'] {
  padding: 0;
  margin: 0 8px;
}

.owl-carousel .owl-dots [class*='owl-'] span {
  display: block;
  width: 16px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  padding: 0;
}

.owl-carousel .owl-dots [class*='owl-']:focus {
  box-shadow: none;
  outline: 0;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-dots [class*='owl-'] {
    margin: 0 4px;
  }
  .owl-carousel .owl-dots [class*='owl-'] span {
    width: 11px;
    height: 10px;
  }
}

.owl-carousel.dots-light .owl-dots [class*='owl-'] span {
  background-color: rgba(255, 255, 255, 0.2);
}

.owl-carousel.dots-light .owl-dots [class*='owl-'].active span {
  background-color: #ffffff;
}

.owl-carousel.dots-dark .owl-dots [class*='owl-'] span {
  background-color: rgba(0, 0, 0, 0.2);
}

.owl-carousel.dots-dark .owl-dots [class*='owl-'].active span {
  background-color: #000000;
}

.owl-carousel.arrows-dark .owl-nav [class*='owl-'] {
  color: #fff;
  border-color: #1f1f1f;
  background-color: #1f1f1f;
}

.owl-carousel.arrows-themes .owl-nav [class*='owl-'] {
  color: #ffffff;
  border-color: #00abc9;
  background-color: #00abc9;
}

.owl-carousel.arrows-square .owl-nav [class*='owl-'] {
  border-radius: 0;
}

.owl-carousel.arrows-intro i {
  display: none;
}

.owl-carousel.arrows-intro .owl-nav .owl-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAC+CAYAAADDR6odAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEE5Rjc2RkFEQjY0MTFFOThFMTdENTJCMTREQkNERTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEE5Rjc2RkJEQjY0MTFFOThFMTdENTJCMTREQkNERTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTlGNzZGOERCNjQxMUU5OEUxN0Q1MkIxNERCQ0RFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTlGNzZGOURCNjQxMUU5OEUxN0Q1MkIxNERCQ0RFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po0NYf8AAA3eSURBVHja7N13VFRXHgdwMWWzidJ7771IFYYO0gchYGKMmBgSTWIICoEEDnbUVdZs1NVVs9k1m6JxN8Ukm2wsEEARQbr03mEYmsCAley955g9HtfoD/U+pvw45/sX78y78/twH1N+9745v/zyyxwMt8nOzo7i8/mFY2Njqnf+DgvEccrKynj6+vqCOaT0kZGReRMTE0oIMnsYnlpaWsMU49eEhYUVEBRlBOE45eXlPG1t7aHbMe5AUUIQjlJRUeGuo6NzV4xfExERcXZ0dFQNC8Y4lZWV7rq6uoP3wrhtphRh0RimqqpqoZ6eHghj/vz5V48fPx6PhWOUmpoaV4IhhGDMmzfv2smTJ2Pxfwij1NbWuhgaGgqgM+NXDARhkLq6Oicohry8/JVTp07F4PsQRqmvr3c0Njbuh2KcPn06Gt+pM0pDQ8MCExOTPgiGgoLCVHZ29uK7PQ4W8xGksbHRgWD0QjAUFRWncnJyIn/rsbCgD5mmpiY7U1PTbiDGZG5ubsS9Hg+L+hBpbm62NTMzA2EoKSmJ8vLyIu73mFjYB0xLS4uNhYVFJwRDWVlZlJ+fHwZ5XCzuA6Strc3K0tKyA4KhoqIiOnv2bCj0sbHAM0x7e7uVtbU1CENVVXXi3LlzITN5fCzyDNLR0WFhY2PTBsUoKCgInuk5sNAMMNTU1MbPnz8f9CDnwWID0tnZaW5nZ9cKwVBXVx8vLCwMetBzYcHvk66uLjN7e/sWCIaGhsbloqKiwIc5Hxb9Hunu7jZ1cHBohmBoamqOFBcX+zzsObHwv5Genh6TBQsWQDGGS0pKvB/FebH4d0lvb6+xo6NjEwSDdpGUlpZ6PapzI8BdMJycnBohGLSLhLb2PMrzI8Jt6e/v13d2dgZh0C4S2trzqMeAELciEAj03NzcqiEYtIuEYHiwGAdikAwMDOgSjEsQDNpFQlt7WI1F5jGEQqGOu7t7FQTDwMBgoLq62o3leGQdQ9vDw6MSgkEbF2hrD+sxySzG4OCgFo/Hg2L019bWOnMxLpnEGBoa0vLy8qqAYBgZGfXR1h6uxiZzGCMjI5re3t5lEAxjY+Ne2trD5fhkCmN0dFTDz8+vFIJhYmLS09DQ4MD1GGUJQ83f3/8iBIM2LtDWntkYp0xgXL58WS0gIKAYgmFubt5NW3tma6xSj0EXVi5atOgCBMPCwqKLtvbM5nilGmN8fFyFYBRCMCwtLTtbWlpsZ3vM0oyhHBwcXADBsLKy6mhtbbUWh3FLK4ZSSEjIOQiGtbV1O+2zEpexSx3GxMSEYlhY2FkIho2NTTvtsxKn8UsVhkgkUoyIiMiDYNja2rZ1dHRYittzkBqMyclJBT6fD8Kws7OjGBbi+DykBUM+MjLyZwiGvb19K+2zEtfnIvEYU1NT86OionIgGA4ODq1dXV3m4vx8JB4jOjo6G4Lh6OhYT/usxP05SSzGlStX5sXExJyBYDg5OdX39vYaSsLzkkiMq1evzouNjT0NwXB2dq6VFAyJBCEYzyxZsuQUBMPFxaW2r6/PQJKen0RhXLt27ZnnnnvuJATD1dW1hvZZSdofnCRhPL106dKfIBi0v0ogEOhL4uVYIgZ5/fr1p5YtW/Y9BMPd3Z1i6EnqixWxH+CNGzd+t3z58m8hGDwer0ooFOpK8kt5sceIi4v7BoLh6elZOTg4qCPpb3TFGePJFStWfA3B8PLyKqetPdLwMZBYDurmzZtPvvzyy19BMHx8fEqlBUMsQQjGEytXrvwSguHr61syPDysIU1fIYjVYKanp5+Ij4//FwTDz8/v4sjIiLq0fcEmToN5fNWqVcchGLSlRxoxxAnksddff/0YBCMwMLCI9llJa3OGWGC8+eabRyEYQUFBhQRDVZpbl2Z7AHPXrFnzGRRjbGxMRdob+2YV46233voEghESEnKe9lnJQtvrbJ1YLiEh4WMIRmho6DlZwZgtELnExMQjwL3Qz915fw0EecQY69at+xsEIzw8/KxIJJIpDM5BkpKSPoJg8Pn8fNr0JovL7Tg7UUpKyocQjMjIyPzJyUmZxOAMJDU19TAEIyoqKpd2IMryUm3mJ3j33XcPQjCeffbZU1NTU/KyvpEB0wdPS0v7CwQjJibmJO2zwm0+GIKkp6cfgGDExsb+RDCeQQyGIBkZGfshGEuWLPkP7bNCCIYg69ev3wfBeP75538kGE8jAkOQDRs2gDCWLl36A+2zQgCGIJs2bdoLwVi2bNm/CcbvsfgMQTZv3rwHghEXF/fd9evXEYMlSGZm5k4IxooVK769cePGU1h0hiDbt2//AwTjpZde+oY2vWHBGYLsID8QjJUrV3518+ZNxGAJsnPnzm0QjFdeeeVL2vSGhWYIsmvXrkwIRnx8/D9pnxUWmSFIVlbWVgjGa6+9dhwxGIPs3r17CwRj9erVx2jTGxaXIciePXs2QjDeeOONo4jBGGTv3r0bgBif06Y3LCpDkH379mVAMGizG2IwBtm/f386BIM2uyEGY5ADBw6kQTASEhL+QTsQsZAMQQ4ePJgKwUhMTPwYMRiDHDp0KAWCsXbtWoohhwVkCHL48OFkOTm5+2IkJSUdQQzGIEeOHEmEYCQnJ/8dMRiDZGVlbZ87d+49IShWRkbGn7Fg7DN3eHhYZXp6es79fpSUlEbn4A/7n1ufU4E+NNyxY0cW/hVz9E8d+oXTtm3b/oiF4+hlLyk26PvxzMzM3Vg8jt4YkmLvgqBs3br1fSwgRx+dbNmyZTcEZfPmzX/CInL04SJBeR+CsmnTpg+wkBx9/L5x48YPICjkuD1YTI6+oCLFBrWIrl+/fi8WlKOvcKEd7fhunsMmh7S0NNACnPT09P1YWI7agN577z3QEjV6HBaXo0a51NRU0CJOutgTC8xRK2lKSsohCAo57jAWmaNm6+TkZNDa83feeedDLDRHyxGSkpL+CkEheB/hF1scLdhZu3YtaP+SdevW4beNHC1pk3v77bc/BTZHHMFOFW4WfT6WkJDwGbCX6xNE4WZZ9GNr1qz5HNh6+il2O3KzcQB4h1FyHPYDc7S1xuPQPXjJcdgxz9HmM4+vXr36C+ACn6PT09O4poT1bkC0yHRpGwRl1apVxxCFg/2y6DrDV199FbS5PjnuC1yxy8GOchSFLo8GLqP+WtbXtHNyEvqXTzcQAG40cEKWUTg7EUWhW2wAt+I4Iav7onB6sls3+TqBm9WICQgNvSfh8uXLv4Og0OPo8QjCAQr0RpEvvvji97K0x9asnZgW+YUXXvgBd6ETExCaW/e3/RH3aRQTkFso9A7QPwFRfqTHIwjjzOQe6RRPmvf6FZuBkCLPi4mJOQ3cgFlqtyYXq8FMTU3Nj4qKygbuF39KGlHEbkCTk5PzFy9enANBiY6OPkMREYQ9ijyfz/8ZeM+RbHo8gjCOSCSSj4iIyIWg0BklLTeCEevBERSF8PDwPOCtknKl4b5VYj/AiYkJxdDQ0PwZ3ExMCUE4QAkJCSmQhRtRSsxAx8bGVIOCgoqAt2otkFQUiRosQVELDAwshqAEBwcXSOLNjCXuL4jeSz0gIOAiBGXRokXnyfEqCMI4o6Oj6v7+/iUQFDKjJOoe7BL7aoSgaPj5+YFQyIy6QI5XRRDGGRkZ0fD19S2FoJAZVUSOV0cQxhkeHtb08fEpg6AQvHJyvBaCsEfR8vLyKoegeHt7VwwNDWkhCOPQInt6elbOAEUbQRhncHBQh8fjgVAoHj0eQRhHKBTquLu7X4KgELwqejyCMM7AwICum5tbNQTFw8ODougiCOMIBAJ9glIDQSEzqpog6iEIByguLi61EJSFCxdW0+MRhHH6+voMnZ2d6yEodEb19/frIwh7FCMnJ6cGCIqrq2stQTFAEMbp7e01dnR0bISgkMtcHTneCEEYp6enx8TBwaEJgkJmVP1soMjcCqXu7m5TOzu7FggKmVENFBFBGKejo8Pc1ta2FYJCZlQjRUQQDlBsbGzaICj29vbNXV1dpgjCOO3t7RbW1tYgFHqZ6+zsNEcQxmlra7MkP+0QFHqZIzPLAkEYp7W11YqgdEBQyGWunSBaIQjjtLS0WFtYWHRCUKysrDoIojWCME5zc7OtmZlZHwSFziiKiCCM09jYuMDU1BSEQmcUQbRBEMZpaGhwNDEx6YegmJubdzY1NdkiCOPU19c7GRsbg1DIZa6LzCw7BGGcuro6ZyMjIwEEhVzmusnMckAQxqmtrXU2NDQEodDLHEVEEMapqalxNTAwGICgkMucgCC6IAjjVFdXu+nr6wshKPQyRxERhHEuXbq0UE9PD4RCLnMDD4KChZ5hqqqq3HV1dQchKOQyJ6QzC0EYp7Ky0kNHR2cIgkIvc3RmIQjjlJeX87S1tYchKOQyN0hnFoIwTllZmaeWltYIBIVe5ujMQhDGKS0t9dbU1ASh0MtcRUUFD0EY5+LFi74aGhqjEBR6mSMzywtBGKe4uNiPoFyGotCZhSCMU1RUFKCurj4GQaGXuZKSEh8EYZwLFy4EqqmpjQNRRunMQhDGKSwsDFJVVQWh0MscmVn+CMI4BQUFwcrKyiIICrnM/Q8Fi8cw+fn5oVAU+irtzJkzi7FwjJOXlxempKQ0CdxxohKLxkFyc3PDFRUVJ++zAPVSd3e3CRaMo+Tk5EQoKChM/sYaxxqhUKiH/0O4R+ETlKk7MW5fcIqF4jjZ2dl88o9+/NbmBVV3rv7FIs1CTpw4Eefn51chEAj+by3jfwUYAHUkqy3Jr2vTAAAAAElFTkSuQmCC");
  background-size: cover;
  background-position: center center;
  left: 0;
}

.owl-carousel.arrows-intro .owl-nav .owl-next {
  right: 0;
  background-size: cover;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAC+CAYAAADDR6odAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEE5Rjc2RkVEQjY0MTFFOThFMTdENTJCMTREQkNERTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEE5Rjc2RkZEQjY0MTFFOThFMTdENTJCMTREQkNERTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTlGNzZGQ0RCNjQxMUU5OEUxN0Q1MkIxNERCQ0RFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTlGNzZGRERCNjQxMUU5OEUxN0Q1MkIxNERCQ0RFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgMDjh4AABtoSURBVHja7J0LWI7nH8dflpFTcj6F2sqpMZ2VTqtIaKQQ5VANG5v52xw37Nrh3/7XsMnmrCQRSickoUjsVcghbI5ZmIhETvP3/33fa7frXf90P/I8eQ/PfV3v3pZ+Lz2f5/s73Pfvvp9aZ8+eVTx79kzx5MkThampqeLWrVt1Jk2atGPkyJGLAwMDkwsKChQGBgaKWrVqPX/J4/9HVdcF11foMMB//vrrL0WHDh1g+OaoUaNysrOzrffu3evStGlT1z59+hz87bffFG+++aYKzBtvvCFDkXDUhjIAgy54rb59+6pg4A/u379fx9fXNycvL6+XpaWl4unTp/LVqgkgnTp1UinFw8NDefDgQWv1P3z8+LHCx8fnV6VSadWjRw+Vkl5GfvKoBpDy8nJjUsbBnJwcm8p+AErp379/DsGy6969u+K///2vfNWkjEXW1tanyS114f1gvXr1npE7e5d+/jgSAcQTeYgf1GuTOiKE/ODDhw9rubu7K3Nzc206d+6sqFu3LiCp3vFC0K9Tp44KFN4rfg/JAF61a9eWs7WqwJ46dUpBGZXf5MmT44UYNGrU6PHOnTttKEU+cenSJdUFx8XFhWYvuDUkC/haHUJl77JCKnzOli1bFIgNBw4cGBgWFpYixIggPFqxYoWVhYVFwR9//KGCAjXgBdUgGbhz585zFeHP2YspiL3LQCq4LPwHdcZ7772XGhUVNVCIK6G7v+7UqVNzr1y50rNLly6qOx0XmLkmvKu7K/Z9piDZZVUBhF0YVOReXl7bCIqvEENSgOHEiRNzCgsLu5qZmcl1ilhAmNzwOnnypMLb2zslJibGWyCU+mPGjMktKip6m4aqTpGHCEDUoSCldXZ23rl06dJBcDO8UVJSUn/s2LG5ly9ftpChiAhEPTDBfSGmrF271lOIr//zzz+NRo4cmUvuS1aKmEDUlXL69GlFnz59dq9fv95TSHp68+bNRv7+/kcoFTZHoJehiAREHcqZM2cUrq6uu2NjY72FVOaAEhAQcOjixYtmCPQyFJGAqENB4UjZ186EhAQ3Ie7r6tWrTf38/HKLi4tNZCgiAqmYfbm4uGQlJyd7odjjDYJhPHr06Nxr166Zmpuby1DEAlIRSt++fTNSU1PdhFTYBKNlcHCwkir5jrJSRATCoCCwHzt2TOHu7p6Vnp7uLCTQk/tqPmTIkKPXr183sbCwUM1vyUMEIOpQTpw4oXBzc8ves2fPe4aGhoLc19ChQ6GUDoAiK0UkIOruC1Ao+9qbkZHRB3NWvHHlypXWvr6+SoLTGnWKrBSRgKgrBSmxo6Pjge3bt/cWElNIIa0oWztKsaUd6hQZikhA1KFglrh3796HAAXrJEKUgjX6oqKidljkkqGIBEQdCrIvJycnQHHEMi/PjorGdp6enkoqIlvKgV5EIAwKJiCPHz+usLW1zcvMzLQVopRLly61JYjIvlrDfWEBR14rEQHI8w+hC4mK3t7ePo8CvWODBg2eCFBKW6zRU2xp1qpVK8W9e/cUjx49Uq2r6HNniyhAmFLy8/MVdnZ2efv27XMgKNz8lmKQSZ8+ffJIKUZt27ZFy5EqLdbnxS5RuwwABUqxsrI6cuDAAdvmzZs/5Nlcvny548CBA4/evXu3CQI9YMguS6ShnhL37NnzWGxsrD0p5aEApZgSFGVZWZkRGr71OdCL3ocDKJiqpztf0alTp+PLli2zNjY2LufZFRQUmLu5uR0ht9VQn7MvyRqj4L4uXLgAKAWRkZEOBOW+AKWYUfGoLC0tbfLWW2/p5TSLpJ1qgHLu3DmFmZnZiXXr1tlRTLnHs6EUuqurq6uSlNIISmEtReyl3gnJ+sF0qTvy+TKgVF3tuFC///67guqNgri4OKvhw4fnUlHYmOe+qE7J27hxYw+6qA+Li4v/0fPFOiKRJsO1qe9dYfUM+1rb9rP8QyFSQoFSTExMficoDi1btrwrJKa8//77ysLCwka4oEVFRVgiVty+fVvVFYm65datW2iwUL1Tlqb6Xnl5uQoUuieRsWnb9olKXRZ+CbF/EaYUc3Pz05s2bbJp2rRpmYDi8Z3p06f/amhoWAf7WHDHq7ekQhmsqftFHZJaHUPwCwAEcw1SQYFS1qxZY92iRYvbPBuqa7pOmDDhMNnWQfGo64G+dmXqYDCkKNLw2efPn1dBiY6Otm/Tps1Nnk1+fn5PgnKQvjSkn9dpKC/MstickhSyV48p5L6sWrVqdYdnc+TIEevQ0NBD5J5qt2vXTmehcNuApIgn6lAIxpWEhARrIUo5duxYj6CgoF/py7q6CuW17phh7qtDhw4XkpOT7QjKLZ4NdnAFBwcfwK5hXXRfL72mLgUUrDwSlItpaWlWFLiFQLGmeuYgsitdC/QvBURK9wUo7du3L8zIyLA2NTUt4tnk5OTYjxkzJoegGOiSUjRmkx+gYCsEBfrLBMWO3osFKKU3ZV/ZaEdq3bq1TkCpFhCpql8UfOi6pzv+6v79+3uRG7vBszl8+LA9xZRDsNUF9/XKChEbDi4slELuqyg7O9vGzMzsGs9GqVTah4SE7EPVru3uq9pAWI0iZJdVddwXNg2R27qSlZVl3bFjxys8G1KUc2BgYFbDhg21WimidJ1I0ZQApaBOadGixbUdO3ZYkVIKBUBxGTp0aDaUoq11isa5rIpKwdxX8+bNb6anp9uYm5tf4tns27fPadiwYXsbNGigle5L449SYCkxQSnevXu3NUHhKmXv3r1ugwcP3tO4cWOtc19acbYF3BegGBsbl2RmZlp16dLlIs+GUmd3X1/fDMQUuC82UarpU/Jac9gIoMB9NW3a9Ba5JUA5z7PZuXOnx6BBgzLgvtCMh9VFTV+w0qrTX5hSmjRpcocCuI2lpeUFng0lBB5eXl57oAyopaysTLWayA5jUz9L8lVeeglEXSkUU+7Ex8dbd+rU6SzPhmKPOwX6lEaNGiFrUwGRFSIylMLCQizT3omIiLAl93VWgPsaGBQUlAwgmjzNIjkQKSck0fhAdVDZqlWrbLt3717As0lJSRnk7++f3KxZM42FUmMKkWrqnkGJioqyp5hySgiUgICArRSHVIFe06Bo/ZFugIJD1Mh93YuJibHt0aMHF0piYuJgPz+/bZRGq6BgpkH9RLyKAbuy70mVPuvEGXsMCo0HGzZssHv33XfzeTbJyck+5L62GhkZIUH4x/RPZRf8Rd8T/XdR6MhgUExNTcs3bdrkQG4pNz8/v3tVNpSlUUE/eHN4eHgAmvDQaKd+/CBeKCjRhMdaWdX7vyq+tFIhuBNZM5sUfV9/u6+HCPQUU47xbJKSkvwnTZq0me25Z12R6IB8+PCh6qXeFYn/Zy2sbHORmJOrr8VlSdlVqO6+CIq9tbV1Hs9mz549/l999VWciYmJyn2xMyTZnf+ihm4pmrpfCxCppy9w4a5evYq/5/HatWt7E5QjArKvYXPnzo3FZCQmJV/XtjqNCOpS1inkVp4g0NPI5dkkJCQEzpgxI7Z9+/YKBPvXAUV3TjKuQil0YZ9SoO9tY2PDVcrWrVsDZ82atRZrKa8DisYAQWCUSimIKaSUv6j+cHB0dFTybEhRo6dNm7YOj/Goafel0wqp6L7owj6hrMre2dn5EM8mLi4u6JNPPlkL91WTUPQCiLpSkK6mpqY6uri4HOTZrFu3DkpZyaDUxIEGegNEHQrVEc/S0tIc3dzcuFBiYmLCKPtaA/eF6XuplaLRQNgCkthQrly5oloT2bFjhyM2mPJsKCEYN3v27JVYCpY60Gu8QqTYo4IiD/vocWHT09PtCcoens369evDZs6cuQLFo5QxRaOBAASASNX3hUCPJd3Nmzd7eHp67hYQUz747LPPVuC0Camg6FUMeVGdgnkqckue7u7umTybyMjIDz799NNfpEqJtQqIVHUKoOAkom3btrn369cvg2ezcuXKD6dOnfoLjr8VG4peK0QdyrVr11SzulSpe3l7e+/i2SxfvvzDKVOmLMZ2bTGhaCUQKSt6KIWyr74DBw5M49lERER8TMVjhJjFo1YCkWrqHoEe7gunRaSkpPT39fXdKQDKZHJfEWiaQEpcsddLr1yWVEqB+4JS4uLivCnQ7+DZ/Pjjj5P/9a9/LcH6PB6ChtmA6maHWg9EKijXr19XrR7+8MMPPgRlO89m0aJFk0gp4YCCgdVFrCi+7KSp1gd1KVcecajNjRs3FN9///0AHx+fRAFKmUEV/Xc4qhD9xNWJKTqTZUmhFCzVIp7gtWDBgiEU6BN4NqSoWVQ8fo8D2ADlZd2WnPYKgFJSUqJSyuLFi4cSlCSeDcGbPmfOnG+QEtevX/+loMhAXkIpiCsEBU12m3k233333ZxZs2aFY+7rZaDo3COfmesS24UxpSA1/uWXX4ZRwE5ITk4eUpVNeHj4DMq6Hs6bN28++r4ePHjw/PwY9aSEneytOkBUF+9o9guLHfAZFLQFLVy40O/x48eb0tLSAqqymT9//jz6dzwjtXwFhSHzqviQZrxYf5fOAsGdjHexZ4oBhTXTkQKGUeCOiY+PH1WVDRRy6dKlNz7++OO5eMI2/l3sNDx8HmoXfKbqCdu67PuZO5BCKYgpcEMUwIPQjsqziYyM/DI6OvoLPHwAANSbu9lhnaoGPH0IylKmxJj/ioiIGBYYGBgtoE75evXq1bNRp7CH4LCb5XmnvQzk1aCUlpay7GvM8OHDNwhIib9duXLlTJxJDCgVXaqBQh6iKAUxYdWqVSPx/7GxsYFV2VDl/28DA4NnkyZN+h6nf6tDkesQEaFg3yOghISERPJsvv322/AlS5bM6tat2z+UondApHRfyJSwTr98+fKQMWPGxAgoHr8jKNO6du36HIreuywxMzBWp+A9KioqmNLaJytWrBhXlc3cuXN/oJ97OmrUqB/x6Cg5hoisNKYUZF9QCv1cLQriY6v6rBkzZiyiuubZ2LFjf5KBSKAsdaVAIS1atLhK3ml2VZ/39ddf/0g27eWgXqGArDjXVPGdVf8o7tgexMpUg89hJ0Y0btz4jpB/x927d5vKQCRQCIDhXJWOHTsqZs+e/Z+ZM2f+h/d5lAJ/R/EkVAYicgyBYrAwhe7GL7744t80Pud91ueffx4+a9asORcvXpTrEDEHYKBD3tzcXPHZZ58tpFpjJs9mypQp33/55ZezcJwhdvjKQEQazE1BGdOmTVtAYyrPZvLkyf8hFc0EDKyVqHb/ypdSHGWgJwvKIPfzExV7n/BsPvroo4Vz5syZARjsaA98jqwQkdwU+nzJTS0WAuODDz5YOH369Gl4EAFTBhuyQl7RTQEGmhlQcS9duvRjnk1ISMhPgIFJRcCs+Cx6GcgrKAPZFJRBQfnnVatWfcSzoUp8McWXTwEDS7moZSoOGcgrKAPHOwHGunXruDD8/PyWUK0xBccTYqkWy7fs3Ec05eF7eMlAqqEMHH6G9h5yPb8QjA8FZFNLw8PDP0adgX2K7NmKrMkB/48MTZ7trSYMpLaUTS2Pjo4eL6ACXxYREfERJhyRicFefRqGKY5BkoG8hJvCxcRekJkzZ/4cGRnJhREWFraasq4P8fBLLPVWdaYWmxOTgQiEgQCOfYVUO6wkNxXGsxk/fvyK5cuXT2A7sxAnhAwZiAA3hd1RmCgkGJGxsbFjeTahoaGrAIPt8hUKQwYiMJvCyUDz5s1bIQTGuHHjVi1btuwD7INHMx2aH15myEA4yoCbmj9//tqtW7eO5tmMHDky6ueff642DBnICwbqA+yEApApU6ZEE4xgnk1wcPAmyrrGIWZgYQod7+pNcDKQV1AGjiNHRhUSErKOYATxbEaPHh27du3aUWgFwt5EVODV7cKXgVRQBnbTQh10x8fGxMQE8mxGjRoVBxjY/oZeXwTwV2nwloGowcABmIARFBS0Yf369SMExIyNlAIHopX0ZVLbqoY8/f43DBwPCyBwP0Jg+Pv7b4mKigrEvnaoQ6yDlA1kGH+pYgZS2+HDh2/esmWLP8/Gz89vy5o1awIQwBE3Kpu1lYG8QgDHmgS5qc0JCQlcGEOGDNm8evXqYcXFxaqGOMzaijkM9FkZCOCYQqeLvCkxMZELY8CAAYlUgQ/D3BRihtgw9DaGqMMYOnRoKsEI4Nng4AAq+oZgezTrSpRi1NZHGMik8JQdCsxJ5KYG8Gy8vLxSIyIihgAEUlupYOgdEAYDcQOPPoqPj/cV4KaSf/rpp0FMGWKktjKQ/48ZaVSBD+LZ+Pr6JlEAfx9prZRuSu+AAEbLli1V0yFUWadu27atnwA3lbZy5crBgCFmnaH3WRarwKGMESNGpO/atcuLZ9OvX78dy5Yt80G8QHpbUzB0HgjqDMCAMsaMGbNdCAw3N7eMJUuW+GDJFXWG1DFDb4Cwog9T6KGhoWkZGRlcN+Xh4bGTArg34gVW+sSswPUaCIsZKNzGjx+/Z//+/e4ClLFr4cKF3lAFij72TCoZiAgw0DOFRaGJEyfuEgKjV69emd98801fVOAAAhhoWmMLS3gImPqJPew4DNYkLebOXgNdg4FGNKyDBwUFZe7bt8+VZ+Pq6pq5dOlSdyy5YnEJbo49Go/FD1UD29+P0qv4yDwGRwZSCQx2fi4F8D1CYJCb2k+B3h22WNNAnVLZSh+KSfXGtsp+piqVvIyCDHQJBrmaWiEhIXuzsrKEKOMAwXDB+je2MOPur/hcXPXOwupcXL1UCJsOQW9sWFhY9sGDBx15Ni4uLtlpaWnO2JuBNQ24IbHucL2u1JHaIptCh8eECRP2C4Hh5OR0MDU11RmBGsqo6TpDZxXC6gxkQ5MnTz5w6NAhITBytm/f7gQbKKM6fVMykEoGLijOxaVRKzAwMOfEiRMOPBt7e/tDCQkJfbDTFTBeR9Gnky4LMLAdgPz/mwRDKQSGra1tblJSkiPFgmcsgGvqMNA2GG+//Ta+fMPT0zOH3JQ1z8bOzu5YZmZmb8DAeVZIi9U7CcUK2GKdKlRbm2BgcyVuIg8Pj0NCYJAyjmVkZDhQ4fYXlIGYIeWTqvUGiDoMLy8vJWVTNjwbKyur4+np6Q5UTT/CVjJU1eoHF8tAXqHOwN4MKs7qent7/6pUKnsJmJs6QXWGHanhEc7J1eSYoVVAGAx6r9uvX7+8w4cPWwmBkZKSYk/1hdbB0GggzE2RMgwHDx6szM/P786zsbS0PJWYmGhPseIB3JS2wdBYICybunfvXiOKGbnHjx/vIQDGaYJhS7HiATbMaCMMjQTCij6qMxq6uroePnLkSDeeTefOnX+PjY11gDKQ2mradIjWAmEwysvLG7m5ueWRMjrzbLp06XImLi6ul6Gh4V24KW2GoVFAEMABg9yUEdwUVeAWAmCcjYqKsiP3dB9PgNZWN6VxQAAD0yH3799vTKlt7smTJ4XA+D06OtqWIJQBhrYrQ2OAMBikDOMBAwYcOX369Ns8GwsLi4vx8fG29erVK9P2mKFRQAADqW1ZWVlTpLZnzpx5SwCMCxQz7OvXr1+KbEqXYLxWIAwGlOHv75/722+/cZVBqfClDRs2WBsZGRXrQgDXGCCsAidlNB8xYsSRc+fOmQqBQTHDmrKpO9pYgWssEAaDlNFi9OjRh8+fP9+JZ0MxpnDNmjW25KZKdC1mvFYgbHGptLS0xbhx4/LoTufCMDExub569WqbBg0a3NSlbOpFw6AmlYHpkJKSktbkppQEw4Rn06xZs6JFixZhorCYYoyqoxBtO+yMdjQqADI7/Ov5Xfb3moemT7W/NiCAgQdh3blzp83IkSMBoz3PhgL+tcTERATwP7G4BGWpP80Mgx2Lh3ii3kVY8VXVgpSmATOoCRi4mKSMNhQz8ihVbcOzadu27c3s7Gybdu3aqWDg5E928dTvenax2SOyK3uCpiZe9NcGhAVwPBcjNDRUSQGZC6NDhw5/7t27155gXD179qzOZlM1HtQZDArgbUJCQgTBaN26dcnu3bttSBGXqUjUOxiSAWGLSxQzTCZOnHiUsiMuDFJEMSnDihTyR0FBgV7CkAQIYOCpYxcuXDCjbCrvxo0brYTASE9PtyaIl5FN6XpqW2NAAKN79+6A0cnJySmX3FQLno2xsXFpcnKyDdUbV6AM1h0iAxEBhqWlpeLcuXOAkXf9+nVjnk3Lli3L9u/fb9WlS5dCzE2haZqlr/o6RPENCOA9e/YEDFNPT08lwWgqoOi7n5WV5UAwLuAZGtj1VNWGmOoOTW6Kk0QhgIHHh9JFfcvFxeVoUVFRc55N8+bN71GdYU0wCpDaVlZLyC6rmjAQwClF7Yxl1+LiYiMhMJDaUuV+FjD0OYCLCgQw8Igfyoo6+/j4HCYYTXg2RkZGD7Zv396bFHUWAVyGIRIQwEA2Rcro6uHhcfT27duNBMB4SKmtDdmdPHXqlAxDLCCAgWzqxIkTPShmHCopKeHusG/SpEl5UlKSAymj4PTp0zIMsYCwAJ6fn/+Os7Mz3FRjng1lT4+2bNniSFlYvqwMkYAg82HKOHnypKWbm1tuaWkpd4Ne48aNnxAMO3JTMgwxgSAlhTKOHj3ay9vb+1BZWdmbQpQRHR3tQFnYcX2fDhEVCEtt6Q637N+/v5JiRgOeDVXcTwmGPSnjCFLbmjxvSqeBYOsxlHHs2DGbgQMHHr537x73Nm/YsOHThIQEVOD5cp0hIhDAsLCwAAxbf3//nLt379YTAgMB3NraGn1WsjLEAsJgUPHWc/jw4b+SMriLE4aGhs82btzo0KtXLyUCuAxDJCCAgYYE7P8ODg4+XF5ezp2da9CgwbOYmBinHj165GKlT3ZTIgFhMI4fP24TGhqaff/+fa4ycCLC6tWrHUkZB+UALiIQwEA2lZeX1zsgIEBJMLhXFvu+CUYfKvoOQRkyDJGAMBhKpdKZYsYBIW4Kyli2bJkLwTiAAF7xqDtt2BOuicMAMChFRTbVOygoaB+6AYWMBQsWuLzzzjv7mTLwOeydQWZFperB7X+fUSiDqnrUoniBuSmXsLCwLCEwsJiUnp7u5uDgkIUnH7MArv6wXVZQqn+v4tfsVdV0jSi/IGfFsCb+npc64i8tLc1/7ty5m4XAwAXdsWNHf09Pzyw8xRKHh6n/hRW7CitzXdraUVhjCrG0tDx/8uRJMyE/TMrw8PLy2oM1cN4d/qpDXxVSOyUlxb1bt27nBSjDEzAQwKWGoddZVtu2bQszMjLsKcs6/yLySUlJfb29vXdjcUmGITEQ3PHGxsa30B9FReHFij+wdevWvj4+PrvIrckwagIIemjPnz+PicG7mZmZ9hRTLuAPkMLGxsYO6tu37y7KwuQrVZOFIVJXpLDNmjUr3rx5s52Tk9PhiIiIsYGBganoKMTOJVTlFXcqyUP88T8BBgCnouvJ39Hd0QAAAABJRU5ErkJggg==");
}

.owl-carousel.arrows-intro.in-dark .owl-nav [class*='owl-'] {
  filter: invert(100%);
}

.owl-carousel:hover .owl-nav .owl-prev {
  right: auto;
  left: 10px;
  opacity: 0.5;
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: 10px;
  opacity: 0.5;
}

.owl-carousel:hover .owl-nav [class*='owl-']:hover {
  opacity: 1;
}

.owl-carousel:hover.arrows-intro .owl-nav .owl-prev {
  right: auto;
  left: 0;
}

.owl-carousel:hover.arrows-intro .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.owl-carousel.owl-intro {
  width: 100%;
}

@keyframes fadeInUp2 {
  from {
    transform: translate3d(0, 120px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.owl-carousel.owl-intro .fadeInUp2 {
  opacity: 0;
  animation-name: fadeInUp2;
}

.owl-carousel.owl-intro .animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.carousel-testimonial-thumb .testimonial-avatar {
  width: 54px;
  height: 54px;
}

.carousel-testimonial-thumb .testimonial-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.block-caption-01 {
  width: 100%;
  max-width: 767px;
}

.block-caption-01 h4 {
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-bottom: 45px;
}

.block-caption-01 h2 {
  font-size: 56px;
  letter-spacing: 2px;
  margin-bottom: 45px;
  font-weight: 500;
}

.block-caption-01 p {
  max-width: 560px;
  margin: 0 auto 45px auto;
  font-size: 18px;
  font-weight: 300;
}

.block-caption-01 .ts-btn {
  min-width: 150px;
}

@media (max-width: 767.98px) {
  .block-caption-01 h4 {
    font-size: 13px;
  }
  .block-caption-01 h2 {
    font-size: 24px;
  }
  .block-caption-01 p {
    font-size: 13px;
  }
  .block-caption-01 .ts-btn {
    min-width: 0;
    padding: 8px 15px;
    font-size: 13px;
  }
}

.block-caption-02 {
  width: 100%;
  max-width: 767px;
}

.block-caption-02 h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 50px;
}

.block-caption-02 h2 {
  font-size: 56px;
  letter-spacing: 2px;
  margin-bottom: 45px;
  font-weight: 500;
  line-height: 1.1;
}

.block-caption-02 h3 {
  margin: 0 auto 45px auto;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.block-caption-02 .ts-btn {
  min-width: 150px;
}

@media (max-width: 767.98px) {
  .block-caption-02 h4 {
    font-size: 13px;
  }
  .block-caption-02 h2 {
    font-size: 24px;
  }
  .block-caption-02 h3 {
    font-size: 18px;
  }
  .block-caption-02 p {
    font-size: 13px;
  }
  .block-caption-02 .ts-btn {
    min-width: 0;
    padding: 8px 15px;
    font-size: 13px;
  }
}

.block-caption-03 {
  width: 100%;
  max-width: 767px;
}

.block-caption-03 h2 {
  font-size: 56px;
  letter-spacing: 2px;
  margin-bottom: 45px;
  font-weight: 500;
}

.block-caption-03 p {
  max-width: 560px;
  margin: 0 auto 45px auto;
  font-size: 18px;
  font-weight: 300;
}

.block-caption-03 .ts-btn {
  min-width: 150px;
}

@media (max-width: 767.98px) {
  .block-caption-03 h2 {
    font-size: 24px;
  }
  .block-caption-03 p {
    font-size: 13px;
  }
  .block-caption-03 .ts-btn {
    min-width: 0;
    padding: 8px 15px;
    font-size: 13px;
  }
}

.carousel-testimonial-align-items .owl-stage {
  display: -ms-flexbox;
  display: flex;
}

.carousel-testimonial-align-items .owl-stage .owl-item .item {
  height: 100%;
}

.carousel-testimonial-align-items .owl-stage .owl-item .item .ts-testimonial-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.carousel-testimonial-align-items .owl-stage .owl-item .item .ts-testimonial-01 .testimonial-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.carousel-testimonial-thumb .testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  overflow: hidden;
  filter: grayscale(100%);
  cursor: pointer;
}

.carousel-testimonial-thumb .testimonial-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.carousel-testimonial-thumb .current .testimonial-avatar {
  filter: none;
}

.carousel-services-align-items .owl-stage {
  display: -ms-flexbox;
  display: flex;
}

.carousel-services-align-items .owl-stage .owl-item .item {
  height: 100%;
}

.carousel-services-align-items .owl-stage .owl-item .item .icon-box-03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}

.team-list-01 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .team-list-01 {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.ts-notify {
  position: absolute;
  width: 16px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  padding: 0;
}

.has-notify {
  position: relative;
}

.has-notify.in-dark .ts-notify {
  background-color: #ffffff;
  color: #333333;
}

.has-notify.in-light .ts-notify {
  background-color: #333333;
  color: #ffffff;
}

.widget-product-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-product-list ul li {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}

.table-cart {
  width: 100%;
  color: #666666;
}

.table-cart th {
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0px 3px 0;
  font-weight: normal;
  padding: 9px 12px;
}

.table-cart td {
  padding: 20px 12px;
  vertical-align: middle;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0px 1px 0;
}

.table-cart td.product-thumbnail {
  width: 90px;
}

.table-cart td a.remove {
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 13px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  width: 13px;
  background-color: #cccccc;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.table-cart td a.remove:hover {
  background-color: #f44336;
}

.table-cart td.product-name a {
  color: #00abc9;
}

.table-cart td.product-name a:hover {
  color: #095a73;
  text-decoration: none;
}

.table-cart td.product-quantity input {
  background-color: rgba(0, 0, 0, 0.1);
  color: #666666;
  border: none;
  padding: 10px 10px;
  width: 80px;
  font-weight: normal;
}

.table-cart td.actions .coupon {
  float: left;
  display: -ms-flexbox;
  display: flex;
}

.table-cart td.actions .coupon .ts-input {
  margin-right: 30px;
}

.table-cart td.actions > .ts-btn {
  float: right;
}

.cart-collaterals {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 40px;
}

.cart-collaterals .table-cart-collaterals {
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
  color: #666666;
}

.cart-collaterals .table-cart-collaterals th,
.cart-collaterals .table-cart-collaterals td {
  padding: 20px 12px;
  border-width: 0 0px 1px 0;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.1);
}

.cart-collaterals .table-cart-collaterals th {
  padding-left: 0;
}

.cart-collaterals .table-cart-collaterals .order-total {
  font-size: 24px;
  font-weight: bold;
}

.checkout-collaterals {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 40px;
}

.table-checkout-collaterals {
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
  color: #333333;
}

.table-checkout-collaterals th,
.table-checkout-collaterals td {
  padding: 20px 12px 20px 0;
  border-width: 0 0px 1px 0;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.1);
}

.table-checkout-collaterals .order-total {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .table-cart {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .table-cart thead {
    display: none;
  }
  .table-cart tr {
    display: block;
  }
  .table-cart td {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 8px 12px;
    min-height: 38px;
  }
  .table-cart td.product-thumbnail {
    display: none;
  }
  .table-cart td.actions {
    display: inline-block;
    width: 100%;
  }
  .table-cart td.actions .coupon {
    margin-bottom: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
  .table-cart td.actions .coupon .ts-input {
    width: 50%;
  }
  .table-cart td.actions .coupon .btn-apply-coupon {
    width: 50%;
    margin-right: 0;
  }
  .table-cart td.actions .btn-update-cart {
    width: 100%;
  }
  .table-cart td.actions:before {
    display: none;
  }
  .table-cart td.product-quantity input {
    width: 60px;
    padding: 4px;
  }
  .table-cart td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
  }
  .table-cart td.product-remove {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .table-cart td.product-remove:before {
    display: none;
  }
}

.product-detail-quantity input {
  background-color: rgba(0, 0, 0, 0.1);
  color: #666666;
  border: none;
  padding: 10px 10px 0;
  width: 80px;
  font-weight: normal;
}

.commentlist {
  margin: 0;
  padding: 15px 0;
}

.commentlist .comment:not(:last-of-type) {
  margin-bottom: 30px;
}

.comment_container {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #666666;
}

.comment_container .avatar {
  background: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
}

.comment_container .comment-text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-left: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment_container .comment-text .description {
  width: 100%;
}

@media (max-width: 767.98px) {
  .comment_container .meta {
    margin-bottom: 5px;
    display: block;
    width: 100%;
  }
  .comment_container .rating-list-01 {
    margin-bottom: 15px;
  }
}

.page-404 {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.page-404 .inner {
  max-width: 767px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 30px 60px;
}

.page-404 h1 {
  font-size: 186px;
  font-weight: 300;
  color: #00abc9;
  line-height: 1;
  letter-spacing: 3px;
}

.page-404 h2 {
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.page-404 p {
  font-weight: 300;
}

.page-404 p a {
  border-bottom: 1px dashed #00abc9;
}

.page-about-about-us-cover {
  position: relative;
  width: 40%;
}

.page-about-about-us-cover:after {
  content: '';
  border: 15px solid #2e363a;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  right: -30px;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}

.page-about-about-us-cover .ts-overlay {
  opacity: 1;
  z-index: 2;
}

.page-about-about-us-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  height: 500px;
}

.page-about-about-us-content {
  width: 60%;
  padding-left: 100px;
}

.page-about-about-us .title-wrap {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

.page-about-about-us .title-wrap strong {
  font-size: 90px;
  font-weight: 900;
  color: #333333;
}

.page-about-about-us .title-wrap .content {
  padding-left: 15px;
}

.page-about-about-us .title-wrap .content span {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 8px;
  padding-top: 5px;
  display: block;
}

.page-about-about-us .title-wrap .content p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .page-about-about-us-content p {
    font-size: 13px;
  }
  .page-about-about-us .title-wrap strong {
    font-size: 56px;
    font-weight: 900;
    color: #333333;
  }
  .page-about-about-us .title-wrap .content {
    padding-left: 15px;
  }
  .page-about-about-us .title-wrap .content span {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 8px;
    padding-top: 5px;
    display: block;
  }
  .page-about-about-us .title-wrap .content p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 991.98px) {
  .page-about-about-us-cover {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-about-about-us-cover img {
    height: 300px;
  }
  .page-about-about-us-content {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .page-about-about-us-cover {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .page-about-about-us-cover:after {
    content: '';
    border: 10px solid #2e363a;
  }
  .page-about-about-us-content {
    padding: 0;
    width: 100%;
  }
  .page-about-about-us .counter-up-02 {
    width: 50%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.blog-detail {
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-detail__title {
  font-size: 1.875rem;
}

.blog-detail__meta-top {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-bottom: 35px;
}

.blog-detail__meta-top .catalog {
  margin-right: 30px;
}

.blog-detail__meta-top .catalog a {
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.blog-detail__meta-top .catalog a:hover {
  color: #095a73;
}

.blog-detail__meta-top .time {
  color: #999999;
}

.blog-detail__meta-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.8125rem;
  color: #999999;
}

.blog-detail__meta-bottom a {
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.blog-detail__meta-bottom a:hover {
  color: #095a73;
}

.blog-detail__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.8125rem;
}

.blog-detail__control h5 {
  font-size: 1rem;
  margin: 0;
  padding-top: 5px;
}

.blog-detail__control .item {
  transition: all 0.2s ease-in-out;
  color: #999999;
}

.blog-detail__control .item:hover {
  color: #00abc9;
  text-decoration: none;
}

.blog-detail__control .item:hover h5 {
  color: #00abc9;
}

.blog-detail__control .ts-btn {
  min-width: 150px;
  height: 100%;
  margin: 0 15px;
}

@media (max-width: 991.98px) {
  .blog-detail {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .blog-detail__meta-bottom {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .blog-detail__control {
    font-size: 0.8125rem;
  }
  .blog-detail__control .item {
    width: 30%;
  }
  .blog-detail__control h5 {
    font-size: 13px;
  }
  .blog-detail__control .ts-btn {
    min-width: 100px;
    height: 100%;
    margin: 0 8px;
  }
}

.blog-list-01 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-right: 1px;
}

@media (max-width: 991.98px) {
  .blog-list-01 {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-list-01 article {
    width: 50%;
    padding: 0 15px;
  }
  .blog-list-01 .ts-pagination-01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .blog-list-01 article {
    width: 100%;
  }
}

.page-coming-soon {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.page-coming-soon .inner {
  max-width: 767px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 30px 60px;
}

.page-coming-soon h1 {
  font-size: 70px;
  color: #00abc9;
  line-height: 1;
  letter-spacing: 3px;
}

.page-coming-soon h2 {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300;
}

.page-coming-soon p {
  font-weight: 300;
}

.page-coming-soon p a {
  border-bottom: 1px dashed #00abc9;
}

.page-coming-soon form {
  width: 100%;
  max-width: 564px;
}

.page-coming-soon form .input-group {
  width: 100%;
}

.page-coming-soon form .input-group-lg > .input-group-append .ts-btn {
  font-size: 1rem;
  font-weight: 400;
}

.page-coming-soon .countdown .item {
  margin: 25px 30px;
  border-bottom: 2px solid #00abc9;
  min-width: 65px;
}

.page-coming-soon .countdown .item span {
  font-size: 18px;
  color: #00abc9;
}

.page-coming-soon .countdown .item p {
  color: #666666;
  text-transform: uppercase;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .page-coming-soon {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-coming-soon .inner {
    max-width: 100%;
    padding: 0;
  }
  .page-coming-soon h1 {
    font-size: 45px;
  }
  .page-coming-soon h2 {
    font-size: 18px;
  }
  .page-coming-soon form {
    max-width: 100%;
  }
  .page-coming-soon .countdown {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .page-coming-soon .countdown .item {
    margin: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    margin: 15px 2%;
  }
}

.map-01 {
  height: 400px;
}

.sidebar-elements .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #666666;
}

@media (max-width: 991.98px) {
  .elements-wrapper .container-fluid {
    padding: 0;
  }
}

.home01-about-us {
  position: relative;
  z-index: 0;
}

.home01-about-us .ts-btn {
  min-width: 150px;
}

.home01-about-us .cover-about-us-01 {
  width: 100%;
  height: 100%;
}

.home01-about-us .cover-about-us-01 h2 {
  font-size: 72px;
  font-weight: 900;
}

.home01-about-us .cover-about-us-01 p {
  font-style: italic;
}

.home01-about-us .cover-about-us-01 a {
  font-weight: 900;
  text-transform: uppercase;
}

.home01-about-us .cover-about-us-01 a:hover {
  color: #00abc9;
}

@media (min-width: 992px) {
  .home01-counter-desc {
    width: 80%;
  }
}

.home01-portfolio .ts-portfolio-01 {
  -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
}

.home01-callback {
  color: #ffffff;
  position: relative;
}

.home01-callback .left .item img {
  width: 90px;
}

.home01-callback .left .item .name {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
}

.home01-callback .right .ts-btn {
  min-width: 150px;
}

.home01-text {
  position: relative;
}

.home01-partner .item {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}

.home01-partner .item img {
  height: 100px;
}

.home01-partner .item:hover {
  opacity: 1;
}

.home02-slider {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.home02-slider .intro-video {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.home02-slider .video-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home02-slider .ts-overlay {
  opacity: 1;
}

.home02-slider .owl-intro-slider {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px;
}

.home02-slider .owl-intro-slider .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.home02-about-us-cover {
  position: relative;
  width: 30%;
}

.home02-about-us-cover:after {
  content: '';
  border: 15px solid #2e363a;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  right: -30px;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}

.home02-about-us-cover .ts-overlay {
  opacity: 1;
  z-index: 2;
}

.home02-about-us-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  height: 500px;
}

.home02-about-us-content {
  width: 60%;
  padding-left: 100px;
}

.home02-about-us .title-wrap {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
}

.home02-about-us .title-wrap strong {
  font-size: 90px;
  font-weight: 900;
  color: #333333;
}

.home02-about-us .title-wrap .content {
  padding-left: 15px;
}

.home02-about-us .title-wrap .content span {
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 8px;
  padding-top: 5px;
  display: block;
}

.home02-about-us .title-wrap .content p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .home02-about-us-content p {
    font-size: 13px;
  }
  .home02-about-us .title-wrap strong {
    font-size: 56px;
    font-weight: 900;
    color: #333333;
  }
  .home02-about-us .title-wrap .content {
    padding-left: 15px;
  }
  .home02-about-us .title-wrap .content span {
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 8px;
    padding-top: 5px;
    display: block;
  }
  .home02-about-us .title-wrap .content p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width: 991.98px) {
  .home02-about-us-cover {
    width: 100%;
    margin-bottom: 30px;
  }
  .home02-about-us-cover img {
    height: 300px;
  }
  .home02-about-us-content {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .home02-about-us-cover {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .home02-about-us-cover:after {
    content: '';
    border: 10px solid #2e363a;
  }
  .home02-about-us-content {
    padding: 0;
    width: 100%;
  }
  .home02-about-us .counter-up-02 {
    width: 50%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.home02-services .icon-box-03 {
  height: 100%;
}

.home02-commit {
  background-image: url("../images/bg-commit-demo-02.c74d5ba85bff.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 80%;
}

@media (max-width: 991.98px) {
  .home02-commit {
    background-size: auto auto;
  }
}

.home02-testimonial {
  position: relative;
  background: url("../images/bg-overlay-01-demo.a0b9f2f5735a.jpg");
  background-size: 600px auto;
  animation: slide 20s linear infinite;
  padding-left: 30px;
  padding-right: 30px;
}

.home02-testimonial .ts-overlay {
  opacity: 0.9;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -600px 0;
  }
}

.home02-testimonial .item {
  width: 100%;
}

.home02-testimonial .item .ts-blockquote-02 {
  width: 100%;
  max-width: 760px;
  margin-bottom: 0;
}

.home03-about-us .title {
  color: #333333;
  font-size: 48px;
}

.home03-about-us .counter-up-01 {
  padding-left: 0;
  text-align: left;
  min-width: 0;
}

.home03-about-us-cover {
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
}

.home03-about-us-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .home03-about-us .counter-up-01 {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
  }
}

@media (max-width: 575.98px) {
  .home03-about-us .counter-up-01 {
    font-size: 36px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    text-align: center;
  }
}

.home03-commit {
  background-image: url("../images/bg-commit-demo-02.c74d5ba85bff.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 80%;
}

@media (max-width: 991.98px) {
  .home03-commit {
    background-size: auto auto;
  }
}

@media (min-width: 992px) {
  .home03-whyus-desc {
    width: 80%;
  }
}

.home03-subcrible {
  color: #ffffff;
  position: relative;
  background: url("../images/about-us-02-demo.fa64fc69dcde.jpeg");
}

.home03-subcrible .title {
  font-weight: 400;
  font-size: 24px;
}

.home03-subcrible .ts-overlay {
  opacity: 0.95;
}

.home04-about-us .carousel-testimonial-thumb {
  padding-left: 50px;
}

.home04-process {
  position: relative;
}

.home04-process .left {
  position: absolute;
  width: 41.66667%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.home04-process .left img {
  height: 800px;
  width: auto;
  max-width: none;
}

.home04-commit {
  background-image: url("../images/bg-commit-demo-02.c74d5ba85bff.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 80%;
}

.home04-commit img {
  max-width: 360px;
}

@media (max-width: 991.98px) {
  .home04-commit {
    background-size: auto auto;
  }
}

.home04-blog .heading-block-section {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
}

.home04-blog .heading-block-section .ts-input--white {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  height: 38px;
  width: 100%;
  padding-left: 15px;
}

.home04-team .item {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  margin: 0 10px;
}

.home05-services .icon-box-03 {
  background-color: transparent;
  padding: 0;
}

.home05-services .icon-box-03 .desc {
  margin: 0;
}

.home05-services .icon-box-03:hover {
  box-shadow: none;
}

.home05-why-us {
  position: relative;
}

.home05-why-us .right {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}

.home05-why-us .right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.home05-questions {
  background-image: url("../images/bg-square.8144b26acc93.png");
  background-position: 0 0;
  background-repeat: repeat;
}

.home05-callback {
  color: #ffffff;
  position: relative;
  background: url("../images/about-us-02-demo.fa64fc69dcde.jpeg");
}

.home05-callback .ts-overlay {
  opacity: 0.95;
}

.shop-filter {
  padding: 15px 25px;
  background-color: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-filter p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .shop-filter p {
    margin-bottom: 8px;
  }
}

.select-orderby .btn-light {
  background-color: #cccccc;
}

.select-orderby.show .btn-light {
  background-color: #00abc9;
  color: #ffffff;
}

.project-detail__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.8125rem;
  width: 100%;
}

.project-detail__control h5 {
  font-size: 1rem;
  margin: 0;
  padding-top: 5px;
}

.project-detail__control .item {
  transition: all 0.2s ease-in-out;
  color: #999999;
}

.project-detail__control .item:hover {
  color: #00abc9;
  text-decoration: none;
}

.project-detail__control .item:hover h5 {
  color: #00abc9;
}

.project-detail__control .ts-btn {
  min-width: 150px;
  height: 100%;
  margin: 0 15px;
}

@media (max-width: 575.98px) {
  .project-detail__control {
    font-size: 0.8125rem;
  }
  .project-detail__control .item {
    width: 30%;
  }
  .project-detail__control h5 {
    font-size: 13px;
  }
  .project-detail__control .ts-btn {
    min-width: 120px;
    height: 100%;
    margin: 0 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.lh1 {
  line-height: 1;
}

.color--fb06 {
  color: rgba(0, 0, 0, 0.6);
}

.color--fw06, .ts-blog-card-widget-01.in-dark .ts-blog-card-meta .time {
  color: rgba(255, 255, 255, 0.6);
}

.shadow01 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow02, .ts-portfolio-03 .card-body-inner, .ts-blog-card-06 .card-body-inner, .ts-team-card-06 .card-body-inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow03 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow04 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow05 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*==================================================
 * Effect 1
 * ===============================================*/
.shadow-effect1 {
  box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.shadow-effect2 {
  position: relative;
}

.shadow-effect2:before,
.shadow-effect2:after {
  z-index: -2;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.shadow-effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
  z-index: -3;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.shadow-effect3 {
  position: relative;
}

.shadow-effect3:before {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.shadow-effect4 {
  position: relative;
}

.shadow-effect4:after {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.shadow-effect5 {
  position: relative;
}

.shadow-effect5:before,
.shadow-effect5:after {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 35px 20px #777;
  transform: rotate(-8deg);
}

.shadow-effect5:after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.shadow-effect6 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow-effect6:before,
.shadow-effect6:after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.shadow-effect6:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.shadow-effect7 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow-effect7:before,
.shadow-effect7:after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.shadow-effect7:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.shadow-effect8 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow-effect8:before,
.shadow-effect8:after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px;
}

.shadow-effect8:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.heading-block-section {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  min-height: calc(100% + 30px);
  border-left: 5px solid #095a73;
}

.heading-block-section .inner {
  width: calc(100% + 50px);
  color: #666666;
  border-radius: 2px;
  padding: 40px 60px 40px 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.heading-block-section .inner .title {
  color: #333333;
}

@media (max-width: 991.98px) {
  .heading-block-section {
    display: block;
    margin-bottom: 30px;
    border-left: 0;
    border-top: 5px solid #095a73;
  }
  .heading-block-section .inner {
    width: 100%;
    padding: 30px;
  }
}

.color--fb1 {
  color: rgba(0, 0, 0, 0.1);
}

.color--fb2 {
  color: rgba(0, 0, 0, 0.2);
}

.color--fb3 {
  color: rgba(0, 0, 0, 0.3);
}

.color--fb4 {
  color: rgba(0, 0, 0, 0.4);
}

.color--fb5, .ts-portfolio-02 .card-body .category a, .ts-team-card-05 .team-card-phone a {
  color: rgba(0, 0, 0, 0.5);
}

.color--fb6, .counter-up-02 .content span, .icon-box-04-content-desc, .portfolio-filter-01 a, .ts-team-card-01 .team-card-title, .ts-team-card-05 .team-card-title, .ts-testimonial-01 .testimonial-detail .title, .ts-testimonial-01 .testimonial-meta-title, .page-about-about-us .title-wrap .content span, .home02-about-us .title-wrap .content span {
  color: rgba(0, 0, 0, 0.6);
}

.color--fb7, .ts-blockquote-02.in-light .blockquote-footer, .ts-blog-card-widget-01 .ts-blog-card-meta .time, .ts-header-05-info .header-05-right .item {
  color: rgba(0, 0, 0, 0.7);
}

.color--fb8 {
  color: rgba(0, 0, 0, 0.8);
}

.color--fb9 {
  color: rgba(0, 0, 0, 0.9);
}

.color--fw1 {
  color: rgba(255, 255, 255, 0.1);
}

.color--fw2 {
  color: rgba(255, 255, 255, 0.2);
}

.color--fw3 {
  color: rgba(255, 255, 255, 0.3);
}

.color--fw4 {
  color: rgba(255, 255, 255, 0.4);
}

.color--fw5 {
  color: rgba(255, 255, 255, 0.5);
}

.color--fw6, .icon-box-04.in-dark .icon-box-04-content-desc {
  color: rgba(255, 255, 255, 0.6);
}

.color--fw7, .ts-blockquote-02.in-dark .blockquote-footer, .ts-portfolio-03 .card-body .meta span, .ts-blog-card-06 .card-body .meta span,
.ts-portfolio-03 .card-body .meta a,
.ts-blog-card-06 .card-body .meta a, .ts-portfolio-03 .card-body .category a:not(:last-of-type):after, .ts-blog-card-06 .card-body .category a:not(:last-of-type):after, .ts-team-card-06 .card-body .meta span,
.ts-team-card-06 .card-body .meta a, .widget-footer-links.in-dark ul li a, .copyright-01, .copyright-02 {
  color: rgba(255, 255, 255, 0.7);
}

.color--fw8 {
  color: rgba(255, 255, 255, 0.8);
}

.color--fw9 {
  color: rgba(255, 255, 255, 0.9);
}

.divider-section-01 {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.or-spacer {
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}

.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #000000;
}

.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.w-80 {
  width: 80%;
}

.dim-image {
  filter: grayscale(100%);
}

body.ie {
  height: 100%;
  overflow: hidden;
  position: relative;
}

body.ie .overlay-browser-not-support {
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9999;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

body.ie .overlay-browser-not-support h1 {
  font-size: 60px;
}

.free-size > .card-cover:before {
  display: none !important;
}

.free-size > .card-cover > .card-img {
  position: static !important;
}

/*# sourceMappingURL=main.css.0c22f0d8f484.map */
