@charset "UTF-8";
/*
Theme Name: Blanka
Author: adam.forest@gmail.com
Description: Blanka 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; }

.up-case {text-transform: uppercase;}

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


/*Custom*/

.sdesc {
	display: block;
    margin: 0 0 0 25px;
    line-height: 1;
	color: #999;
}
.slink {
	text-transform: uppercase;
}

.result {
	position: fixed;
    top: 45%;
    left: 32%;
    color: white;
    font-size: 16px;
    border-radius: 2px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    
} 
.result_error {
	background: red;
	padding: 15px 40px;
}
.result_success {
	background: green;
	padding: 15px 40px;
}

.message {
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
        position: absolute;
	/*height: 25px;*/
 /*   display: block;*/
}
.message_error {
	color: red;
}


/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  min-width: 120px;
  margin-bottom: 0;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 30px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #19719A;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #19719A;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

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; }


.bg-heading {
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px 10px;
}
.statement {
	margin-top: 50px;
	background: #19719A;
	color: #fff;
	padding: 20px 40px;
	font-size: 17px;
}
.block {
	display:block !important; 
}

.block li {
	width: 100% !important;
}

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, .ts-blockquote-03 {
  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, .footer-02 .footer-inner, .footer-06 .footer-inner, .row-g-10, .row-g-20, .row-g-40, .row-g-45, .row-g-50 {
  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--ghost-02, .ts-input--light, .ts-input, .ts-input-line, .ts-input--ghost-03, .ts-input-02, .ts-input-03, .ts-input-grey, .ts-input--light-02 {
  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--ghost-02, .ts-input--light, .ts-input, .ts-input-line, .ts-input--ghost-03, .ts-input-02, .ts-input-03, .ts-input-grey, .ts-input--light-02 {
      transition: none; } }
  .form-control::-ms-expand, .ts-input--ghost::-ms-expand, .ts-input--ghost-02::-ms-expand, .ts-input--light::-ms-expand, .ts-input::-ms-expand, .ts-input-line::-ms-expand, .ts-input--ghost-03::-ms-expand, .ts-input-02::-ms-expand, .ts-input-03::-ms-expand, .ts-input-grey::-ms-expand, .ts-input--light-02::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .ts-input--ghost:focus, .ts-input--ghost-02:focus, .ts-input--light:focus, .ts-input:focus, .ts-input-line:focus, .ts-input--ghost-03:focus, .ts-input-02:focus, .ts-input-03:focus, .ts-input-grey:focus, .ts-input--light-02: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--ghost-02:-ms-input-placeholder, .ts-input--light:-ms-input-placeholder, .ts-input:-ms-input-placeholder, .ts-input-line:-ms-input-placeholder, .ts-input--ghost-03:-ms-input-placeholder, .ts-input-02:-ms-input-placeholder, .ts-input-03:-ms-input-placeholder, .ts-input-grey:-ms-input-placeholder, .ts-input--light-02:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder, .ts-input--ghost::placeholder, .ts-input--ghost-02::placeholder, .ts-input--light::placeholder, .ts-input::placeholder, .ts-input-line::placeholder, .ts-input--ghost-03::placeholder, .ts-input-02::placeholder, .ts-input-03::placeholder, .ts-input-grey::placeholder, .ts-input--light-02::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .ts-input--ghost:disabled, .ts-input--ghost-02:disabled, .ts-input--light:disabled, .ts-input:disabled, .ts-input-line:disabled, .ts-input--ghost-03:disabled, .ts-input-02:disabled, .ts-input-03:disabled, .ts-input-grey:disabled, .ts-input--light-02:disabled, .form-control[readonly], .ts-input--ghost[readonly], .ts-input--ghost-02[readonly], .ts-input--light[readonly], .ts-input[readonly], .ts-input-line[readonly], .ts-input--ghost-03[readonly], .ts-input-02[readonly], .ts-input-03[readonly], .ts-input-grey[readonly], .ts-input--light-02[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, select.ts-input--ghost:focus::-ms-value, select.ts-input--ghost-02:focus::-ms-value, select.ts-input--light:focus::-ms-value, select.ts-input:focus::-ms-value, select.ts-input-line:focus::-ms-value, select.ts-input--ghost-03:focus::-ms-value, select.ts-input-02:focus::-ms-value, select.ts-input-03:focus::-ms-value, select.ts-input-grey:focus::-ms-value, select.ts-input--light-02: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--ghost-02[size], select.ts-input--light[size], select.ts-input[size], select.ts-input-line[size], select.ts-input--ghost-03[size], select.ts-input-02[size], select.ts-input-03[size], select.ts-input-grey[size], select.ts-input--light-02[size], select.form-control[multiple], select.ts-input--ghost[multiple], select.ts-input--ghost-02[multiple], select.ts-input--light[multiple], select.ts-input[multiple], select.ts-input-line[multiple], select.ts-input--ghost-03[multiple], select.ts-input-02[multiple], select.ts-input-03[multiple], select.ts-input-grey[multiple], select.ts-input--light-02[multiple] {
  height: auto; }

textarea.form-control, textarea.ts-input--ghost, textarea.ts-input--ghost-02, textarea.ts-input--light, textarea.ts-input, textarea.ts-input-line, textarea.ts-input--ghost-03, textarea.ts-input-02, textarea.ts-input-03, textarea.ts-input-grey, textarea.ts-input--light-02 {
  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--ghost-02:valid, .was-validated .ts-input--light:valid, .was-validated .ts-input:valid, .was-validated .ts-input-line:valid, .was-validated .ts-input--ghost-03:valid, .was-validated .ts-input-02:valid, .was-validated .ts-input-03:valid, .was-validated .ts-input-grey:valid, .was-validated .ts-input--light-02:valid, .form-control.is-valid, .is-valid.ts-input--ghost, .is-valid.ts-input--ghost-02, .is-valid.ts-input--light, .is-valid.ts-input, .is-valid.ts-input-line, .is-valid.ts-input--ghost-03, .is-valid.ts-input-02, .is-valid.ts-input-03, .is-valid.ts-input-grey, .is-valid.ts-input--light-02 {
  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--ghost-02:valid:focus, .was-validated .ts-input--light:valid:focus, .was-validated .ts-input:valid:focus, .was-validated .ts-input-line:valid:focus, .was-validated .ts-input--ghost-03:valid:focus, .was-validated .ts-input-02:valid:focus, .was-validated .ts-input-03:valid:focus, .was-validated .ts-input-grey:valid:focus, .was-validated .ts-input--light-02:valid:focus, .form-control.is-valid:focus, .is-valid.ts-input--ghost:focus, .is-valid.ts-input--ghost-02:focus, .is-valid.ts-input--light:focus, .is-valid.ts-input:focus, .is-valid.ts-input-line:focus, .is-valid.ts-input--ghost-03:focus, .is-valid.ts-input-02:focus, .is-valid.ts-input-03:focus, .is-valid.ts-input-grey:focus, .is-valid.ts-input--light-02: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--ghost-02:valid ~ .valid-feedback, .was-validated .ts-input--light:valid ~ .valid-feedback, .was-validated .ts-input:valid ~ .valid-feedback, .was-validated .ts-input-line:valid ~ .valid-feedback, .was-validated .ts-input--ghost-03:valid ~ .valid-feedback, .was-validated .ts-input-02:valid ~ .valid-feedback, .was-validated .ts-input-03:valid ~ .valid-feedback, .was-validated .ts-input-grey:valid ~ .valid-feedback, .was-validated .ts-input--light-02:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .ts-input--ghost:valid ~ .valid-tooltip,
  .was-validated .ts-input--ghost-02:valid ~ .valid-tooltip,
  .was-validated .ts-input--light:valid ~ .valid-tooltip,
  .was-validated .ts-input:valid ~ .valid-tooltip,
  .was-validated .ts-input-line:valid ~ .valid-tooltip,
  .was-validated .ts-input--ghost-03:valid ~ .valid-tooltip,
  .was-validated .ts-input-02:valid ~ .valid-tooltip,
  .was-validated .ts-input-03:valid ~ .valid-tooltip,
  .was-validated .ts-input-grey:valid ~ .valid-tooltip,
  .was-validated .ts-input--light-02:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.ts-input--ghost ~ .valid-feedback, .is-valid.ts-input--ghost-02 ~ .valid-feedback, .is-valid.ts-input--light ~ .valid-feedback, .is-valid.ts-input ~ .valid-feedback, .is-valid.ts-input-line ~ .valid-feedback, .is-valid.ts-input--ghost-03 ~ .valid-feedback, .is-valid.ts-input-02 ~ .valid-feedback, .is-valid.ts-input-03 ~ .valid-feedback, .is-valid.ts-input-grey ~ .valid-feedback, .is-valid.ts-input--light-02 ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .is-valid.ts-input--ghost ~ .valid-tooltip,
  .is-valid.ts-input--ghost-02 ~ .valid-tooltip,
  .is-valid.ts-input--light ~ .valid-tooltip,
  .is-valid.ts-input ~ .valid-tooltip,
  .is-valid.ts-input-line ~ .valid-tooltip,
  .is-valid.ts-input--ghost-03 ~ .valid-tooltip,
  .is-valid.ts-input-02 ~ .valid-tooltip,
  .is-valid.ts-input-03 ~ .valid-tooltip,
  .is-valid.ts-input-grey ~ .valid-tooltip,
  .is-valid.ts-input--light-02 ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, .was-validated textarea.ts-input--ghost:valid, .was-validated textarea.ts-input--ghost-02:valid, .was-validated textarea.ts-input--light:valid, .was-validated textarea.ts-input:valid, .was-validated textarea.ts-input-line:valid, .was-validated textarea.ts-input--ghost-03:valid, .was-validated textarea.ts-input-02:valid, .was-validated textarea.ts-input-03:valid, .was-validated textarea.ts-input-grey:valid, .was-validated textarea.ts-input--light-02:valid, textarea.form-control.is-valid, textarea.is-valid.ts-input--ghost, textarea.is-valid.ts-input--ghost-02, textarea.is-valid.ts-input--light, textarea.is-valid.ts-input, textarea.is-valid.ts-input-line, textarea.is-valid.ts-input--ghost-03, textarea.is-valid.ts-input-02, textarea.is-valid.ts-input-03, textarea.is-valid.ts-input-grey, textarea.is-valid.ts-input--light-02 {
  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--ghost-02:invalid, .was-validated .ts-input--light:invalid, .was-validated .ts-input:invalid, .was-validated .ts-input-line:invalid, .was-validated .ts-input--ghost-03:invalid, .was-validated .ts-input-02:invalid, .was-validated .ts-input-03:invalid, .was-validated .ts-input-grey:invalid, .was-validated .ts-input--light-02:invalid, .form-control.is-invalid, .is-invalid.ts-input--ghost, .is-invalid.ts-input--ghost-02, .is-invalid.ts-input--light, .is-invalid.ts-input, .is-invalid.ts-input-line, .is-invalid.ts-input--ghost-03, .is-invalid.ts-input-02, .is-invalid.ts-input-03, .is-invalid.ts-input-grey, .is-invalid.ts-input--light-02 {
  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--ghost-02:invalid:focus, .was-validated .ts-input--light:invalid:focus, .was-validated .ts-input:invalid:focus, .was-validated .ts-input-line:invalid:focus, .was-validated .ts-input--ghost-03:invalid:focus, .was-validated .ts-input-02:invalid:focus, .was-validated .ts-input-03:invalid:focus, .was-validated .ts-input-grey:invalid:focus, .was-validated .ts-input--light-02:invalid:focus, .form-control.is-invalid:focus, .is-invalid.ts-input--ghost:focus, .is-invalid.ts-input--ghost-02:focus, .is-invalid.ts-input--light:focus, .is-invalid.ts-input:focus, .is-invalid.ts-input-line:focus, .is-invalid.ts-input--ghost-03:focus, .is-invalid.ts-input-02:focus, .is-invalid.ts-input-03:focus, .is-invalid.ts-input-grey:focus, .is-invalid.ts-input--light-02: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--ghost-02:invalid ~ .invalid-feedback, .was-validated .ts-input--light:invalid ~ .invalid-feedback, .was-validated .ts-input:invalid ~ .invalid-feedback, .was-validated .ts-input-line:invalid ~ .invalid-feedback, .was-validated .ts-input--ghost-03:invalid ~ .invalid-feedback, .was-validated .ts-input-02:invalid ~ .invalid-feedback, .was-validated .ts-input-03:invalid ~ .invalid-feedback, .was-validated .ts-input-grey:invalid ~ .invalid-feedback, .was-validated .ts-input--light-02:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .ts-input--ghost:invalid ~ .invalid-tooltip,
  .was-validated .ts-input--ghost-02:invalid ~ .invalid-tooltip,
  .was-validated .ts-input--light:invalid ~ .invalid-tooltip,
  .was-validated .ts-input:invalid ~ .invalid-tooltip,
  .was-validated .ts-input-line:invalid ~ .invalid-tooltip,
  .was-validated .ts-input--ghost-03:invalid ~ .invalid-tooltip,
  .was-validated .ts-input-02:invalid ~ .invalid-tooltip,
  .was-validated .ts-input-03:invalid ~ .invalid-tooltip,
  .was-validated .ts-input-grey:invalid ~ .invalid-tooltip,
  .was-validated .ts-input--light-02:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.ts-input--ghost ~ .invalid-feedback, .is-invalid.ts-input--ghost-02 ~ .invalid-feedback, .is-invalid.ts-input--light ~ .invalid-feedback, .is-invalid.ts-input ~ .invalid-feedback, .is-invalid.ts-input-line ~ .invalid-feedback, .is-invalid.ts-input--ghost-03 ~ .invalid-feedback, .is-invalid.ts-input-02 ~ .invalid-feedback, .is-invalid.ts-input-03 ~ .invalid-feedback, .is-invalid.ts-input-grey ~ .invalid-feedback, .is-invalid.ts-input--light-02 ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .is-invalid.ts-input--ghost ~ .invalid-tooltip,
  .is-invalid.ts-input--ghost-02 ~ .invalid-tooltip,
  .is-invalid.ts-input--light ~ .invalid-tooltip,
  .is-invalid.ts-input ~ .invalid-tooltip,
  .is-invalid.ts-input-line ~ .invalid-tooltip,
  .is-invalid.ts-input--ghost-03 ~ .invalid-tooltip,
  .is-invalid.ts-input-02 ~ .invalid-tooltip,
  .is-invalid.ts-input-03 ~ .invalid-tooltip,
  .is-invalid.ts-input-grey ~ .invalid-tooltip,
  .is-invalid.ts-input--light-02 ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, .was-validated textarea.ts-input--ghost:invalid, .was-validated textarea.ts-input--ghost-02:invalid, .was-validated textarea.ts-input--light:invalid, .was-validated textarea.ts-input:invalid, .was-validated textarea.ts-input-line:invalid, .was-validated textarea.ts-input--ghost-03:invalid, .was-validated textarea.ts-input-02:invalid, .was-validated textarea.ts-input-03:invalid, .was-validated textarea.ts-input-grey:invalid, .was-validated textarea.ts-input--light-02:invalid, textarea.form-control.is-invalid, textarea.is-invalid.ts-input--ghost, textarea.is-invalid.ts-input--ghost-02, textarea.is-invalid.ts-input--light, textarea.is-invalid.ts-input, textarea.is-invalid.ts-input-line, textarea.is-invalid.ts-input--ghost-03, textarea.is-invalid.ts-input-02, textarea.is-invalid.ts-input-03, textarea.is-invalid.ts-input-grey, textarea.is-invalid.ts-input--light-02 {
  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--ghost-02, .form-inline .ts-input--light, .form-inline .ts-input, .form-inline .ts-input-line, .form-inline .ts-input--ghost-03, .form-inline .ts-input-02, .form-inline .ts-input-03, .form-inline .ts-input-grey, .form-inline .ts-input--light-02 {
      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--ghost-02, .input-group > .ts-input--light, .input-group > .ts-input, .input-group > .ts-input-line, .input-group > .ts-input--ghost-03, .input-group > .ts-input-02, .input-group > .ts-input-03, .input-group > .ts-input-grey, .input-group > .ts-input--light-02,
  .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--ghost-02 + .form-control, .input-group > .ts-input--light + .form-control, .input-group > .ts-input + .form-control, .input-group > .ts-input-line + .form-control, .input-group > .ts-input--ghost-03 + .form-control, .input-group > .ts-input-02 + .form-control, .input-group > .ts-input-03 + .form-control, .input-group > .ts-input-grey + .form-control, .input-group > .ts-input--light-02 + .form-control, .input-group > .form-control + .ts-input--ghost, .input-group > .ts-input--ghost + .ts-input--ghost, .input-group > .ts-input--ghost-02 + .ts-input--ghost, .input-group > .ts-input--light + .ts-input--ghost, .input-group > .ts-input + .ts-input--ghost, .input-group > .ts-input-line + .ts-input--ghost, .input-group > .ts-input--ghost-03 + .ts-input--ghost, .input-group > .ts-input-02 + .ts-input--ghost, .input-group > .ts-input-03 + .ts-input--ghost, .input-group > .ts-input-grey + .ts-input--ghost, .input-group > .ts-input--light-02 + .ts-input--ghost, .input-group > .form-control + .ts-input--ghost-02, .input-group > .ts-input--ghost + .ts-input--ghost-02, .input-group > .ts-input--ghost-02 + .ts-input--ghost-02, .input-group > .ts-input--light + .ts-input--ghost-02, .input-group > .ts-input + .ts-input--ghost-02, .input-group > .ts-input-line + .ts-input--ghost-02, .input-group > .ts-input--ghost-03 + .ts-input--ghost-02, .input-group > .ts-input-02 + .ts-input--ghost-02, .input-group > .ts-input-03 + .ts-input--ghost-02, .input-group > .ts-input-grey + .ts-input--ghost-02, .input-group > .ts-input--light-02 + .ts-input--ghost-02, .input-group > .form-control + .ts-input--light, .input-group > .ts-input--ghost + .ts-input--light, .input-group > .ts-input--ghost-02 + .ts-input--light, .input-group > .ts-input--light + .ts-input--light, .input-group > .ts-input + .ts-input--light, .input-group > .ts-input-line + .ts-input--light, .input-group > .ts-input--ghost-03 + .ts-input--light, .input-group > .ts-input-02 + .ts-input--light, .input-group > .ts-input-03 + .ts-input--light, .input-group > .ts-input-grey + .ts-input--light, .input-group > .ts-input--light-02 + .ts-input--light, .input-group > .form-control + .ts-input, .input-group > .ts-input--ghost + .ts-input, .input-group > .ts-input--ghost-02 + .ts-input, .input-group > .ts-input--light + .ts-input, .input-group > .ts-input + .ts-input, .input-group > .ts-input-line + .ts-input, .input-group > .ts-input--ghost-03 + .ts-input, .input-group > .ts-input-02 + .ts-input, .input-group > .ts-input-03 + .ts-input, .input-group > .ts-input-grey + .ts-input, .input-group > .ts-input--light-02 + .ts-input, .input-group > .form-control + .ts-input-line, .input-group > .ts-input--ghost + .ts-input-line, .input-group > .ts-input--ghost-02 + .ts-input-line, .input-group > .ts-input--light + .ts-input-line, .input-group > .ts-input + .ts-input-line, .input-group > .ts-input-line + .ts-input-line, .input-group > .ts-input--ghost-03 + .ts-input-line, .input-group > .ts-input-02 + .ts-input-line, .input-group > .ts-input-03 + .ts-input-line, .input-group > .ts-input-grey + .ts-input-line, .input-group > .ts-input--light-02 + .ts-input-line, .input-group > .form-control + .ts-input--ghost-03, .input-group > .ts-input--ghost + .ts-input--ghost-03, .input-group > .ts-input--ghost-02 + .ts-input--ghost-03, .input-group > .ts-input--light + .ts-input--ghost-03, .input-group > .ts-input + .ts-input--ghost-03, .input-group > .ts-input-line + .ts-input--ghost-03, .input-group > .ts-input--ghost-03 + .ts-input--ghost-03, .input-group > .ts-input-02 + .ts-input--ghost-03, .input-group > .ts-input-03 + .ts-input--ghost-03, .input-group > .ts-input-grey + .ts-input--ghost-03, .input-group > .ts-input--light-02 + .ts-input--ghost-03, .input-group > .form-control + .ts-input-02, .input-group > .ts-input--ghost + .ts-input-02, .input-group > .ts-input--ghost-02 + .ts-input-02, .input-group > .ts-input--light + .ts-input-02, .input-group > .ts-input + .ts-input-02, .input-group > .ts-input-line + .ts-input-02, .input-group > .ts-input--ghost-03 + .ts-input-02, .input-group > .ts-input-02 + .ts-input-02, .input-group > .ts-input-03 + .ts-input-02, .input-group > .ts-input-grey + .ts-input-02, .input-group > .ts-input--light-02 + .ts-input-02, .input-group > .form-control + .ts-input-03, .input-group > .ts-input--ghost + .ts-input-03, .input-group > .ts-input--ghost-02 + .ts-input-03, .input-group > .ts-input--light + .ts-input-03, .input-group > .ts-input + .ts-input-03, .input-group > .ts-input-line + .ts-input-03, .input-group > .ts-input--ghost-03 + .ts-input-03, .input-group > .ts-input-02 + .ts-input-03, .input-group > .ts-input-03 + .ts-input-03, .input-group > .ts-input-grey + .ts-input-03, .input-group > .ts-input--light-02 + .ts-input-03, .input-group > .form-control + .ts-input-grey, .input-group > .ts-input--ghost + .ts-input-grey, .input-group > .ts-input--ghost-02 + .ts-input-grey, .input-group > .ts-input--light + .ts-input-grey, .input-group > .ts-input + .ts-input-grey, .input-group > .ts-input-line + .ts-input-grey, .input-group > .ts-input--ghost-03 + .ts-input-grey, .input-group > .ts-input-02 + .ts-input-grey, .input-group > .ts-input-03 + .ts-input-grey, .input-group > .ts-input-grey + .ts-input-grey, .input-group > .ts-input--light-02 + .ts-input-grey, .input-group > .form-control + .ts-input--light-02, .input-group > .ts-input--ghost + .ts-input--light-02, .input-group > .ts-input--ghost-02 + .ts-input--light-02, .input-group > .ts-input--light + .ts-input--light-02, .input-group > .ts-input + .ts-input--light-02, .input-group > .ts-input-line + .ts-input--light-02, .input-group > .ts-input--ghost-03 + .ts-input--light-02, .input-group > .ts-input-02 + .ts-input--light-02, .input-group > .ts-input-03 + .ts-input--light-02, .input-group > .ts-input-grey + .ts-input--light-02, .input-group > .ts-input--light-02 + .ts-input--light-02,
    .input-group > .form-control + .custom-select,
    .input-group > .ts-input--ghost + .custom-select,
    .input-group > .ts-input--ghost-02 + .custom-select,
    .input-group > .ts-input--light + .custom-select,
    .input-group > .ts-input + .custom-select,
    .input-group > .ts-input-line + .custom-select,
    .input-group > .ts-input--ghost-03 + .custom-select,
    .input-group > .ts-input-02 + .custom-select,
    .input-group > .ts-input-03 + .custom-select,
    .input-group > .ts-input-grey + .custom-select,
    .input-group > .ts-input--light-02 + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .ts-input--ghost + .custom-file,
    .input-group > .ts-input--ghost-02 + .custom-file,
    .input-group > .ts-input--light + .custom-file,
    .input-group > .ts-input + .custom-file,
    .input-group > .ts-input-line + .custom-file,
    .input-group > .ts-input--ghost-03 + .custom-file,
    .input-group > .ts-input-02 + .custom-file,
    .input-group > .ts-input-03 + .custom-file,
    .input-group > .ts-input-grey + .custom-file,
    .input-group > .ts-input--light-02 + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .ts-input--ghost,
    .input-group > .form-control-plaintext + .ts-input--ghost-02,
    .input-group > .form-control-plaintext + .ts-input--light,
    .input-group > .form-control-plaintext + .ts-input,
    .input-group > .form-control-plaintext + .ts-input-line,
    .input-group > .form-control-plaintext + .ts-input--ghost-03,
    .input-group > .form-control-plaintext + .ts-input-02,
    .input-group > .form-control-plaintext + .ts-input-03,
    .input-group > .form-control-plaintext + .ts-input-grey,
    .input-group > .form-control-plaintext + .ts-input--light-02,
    .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--ghost-02,
    .input-group > .custom-select + .ts-input--light,
    .input-group > .custom-select + .ts-input,
    .input-group > .custom-select + .ts-input-line,
    .input-group > .custom-select + .ts-input--ghost-03,
    .input-group > .custom-select + .ts-input-02,
    .input-group > .custom-select + .ts-input-03,
    .input-group > .custom-select + .ts-input-grey,
    .input-group > .custom-select + .ts-input--light-02,
    .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--ghost-02,
    .input-group > .custom-file + .ts-input--light,
    .input-group > .custom-file + .ts-input,
    .input-group > .custom-file + .ts-input-line,
    .input-group > .custom-file + .ts-input--ghost-03,
    .input-group > .custom-file + .ts-input-02,
    .input-group > .custom-file + .ts-input-03,
    .input-group > .custom-file + .ts-input-grey,
    .input-group > .custom-file + .ts-input--light-02,
    .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--ghost-02:focus, .input-group > .ts-input--light:focus, .input-group > .ts-input:focus, .input-group > .ts-input-line:focus, .input-group > .ts-input--ghost-03:focus, .input-group > .ts-input-02:focus, .input-group > .ts-input-03:focus, .input-group > .ts-input-grey:focus, .input-group > .ts-input--light-02: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--ghost-02:not(:last-child), .input-group > .ts-input--light:not(:last-child), .input-group > .ts-input:not(:last-child), .input-group > .ts-input-line:not(:last-child), .input-group > .ts-input--ghost-03:not(:last-child), .input-group > .ts-input-02:not(:last-child), .input-group > .ts-input-03:not(:last-child), .input-group > .ts-input-grey:not(:last-child), .input-group > .ts-input--light-02: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--ghost-02:not(:first-child), .input-group > .ts-input--light:not(:first-child), .input-group > .ts-input:not(:first-child), .input-group > .ts-input-line:not(:first-child), .input-group > .ts-input--ghost-03:not(:first-child), .input-group > .ts-input-02:not(:first-child), .input-group > .ts-input-03:not(:first-child), .input-group > .ts-input-grey:not(:first-child), .input-group > .ts-input--light-02: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--ghost-02:not(textarea), .input-group-lg > .ts-input--light:not(textarea), .input-group-lg > .ts-input:not(textarea), .input-group-lg > .ts-input-line:not(textarea), .input-group-lg > .ts-input--ghost-03:not(textarea), .input-group-lg > .ts-input-02:not(textarea), .input-group-lg > .ts-input-03:not(textarea), .input-group-lg > .ts-input-grey:not(textarea), .input-group-lg > .ts-input--light-02: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--ghost-02, .input-group-lg > .ts-input--light, .input-group-lg > .ts-input, .input-group-lg > .ts-input-line, .input-group-lg > .ts-input--ghost-03, .input-group-lg > .ts-input-02, .input-group-lg > .ts-input-03, .input-group-lg > .ts-input-grey, .input-group-lg > .ts-input--light-02,
.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--ghost-02:not(textarea), .input-group-sm > .ts-input--light:not(textarea), .input-group-sm > .ts-input:not(textarea), .input-group-sm > .ts-input-line:not(textarea), .input-group-sm > .ts-input--ghost-03:not(textarea), .input-group-sm > .ts-input-02:not(textarea), .input-group-sm > .ts-input-03:not(textarea), .input-group-sm > .ts-input-grey:not(textarea), .input-group-sm > .ts-input--light-02: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--ghost-02, .input-group-sm > .ts-input--light, .input-group-sm > .ts-input, .input-group-sm > .ts-input-line, .input-group-sm > .ts-input--ghost-03, .input-group-sm > .ts-input-02, .input-group-sm > .ts-input-03, .input-group-sm > .ts-input-grey, .input-group-sm > .ts-input--light-02,
.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-blog-card-07, .ts-blog-card-08, .ts-portfolio-01, .ts-portfolio-02, .ts-portfolio-03, .ts-blog-card-06, .ts-product-card-widget, .ts-services-card-01, .ts-services-card-02, .ts-team-card-01, .ts-team-card-02, .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-blog-card-07 > hr, .ts-blog-card-08 > 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-services-card-02 > hr, .ts-team-card-01 > hr, .ts-team-card-02 > 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-blog-card-07 > .list-group:first-child .list-group-item:first-child, .ts-blog-card-08 > .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-services-card-02 > .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-02 > .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-blog-card-07 > .list-group:last-child .list-group-item:last-child, .ts-blog-card-08 > .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-services-card-02 > .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-02 > .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-blog-card-07, .card-deck .ts-blog-card-08, .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-services-card-02, .card-deck .ts-team-card-01, .card-deck .ts-team-card-02, .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-blog-card-07, .card-deck .ts-blog-card-08, .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-services-card-02, .card-deck .ts-team-card-01, .card-deck .ts-team-card-02, .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-blog-card-07, .card-group > .ts-blog-card-08, .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-services-card-02, .card-group > .ts-team-card-01, .card-group > .ts-team-card-02, .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-blog-card-07, .card-group > .ts-blog-card-08, .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-services-card-02, .card-group > .ts-team-card-01, .card-group > .ts-team-card-02, .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-blog-card-07 + .card, .card-group > .ts-blog-card-08 + .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-services-card-02 + .card, .card-group > .ts-team-card-01 + .card, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-01, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-01, .card-group > .ts-team-card-01 + .ts-blog-card-01, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-02, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-02, .card-group > .ts-team-card-01 + .ts-blog-card-02, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-03, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-03, .card-group > .ts-team-card-01 + .ts-blog-card-03, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-04, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-04, .card-group > .ts-team-card-01 + .ts-blog-card-04, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-05, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-05, .card-group > .ts-team-card-01 + .ts-blog-card-05, .card-group > .ts-team-card-02 + .ts-blog-card-05, .card-group > .ts-team-card-06 + .ts-blog-card-05, .card-group > .card + .ts-blog-card-07, .card-group > .ts-blog-card-01 + .ts-blog-card-07, .card-group > .ts-blog-card-02 + .ts-blog-card-07, .card-group > .ts-blog-card-03 + .ts-blog-card-07, .card-group > .ts-blog-card-04 + .ts-blog-card-07, .card-group > .ts-blog-card-05 + .ts-blog-card-07, .card-group > .ts-blog-card-07 + .ts-blog-card-07, .card-group > .ts-blog-card-08 + .ts-blog-card-07, .card-group > .ts-portfolio-01 + .ts-blog-card-07, .card-group > .ts-portfolio-02 + .ts-blog-card-07, .card-group > .ts-portfolio-03 + .ts-blog-card-07, .card-group > .ts-blog-card-06 + .ts-blog-card-07, .card-group > .ts-product-card-widget + .ts-blog-card-07, .card-group > .ts-services-card-01 + .ts-blog-card-07, .card-group > .ts-services-card-02 + .ts-blog-card-07, .card-group > .ts-team-card-01 + .ts-blog-card-07, .card-group > .ts-team-card-02 + .ts-blog-card-07, .card-group > .ts-team-card-06 + .ts-blog-card-07, .card-group > .card + .ts-blog-card-08, .card-group > .ts-blog-card-01 + .ts-blog-card-08, .card-group > .ts-blog-card-02 + .ts-blog-card-08, .card-group > .ts-blog-card-03 + .ts-blog-card-08, .card-group > .ts-blog-card-04 + .ts-blog-card-08, .card-group > .ts-blog-card-05 + .ts-blog-card-08, .card-group > .ts-blog-card-07 + .ts-blog-card-08, .card-group > .ts-blog-card-08 + .ts-blog-card-08, .card-group > .ts-portfolio-01 + .ts-blog-card-08, .card-group > .ts-portfolio-02 + .ts-blog-card-08, .card-group > .ts-portfolio-03 + .ts-blog-card-08, .card-group > .ts-blog-card-06 + .ts-blog-card-08, .card-group > .ts-product-card-widget + .ts-blog-card-08, .card-group > .ts-services-card-01 + .ts-blog-card-08, .card-group > .ts-services-card-02 + .ts-blog-card-08, .card-group > .ts-team-card-01 + .ts-blog-card-08, .card-group > .ts-team-card-02 + .ts-blog-card-08, .card-group > .ts-team-card-06 + .ts-blog-card-08, .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-blog-card-07 + .ts-portfolio-01, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-portfolio-01, .card-group > .ts-team-card-01 + .ts-portfolio-01, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-portfolio-02, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-portfolio-02, .card-group > .ts-team-card-01 + .ts-portfolio-02, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-portfolio-03, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-portfolio-03, .card-group > .ts-team-card-01 + .ts-portfolio-03, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-blog-card-06, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-blog-card-06, .card-group > .ts-team-card-01 + .ts-blog-card-06, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-product-card-widget, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-product-card-widget, .card-group > .ts-team-card-01 + .ts-product-card-widget, .card-group > .ts-team-card-02 + .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-blog-card-07 + .ts-services-card-01, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-services-card-01, .card-group > .ts-team-card-01 + .ts-services-card-01, .card-group > .ts-team-card-02 + .ts-services-card-01, .card-group > .ts-team-card-06 + .ts-services-card-01, .card-group > .card + .ts-services-card-02, .card-group > .ts-blog-card-01 + .ts-services-card-02, .card-group > .ts-blog-card-02 + .ts-services-card-02, .card-group > .ts-blog-card-03 + .ts-services-card-02, .card-group > .ts-blog-card-04 + .ts-services-card-02, .card-group > .ts-blog-card-05 + .ts-services-card-02, .card-group > .ts-blog-card-07 + .ts-services-card-02, .card-group > .ts-blog-card-08 + .ts-services-card-02, .card-group > .ts-portfolio-01 + .ts-services-card-02, .card-group > .ts-portfolio-02 + .ts-services-card-02, .card-group > .ts-portfolio-03 + .ts-services-card-02, .card-group > .ts-blog-card-06 + .ts-services-card-02, .card-group > .ts-product-card-widget + .ts-services-card-02, .card-group > .ts-services-card-01 + .ts-services-card-02, .card-group > .ts-services-card-02 + .ts-services-card-02, .card-group > .ts-team-card-01 + .ts-services-card-02, .card-group > .ts-team-card-02 + .ts-services-card-02, .card-group > .ts-team-card-06 + .ts-services-card-02, .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-blog-card-07 + .ts-team-card-01, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-team-card-01, .card-group > .ts-team-card-01 + .ts-team-card-01, .card-group > .ts-team-card-02 + .ts-team-card-01, .card-group > .ts-team-card-06 + .ts-team-card-01, .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-blog-card-07 + .ts-team-card-02, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-team-card-02, .card-group > .ts-team-card-01 + .ts-team-card-02, .card-group > .ts-team-card-02 + .ts-team-card-02, .card-group > .ts-team-card-06 + .ts-team-card-02, .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-blog-card-07 + .ts-team-card-06, .card-group > .ts-blog-card-08 + .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-services-card-02 + .ts-team-card-06, .card-group > .ts-team-card-01 + .ts-team-card-06, .card-group > .ts-team-card-02 + .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-blog-card-07:first-child, .card-group > .ts-blog-card-08: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-services-card-02:first-child, .card-group > .ts-team-card-01:first-child, .card-group > .ts-team-card-02: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-blog-card-07:first-child .card-img-top, .card-group > .ts-blog-card-08: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-services-card-02:first-child .card-img-top, .card-group > .ts-team-card-01:first-child .card-img-top, .card-group > .ts-team-card-02: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-blog-card-07:first-child .card-header,
          .card-group > .ts-blog-card-08: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-services-card-02:first-child .card-header,
          .card-group > .ts-team-card-01:first-child .card-header,
          .card-group > .ts-team-card-02: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-blog-card-07:first-child .card-img-bottom, .card-group > .ts-blog-card-08: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-services-card-02:first-child .card-img-bottom, .card-group > .ts-team-card-01:first-child .card-img-bottom, .card-group > .ts-team-card-02: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-blog-card-07:first-child .card-footer,
          .card-group > .ts-blog-card-08: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-services-card-02:first-child .card-footer,
          .card-group > .ts-team-card-01:first-child .card-footer,
          .card-group > .ts-team-card-02: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-blog-card-07:last-child, .card-group > .ts-blog-card-08: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-services-card-02:last-child, .card-group > .ts-team-card-01:last-child, .card-group > .ts-team-card-02: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-blog-card-07:last-child .card-img-top, .card-group > .ts-blog-card-08: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-services-card-02:last-child .card-img-top, .card-group > .ts-team-card-01:last-child .card-img-top, .card-group > .ts-team-card-02: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-blog-card-07:last-child .card-header,
          .card-group > .ts-blog-card-08: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-services-card-02:last-child .card-header,
          .card-group > .ts-team-card-01:last-child .card-header,
          .card-group > .ts-team-card-02: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-blog-card-07:last-child .card-img-bottom, .card-group > .ts-blog-card-08: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-services-card-02:last-child .card-img-bottom, .card-group > .ts-team-card-01:last-child .card-img-bottom, .card-group > .ts-team-card-02: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-blog-card-07:last-child .card-footer,
          .card-group > .ts-blog-card-08: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-services-card-02:last-child .card-footer,
          .card-group > .ts-team-card-01:last-child .card-footer,
          .card-group > .ts-team-card-02: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-blog-card-07:only-child, .card-group > .ts-blog-card-08: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-services-card-02:only-child, .card-group > .ts-team-card-01:only-child, .card-group > .ts-team-card-02: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-blog-card-07:only-child .card-img-top, .card-group > .ts-blog-card-08: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-services-card-02:only-child .card-img-top, .card-group > .ts-team-card-01:only-child .card-img-top, .card-group > .ts-team-card-02: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-blog-card-07:only-child .card-header,
          .card-group > .ts-blog-card-08: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-services-card-02:only-child .card-header,
          .card-group > .ts-team-card-01:only-child .card-header,
          .card-group > .ts-team-card-02: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-blog-card-07:only-child .card-img-bottom, .card-group > .ts-blog-card-08: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-services-card-02:only-child .card-img-bottom, .card-group > .ts-team-card-01:only-child .card-img-bottom, .card-group > .ts-team-card-02: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-blog-card-07:only-child .card-footer,
          .card-group > .ts-blog-card-08: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-services-card-02:only-child .card-footer,
          .card-group > .ts-team-card-01:only-child .card-footer,
          .card-group > .ts-team-card-02: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-blog-card-07:not(:first-child):not(:last-child):not(:only-child), .card-group > .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:not(:first-child):not(:last-child):not(:only-child) .card-footer,
          .card-group > .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07, .card-columns .ts-blog-card-08, .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-services-card-02, .card-columns .ts-team-card-01, .card-columns .ts-team-card-02, .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-blog-card-07, .card-columns .ts-blog-card-08, .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-services-card-02, .card-columns .ts-team-card-01, .card-columns .ts-team-card-02, .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-blog-card-07, .accordion .ts-blog-card-08, .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-services-card-02, .accordion .ts-team-card-01, .accordion .ts-team-card-02, .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-blog-card-07:not(:first-of-type) .card-header:first-child, .accordion .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:not(:first-of-type):not(:last-of-type), .accordion .ts-blog-card-08: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-services-card-02: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-02: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-blog-card-07:first-of-type, .accordion .ts-blog-card-08: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-services-card-02:first-of-type, .accordion .ts-team-card-01:first-of-type, .accordion .ts-team-card-02: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-blog-card-07:last-of-type, .accordion .ts-blog-card-08: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-services-card-02:last-of-type, .accordion .ts-team-card-01:last-of-type, .accordion .ts-team-card-02: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-blog-card-07 .card-header, .accordion .ts-blog-card-08 .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-services-card-02 .card-header, .accordion .ts-team-card-01 .card-header, .accordion .ts-team-card-02 .card-header, .accordion .ts-team-card-06 .card-header {
    margin-bottom: -1px; }

.breadcrumb, .ts-breadcrumb-01 {
  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, .ts-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-03 .card-cover .card-img, .blog-list-01 [class*='ts-blog-card-']:hover,
.blog-grid-01 [class*='ts-blog-card-']:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow, .ts-blog-card-07:hover, .counter-up-04:hover, .ts-icon-box-05:hover, .ts-icon-box-07:hover, .ts-icon-box-08:hover, .product-item:hover, .ts-video-wrap-01 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg, .consultant-select .dropdown-menu, .select-ghost .dropdown-menu, .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; } }

:root {
  --hue-color1: 115.42857;
  --saturation-color1: 48.83721%;
  --lightness-color1: 42.15686%;
  --lightness-darker-color1: 37.15686%;
  --hue-color3: 137.42857;
  --saturation-color3: 22.07721%;
  --lightness-color3: 15.09686%;
  --lightness-darker-color3: 10.09686%;
  --hue-dynamicColor: 0;
  --saturation-dynamicColor: 0%;
  --lightness-dynamicColor: 100%;
  --lightness-darker-dynamicColor: 95%; }

:root {
  --red: #f44336;
  --pink: #e91e63;
  --purple: #9c27b0;
  --deepPurple: #673ab7;
  --indigo: #3f51b5;
  --blue: #2196f3;
  --cyan: #00bcd4;
  --teal: #009688;
  --green: #4caf50;
  --lightGreen: #8bc34a;
  --lime: #cddc39;
  --yellow: #fde428;
  --amber: #ffc107;
  --orange: #ff9800;
  --deepOrange: #ff5722;
  --brown: #795548;
  --grey: #9e9e9e; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }

a {
  color: #19719A; }

body {
  font-family: "Lato", sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 1.6; }
  @media (max-width: 991.98px) {
    body {
      font-size: 14px; } }

.in-dark, .ts-icon-box-info-02.in-dark [class^="ts-box-square"], .ts-icon-box-info-03.in-dark [class^="ts-box-square"], .ts-icon-box-info-04.in-dark [class^="ts-box-square"] {
  color: #ffffff; }

.in-light {
  color: #333333; }

#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: #19719A; }

img {
  max-width: 100%; }

.ts-author-01 {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex; }
  .ts-author-01 .author-avatar {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px; }
    .ts-author-01 .author-avatar img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center;
      width: 100%;
      height: 100%; }
  .ts-author-01 .author-info {
    border: 1px solid #e5e5e5;
    padding: 25px;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .ts-author-01 .author-name {
    font-size: 24px; }
  .ts-author-01 .author-title {
    color: #19719A;
    font-size: 16px; }
  .ts-author-01 .author-desc {
    margin: 0; }
  @media (max-width: 767.98px) {
    .ts-author-01 {
      display: block; }
      .ts-author-01 .author-info {
        padding: 15px 8px; } }

.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: #19719A;
        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; }
  .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; }
  .ts-accrodion--line:not(:first-of-type) {
    margin-top: 15px; }

.ts-accrodion-01 {
  background-color: transparent;
  border: 0; }
  .ts-accrodion-01 .card-header {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 0; }
    .ts-accrodion-01 .card-header .ts-btn {
      font-size: 15px;
      position: relative;
      padding-right: 45px;
      overflow: hidden;
      transition: all 0.35s;
      text-transform: capitalize;
      padding-top: 8px;
      padding-bottom: 8px; }
      .ts-accrodion-01 .card-header .ts-btn:after {
        content: "\f107";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate3d(0, -50%, 0);
        transition: transform 0.35s, opacity 0.35s; }
      .ts-accrodion-01 .card-header .ts-btn:before {
        content: "\f106";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate3d(0, 50%, 0);
        opacity: 0;
        transition: transform 0.35s, opacity 0.35s; }
      .ts-accrodion-01 .card-header .ts-btn[aria-expanded="true"] {
        pointer-events: none;
        background-color: #19719A;
        color: white; }
        .ts-accrodion-01 .card-header .ts-btn[aria-expanded="true"]:before {
          color: #ffffff;
          opacity: 1;
          transform: translate3d(0, -50%, 0); }
        .ts-accrodion-01 .card-header .ts-btn[aria-expanded="true"]:after {
          opacity: 0;
          transform: translate3d(0, -100%, 0); }
      .ts-accrodion-01 .card-header .ts-btn:hover {
        background-color: rgba(25, 113, 154, 0.9);
        color: #ffffff; }
  .ts-accrodion-01 .card-body {
    color: #666666;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px 15px 5px 15px; }
  .ts-accrodion-01:not(:first-of-type) {
    margin-top: 15px; }

.ts-blockquote-01 {
  border-left: 4px solid #19719A;
  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, .ts-icon-box-info-02.in-dark .ts-blockquote-02[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-blockquote-02[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-blockquote-02[class^="ts-box-square"] {
    color: #ffffff; }
  .ts-blockquote-02.in-light {
    color: #333333; }
  @media (max-width: 1199.98px) {
    .ts-blockquote-02 {
      font-size: 1rem; } }

.ts-blockquote-03 {
  background-color: #f8f8f8;
  font-size: 16px;
  font-style: italic;
  border-left: 4px solid #19719A;
  padding: 25px 30px;
  color: #333333; }
  .ts-blockquote-03 p {
    margin-bottom: 8px;
    line-height: 1.2; }
  .ts-blockquote-03 .blockquote-footer {
    color: #7f7f7f; }

.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: 300;
    margin-bottom: 10px; }
    .ts-blog-card-widget-01 .ts-blog-card-title a {
      transition: all 0.35s;
      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, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a {
    color: #ffffff; }
    .ts-blog-card-widget-01.in-dark .ts-blog-card-title a:hover, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a:hover, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a:hover, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-title a:hover {
      color: #ffffff; }

.ts-blog-card-widget-02 {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .ts-blog-card-widget-02 .ts-blog-card-cover {
    -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden; }
    .ts-blog-card-widget-02 .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%;
      filter: brightness(90%);
      transition: filter 0.35s; }
  .ts-blog-card-widget-02 .ts-blog-card-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-left: 15px;
    overflow: hidden; }
  .ts-blog-card-widget-02 .ts-blog-card-title {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: -3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .ts-blog-card-widget-02 .ts-blog-card-title a {
      transition: all 0.35s;
      color: #333333;
      text-decoration: none; }
      .ts-blog-card-widget-02 .ts-blog-card-title a:hover {
        text-decoration: underline;
        color: #19719A; }
  .ts-blog-card-widget-02 .ts-blog-card-desc {
    color: #666666;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 2; }
  .ts-blog-card-widget-02.in-dark .ts-blog-card-title, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title {
    color: #ffffff; }
    .ts-blog-card-widget-02.in-dark .ts-blog-card-title a, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a {
      color: #ffffff; }
      .ts-blog-card-widget-02.in-dark .ts-blog-card-title a:hover, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a:hover, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a:hover, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-title a:hover {
        color: #ffffff; }
  .ts-blog-card-widget-02.in-dark .ts-blog-card-desc, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-desc, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-desc, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-desc {
    color: rgba(255, 255, 255, 0.7); }
  .ts-blog-card-widget-02:hover .ts-blog-card-cover img {
    filter: brightness(110%); }

.blog-card-catalog a:not(:last-of-type):after {
  content: ",";
  padding-right: 4px;
  color: inherit; }

.ts-blog-card-02 {
  border: 0;
  position: relative;
  z-index: 1;
  display: block;
  min-width: 270px;
  height: 470px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; }
  .ts-blog-card-02 .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff; }
    .ts-blog-card-02 .card-body .card-category {
      position: absolute;
      top: -42px;
      left: 0;
      background: #f44336;
      padding: 10px 15px;
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
    .ts-blog-card-02 .card-body .card-title {
      margin: 0;
      padding: 0 0 10px;
      color: #333333;
      font-size: 26px;
      font-weight: 700; }
    .ts-blog-card-02 .card-body .card-sub-title {
      margin: 0;
      padding: 0 0 20px;
      color: #f44336;
      font-size: 20px;
      font-weight: 400; }
    .ts-blog-card-02 .card-body .card-description {
      display: none;
      color: #666666;
      font-size: 14px;
      line-height: 1.8em; }
    .ts-blog-card-02 .card-body .card-meta {
      margin: 30px 0 0;
      color: #999999; }
      .ts-blog-card-02 .card-body .card-meta .card-timestamp {
        margin: 0 16px 0 0; }
      .ts-blog-card-02 .card-body .card-meta a {
        color: #999999;
        text-decoration: none; }
  .ts-blog-card-02 .card-cover {
    background: #000000;
    height: 400px;
    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 .card-date {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 1;
      background: #e74c3c;
      width: 55px;
      height: 55px;
      padding: 12.5px 0;
      border-radius: 100%;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      box-sizing: border-box;
      line-height: 1; }
      .ts-blog-card-02 .card-cover .card-date .card-day {
        font-size: 18px; }
      .ts-blog-card-02 .card-cover .card-date .card-month {
        font-size: 12px;
        text-transform: uppercase; }
  .ts-blog-card-02:hover {
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3); }
    .ts-blog-card-02:hover .card-cover .card-img {
      transform: scale(1.1);
      opacity: 0.6; }
    .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: #19719A; }
    .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;
    text-transform: uppercase;
    font-size: 13px;
    color: #999999;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ts-blog-card-03 .card-footer .catalog, .ts-blog-card-04 .card-footer .catalog {
      margin-right: 30px; }
      .ts-blog-card-03 .card-footer .catalog a, .ts-blog-card-04 .card-footer .catalog a {
        transition: all 0.35s; }
        .ts-blog-card-03 .card-footer .catalog a:hover, .ts-blog-card-04 .card-footer .catalog a:hover {
          color: #1e2f23; }
        .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: #19719A;
          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%;
    background-color: #f8f8f8;
    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;
      transition: filter 0.35s;
      filter: brightness(90%); }
  .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.6;
    margin-top: -8px; }
    .ts-blog-card-05 .title a {
      color: #333333;
      transition: all 0.35s; }
      .ts-blog-card-05 .title a:hover {
        color: #19719A;
        text-decoration: none; }
  .ts-blog-card-05 .card-footer {
    padding: 0;
    background-color: transparent;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    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: #999999;
        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: #19719A; }
    .ts-blog-card-05 .card-footer .time {
      color: #999999; }
  .ts-blog-card-05:hover .card-cover .card-img {
    filter: brightness(100%); }
  @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: #19719A;
    text-decoration: none;
    transition: all 0.35s; }
    .ts-blog-card-06 .read-more:hover {
      color: #ffffff; }

.ts-blog-card-07 {
  border: 0;
  border-radius: 2px;
  overflow: hidden;
  -ms-flex-direction: unset;
      flex-direction: unset;
  transition: box-shadow 0.35s; }
  .ts-blog-card-07 .card-cover {
    overflow: hidden;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    position: relative;
    position: relative; }
    .ts-blog-card-07 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 56.25%; }
    .ts-blog-card-07 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ts-blog-card-07 .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-07 .card-body {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 15px 15px 15px 10px; }
    .ts-blog-card-07 .card-body:before {
      transform: skewX(-3deg);
      content: "";
      background: #ffffff;
      width: 30px;
      position: absolute;
      left: -10px;
      top: 0;
      bottom: 0;
      z-index: -1; }
    .ts-blog-card-07 .card-body .desc {
      overflow: hidden;
      text-overflow: ellipsis;
      /* stylelint-disable-next-line value-no-vendor-prefix */
      display: -webkit-box;
      /* stylelint-disable property-no-vendor-prefix */
      -webkit-line-clamp: 4; }
  .ts-blog-card-07 .blog-card-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400; }
    .ts-blog-card-07 .blog-card-title a {
      color: #333333;
      transition: all 0.35s; }
      .ts-blog-card-07 .blog-card-title a:hover {
        color: #19719A;
        text-decoration: none; }
  .ts-blog-card-07 .blog-card-readmore {
    color: #333333;
    padding-right: 5px;
    position: relative;
    transition: all 0.35s;
    text-decoration: none;
    font-weight: bold; }
    .ts-blog-card-07 .blog-card-readmore .ts-icon {
      position: absolute;
      opacity: 0;
      transform: translate3d(-5px, 5px, 0);
      transition: all 0.35s;
      right: 0; }
    .ts-blog-card-07 .blog-card-readmore:hover {
      padding-right: 16px;
      color: #19719A; }
      .ts-blog-card-07 .blog-card-readmore:hover .ts-icon {
        opacity: 1;
        transform: translate3d(0, 5px, 0); }
  .ts-blog-card-07 .blog-card-meta {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #1e2f23 0%, rgba(30, 47, 35, 0.9) 15%, rgba(30, 47, 35, 0) 100%);
    background-size: 100% 300%;
    width: 100%;
    height: 100%;
    color: white;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.35s; }
    .ts-blog-card-07 .blog-card-meta .ts-icon {
      padding-right: 4px;
      font-size: 16px; }
    .ts-blog-card-07 .blog-card-meta [class^="blog-card-"] {
      margin-bottom: 4px;
      transition: opacity 0.35s, transform 0.35s;
      transform: translate3d(0, 30px, 0);
      opacity: 0; }
  .ts-blog-card-07 .blog-card-catalog {
    color: white; }
    .ts-blog-card-07 .blog-card-catalog a {
      color: white; }
  .ts-blog-card-07 .card-footer {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: right; }
  .ts-blog-card-07.align-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .ts-blog-card-07.align-right .card-body {
      padding: 15px 10px 15px 15px; }
      .ts-blog-card-07.align-right .card-body:before {
        right: -10px;
        left: auto;
        transform: skewX(3deg); }
    .ts-blog-card-07.align-right .blog-card-meta {
      padding-left: 30px; }
  .ts-blog-card-07:hover .blog-card-meta {
    opacity: 1; }
    .ts-blog-card-07:hover .blog-card-meta [class*="blog-card-"] {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
      .ts-blog-card-07:hover .blog-card-meta [class*="blog-card-"]:first-child {
        transition-delay: 0.1s; }
      .ts-blog-card-07:hover .blog-card-meta [class*="blog-card-"]:nth-child(2) {
        transition-delay: 0.15s; }
      .ts-blog-card-07:hover .blog-card-meta [class*="blog-card-"]:nth-child(3) {
        transition-delay: 0.2s; }
  @media (max-width: 991.98px) {
    .ts-blog-card-07 {
      display: block; }
      .ts-blog-card-07 .card-body {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        padding: 15px 10px 15px 15px; } }

.ts-blog-card-08 {
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  overflow: hidden; }
  .ts-blog-card-08 .card-cover {
    position: relative;
    overflow: hidden;
    position: relative; }
    .ts-blog-card-08 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 65%; }
    .ts-blog-card-08 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ts-blog-card-08 .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-blog-card-08 .blog-card-meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 23px 15px 15px 85px;
    background-color: rgba(25, 113, 154, 0.9);
    opacity: 0;
    z-index: 0;
    color: #ffffff;
    transition: all 0.35s; }
    .ts-blog-card-08 .blog-card-meta .ts-icon {
      padding-right: 4px;
      font-size: 16px; }
    .ts-blog-card-08 .blog-card-meta [class^="blog-card-"] {
      margin-bottom: 4px;
      transition: opacity 0.35s, transform 0.35s;
      transform: translate3d(0, 30px, 0);
      opacity: 0; }
  .ts-blog-card-08 .blog-card-title {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 300; }
    .ts-blog-card-08 .blog-card-title a {
      color: #333333;
      transition: all 0.35s; }
      .ts-blog-card-08 .blog-card-title a:hover {
        color: #19719A;
        text-decoration: none; }
  .ts-blog-card-08 .blog-card-time {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 2px; }
    .ts-blog-card-08 .blog-card-time-date {
      font-family: "Oswald", sans-serif;
      font-size: 24px;
      line-height: 1;
      color: #ffffff;
      font-weight: 500;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #19719A;
      margin-bottom: 2px; }
    .ts-blog-card-08 .blog-card-time-month {
      color: #666666;
      text-transform: uppercase;
      margin: 0;
      font-size: 13px; }
  .ts-blog-card-08 .blog-card-catalog {
    color: #ffffff; }
    .ts-blog-card-08 .blog-card-catalog a {
      color: #ffffff; }
  .ts-blog-card-08 .blog-card-readmore {
    color: #19719A;
    padding-right: 5px;
    position: relative;
    transition: all 0.35s;
    text-decoration: none; }
    .ts-blog-card-08 .blog-card-readmore .ts-icon {
      position: absolute;
      opacity: 0;
      transform: translate3d(-5px, 5px, 0);
      transition: all 0.35s;
      right: 0; }
    .ts-blog-card-08 .blog-card-readmore:hover {
      padding-right: 16px; }
      .ts-blog-card-08 .blog-card-readmore:hover .ts-icon {
        opacity: 1;
        transform: translate3d(0, 5px, 0); }
  .ts-blog-card-08 .card-footer {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: right; }
  .ts-blog-card-08:hover .blog-card-meta {
    opacity: 1; }
    .ts-blog-card-08:hover .blog-card-meta [class*="blog-card-"] {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
      .ts-blog-card-08:hover .blog-card-meta [class*="blog-card-"]:first-child {
        transition-delay: 0.1s; }
      .ts-blog-card-08:hover .blog-card-meta [class*="blog-card-"]:nth-child(2) {
        transition-delay: 0.15s; }
      .ts-blog-card-08:hover .blog-card-meta [class*="blog-card-"]:nth-child(3) {
        transition-delay: 0.2s; }

.ts-blog-card-09 {
  background-color: #ffffff;
  transition: box-shadow 0.35s; }
  .ts-blog-card-09 .card-header {
    border-bottom: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 70px; }
    .ts-blog-card-09 .card-header:before {
      content: "";
      width: 5px;
      height: 42px;
      background-color: #19719A;
      position: absolute;
      top: 15px;
      left: 0; }
    .ts-blog-card-09 .card-header .ts-icon {
      font-size: 24px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      color: #999999;
      display: none; }
  .ts-blog-card-09 .blog-card-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 2; }
    .ts-blog-card-09 .blog-card-title a {
      color: #333333;
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-09 .blog-card-title a:hover {
        color: #19719A; }
  .ts-blog-card-09 .blog-card-catalog {
    font-size: 13px;
    margin-bottom: 0;
    color: #999999;
    transition: all 0.35s;
    text-decoration: none;
    display: none; }
    .ts-blog-card-09 .blog-card-catalog:hover {
      color: #19719A; }
  .ts-blog-card-09 .blog-card-desc {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 4; }
  .ts-blog-card-09 .blog-card-author {
    color: #999999; }
    .ts-blog-card-09 .blog-card-author a {
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-09 .blog-card-author a:hover {
        color: #19719A; }
  .ts-blog-card-09 .blog-card-time {
    color: #999999; }
    .ts-blog-card-09 .blog-card-time .month {
      padding-right: 4px; }
    .ts-blog-card-09 .blog-card-time .year:before {
      content: ",";
      padding-right: 4px; }
  .ts-blog-card-09 .card-cover {
    position: relative; }
    .ts-blog-card-09 .card-cover .ts-overlay {
      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;
      color: #ffffff;
      font-size: 13px;
      opacity: 0;
      background: linear-gradient(to bottom, #1e2f23 0%, rgba(30, 47, 35, 0.9) 15%, rgba(30, 47, 35, 0) 100%);
      background-size: 100% 170%; }
      .ts-blog-card-09 .card-cover .ts-overlay .item {
        opacity: 0;
        transition: opacity 0.35s, transform 0.35s; }
        .ts-blog-card-09 .card-cover .ts-overlay .item [class^="item"] {
          margin: 0 10px; }
          .ts-blog-card-09 .card-cover .ts-overlay .item [class^="item"] .ts-icon {
            margin-right: 5px;
            font-size: 18px; }
        .ts-blog-card-09 .card-cover .ts-overlay .item:first-child {
          transform: translate3d(0, 20px, 0); }
          .ts-blog-card-09 .card-cover .ts-overlay .item:first-child a {
            color: #ffffff; }
            .ts-blog-card-09 .card-cover .ts-overlay .item:first-child a:hover {
              color: #ffffff; }
        .ts-blog-card-09 .card-cover .ts-overlay .item:nth-child(2) {
          transform: translate3d(0, 20px, 0);
          transition-delay: 0.05s; }
  .ts-blog-card-09 .card-img {
    border-radius: 0; }
  .ts-blog-card-09 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-size: 11px;
    padding-top: 7px;
    padding-bottom: 9px;
    border-top-color: rgba(0, 0, 0, 0.05); }
    .ts-blog-card-09 .card-footer a {
      color: #666666;
      transition: all 0.35s; }
  .ts-blog-card-09:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
    .ts-blog-card-09:hover .ts-overlay {
      opacity: 0.9; }
      .ts-blog-card-09:hover .ts-overlay .item {
        opacity: 1; }
        .ts-blog-card-09:hover .ts-overlay .item:first-child {
          transform: translate3d(0, 0, 0); }
        .ts-blog-card-09:hover .ts-overlay .item:nth-child(2) {
          transform: translate3d(0, 0, 0); }

.ts-blog-card-10 {
  background-color: #ffffff; }
  .ts-blog-card-10 .card-body {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top: 0; }
  .ts-blog-card-10 .blog-card-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4; }
    .ts-blog-card-10 .blog-card-title a {
      color: #333333;
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-10 .blog-card-title a:hover {
        color: #19719A; }
  .ts-blog-card-10 .blog-card-meta {
    width: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-right: 15px;
    height: 100%; }
  .ts-blog-card-10 .blog-card-catalog {
    color: #999999; }
    .ts-blog-card-10 .blog-card-catalog a {
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-10 .blog-card-catalog a:hover {
        color: #19719A; }
    .ts-blog-card-10 .blog-card-catalog:before {
      content: "\f02c";
      font-family: "Line Awesome Free";
      font-weight: 900; }
  .ts-blog-card-10 .blog-card-comment {
    color: #666666; }
    .ts-blog-card-10 .blog-card-comment span {
      color: #999999; }
    .ts-blog-card-10 .blog-card-comment:before {
      content: "\f075";
      font-family: "Line Awesome Free";
      color: #999999; }
  .ts-blog-card-10 .blog-card-desc {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 4; }
  .ts-blog-card-10 .blog-card-author {
    color: #999999; }
    .ts-blog-card-10 .blog-card-author a {
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-10 .blog-card-author a:hover {
        color: #19719A; }
    .ts-blog-card-10 .blog-card-author:before {
      content: "\f508";
      font-family: "Line Awesome Free";
      font-weight: 900; }
  .ts-blog-card-10 .blog-card-time {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
    background-color: #19719A;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    height: 55px; }
    .ts-blog-card-10 .blog-card-time .day {
      font-size: 18px;
      margin-bottom: 5px; }
    .ts-blog-card-10 .blog-card-time .month {
      letter-spacing: 1px; }
    .ts-blog-card-10 .blog-card-time .year {
      display: none; }
  .ts-blog-card-10 .blog-card-type {
    background-color: #040F0F;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    height: 55px; }
  .ts-blog-card-10 .card-cover {
    position: relative; }
    .ts-blog-card-10 .card-cover video {
      width: 100%; }
      .ts-blog-card-10 .card-cover video:focus {
        box-shadow: none;
        outline: 0; }
  .ts-blog-card-10 .card-img {
    border-radius: 0;
    transition: filter 0.35s;
    filter: brightness(90%); }
  .ts-blog-card-10 .card-footer {
    background-color: #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #19719A;
    border-radius: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ts-blog-card-10 .card-footer a {
      color: #666666;
      transition: all 0.35s;
      padding-left: 4px; }
    .ts-blog-card-10 .card-footer [class^="blog-card"]:not(:last-of-type):after {
      content: "|";
      color: #cccccc;
      margin: 0 15px; }
    .ts-blog-card-10 .card-footer [class^="blog-card"]:before {
      margin-right: 4px;
      font-size: 16px;
      display: none; }
  .ts-blog-card-10:hover .card-img {
    filter: brightness(100%); }
  @media (max-width: 575.98px) {
    .ts-blog-card-10 .card-body {
      padding: 15px 8px; }
    .ts-blog-card-10 .card-footer {
      padding: 8px;
      font-size: 12px; }
      .ts-blog-card-10 .card-footer [class^="blog-card"]:not(:last-of-type):after {
        content: "|";
        color: #cccccc;
        margin: 0 8px; } }

.ts-blog-card-11 {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex; }
  .ts-blog-card-11 .card-body {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    border-left: 0;
    position: relative;
    padding-bottom: 38px; }
  .ts-blog-card-11 .blog-card-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4; }
    .ts-blog-card-11 .blog-card-title a {
      color: #333333;
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-11 .blog-card-title a:hover {
        color: #19719A; }
  .ts-blog-card-11 .blog-card-meta {
    width: 40px;
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    margin-right: 15px;
    height: 100%; }
  .ts-blog-card-11 .blog-card-catalog {
    color: #999999; }
    .ts-blog-card-11 .blog-card-catalog a {
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-11 .blog-card-catalog a:hover {
        color: #19719A; }
    .ts-blog-card-11 .blog-card-catalog:before {
      content: "\f02c";
      font-family: "Line Awesome Free";
      font-weight: 900; }
  .ts-blog-card-11 .blog-card-comment {
    color: #666666; }
    .ts-blog-card-11 .blog-card-comment label {
      color: #999999; }
    .ts-blog-card-11 .blog-card-comment:before {
      content: "\f075";
      font-family: "Line Awesome Free";
      color: #999999; }
  .ts-blog-card-11 .blog-card-author {
    color: #999999; }
    .ts-blog-card-11 .blog-card-author a {
      text-decoration: none;
      transition: all 0.35s; }
      .ts-blog-card-11 .blog-card-author a:hover {
        color: #19719A; }
    .ts-blog-card-11 .blog-card-author:before {
      content: "\f508";
      font-family: "Line Awesome Free";
      font-weight: 900; }
  .ts-blog-card-11 .blog-card-time {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
    background-color: #19719A;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    height: 55px; }
    .ts-blog-card-11 .blog-card-time .day {
      font-size: 18px;
      margin-bottom: 5px; }
    .ts-blog-card-11 .blog-card-time .month {
      letter-spacing: 1px; }
    .ts-blog-card-11 .blog-card-time .year {
      display: none; }
  .ts-blog-card-11 .blog-card-type {
    background-color: #040F0F;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    height: 55px; }
  .ts-blog-card-11 .blog-card-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 4; }
  .ts-blog-card-11 .card-cover {
    position: relative;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    min-height: 190px; }
    .ts-blog-card-11 .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-blog-card-11 .card-img {
    border-radius: 0;
    transition: filter 0.35s;
    filter: brightness(90%); }
  .ts-blog-card-11 .card-footer {
    background-color: #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 0;
    border-top: 2px solid #19719A;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .ts-blog-card-11 .card-footer a {
      color: #666666;
      transition: all 0.35s; }
    .ts-blog-card-11 .card-footer label {
      margin-bottom: 0;
      margin-right: 5px; }
    .ts-blog-card-11 .card-footer [class^="blog-card"]:not(:last-of-type):after {
      content: "|";
      color: #cccccc;
      margin: 0 15px; }
    .ts-blog-card-11 .card-footer [class^="blog-card"]:before {
      display: none; }
  .ts-blog-card-11:hover .card-img {
    filter: brightness(100%); }
  @media (max-width: 767.98px) {
    .ts-blog-card-11 {
      display: block; }
      .ts-blog-card-11 .card-cover {
        min-height: auto; }
      .ts-blog-card-11 .card-body {
        padding: 15px 8px 38px;
        border-left: 1px solid #e5e5e5; }
      .ts-blog-card-11 .card-footer {
        padding: 8px;
        font-size: 12px; }
        .ts-blog-card-11 .card-footer [class^="blog-card"]:not(:last-of-type):after {
          margin: 0 8px; } }

.ts-breadcrumb-01 {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin-bottom: 0; 
	padding: 5px 0 10px 0;
}
  .ts-breadcrumb-01 .breadcrumb-item a {
    color: #666666; }
    .ts-breadcrumb-01 .breadcrumb-item a:hover {
      text-decoration: none;
      color: #1e2f23; }
  .ts-breadcrumb-01 .breadcrumb-item.active {
    color: #999999; }

.ts-btn {
  border-radius: 2px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 1.4; }
  .ts-btn:focus {
    box-shadow: none; }
  .ts-btn.btn-lg, .btn-group-lg > .ts-btn {
    font-size: 1rem;
    padding: 0.7rem 1rem; }

.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-ghost-02 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: 0; }
  .btn-ghost-02:hover {
    color: #ffffff;
    background-color: #19719A; }
  .btn-ghost-02.in-light {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff; }
    .btn-ghost-02.in-light:hover {
      background-color: #000000; }

.btn-white {
  background-color: #ffffff;
  color: #000000; }
  .btn-white:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none; }

.btn-dark {
  background-color: #000000;
  color: #ffffff; }
  .btn-dark:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    text-decoration: none; }

.btn-outline {
  border-color: white;
  background-color: #1e2f23;
  font-weight: 400; }
  .btn-outline span {
    background-color: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: invert(1) grayscale(1) contrast(9); }
  .btn-outline:hover {
    background-color: white; }

.btn-color1 {
  background-color: #19719A;
  color: white; }
  .btn-color1:hover {
    background-color: #CDB92C;
    color: white;
    text-decoration: none; }

.btn-color3 {
  background-color: #1e2f23;
  color: white; }
  .btn-color3:hover {
    background-color: #141f17;
    color: white;
    text-decoration: none; }

.btn-dynamicColor {
  background-color: white;
  color: white; }
  .btn-dynamicColor:hover {
    background-color: #f2f2f2;
    color: white;
    text-decoration: none; }

.btn-red {
  background-color: #f44336;
  color: white; }
  .btn-red:hover {
    background-color: #f32c1e;
    color: white; }

.btn-pink {
  background-color: #e91e63;
  color: white; }
  .btn-pink:hover {
    background-color: #d81558;
    color: white; }

.btn-purple {
  background-color: #9c27b0;
  color: white; }
  .btn-purple:hover {
    background-color: #89229b;
    color: white; }

.btn-deepPurple {
  background-color: #673ab7;
  color: white; }
  .btn-deepPurple:hover {
    background-color: #5c34a4;
    color: white; }

.btn-indigo {
  background-color: #3f51b5;
  color: white; }
  .btn-indigo:hover {
    background-color: #3849a2;
    color: white; }

.btn-blue {
  background-color: #2196f3;
  color: white; }
  .btn-blue:hover {
    background-color: #0d8aee;
    color: white; }

.btn-cyan {
  background-color: #00bcd4;
  color: white; }
  .btn-cyan:hover {
    background-color: #00a5bb;
    color: white; }

.btn-teal {
  background-color: #009688;
  color: white; }
  .btn-teal:hover {
    background-color: #007d71;
    color: white; }

.btn-green {
  background-color: #4caf50;
  color: white; }
  .btn-green:hover {
    background-color: #449d48;
    color: white; }

.btn-lightGreen {
  background-color: #8bc34a;
  color: white; }
  .btn-lightGreen:hover {
    background-color: #7eb73d;
    color: white; }

.btn-lime {
  background-color: #cddc39;
  color: white; }
  .btn-lime:hover {
    background-color: #c6d626;
    color: white; }

.btn-yellow {
  background-color: #fde428;
  color: white; }
  .btn-yellow:hover {
    background-color: #fde10f;
    color: white; }

.btn-amber {
  background-color: #ffc107;
  color: white; }
  .btn-amber:hover {
    background-color: #edb100;
    color: white; }

.btn-orange {
  background-color: #ff9800;
  color: white; }
  .btn-orange:hover {
    background-color: #e68900;
    color: white; }

.btn-deepOrange {
  background-color: #ff5722;
  color: white; }
  .btn-deepOrange:hover {
    background-color: #ff4409;
    color: white; }

.btn-brown {
  background-color: #795548;
  color: white; }
  .btn-brown:hover {
    background-color: #694a3e;
    color: white; }

.btn-grey {
  background-color: #9e9e9e;
  color: white; }
  .btn-grey:hover {
    background-color: #919191;
    color: white; }

.btn-outline-color1 {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #19719A;
  color: #19719A;
  font-weight: 400; }
  .btn-outline-color1:hover {
    background-color: #19719A;
    color: #ffffff;
    text-decoration: none; }

.btn-outline-color3 {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #1e2f23;
  color: #1e2f23;
  font-weight: 400; }
  .btn-outline-color3:hover {
    background-color: #1e2f23;
    color: #ffffff;
    text-decoration: none; }

.btn-outline-dynamicColor {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  color: white;
  font-weight: 400; }
  .btn-outline-dynamicColor:hover {
    background-color: white;
    color: #ffffff;
    text-decoration: none; }

.btn-outline-white {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff; }
  .btn-outline-white:hover {
    background-color: #ffffff;
    color: #333333;
    text-decoration: none; }

.btn-cta-01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  border-color: #ffffff;
  color: #ffffff;
  position: relative;
  padding: 8px 70px 8px 16px;
  font-weight: 300; }
  .btn-cta-01 span {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease; }
  .btn-cta-01 .ts-icon {
    transition: all 0.3s ease;
    position: relative;
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0; }
  .btn-cta-01:hover {
    color: #ffffff; }
    .btn-cta-01:hover span {
      opacity: 0;
      transform: translateX(-100%); }
    .btn-cta-01:hover .ts-icon {
      right: 50%;
      transform: translateX(50%) scale(1.8);
      border-left: 0; }

.btn-cta-02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  border-color: #ffffff;
  color: #ffffff;
  position: relative;
  padding: 8px 60px 8px 16px;
  font-weight: 300; }
  .btn-cta-02 span {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease; }
  .btn-cta-02 .ts-icon {
    transition: all 0.3s ease;
    position: relative;
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 18px;
    text-align: center;
    line-height: 19px;
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0; }
  .btn-cta-02:hover {
    color: #ffffff; }
    .btn-cta-02:hover span {
      opacity: 0;
      transform: translateX(-100%); }
    .btn-cta-02:hover .ts-icon {
      right: 50%;
      transform: translateX(50%) scale(1.8);
      border-left: 0; }

.ts-btn.btn-cta-03 .ts-icon {
  transform: scale(-1); }

.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; } }

.counter-up-03 {
  text-align: center;
  color: #ffffff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 30px;
  position: relative; }
  .counter-up-03 .ts-icon {
    font-size: 48px;
    color: #19719A;
    margin-bottom: 15px;
    display: block; }
  .counter-up-03 .counter {
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 10px; }
  .counter-up-03 .desc {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 16px; }

.counter-up-04 {
  color: rgba(255, 255, 255, 0.7);
  background-color: #f8f8f8;
  padding: 20px 30px;
  position: relative;
  border-radius: 2px;
  transition: box-shadow 0.35s; }
  .counter-up-04 .ts-icon {
    font-size: 56px;
    color: #19719A;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.35s; }
  .counter-up-04 .counter {
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    color: #333333; }
  .counter-up-04 .desc {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #666666;
    margin: 0; }

.ts-divider-01 {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1); }

.ts-divider-02 {
  height: 1px;
  background-color: #f8f8f8; }

.row.vertical-divider-lg > [class*="col-"]:not(:last-child)::after, .footer-02 .vertical-divider-lg.footer-inner > [class*="col-"]:not(:last-child)::after, .footer-06 .vertical-divider-lg.footer-inner > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-10 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-20 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-40 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-45 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-50 > [class*="col-"]:not(:last-child)::after {
  background: #f8f8f8;
  width: 1px;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px; }
  @media (min-width: 992px) {
    .row.vertical-divider-lg > [class*="col-"]:not(:last-child)::after, .footer-02 .vertical-divider-lg.footer-inner > [class*="col-"]:not(:last-child)::after, .footer-06 .vertical-divider-lg.footer-inner > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-10 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-20 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-40 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-45 > [class*="col-"]:not(:last-child)::after, .vertical-divider-lg.row-g-50 > [class*="col-"]:not(:last-child)::after {
      display: block; } }

.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.35s;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px; }
  .ts-input--ghost.placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px; }
  .ts-input--ghost:-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px; }
  .ts-input--ghost::-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px; }
  .ts-input--ghost:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px; }
  .ts-input--ghost::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px; }
  .ts-input--ghost:focus {
    background-color: #19719A;
    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.35s; }
      .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.35s; }
    .ts-input--ghost[readonly]:focus {
      background-color: #19719A; }
  .ts-input--ghost.active {
    background-color: #19719A; }

.ts-input--ghost-02 {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  transition: all 0.35s;
  font-weight: 300;
  font-size: 13px;
  line-height: 32px; }
  .ts-input--ghost-02.placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--ghost-02:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--ghost-02::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--ghost-02:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--ghost-02::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--ghost-02:hover {
    background-color: rgba(63, 160, 55, 0.5);
    color: #ffffff;
    box-shadow: none; }
  .ts-input--ghost-02:focus {
    background-color: #19719A;
    color: #ffffff;
    box-shadow: none; }
  .ts-input--ghost-02.in-light {
    background-color: rgba(0, 0, 0, 0.7); }
    .ts-input--ghost-02.in-light:focus {
      background-color: #000000;
      color: #ffffff;
      box-shadow: none; }
    .ts-input--ghost-02.in-light[readonly] {
      background-color: rgba(0, 0, 0, 0.7);
      transition: all 0.35s; }
      .ts-input--ghost-02.in-light[readonly]:focus {
        background-color: #000000; }
  .ts-input--ghost-02[readonly] {
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.35s; }
    .ts-input--ghost-02[readonly]:focus {
      background-color: #19719A; }
  .ts-input--ghost-02.active {
    background-color: #19719A; }

.ts-input--light {
  background-color: #f8f8f8;
  border-radius: 2px;
  color: #333333;
  border: 0;
  transition: all 0.35s;
  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.35s; }
    .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.35s;
  font-size: 13px;
  border-color: #ffffff;
  line-height: 22px; }
  .ts-input.placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input:-moz-placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input::-moz-placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input:-ms-input-placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input::-webkit-input-placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input:focus, .ts-input:hover {
    background-color: #19719A;
    box-shadow: none;
    outline: 0;
    border-color: #19719A;
    color: #ffffff; }
    .ts-input:focus.placeholder, .ts-input:hover.placeholder {
      color: #ffffff; }
    .ts-input:focus:-moz-placeholder, .ts-input:hover:-moz-placeholder {
      color: #ffffff; }
    .ts-input:focus::-moz-placeholder, .ts-input:hover::-moz-placeholder {
      color: #ffffff; }
    .ts-input:focus:-ms-input-placeholder, .ts-input:hover:-ms-input-placeholder {
      color: #ffffff; }
    .ts-input:focus::-webkit-input-placeholder, .ts-input:hover::-webkit-input-placeholder {
      color: #ffffff; }
  .ts-input.ts-input-ghost {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: rgba(0, 0, 0, 0.7); }
    .ts-input.ts-input-ghost.placeholder {
      color: #ffffff; }
    .ts-input.ts-input-ghost:-moz-placeholder {
      color: #ffffff; }
    .ts-input.ts-input-ghost::-moz-placeholder {
      color: #ffffff; }
    .ts-input.ts-input-ghost:-ms-input-placeholder {
      color: #ffffff; }
    .ts-input.ts-input-ghost::-webkit-input-placeholder {
      color: #ffffff; }
    .ts-input.ts-input-ghost:hover, .ts-input.ts-input-ghost:focus {
      background-color: black;
      border-color: black; }
  .ts-input.ts-input-grey {
    background-color: #f8f8f8;
    border: 0; }
    .ts-input.ts-input-grey:focus, .ts-input.ts-input-grey:hover {
      background-color: #e5e5e5;
      box-shadow: none;
      outline: 0;
      color: #666666; }
      .ts-input.ts-input-grey:focus.placeholder, .ts-input.ts-input-grey:hover.placeholder {
        color: #666666; }
      .ts-input.ts-input-grey:focus:-moz-placeholder, .ts-input.ts-input-grey:hover:-moz-placeholder {
        color: #666666; }
      .ts-input.ts-input-grey:focus::-moz-placeholder, .ts-input.ts-input-grey:hover::-moz-placeholder {
        color: #666666; }
      .ts-input.ts-input-grey:focus:-ms-input-placeholder, .ts-input.ts-input-grey:hover:-ms-input-placeholder {
        color: #666666; }
      .ts-input.ts-input-grey:focus::-webkit-input-placeholder, .ts-input.ts-input-grey:hover::-webkit-input-placeholder {
        color: #666666; }

.ts-input-line {
  border-radius: 0;
  transition: all 0.35s;
  background-color: transparent;
  font-weight: 400;
  font-size: 13px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 32px;
  height: 40px;
  padding-left: 0;
  color: #333333; }
  .ts-input-line.placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input-line:-moz-placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input-line::-moz-placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input-line:-ms-input-placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input-line::-webkit-input-placeholder {
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    transition: all 0.35s; }
  .ts-input-line:focus, .ts-input-line:hover {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    border-color: #19719A; }
    .ts-input-line:focus.placeholder, .ts-input-line:hover.placeholder {
      color: #999999; }
    .ts-input-line:focus:-moz-placeholder, .ts-input-line:hover:-moz-placeholder {
      color: #999999; }
    .ts-input-line:focus::-moz-placeholder, .ts-input-line:hover::-moz-placeholder {
      color: #999999; }
    .ts-input-line:focus:-ms-input-placeholder, .ts-input-line:hover:-ms-input-placeholder {
      color: #999999; }
    .ts-input-line:focus::-webkit-input-placeholder, .ts-input-line:hover::-webkit-input-placeholder {
      color: #999999; }

.ts-input--ghost-03 {
  background-color: #ffffff;
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  transition: all 0.35s;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px; }
  .ts-input--ghost-03.placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    transition: all 0.35s; }
  .ts-input--ghost-03:-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    transition: all 0.35s; }
  .ts-input--ghost-03::-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    transition: all 0.35s; }
  .ts-input--ghost-03:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    transition: all 0.35s; }
  .ts-input--ghost-03::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 28px;
    transition: all 0.35s; }
  .ts-input--ghost-03:focus, .ts-input--ghost-03:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #666666;
    box-shadow: none; }
    .ts-input--ghost-03:focus.placeholder, .ts-input--ghost-03:hover.placeholder {
      color: #666666; }
    .ts-input--ghost-03:focus:-moz-placeholder, .ts-input--ghost-03:hover:-moz-placeholder {
      color: #666666; }
    .ts-input--ghost-03:focus::-moz-placeholder, .ts-input--ghost-03:hover::-moz-placeholder {
      color: #666666; }
    .ts-input--ghost-03:focus:-ms-input-placeholder, .ts-input--ghost-03:hover:-ms-input-placeholder {
      color: #666666; }
    .ts-input--ghost-03:focus::-webkit-input-placeholder, .ts-input--ghost-03:hover::-webkit-input-placeholder {
      color: #666666; }

.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%; } }

.ts-input-02 {
  border-radius: 2px;
  transition: all 0.35s;
  font-weight: 300;
  border-color: #1e2f23;
  background-color: #1e2f23;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  height: 40px; }
  .ts-input-02.placeholder {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-02:-moz-placeholder {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-02::-moz-placeholder {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-02:-ms-input-placeholder {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-02::-webkit-input-placeholder {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-02:hover, .ts-input-02:focus {
    outline: 0;
    box-shadow: none;
    background-color: #34623f;
    border-color: #34623f;
    color: #ffffff; }

.ts-input-03 {
  border-radius: 2px;
  transition: all 0.35s;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  background-color: #f8f8f8;
  color: #333333;
  border-color: #e5e5e5;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 15px; }
  .ts-input-03.placeholder {
    color: #000;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  .ts-input-03:-moz-placeholder {
    color: #333333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  .ts-input-03::-moz-placeholder {
    color: #333333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  .ts-input-03:-ms-input-placeholder {
    color: #333333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  .ts-input-03::-webkit-input-placeholder {
    color: #333333;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  .ts-input-03:hover, .ts-input-03:focus {
    outline: 0;
    box-shadow: none;
    background-color: #ffffff; }
  .ts-input-03:focus {
    border-color: #19719A; }

.ts-input-grey {
  border-radius: 2px;
  transition: all 0.35s;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  background-color: #f8f8f8;
  border-color: #e5e5e5;
  font-size: 13px;
  min-height: 33px;
}
  .ts-input-grey.placeholder {
    color: #999999;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-grey:-moz-placeholder {
    color: #999999;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-grey::-moz-placeholder {
    color: #999999;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-grey:-ms-input-placeholder {
    color: #999999;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-grey::-webkit-input-placeholder {
    color: #999999;
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .ts-input-grey:hover, .ts-input-grey:focus {
    outline: 0;
    box-shadow: none;
    background-color: #ffffff;
    border-color: #e5e5e5; }

.ts-input--light-02 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  color: #333333;
  border: 0;
  transition: all 0.35s;
  font-size: 13px;
  line-height: 32px;
  height: 40px; }
  .ts-input--light-02.placeholder {
    color: #333333;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--light-02:-moz-placeholder {
    color: #333333;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--light-02::-moz-placeholder {
    color: #333333;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--light-02:-ms-input-placeholder {
    color: #333333;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--light-02::-webkit-input-placeholder {
    color: #333333;
    font-size: 13px;
    line-height: 32px; }
  .ts-input--light-02:focus {
    background-color: #ffffff;
    box-shadow: none;
    color: #333333; }

.call-back-form-03 {
  padding: 30px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.call-back-form-04 {
  display: -ms-flexbox;
  display: flex; }
  .call-back-form-04 .consultant-select-wrap {
    width: calc(50% - 80px);
    margin-right: 30px; }
  .call-back-form-04 .ts-btn {
    width: 120px; }
  .call-back-form-04 .ts-input {
    width: 25%;
    margin-right: 30px; }

.call-back-form-05 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }

.custom-control-label {
  line-height: 24px; }

.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.35s; }
    .section-title-wrap a:hover {
      color: #19719A;
      border-color: #19719A; }
  .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, .ts-icon-box-info-02.in-dark .section-title-wrap[class^="ts-box-square"] .title, .ts-icon-box-info-03.in-dark .section-title-wrap[class^="ts-box-square"] .title, .ts-icon-box-info-04.in-dark .section-title-wrap[class^="ts-box-square"] .title {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .section-title-wrap .title {
      font-size: 24px; } }

.ts-section-heading-01 {
  margin-bottom: 38px; }
  .ts-section-heading-01 h2 {
    font-weight: 400;
    color: #333333;
    font-size: 28px;
    margin-bottom: 0; }
  .ts-section-heading-01 + .heading-desc {
    width: 75%;
    margin: auto; }
    @media (max-width: 1199.98px) {
      .ts-section-heading-01 + .heading-desc {
        width: 100%; } }
  .ts-section-heading-01.has-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .ts-section-heading-01.has-controls .group-carousel-controls {
      margin-left: 20px; }
      .ts-section-heading-01.has-controls .group-carousel-controls button:first-child {
        margin-right: 4px; }
    .ts-section-heading-01.has-controls .view-all {
      display: -ms-inline-flexbox;
      display: inline-flex;
      line-height: 1;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline; }
      .ts-section-heading-01.has-controls .view-all:hover {
        color: #19719A; }
  .ts-section-heading-01.align-center {
    text-align: center; }
  .ts-section-heading-01.in-dark h2, .ts-icon-box-info-02.in-dark .ts-section-heading-01[class^="ts-box-square"] h2, .ts-icon-box-info-03.in-dark .ts-section-heading-01[class^="ts-box-square"] h2, .ts-icon-box-info-04.in-dark .ts-section-heading-01[class^="ts-box-square"] h2 {
    color: #ffffff; }
  .ts-section-heading-01.heading-carousel-shadow {
    margin-bottom: 22px; }
  .ts-section-heading-01.heading-carousel-focus {
    margin-bottom: 10px; }

.ts-icon-box-info-01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  color: #666666; }
  .ts-icon-box-info-01 a {
    text-decoration: none; }
  .ts-icon-box-info-01 [class^="ts-icon"] {
    font-size: 18px;
    padding-right: 8px; }
  .ts-icon-box-info-01.in-dark, .ts-icon-box-info-02.in-dark .ts-icon-box-info-01[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-icon-box-info-01[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-icon-box-info-01[class^="ts-box-square"] {
    color: #ffffff; }
    .ts-icon-box-info-01.in-dark a, .ts-icon-box-info-02.in-dark .ts-icon-box-info-01[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-icon-box-info-01[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-icon-box-info-01[class^="ts-box-square"] a {
      color: #ffffff; }

.ts-icon-box-info-02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  color: #666666; }
  .ts-icon-box-info-02 a {
    text-decoration: none; }
  .ts-icon-box-info-02 .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 10px;
    font-size: 13px; }
    .ts-icon-box-info-02 .content > * {
      display: block;
      line-height: 1;
      padding: 4px 0;
      white-space: nowrap; }
  .ts-icon-box-info-02.in-dark, .ts-icon-box-info-02.in-dark .ts-icon-box-info-02[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-icon-box-info-02[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-icon-box-info-02[class^="ts-box-square"] {
    color: #ffffff; }
    .ts-icon-box-info-02.in-dark a, .ts-icon-box-info-02.in-dark .ts-icon-box-info-02[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-icon-box-info-02[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-icon-box-info-02[class^="ts-box-square"] a {
      color: #ffffff; }
  .ts-icon-box-info-02.large, .ts-icon-box-info-02.large .ts-icon-box-info-02[class^="ts-box-square"] {
    font-size: 14px; }
    .ts-icon-box-info-02.large .content {
      padding-left: 12px; }
      .ts-icon-box-info-02.large .content > *, .ts-icon-box-info-02.large .ts-icon-box-info-02[class^="ts-box-square"] .content > * {
        padding: 6px 0; }

.ts-icon-box-info-03 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #666666; }
  .ts-icon-box-info-03 a {
    text-decoration: none; }
  .ts-icon-box-info-03 .icon {
    display: -ms-flexbox;
    display: flex;
    font-size: 24px; }
  .ts-icon-box-info-03 .content {
    padding-left: 8px;
    font-size: 13px;
    line-height: 1rem; }
    .ts-icon-box-info-03 .content > * {
      display: block; }
  .ts-icon-box-info-03.in-dark, .ts-icon-box-info-02.in-dark .ts-icon-box-info-03[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-icon-box-info-03[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-icon-box-info-03[class^="ts-box-square"] {
    color: #ffffff; }
    .ts-icon-box-info-03.in-dark a, .ts-icon-box-info-02.in-dark .ts-icon-box-info-03[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-icon-box-info-03[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-icon-box-info-03[class^="ts-box-square"] a {
      color: #ffffff; }
  .ts-icon-box-info-03.large, .ts-icon-box-info-02.large .ts-icon-box-info-03[class^="ts-box-square"] {
    font-size: 14px; }
    .ts-icon-box-info-03.large .icon, .ts-icon-box-info-02.large .ts-icon-box-info-03[class^="ts-box-square"] .icon {
      font-size: 30px; }
    .ts-icon-box-info-03.large .content, .ts-icon-box-info-02.large .ts-icon-box-info-03[class^="ts-box-square"] .content {
      padding-left: 10px; }

.ts-icon-box-info-04 {
  display: -ms-flexbox;
  display: flex; }
  .ts-icon-box-info-04 a {
    color: #ffffff;
    text-decoration: none; }
  .ts-icon-box-info-04 .icon {
    display: -ms-flexbox;
    display: flex;
    font-size: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 22px;
    padding-right: 10px; }
  .ts-icon-box-info-04 .content {
    font-size: 13px;
    color: #ffffff; }
    .ts-icon-box-info-04 .content h5 {
      color: #ffffff; }
    .ts-icon-box-info-04 .content > * {
      display: block; }
  .ts-icon-box-info-04.in-dark, .ts-icon-box-info-02.in-dark .ts-icon-box-info-04[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-icon-box-info-04[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-icon-box-info-04[class^="ts-box-square"] {
    color: #ffffff; }
    .ts-icon-box-info-04.in-dark a, .ts-icon-box-info-02.in-dark .ts-icon-box-info-04[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-icon-box-info-04[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-icon-box-info-04[class^="ts-box-square"] a {
      color: #ffffff; }

.ts-box-square-01 {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  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; }
  .ts-box-square-01.in-dark, .ts-icon-box-info-02.in-dark .ts-box-square-01[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-box-square-01[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-box-square-01[class^="ts-box-square"] {
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff; }
  .ts-box-square-01.large, .ts-icon-box-info-02.large .ts-box-square-01[class^="ts-box-square"] {
    width: 50px;
    height: 50px;
    font-size: 24px; }

.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, .ts-icon-box-info-02.in-dark .square[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .square[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .square[class^="ts-box-square"] {
    color: #ffffff; }
    .square.in-dark:hover, .ts-icon-box-info-02.in-dark .square:hover[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .square:hover[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .square:hover[class^="ts-box-square"] {
      color: #ffffff;
      text-decoration: none;
      background-color: #19719A; }
  .square.square-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

.ts-icon-box-01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .ts-icon-box-01 .ts-icon {
    font-size: 42px;
    color: #333333; }
  .ts-icon-box-01-content {
    padding-left: 15px; }
    .ts-icon-box-01-content .title {
      margin-bottom: 10px;
      font-size: 1.125rem;
      color: #333333; }
    .ts-icon-box-01-content .desc {
      color: #666666;
      margin: 0; }
  .ts-icon-box-01.dark .ts-icon-box-02-icon {
    background-color: transparent;
    color: #333333;
    padding: 0;
    margin-top: 0;
    font-size: 48px; }

.ts-icon-box-02 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .ts-icon-box-02-icon {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    height: 50px;
    color: #ffffff;
    font-size: 42px;
    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; }
  .ts-icon-box-02-content {
    padding-left: 15px; }
    .ts-icon-box-02-content .title {
      margin-bottom: 10px;
      font-size: 1.125rem;
      color: #333333; }
      .ts-icon-box-02-content .title a {
        color: #333333; }
        .ts-icon-box-02-content .title a:hover {
          color: #333333; }
    .ts-icon-box-02-content .desc {
      color: #666666;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      /* stylelint-disable-next-line value-no-vendor-prefix */
      display: -webkit-box;
      /* stylelint-disable property-no-vendor-prefix */
      -webkit-line-clamp: 3; }
  .ts-icon-box-02.dark .ts-icon-box-02-icon {
    background-color: transparent;
    color: #333333;
    padding: 0;
    margin-top: 0;
    font-size: 48px; }

.ts-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.35s; }
  .ts-icon-box-03-icon {
    color: #333333;
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 1;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto; }
    .ts-icon-box-03-icon svg {
      width: 100px; }
  .ts-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; }
    .ts-icon-box-03-content .title {
      font-weight: 600;
      margin-bottom: 15px;
      font-size: 1.25rem;
      color: #333333; }
    .ts-icon-box-03-content .desc {
      color: #666666;
      margin-bottom: auto; }
  .ts-icon-box-03 .ts-btn {
    min-width: 120px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .ts-icon-box-03:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05); }

.ts-icon-box-04 {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .ts-icon-box-04 [class^="ts-box-square"] {
    font-size: 1.375rem;
    margin-right: 15px; }
  .ts-icon-box-04-content {
    line-height: 1.3; }
    .ts-icon-box-04-content-title {
      font-size: 1rem;
      margin-bottom: 5px;
      color: #333333; }
  .ts-icon-box-04.in-dark .ts-icon-box-04-content-title, .ts-icon-box-info-02.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-title, .ts-icon-box-info-03.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-title, .ts-icon-box-info-04.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-title {
    color: #ffffff; }

.ts-icon-box-05 {
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 0.35s; }
  .ts-icon-box-05 .ts-icon-box-05-inner {
    padding: 0 20px 35px; }
    .ts-icon-box-05 .ts-icon-box-05-inner > .ts-icon {
      font-size: 42px;
      margin-bottom: 22px;
      color: #333333;
      display: block; }
  .ts-icon-box-05-layer .layer-01,
  .ts-icon-box-05-layer .layer-02 {
    fill: #19719A; }
  .ts-icon-box-05-layer .layer-02 {
    opacity: 0.7; }
  .ts-icon-box-05-content .title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .ts-icon-box-05-content .sub-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300; }
  .ts-icon-box-05-content .desc {
    margin-bottom: 20px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 4; }

.ts-icon-box-06 {
  border: 1px solid #e5e5e5;
  position: relative; }
  .ts-icon-box-06 .ts-icon-box-06-inner {
    padding: 15px 100px 20px 30px; }
  .ts-icon-box-06-layer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px; }
    .ts-icon-box-06-layer .layer-01,
    .ts-icon-box-06-layer .layer-02 {
      fill: #19719A; }
    .ts-icon-box-06-layer .layer-02 {
      opacity: 0.7; }
  .ts-icon-box-06 .ts-icon {
    font-size: 56px;
    margin-bottom: 15px;
    color: #333333; }
  .ts-icon-box-06-content .title {
    font-size: 18px; }
  .ts-icon-box-06-content .sub-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px; }
  .ts-icon-box-06-content .desc {
    margin-bottom: 15px; }

.ts-icon-box-07 {
  border: 1px solid #e5e5e5;
  position: relative;
  transition: box-shadow .35s; }
  .ts-icon-box-07 .ts-icon-box-07-inner {
    padding: 15px 100px 25px 30px; }
  .ts-icon-box-07-layer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px; }
    .ts-icon-box-07-layer .layer-01,
    .ts-icon-box-07-layer .layer-02 {
      fill: #19719A; }
    .ts-icon-box-07-layer .layer-02 {
      opacity: 0.7; }
  .ts-icon-box-07-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 8px; }
    .ts-icon-box-07-icon-wrap .ts-icon {
      font-size: 42px;
      margin-bottom: 15px;
      color: #333333;
      margin-right: 15px; }
  .ts-icon-box-07 .icon-box-title {
    font-size: 18px; }
    .ts-icon-box-07 .icon-box-title a {
      color: #333333; }
  .ts-icon-box-07 .icon-box-sub-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300; }
  .ts-icon-box-07 .icon-box-desc {
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 2; }

.ts-icon-box-08 {
  position: relative;
  transition: box-shadow .35s; }
  .ts-icon-box-08 .icon-box-wrap {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .ts-icon-box-08 .icon-box-wrap .ts-icon {
      font-size: 48px;
      transition: all 0.35s;
      color: #ffffff;
      opacity: .3;
      transform: translateY(-20px);
      z-index: 2; }
    .ts-icon-box-08 .icon-box-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      width: 5px;
      height: 0;
      transition: height 0.35s;
      background-color: #19719A; }
    .ts-icon-box-08 .icon-box-wrap:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 5px;
      height: 0;
      transition: height 0.35s;
      background-color: #19719A; }
  .ts-icon-box-08 .icon-box-inner {
    padding: 15px 100px 25px 30px; }
  .ts-icon-box-08 .icon-box-layer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 110px;
    opacity: 0.1; }
    .ts-icon-box-08 .icon-box-layer .layer-01,
    .ts-icon-box-08 .icon-box-layer .layer-02 {
      fill: #19719A; }
    .ts-icon-box-08 .icon-box-layer .layer-02 {
      opacity: 0.7; }
  .ts-icon-box-08 .icon-box-title {
    font-size: 18px; }
    .ts-icon-box-08 .icon-box-title a {
      color: #ffffff;
      transition: all 0.35s; }
      .ts-icon-box-08 .icon-box-title a:hover {
        color: #19719A; }
  .ts-icon-box-08 .icon-box-sub-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300; }
  .ts-icon-box-08 .icon-box-desc {
    margin-bottom: 0;
    color: #bebebe;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 2; }
  .ts-icon-box-08:hover .icon-box-wrap .ts-icon {
    opacity: 1;
    color: #19719A;
    transform: translateY(0); }
  .ts-icon-box-08:hover .icon-box-wrap:before {
    height: 20px;
    opacity: 1; }
  .ts-icon-box-08:hover .icon-box-wrap:after {
    height: 20px;
    opacity: 1; }

.ts-icon-box-09 {
  position: relative;
  background-color: #f8f8f8;
  transition: box-shadow .35s; }
  .ts-icon-box-09 .icon-box-wrap {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .ts-icon-box-09 .icon-box-wrap .ts-icon {
      font-size: 70px;
      transition: all 0.35s;
      color: #333333;
      opacity: 0.1;
      transform: translateY(-20px);
      z-index: 2; }
    .ts-icon-box-09 .icon-box-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      width: 5px;
      height: 0;
      transition: height 0.35s;
      background-color: #19719A; }
    .ts-icon-box-09 .icon-box-wrap:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 5px;
      height: 0;
      transition: height 0.35s;
      background-color: #19719A; }
  .ts-icon-box-09 .icon-box-inner {
    padding: 25px 90px 25px 30px; }
  .ts-icon-box-09 .icon-box-layer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    opacity: 0; }
    .ts-icon-box-09 .icon-box-layer .layer-01,
    .ts-icon-box-09 .icon-box-layer .layer-02 {
      fill: #19719A; }
    .ts-icon-box-09 .icon-box-layer .layer-02 {
      opacity: 0.7; }
  .ts-icon-box-09 .icon-box-title {
    font-size: 18px; }
    .ts-icon-box-09 .icon-box-title a {
      color: #333333; }
    .ts-icon-box-09 .icon-box-title:hover a {
      color: #19719A; }
  .ts-icon-box-09 .icon-box-sub-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.5); }
  .ts-icon-box-09 .icon-box-desc {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ts-icon-box-09:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }
    .ts-icon-box-09:hover .icon-box-wrap .ts-icon {
      opacity: 0.7;
      color: #19719A;
      transform: translateY(0); }
    .ts-icon-box-09:hover .icon-box-wrap:before {
      height: 20px;
      opacity: .7; }
    .ts-icon-box-09:hover .icon-box-wrap:after {
      height: 20px;
      opacity: .7; }

.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: "Line Awesome Free";
      position: absolute;
      top: -4px;
      left: 0;
      font-size: 18px;
      line-height: inherit; }
  .list-style-01.list-circle li:before {
    content: "\f058";
    font-weight: 900; }
  .list-style-01.list-dot li:before {
    content: "●"; }
  .list-style-01.list-square li:before {
    content: "\f14a";
    font-weight: 900; }
  .list-style-01.list-check li:before {
    content: "\f00c";
    font-weight: 900; }
  .list-style-01.color li:before {
    color: #19719A; }

.ts-modal-callback-01 .modal-content {
  border: 0;
  border-radius: 2px; }

.ts-modal-callback-01 .modal-header {
  padding: 8px 15px;
  background-color: #19719A;
  border-radius: 0;
  border-bottom-color: rgba(0, 0, 0, 0.05); }
  .ts-modal-callback-01 .modal-header .modal-title {
    color: #ffffff; }
  .ts-modal-callback-01 .modal-header .close {
    color: #ffffff;
    padding: 11px 15px;
    margin: -8px -15px -8px auto; }
    .ts-modal-callback-01 .modal-header .close:hover, .ts-modal-callback-01 .modal-header .close:focus {
      outline: 0; }

.ts-modal-callback-01 .modal-body {
  padding: 30px 1rem; }

.ts-modal-callback-01 .modal-footer {
  padding: 8px 15px;
  border-radius: 0;
  border-top-color: rgba(0, 0, 0, 0.05); }

.ts-modal-video-01 .modal-header {
  border: 0;
  padding-right: 0; }
  .ts-modal-video-01 .modal-header .ts-icon {
    color: #ffffff; }

.ts-modal-video-01 .modal-content {
  background-color: transparent;
  border: 0; }

.ts-modal-video-01 .modal-body {
  padding: 0; }

.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none;
  outline: 0; }

.ts-language {
  min-width: 140px;
  font-size: 14px;
  min-width: 146px; }
  .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: "\f107";
      font-weight: 900;
      border: 0;
      width: auto;
      height: auto;
      margin-top: 0;
      font-family: "Line Awesome Free";
      font-size: 12px; }
  .ts-language .bootstrap-select.language-select .dropdown-menu {
    padding: 5px 0;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27); }
  .ts-language .bootstrap-select.language-select img {
    width: 25px;
    margin-right: 5px; }
  .ts-language .bootstrap-select.language-select .dropdown-item {
    color: #000000;
    padding: 5px; }
    .ts-language .bootstrap-select.language-select .dropdown-item.active {
      color: #ffffff;
      background-color: #19719A; }
    .ts-language .bootstrap-select.language-select .dropdown-item:not(.active):hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .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 .bootstrap-select.language-select .dropdown-item:focus {
      outline: 0; }
  .ts-language.in-dark .bootstrap-select .dropdown-toggle, .ts-icon-box-info-02.in-dark .ts-language[class^="ts-box-square"] .bootstrap-select .dropdown-toggle, .ts-icon-box-info-03.in-dark .ts-language[class^="ts-box-square"] .bootstrap-select .dropdown-toggle, .ts-icon-box-info-04.in-dark .ts-language[class^="ts-box-square"] .bootstrap-select .dropdown-toggle {
    color: #ffffff; }

.consultant-select {
  min-width: 100%; }
  .consultant-select.show.bootstrap-select > .dropdown-toggle {
    background-color: #19719A;
    color: #ffffff; }
    .consultant-select.show.bootstrap-select > .dropdown-toggle .option-select-team {
      color: #ffffff; }
      .consultant-select.show.bootstrap-select > .dropdown-toggle .option-select-team .name {
        color: #ffffff; }
  .consultant-select.show.bootstrap-select .dropdown-item.active {
    background-color: #19719A; }
  .consultant-select.bootstrap-select > .dropdown-toggle {
    background-color: white;
    border: 0;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
    height: 40px;
    color: #666666;
    transition: all 0.35s; }
    .consultant-select.bootstrap-select > .dropdown-toggle .option-select-team {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #333333; }
      .consultant-select.bootstrap-select > .dropdown-toggle .option-select-team .ts-icon {
        font-size: 22px;
        margin-right: 5px;
        transition: all 0.35s; }
      .consultant-select.bootstrap-select > .dropdown-toggle .option-select-team .name {
        font-size: 13px;
        margin: 0;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.35s; }
    .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: #19719A; }
      .consultant-select.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team, .consultant-select.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team {
        color: #ffffff; }
        .consultant-select.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team .name, .consultant-select.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team .name {
          color: #ffffff; }
  .consultant-select.bootstrap-select > select {
    left: 0;
    border-radius: 2px; }
  .consultant-select .dropdown-menu {
    padding: 0;
    background-color: #000000;
    border: 0; }
    .consultant-select .dropdown-menu .dropdown-item {
      padding: 8px 15px 9px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 13px; }
      .consultant-select .dropdown-menu .dropdown-item .text {
        display: -ms-flexbox;
        display: flex; }
      .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 .dropdown-menu .option-select-team {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #ffffff; }
      .consultant-select .dropdown-menu .option-select-team .filter-option-inner-inner .ts-icon {
        color: #ffffff;
        font-size: 22px;
        margin-right: 5px; }
      .consultant-select .dropdown-menu .option-select-team .name {
        color: #ffffff;
        font-size: 13px;
        margin: 0;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase; }
  .consultant-select.in-dark.bootstrap-select > .dropdown-toggle, .ts-icon-box-info-02.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle, .ts-icon-box-info-03.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle, .ts-icon-box-info-04.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle {
    background-color: #f8f8f8;
    color: #333333; }
    .consultant-select.in-dark.bootstrap-select > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-02.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-03.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-04.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .consultant-select.in-dark.bootstrap-select > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-02.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-03.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-04.in-dark .consultant-select.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus {
      box-shadow: none;
      color: #333333;
      background-color: #ffffff; }
  .consultant-select.in-dark .filter-option-inner-inner .option-select-team, .ts-icon-box-info-02.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team, .ts-icon-box-info-03.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team, .ts-icon-box-info-04.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team {
    color: #333333; }
    .consultant-select.in-dark .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-02.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-03.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-04.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name {
      color: #333333; }
  .consultant-select.in-dark .filter-option-inner-inner .ts-icon, .ts-icon-box-info-02.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .ts-icon, .ts-icon-box-info-03.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .ts-icon, .ts-icon-box-info-04.in-dark .consultant-select[class^="ts-box-square"] .filter-option-inner-inner .ts-icon {
    font-size: 22px;
    margin-right: 5px; }
  .consultant-select.line.show.bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    color: #666666;
    border-color: #19719A; }
    .consultant-select.line.show.bootstrap-select > .dropdown-toggle .option-select-team {
      color: #333333; }
      .consultant-select.line.show.bootstrap-select > .dropdown-toggle .option-select-team .name {
        color: #333333; }
  .consultant-select.line.show.bootstrap-select .dropdown-item.active {
    background-color: #19719A; }
  .consultant-select.line.bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border-radius: 0;
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light {
      color: #999999; }
      .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:hover, .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:focus {
        color: #999999;
        background-color: transparent;
        border-color: #19719A; }
        .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team, .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team {
          color: #333333; }
          .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team .name, .consultant-select.line.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team .name {
            color: #333333; }
  .consultant-select.select-grey.bootstrap-select > .dropdown-toggle {
    background-color: #f8f8f8; }
  .consultant-select.select-grey.show.bootstrap-select > .dropdown-toggle {
    background-color: #19719A; }
  .consultant-select.select-grey.show.bootstrap-select .dropdown-item.active {
    background-color: #19719A; }

.select-ghost {
  min-width: 100%; }
  .select-ghost.show.bootstrap-select > .dropdown-toggle {
    background-color: #19719A;
    color: #ffffff; }
    .select-ghost.show.bootstrap-select > .dropdown-toggle .option-select-team {
      color: #ffffff; }
      .select-ghost.show.bootstrap-select > .dropdown-toggle .option-select-team .name {
        color: #ffffff; }
  .select-ghost.show.bootstrap-select .dropdown-item.active {
    background-color: #19719A; }
  .select-ghost.bootstrap-select > .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
    height: 40px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 12px;
    transition: all 0.35s; }
    .select-ghost.bootstrap-select > .dropdown-toggle .option-select-team {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #333333; }
      .select-ghost.bootstrap-select > .dropdown-toggle .option-select-team .ts-icon {
        font-size: 22px;
        margin-right: 5px;
        transition: all 0.35s;
        color: #ffffff; }
      .select-ghost.bootstrap-select > .dropdown-toggle .option-select-team .name {
        font-size: 13px;
        margin: 0;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.35s;
        color: #ffffff; }
    .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:hover, .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:focus {
      box-shadow: none;
      color: #ffffff;
      background-color: #19719A; }
      .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team, .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team {
        color: #ffffff; }
        .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:hover .option-select-team .name, .select-ghost.bootstrap-select > .dropdown-toggle.btn-light:focus .option-select-team .name {
          color: #ffffff; }
  .select-ghost.bootstrap-select > select {
    left: 0;
    border-radius: 2px; }
  .select-ghost .dropdown-menu {
    padding: 0;
    background-color: #000000;
    border: 0; }
    .select-ghost .dropdown-menu .dropdown-item {
      padding: 8px 15px 9px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 13px; }
      .select-ghost .dropdown-menu .dropdown-item .text {
        display: -ms-flexbox;
        display: flex; }
      .select-ghost .dropdown-menu .dropdown-item .ts-icon {
        font-size: 18px;
        margin-right: 5px; }
      .select-ghost .dropdown-menu .dropdown-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      .select-ghost .dropdown-menu .dropdown-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .select-ghost .dropdown-menu .dropdown-item:hover {
        background-color: #999999; }
    .select-ghost .dropdown-menu.show {
      min-width: 100%;
      max-width: 100%; }
    .select-ghost .dropdown-menu .option-select-team {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #ffffff; }
      .select-ghost .dropdown-menu .option-select-team .filter-option-inner-inner .ts-icon {
        color: #ffffff;
        font-size: 22px;
        margin-right: 5px; }
      .select-ghost .dropdown-menu .option-select-team .name {
        color: #ffffff;
        font-size: 13px;
        margin: 0;
        line-height: 22px;
        letter-spacing: 1px;
        text-transform: uppercase; }
  .select-ghost.in-dark.bootstrap-select > .dropdown-toggle, .ts-icon-box-info-02.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle, .ts-icon-box-info-03.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle, .ts-icon-box-info-04.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle {
    background-color: #f8f8f8;
    color: #333333; }
    .select-ghost.in-dark.bootstrap-select > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-02.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-03.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .ts-icon-box-info-04.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:hover, .select-ghost.in-dark.bootstrap-select > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-02.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-03.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus, .ts-icon-box-info-04.in-dark .select-ghost.bootstrap-select[class^="ts-box-square"] > .dropdown-toggle.btn-light:focus {
      box-shadow: none;
      color: #333333;
      background-color: #ffffff; }
  .select-ghost.in-dark .filter-option-inner-inner .option-select-team, .ts-icon-box-info-02.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team, .ts-icon-box-info-03.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team, .ts-icon-box-info-04.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team {
    color: #333333; }
    .select-ghost.in-dark .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-02.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-03.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name, .ts-icon-box-info-04.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .option-select-team .name {
      color: #333333; }
  .select-ghost.in-dark .filter-option-inner-inner .ts-icon, .ts-icon-box-info-02.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .ts-icon, .ts-icon-box-info-03.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .ts-icon, .ts-icon-box-info-04.in-dark .select-ghost[class^="ts-box-square"] .filter-option-inner-inner .ts-icon {
    font-size: 22px;
    margin-right: 5px; }

.border-select {
  min-width: 100%; }
  .border-select.show.bootstrap-select > .dropdown-toggle {
    background-color: #ffffff; }
  .border-select.bootstrap-select > .dropdown-toggle {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
    height: 40px;
    color: #666666;
    transition: all 0.35s; }
    .border-select.bootstrap-select > .dropdown-toggle.btn-light:hover, .border-select.bootstrap-select > .dropdown-toggle.btn-light:focus {
      box-shadow: none;
      background-color: #ffffff; }
    .border-select.bootstrap-select > .dropdown-toggle.btn-light.bs-placeholder {
      color: #999999;
      font-family: "Lato", sans-serif;
      font-size: 13px; }
  .border-select.bootstrap-select > select {
    left: 0;
    border-radius: 2px; }
  .border-select .dropdown-menu {
    padding: 0;
    background-color: #f8f8f8;
    border: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
    border-radius: 2px; }
    .border-select .dropdown-menu .dropdown-item {
      padding: 8px 15px 9px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 13px; }
      .border-select .dropdown-menu .dropdown-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
      .border-select .dropdown-menu .dropdown-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .border-select .dropdown-menu .dropdown-item:hover {
        background-color: #e5e5e5; }
      .border-select .dropdown-menu .dropdown-item.active {
        background-color: #19719A; }
        .border-select .dropdown-menu .dropdown-item.active:hover {
          color: #ffffff; }
      .border-select .dropdown-menu .dropdown-item:focus {
        outline: 0; }
    .border-select .dropdown-menu.show {
      min-width: 100%;
      max-width: 100%; }
  .border-select.select-grey.bootstrap-select > .dropdown-toggle {
    background-color: #f8f8f8; }
  .border-select.select-grey.show.bootstrap-select > .dropdown-toggle {
    background-color: #19719A; }
  .border-select.select-grey.show.bootstrap-select .dropdown-item.active {
    background-color: #19719A; }

.ts-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  opacity: 0; }

.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: #19719A;
      border-color: #19719A; }
    .ts-pagination-01 .pagination .page-item:hover .page-link {
      color: #ffffff;
      background-color: rgba(25, 113, 154, 0.9);
      border-color: rgba(25, 113, 154, 0.9); }
  .ts-pagination-01 .pagination .page-link {
    color: #999999;
    border-color: #999999;
    min-width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    border-radius: 0;
    transition: all 0.35s; }

@media (max-width: 991.98px) {
  .ts-pagination-01 .pagination .page-link {
    min-width: 32px;
    height: 30px;
    line-height: 15px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px; } }

.portfolio-filter-01 {
  margin-bottom: 30px;
  width: 100%; }
  .portfolio-filter-01 a {
    display: inline-block;
    margin-left: 25px;
    transition: all 0.35s;
    font-weight: 600; }
    .portfolio-filter-01 a:hover {
      text-decoration: none;
      color: #19719A;
      opacity: 1; }
    .portfolio-filter-01 a.active {
      color: #19719A; }
  .portfolio-filter-01:hover a {
    opacity: 0.8; }
  @media (max-width: 991.98px) {
    .portfolio-filter-01 a {
      margin: 5px 15px;
      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(25, 113, 154, 0.9);
    opacity: 0;
    transition: all 0.35s;
    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: #040f0f;
      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: #19719A;
      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: #040f0f;
      -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.35s; }
        .ts-portfolio-03 .card-body .title a:hover, .ts-blog-card-06 .card-body .title a:hover {
          color: #19719A; }
    .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.35s; }
    .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%; } }

.ts-portfolio-04 {
  background-color: #ffffff; }
  .ts-portfolio-04 .card-header {
    border-bottom: 0;
    position: relative;
    padding-right: 50px; }
    .ts-portfolio-04 .card-header:before {
      content: "";
      width: 5px;
      height: 42px;
      background-color: #19719A;
      position: absolute;
      top: 12px;
      left: 0; }
    .ts-portfolio-04 .card-header:after {
      content: "\f15c";
      font-family: "Line Awesome Free";
      font-size: 24px;
      color: #666666;
      position: absolute;
      top: 16px;
      right: 10px; }
  .ts-portfolio-04.ts-portfolio-type-audio .card-header:after {
    content: "\f1c7"; }
  .ts-portfolio-04.ts-portfolio-type-video .card-header:after {
    content: "\f1c8"; }
  .ts-portfolio-04.ts-portfolio-type-pdf .card-header:after {
    content: "\f1c1"; }
  .ts-portfolio-04.ts-portfolio-type-pp .card-header:after {
    content: "\f1c4"; }
  .ts-portfolio-04 .project-card-title {
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 4px; }
    .ts-portfolio-04 .project-card-title a {
      color: #333333;
      text-decoration: none; }
      .ts-portfolio-04 .project-card-title a:hover {
        color: #19719A; }
  .ts-portfolio-04 .project-card-catalog {
    font-size: 13px;
    margin-bottom: 0;
    color: #666666;
    transition: all 0.35s;
    text-decoration: none; }
    .ts-portfolio-04 .project-card-catalog:hover {
      color: #19719A; }
  .ts-portfolio-04 .project-card-btn-view-more {
    text-decoration: none;
    color: #333333;
    transition: all 0.35s; }
    .ts-portfolio-04 .project-card-btn-view-more:hover {
      color: #19719A; }
  .ts-portfolio-04 .card-cover {
    position: relative; }
    .ts-portfolio-04 .card-cover .ts-overlay {
      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;
      color: #ffffff;
      font-size: 18px; }
      .ts-portfolio-04 .card-cover .ts-overlay .item {
        opacity: 0;
        transition: opacity 0.35s, transform 0.35s; }
        .ts-portfolio-04 .card-cover .ts-overlay .item [class^="item"] {
          margin: 0 10px;
          cursor: pointer; }
          .ts-portfolio-04 .card-cover .ts-overlay .item [class^="item"] .ts-icon {
            margin-right: 5px; }
        .ts-portfolio-04 .card-cover .ts-overlay .item:first-child {
          transform: translate3d(0, 20px, 0); }
        .ts-portfolio-04 .card-cover .ts-overlay .item:nth-child(2) {
          transform: translate3d(0, 20px, 0);
          transition-delay: 0.05s; }
  .ts-portfolio-04 .card-img {
    border-radius: 0; }
  .ts-portfolio-04 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-portfolio-04:hover .ts-overlay {
    opacity: 0.9; }
    .ts-portfolio-04:hover .ts-overlay .item {
      opacity: 1; }
      .ts-portfolio-04:hover .ts-overlay .item:first-child {
        transform: translate3d(0, 0, 0); }
      .ts-portfolio-04:hover .ts-overlay .item:nth-child(2) {
        transform: translate3d(0, 0, 0); }

.ts-portfolio-05 {
  overflow: hidden;
  position: relative; }
  .ts-portfolio-05 .card-cover {
    position: relative;
    display: block; }
    .ts-portfolio-05 .card-cover .ts-overlay {
      opacity: 1; }
    .ts-portfolio-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-portfolio-05 .card-cover-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 30px;
      color: #ffffff; }
      .ts-portfolio-05 .card-cover-inner:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 0;
        padding-top: 120%;
        background-color: #ffffff;
        content: "";
        transition: opacity 0.45s, transform 0.45s;
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: bottom left;
        opacity: 0; }
  .ts-portfolio-05 .portfolio-card-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px; }
    .ts-portfolio-05 .portfolio-card-meta [class*="item-"] {
      display: inline-block;
      color: #333333;
      opacity: 0;
      transition: opacity 0.35s, transform 0.35s;
      transform: translate3d(0, 50px, 0); }
      .ts-portfolio-05 .portfolio-card-meta [class*="item-"] .ts-icon {
        margin-right: 5px;
        transition: all 0.35s; }
      .ts-portfolio-05 .portfolio-card-meta [class*="item-"]:first-child {
        margin-right: 10px; }
  .ts-portfolio-05 .portfolio-card-overlay {
    background: linear-gradient(to bottom, #1e2f23 0%, rgba(30, 47, 35, 0.9) 15%, rgba(30, 47, 35, 0) 100%);
    background-size: 100% 100%;
    transition: background-size 0.35s; }
  .ts-portfolio-05 .portfolio-card-title {
    font-size: 18px;
    margin-bottom: 15px;
    transition: transform 0.35s;
    transform: translate3d(0, 20px, 0);
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff; }
  .ts-portfolio-05 .portfolio-card-catalog {
    margin-bottom: auto;
    font-size: 13px;
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    transition: opacity 0.35s, transform 0.35s; }
  .ts-portfolio-05.w1-h1 .card-cover {
    position: relative; }
    .ts-portfolio-05.w1-h1 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%; }
    .ts-portfolio-05.w1-h1 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-05.w1-h2 .card-cover {
    position: relative; }
    .ts-portfolio-05.w1-h2 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 200%; }
    .ts-portfolio-05.w1-h2 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-05.w2-h1 .card-cover {
    position: relative; }
    .ts-portfolio-05.w2-h1 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 47.36842%; }
    .ts-portfolio-05.w2-h1 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-05.w2-h2 .card-cover {
    position: relative; }
    .ts-portfolio-05.w2-h2 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%; }
    .ts-portfolio-05.w2-h2 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-05:hover .portfolio-card-meta [class*="item-"] {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
    .ts-portfolio-05:hover .portfolio-card-meta [class*="item-"]:first-child {
      transition-delay: 0.12s; }
    .ts-portfolio-05:hover .portfolio-card-meta [class*="item-"]:nth-child(2) {
      transition-delay: 0.1s; }
  .ts-portfolio-05:hover .portfolio-card-title {
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-05:hover .portfolio-card-catalog {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-05:hover .card-cover-inner:before {
    opacity: 0.7;
    transform: rotate3d(0, 0, 1, 76deg); }
  .ts-portfolio-05:hover .portfolio-card-overlay {
    background-size: 100% 300%; }
  .ts-portfolio-05:hover.w2-h1 .card-cover-inner:before {
    opacity: 0.7;
    transform: rotate3d(0, 0, 1, 83deg); }

.ts-portfolio-06 {
  border-radius: 2px;
  overflow: hidden;
  display: block; }
  .ts-portfolio-06 .card-cover {
    position: relative; }
    .ts-portfolio-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-06 .card-cover .ts-overlay {
      opacity: 1; }
    .ts-portfolio-06 .card-cover-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 30px;
      color: white;
      text-align: right; }
      @media (max-width: 1199.98px) {
        .ts-portfolio-06 .card-cover-inner {
          padding: 10px 15px; } }
      @media (max-width: 767.98px) {
        .ts-portfolio-06 .card-cover-inner {
          padding: 30px; } }
  .ts-portfolio-06 .portfolio-card-overlay {
    background: linear-gradient(to bottom, #1e2f23 0%, rgba(30, 47, 35, 0.9) 15%, rgba(30, 47, 35, 0) 100%);
    background-size: 100% 100%;
    transition: background-size 0.35s; }
  .ts-portfolio-06 .portfolio-card-divider {
    height: 3px;
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0, 40px, 0); }
  .ts-portfolio-06 .portfolio-card-title {
    font-size: 18px;
    margin-bottom: 15px;
    transition: transform 0.35s;
    transform: translate3d(0, 20px, 0);
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (max-width: 1199.98px) {
      .ts-portfolio-06 .portfolio-card-title {
        font-size: 16px; } }
    @media (max-width: 767.98px) {
      .ts-portfolio-06 .portfolio-card-title {
        font-size: 18px; } }
  .ts-portfolio-06 .portfolio-card-catalog {
    margin-bottom: auto;
    font-size: 13px;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.35s, transform 0.35s; }
  .ts-portfolio-06 .portfolio-card-desc {
    font-size: 13px;
    margin-bottom: 0;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.35s, transform 0.35s;
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 3; }
    @media (max-width: 767.98px) {
      .ts-portfolio-06 .portfolio-card-desc {
        opacity: 1; } }
  .ts-portfolio-06.w1-h1 .card-cover {
    position: relative; }
    .ts-portfolio-06.w1-h1 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%; }
    .ts-portfolio-06.w1-h1 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-06.w1-h2 .card-cover {
    position: relative; }
    .ts-portfolio-06.w1-h2 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 200%; }
    .ts-portfolio-06.w1-h2 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-06.w2-h1 .card-cover {
    position: relative; }
    .ts-portfolio-06.w2-h1 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 47.36842%; }
    .ts-portfolio-06.w2-h1 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .ts-portfolio-06.w2-h2 .portfolio-card-title {
    font-size: 24px; }
  .ts-portfolio-06.w2-h2 .portfolio-card-catalog {
    font-size: 18px; }
  .ts-portfolio-06.w2-h2 .portfolio-card-desc {
    font-size: 16px; }
  .ts-portfolio-06.w2-h2 .card-cover {
    position: relative; }
    .ts-portfolio-06.w2-h2 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 100%; }
    .ts-portfolio-06.w2-h2 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  @media (max-width: 767.98px) {
    .ts-portfolio-06 .ts-overlay {
      opacity: 1; }
    .ts-portfolio-06 .portfolio-card-title {
      transform: translate3d(0, 0, 0); }
    .ts-portfolio-06 .portfolio-card-divider {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .ts-portfolio-06 .portfolio-card-catalog {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
    .ts-portfolio-06 .portfolio-card-desc {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      font-size: 18px; } }
  @media (max-width: 575.98px) {
    .ts-portfolio-06 .portfolio-card-desc {
      font-size: 14px; } }
  .ts-portfolio-06:hover .ts-overlay {
    opacity: 1; }
  .ts-portfolio-06:hover .portfolio-card-title {
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-06:hover .portfolio-card-divider {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-06:hover .portfolio-card-catalog {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-06:hover .portfolio-card-desc {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .ts-portfolio-06:hover .portfolio-card-overlay {
    background-size: 100% 300%; }

.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: #19719A;
      border-left-color: #19719A;
      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: #19719A;
          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: 300;
    margin: -4px 0 8px 0;
    line-height: 1; }
    .ts-product-card-widget .product-title a {
      color: #333333;
      transition: all 0.35s;
      font-size: 16px;
      text-decoration: none; }
      .ts-product-card-widget .product-title a:hover {
        color: #19719A; }
  .ts-product-card-widget .ts-rating-list-01 {
    font-size: 12px;
    margin-bottom: 3px; }
  .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.35s; }
        .ts-product-card-03 .card-body .card-title a:hover {
          color: #19719A; }
  .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.35s;
      font-size: 16px; }
      .ts-product-card-03 .actions .remove:hover {
        color: #f44336; }

.ts-progress-title-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

.ts-progress-title {
  font-size: 13px; }

.ts-progress {
  height: 10px;
  border-radius: 0; }
  .ts-progress .progress-bar {
    transition: width 1s;
    width: 0; }

.rating-list-01 {
  color: #fde428;
  line-height: 1; }
  .rating-list-01 .disabled {
    color: #999999; }

.ts-rating-list-01 {
  color: #fde428;
  line-height: 1;
  font-size: 13px; }

.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); }

.ts-services-card-02 {
  border: 0;
  background-color: transparent; }
  .ts-services-card-02 .card-cover {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
    .ts-services-card-02 .card-cover .card-img {
      border-radius: 0;
      transition: all 0.35s;
      filter: brightness(70%); }
    .ts-services-card-02 .card-cover .services-title {
      font-size: 18px;
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 0;
      width: 100%;
      font-weight: 300;
      padding: 8px 15px;
      background-color: rgba(0, 0, 0, 0.7);
      transition: background-color 0.35s; }
  .ts-services-card-02 .card-body {
    padding: 0; }
  .ts-services-card-02 .services-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    /* stylelint-disable-next-line value-no-vendor-prefix */
    display: -webkit-box;
    /* stylelint-disable property-no-vendor-prefix */
    -webkit-line-clamp: 3; }
  .ts-services-card-02 .card-footer {
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .ts-services-card-02 .services-card-readmore {
    color: #333333;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    position: relative;
    transition: all .35s; }
    .ts-services-card-02 .services-card-readmore .ts-icon {
      opacity: 0;
      position: absolute;
      left: 5px;
      top: 5px;
      transition: all .35s; }
    .ts-services-card-02 .services-card-readmore:hover {
      padding-left: 18px;
      color: #19719A; }
      .ts-services-card-02 .services-card-readmore:hover .ts-icon {
        opacity: 1;
        left: 0;
        color: #19719A; }
  .ts-services-card-02:hover .card-cover .card-img {
    filter: brightness(100%); }
  .ts-services-card-02:hover .services-title {
    background-color: rgba(25, 113, 154, 0.9); }

.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, .ts-icon-box-info-02.in-dark .square[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .square[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .square[class^="ts-box-square"] {
    color: #ffffff; }
    .square.in-dark:hover, .ts-icon-box-info-02.in-dark .square:hover[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .square:hover[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .square:hover[class^="ts-box-square"] {
      color: #ffffff;
      text-decoration: none;
      background-color: #19719A; }

.ts-social-list-01 {
  font-size: 18px; }
  .ts-social-list-01 a {
    transition: all 0.35s;
    text-decoration: none;
    color: #333333; }
    .ts-social-list-01 a:hover {
      color: #19719A; }
  .ts-social-list-01.align-left {
    text-align: left; }
    .ts-social-list-01.align-left a:not(:last-of-type) {
      margin-right: .5rem; }
  .ts-social-list-01.align-right {
    text-align: right; }
    .ts-social-list-01.align-right a:not(:first-of-type) {
      margin-left: .5rem; }
  .ts-social-list-01.in-dark a, .ts-icon-box-info-02.in-dark .ts-social-list-01[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-social-list-01[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-social-list-01[class^="ts-box-square"] a {
    color: white; }

.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;
    font-weight: 600; }
    .ts-nav-tabs .nav-link.active {
      background-color: #19719A;
      color: #ffffff;
      border-color: #19719A; }
      .ts-nav-tabs .nav-link.active:hover {
        background-color: #19719A;
        color: #ffffff;
        border-color: #19719A; }
    .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: #19719A; }

.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-nav-tabs-01 {
  border-bottom: 5px solid #19719A; }
  .ts-nav-tabs-01 .nav-link {
    padding: 9px 25px;
    background-color: #1e2f23;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300; }
    .ts-nav-tabs-01 .nav-link:not(:last-of-type) {
      margin-right: 10px; }
    .ts-nav-tabs-01 .nav-link.active {
      background-color: #19719A;
      color: #ffffff;
      border-color: #19719A; }
      .ts-nav-tabs-01 .nav-link.active:hover {
        background-color: #19719A;
        color: #ffffff;
        border-color: #19719A; }
    .ts-nav-tabs-01 .nav-link:hover {
      background-color: #19719A;
      border-color: #19719A;
      color: #ffffff; }

.ts-tab-content-01 {
  padding: 30px;
  color: #1e2f23;
  background-color: #1e2f23; }

.ts-nav-tabs-02 {
  border-bottom: 5px solid rgba(63, 160, 55, 0.7); }
  .ts-nav-tabs-02 .nav-link {
    padding: 9px 25px;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    margin-bottom: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    border: 0; }
    .ts-nav-tabs-02 .nav-link:not(:last-of-type) {
      margin-right: 10px; }
    .ts-nav-tabs-02 .nav-link.active {
      background-color: rgba(63, 160, 55, 0.7);
      color: #ffffff;
      border-color: rgba(63, 160, 55, 0.7); }
      .ts-nav-tabs-02 .nav-link.active:hover {
        background-color: rgba(63, 160, 55, 0.7);
        color: #ffffff;
        border-color: rgba(63, 160, 55, 0.7); }
    .ts-nav-tabs-02 .nav-link:hover {
      background-color: rgba(63, 160, 55, 0.7);
      border-color: rgba(63, 160, 55, 0.7);
      color: #ffffff; }

.ts-tab-content-02 {
  padding: 30px;
  color: #1e2f23;
  background-color: rgba(0, 0, 0, 0.3); }

.ts-team-card-01 {
  -ms-flex-direction: unset;
      flex-direction: unset;
  border: 0;
  border-radius: 0;
  background-color: transparent; }
  .ts-team-card-01 .card-cover {
    border-radius: 0;
    overflow: hidden;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    border-radius: 2px;
    position: relative; }
    .ts-team-card-01 .card-cover:before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 150%; }
    .ts-team-card-01 .card-cover > .card-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ts-team-card-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-team-card-01 .card-body {
    padding: 15px;
    position: relative;
    padding-top: 0;
    padding-bottom: 40px; }
  .ts-team-card-01 .team-card-name {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0; }
  .ts-team-card-01 .team-card-title {
    color: #666666;
    margin-bottom: 0; }
  .ts-team-card-01 .team-card-desc {
    color: #666666; }
  .ts-team-card-01 .team-card-phone {
    margin-bottom: 10px; }
    .ts-team-card-01 .team-card-phone a {
      color: #666666; }
    .ts-team-card-01 .team-card-phone .ts-icon {
      display: none; }
    .ts-team-card-01 .team-card-phone a {
      transition: all 0.35s; }
      .ts-team-card-01 .team-card-phone a:hover {
        color: #19719A; }
  .ts-team-card-01 .team-card-social {
    margin-bottom: 18px;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 0;
    margin: 0; }
  .ts-team-card-01.in-dark, .ts-icon-box-info-02.in-dark .ts-team-card-01[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-team-card-01[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-team-card-01[class^="ts-box-square"] {
    color: #ffffff;
    background-color: #333333; }
    .ts-team-card-01.in-dark a, .ts-icon-box-info-02.in-dark .ts-team-card-01[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-team-card-01[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-team-card-01[class^="ts-box-square"] a,
    .ts-team-card-01.in-dark .team-card-name,
    .ts-icon-box-info-02.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-name,
    .ts-icon-box-info-03.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-name,
    .ts-icon-box-info-04.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-name,
    .ts-team-card-01.in-dark .team-card-title,
    .ts-icon-box-info-02.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-title,
    .ts-icon-box-info-03.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-title,
    .ts-icon-box-info-04.in-dark .ts-team-card-01[class^="ts-box-square"] .team-card-title {
      color: #ffffff; }
  @media (max-width: 414px) {
    .ts-team-card-01 {
      display: block; }
      .ts-team-card-01 .card-cover {
        display: block;
        margin-bottom: 30px;
        position: relative; }
        .ts-team-card-01 .card-cover:before {
          display: block;
          content: '';
          width: 100%;
          padding-top: 120%; }
        .ts-team-card-01 .card-cover > .card-img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .ts-team-card-01 .card-cover .card-img {
          -o-object-position: top center;
             object-position: top center; }
      .ts-team-card-01 .card-body {
        padding-left: 0;
        padding-right: 0; }
      .ts-team-card-01 .social-list-01 {
        padding: 0; } }

.ts-team-card-02 {
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  overflow: hidden; }
  .ts-team-card-02 .card-cover {
    padding: 20px;
    background-image: linear-gradient(to top right, rgba(25, 113, 154, 0.9) 50%, #19719A 50%); }
    .ts-team-card-02 .card-cover .card-img {
      display: block;
      height: 74px;
      width: auto;
      border-radius: 50%;
      margin: 0 auto; }
  .ts-team-card-02 .card-body {
    background-color: transparent; }
  .ts-team-card-02 .team-card-name {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px; }
  .ts-team-card-02 .team-card-title {
    color: #666666;
    font-size: 13px; }
  .ts-team-card-02 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 0;
    padding: 0; }
    .ts-team-card-02 .card-footer a {
      text-decoration: none;
      line-height: 1;
      transition: all 0.35s;
      color: #666666; }
      .ts-team-card-02 .card-footer a:not(:last-of-type) {
        margin-left: 20px; }
      .ts-team-card-02 .card-footer a.read-more {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #19719A;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        color: #ffffff;
        text-align: center;
        margin-top: -1px; }
        .ts-team-card-02 .card-footer a.read-more:hover {
          background-color: #CDB92C; }

.ts-team-card-03 {
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden; }
  .ts-team-card-03 .card-cover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
    border-bottom: 3px solid #19719A; }
    .ts-team-card-03 .card-cover .card-img {
      width: 80px;
      border-radius: 50%;
      position: relative;
      margin-right: 15px; }
    .ts-team-card-03 .card-cover:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../imagesold/images/bg-team-04.png") no-repeat;
      background-position: top left;
      background-size: 70% auto;
      opacity: .5; }
    .ts-team-card-03 .card-cover:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 12px solid #19719A;
      border-right: 12px solid #19719A;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top-width: 12px;
      border-top-style: solid;
      position: absolute;
      top: 100%;
      left: 46px; }
  .ts-team-card-03 .card-body {
    padding: 30px 40px; }
    .ts-team-card-03 .card-body .team-card-desc {
      margin-bottom: 0; }
  .ts-team-card-03 .team-card-info {
    padding-top: 10px;
    position: relative; }
  .ts-team-card-03 .team-card-name {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px; }
  .ts-team-card-03 .team-card-title {
    color: #666666;
    font-size: 13px; }
  .ts-team-card-03 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 0;
    padding: 0; }
    .ts-team-card-03 .card-footer a {
      text-decoration: none;
      line-height: 1;
      transition: all 0.35s;
      color: #666666; }
      .ts-team-card-03 .card-footer a:not(:last-of-type) {
        margin-left: 20px; }
      .ts-team-card-03 .card-footer a.read-more {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #19719A;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        color: #ffffff;
        text-align: center;
        margin-top: -1px; }
        .ts-team-card-03 .card-footer a.read-more:hover {
          background-color: #CDB92C; }

.ts-team-card-04 {
  background-color: #ffffff; }
  .ts-team-card-04 .card-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    background: url("../imagesold/images/bg-team-04.png") no-repeat;
    background-position: top left;
    background-size: 70% auto; }
  .ts-team-card-04 .team-card-info {
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    padding-left: 10px; }
  .ts-team-card-04 .team-card-name {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0; }
  .ts-team-card-04 .team-card-title {
    color: #666666;
    font-size: 13px;
    margin-bottom: 0; }
  .ts-team-card-04 .card-img {
    -webkit-clip-path: url(#ts-team-card-04-clip);
            clip-path: url(#ts-team-card-04-clip);
    width: 40%; }
  .ts-team-card-04 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 0;
    padding: 0; }
    .ts-team-card-04 .card-footer a {
      text-decoration: none;
      line-height: 1;
      transition: all 0.35s;
      color: #666666; }
      .ts-team-card-04 .card-footer a:not(:last-of-type) {
        margin-left: 20px; }
      .ts-team-card-04 .card-footer a.read-more {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #19719A;
        border-left: 1px solid rgba(0, 0, 0, 0.125);
        color: #ffffff;
        text-align: center;
        margin-top: -1px; }
        .ts-team-card-04 .card-footer a.read-more:hover {
          background-color: #CDB92C; }
  .ts-team-card-04-layer {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute; }

.ts-team-card-05 {
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden; }
  .ts-team-card-05 .card-cover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
    border-bottom: 4px solid #19719A;
    background: url("../imagesold/images/bg-team-04.png"), url("../imagesold/images/bg-team-05.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 70% auto, auto 70%; }
    .ts-team-card-05 .card-cover .card-img {
      width: 160px;
      border-radius: 50%;
      position: relative;
      margin: 0 auto;
      transition: all 0.35s; }
    .ts-team-card-05 .card-cover:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 12px solid #19719A;
      border-right: 12px solid #19719A;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top-width: 12px;
      border-top-style: solid;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
    .ts-team-card-05 .card-cover:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8); }
  .ts-team-card-05 .card-body {
    padding: 20px;
    text-align: center; }
    .ts-team-card-05 .card-body .team-card-desc {
      margin-bottom: 0; }
  .ts-team-card-05 .team-card-info {
    padding-top: 10px; }
  .ts-team-card-05 .team-card-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px; }
  .ts-team-card-05 .team-card-title {
    color: #666666;
    font-size: 13px; }
  .ts-team-card-05 .card-footer {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    border-top-color: rgba(0, 0, 0, 0.05); }
    .ts-team-card-05 .card-footer a {
      text-decoration: none;
      line-height: 1;
      transition: all 0.35s;
      color: #666666; }
      .ts-team-card-05 .card-footer a:not(:last-of-type) {
        margin-right: 15px; }
      .ts-team-card-05 .card-footer a:last-of-type {
        margin-left: auto; }

.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: #040f0f;
      -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 a:hover {
      color: #ffffff;
      text-decoration: none; }
  .ts-team-card-06 .team-card-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #ffffff; }
  .ts-team-card-06 .team-card-phone a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.35s; }
    .ts-team-card-06 .team-card-phone a:hover {
      color: #19719A; }
  .ts-team-card-06 .team-card-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 .team-card-meta span,
    .ts-team-card-06 .team-card-meta a {
      text-transform: uppercase; }
    .ts-team-card-06 .team-card-meta .social a {
      font-size: 16px; }
  .ts-team-card-06 .team-card-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  @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 .team-card-meta {
      position: static;
      padding: 0; }
      .ts-team-card-06 .team-card-meta span,
      .ts-team-card-06 .team-card-meta a {
        font-size: 13px; }
      .ts-team-card-06 .team-card-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: "\f10d";
      font-family: "Line Awesome Free";
      font-size: 30px;
      line-height: 1;
      position: absolute;
      top: 3px;
      left: 13px;
      color: rgba(30, 47, 35, 0.5);
      font-weight: 900; }
    .ts-testimonial-01 .testimonial-content .desc:after {
      content: "\f10e";
      font-family: "Line Awesome Free";
      line-height: 0;
      font-size: 30px;
      position: relative;
      bottom: -10px;
      margin-left: 5px;
      color: rgba(30, 47, 35, 0.5);
      font-weight: 900; }
  .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: "Line Awesome Free";
      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.35s; }
  .ts-testimonial-card-02 .testimonial-card-title {
    font-size: 15px;
    line-height: 25px;
    color: #cccccc;
    margin-bottom: 0;
    transition: all 0.35s; }
  .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.35s; }
  .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, .ts-icon-box-info-02.in-dark .ts-testimonial-card-02[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-testimonial-card-02[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-testimonial-card-02[class^="ts-box-square"] {
    background-color: #000000;
    color: #ffffff; }
    .ts-testimonial-card-02.in-dark .testimonial-card-name, .ts-icon-box-info-02.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-name, .ts-icon-box-info-03.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-name, .ts-icon-box-info-04.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-name {
      color: #ffffff; }
    .ts-testimonial-card-02.in-dark .testimonial-card-title, .ts-icon-box-info-02.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-title, .ts-icon-box-info-03.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-title, .ts-icon-box-info-04.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-title {
      color: #e5e5e5; }
    .ts-testimonial-card-02.in-dark .testimonial-card-desc, .ts-icon-box-info-02.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-desc, .ts-icon-box-info-03.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .testimonial-card-desc, .ts-icon-box-info-04.in-dark .ts-testimonial-card-02[class^="ts-box-square"] .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, .ts-icon-box-info-02.in-dark .ts-testimonial-card-03[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-testimonial-card-03[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-testimonial-card-03[class^="ts-box-square"] {
  color: #ffffff; }
  .ts-testimonial-card-03.in-dark .testimonial-card-name, .ts-icon-box-info-02.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-name, .ts-icon-box-info-03.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-name, .ts-icon-box-info-04.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-name {
    color: #ffffff; }
  .ts-testimonial-card-03.in-dark .testimonial-card-title, .ts-icon-box-info-02.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-title, .ts-icon-box-info-03.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-title, .ts-icon-box-info-04.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-title {
    color: #e5e5e5; }
  .ts-testimonial-card-03.in-dark .testimonial-card-desc, .ts-icon-box-info-02.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-desc, .ts-icon-box-info-03.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-desc, .ts-icon-box-info-04.in-dark .ts-testimonial-card-03[class^="ts-box-square"] .testimonial-card-desc {
    color: #ffffff; }

.ts-testimonial-card-04 {
  background-color: #ffffff;
  border-radius: 2px; }
  .ts-testimonial-card-04 .testimonial-card-content {
    font-style: italic;
    font-family: "Lora", serif;
    font-size: 16px; }
    .ts-testimonial-card-04 .testimonial-card-content:before {
      content: "\f10d";
      font-family: "Line Awesome Free";
      font-size: 24px;
      line-height: 1;
      position: relative;
      top: 3px;
      padding-right: 5px;
      color: rgba(63, 160, 55, 0.5);
      font-weight: 900; }
    .ts-testimonial-card-04 .testimonial-card-content:after {
      content: "\f10e";
      font-family: "Line Awesome Free";
      line-height: 0;
      font-size: 24px;
      position: relative;
      bottom: -10px;
      margin-left: 5px;
      color: rgba(63, 160, 55, 0.5);
      font-weight: 900; }
  .ts-testimonial-card-04 .testimonial-card-title {
    margin-bottom: 8px; }
  .ts-testimonial-card-04 .testimonial-card-name {
    margin-bottom: 4px; }
  .ts-testimonial-card-04 .card-body {
    padding: 30px 30px 50px 30px;
    position: relative;
    text-align: center; }
    .ts-testimonial-card-04 .card-body .ts-icon {
      position: absolute;
      top: -4px;
      left: 8px;
      opacity: 0.1;
      font-size: 56px;
      line-height: 1;
      color: #19719A; }
  .ts-testimonial-card-04 .card-cover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    border-top: 4px solid #19719A;
    padding-top: 50px;
    background: url(../imagesold/images/bg-team-04.png), url(../imagesold/images/bg-team-05.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: auto 100%, auto 100%; }
    .ts-testimonial-card-04 .card-cover .card-img {
      border-radius: 50%;
      position: absolute;
      width: 90px;
      border: 4px solid #19719A;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: auto;
      margin-right: auto; }
    .ts-testimonial-card-04 .card-cover .testimonial-card-info {
      text-align: center;
      padding: 10px 15px 25px;
      position: relative; }
      .ts-testimonial-card-04 .card-cover .testimonial-card-info .testimonial-card-name {
        font-weight: 400;
        font-size: 18px;
        position: relative; }
      .ts-testimonial-card-04 .card-cover .testimonial-card-info [class^="ts-rating-list"] {
        margin-bottom: 10px; }
    .ts-testimonial-card-04 .card-cover:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8); }

.ts-testimonial-card-05 {
  background-color: #ffffff; }
  .ts-testimonial-card-05 .card-body {
    padding: 40px 30px 40px;
    position: relative;
    border-top: 3px solid #19719A;
    border-bottom: 3px solid #19719A; }
    .ts-testimonial-card-05 .card-body .ts-icon {
      font-size: 172px;
      opacity: 0.05;
      color: #19719A;
      position: absolute;
      top: -20px;
      right: 5px;
      line-height: 1; }
    .ts-testimonial-card-05 .card-body .testimonial-card-content {
      font-style: italic;
      margin-bottom: 0;
      font-size: 16px;
      font-family: "Lora", serif; }
  .ts-testimonial-card-05 .card-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 30px; }
    .ts-testimonial-card-05 .card-cover .card-img {
      border-radius: 50%;
      width: 60px;
      margin-right: 15px; }
    .ts-testimonial-card-05 .card-cover .testimonial-card-info .testimonial-card-name {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 5px; }
    .ts-testimonial-card-05 .card-cover .testimonial-card-info .testimonial-card-title {
      font-size: 13px;
      margin-bottom: 0; }

.ts-testimonial-card-06 {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 4px solid #19719A;
  padding: 40px 80px 30px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-family: "Lora", serif;
  position: relative;
  margin-bottom: 12px;
  width: 100%; }
  .ts-testimonial-card-06:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #19719A;
    border-right: 12px solid #19719A;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top-width: 14px;
    border-top-style: solid;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .ts-testimonial-card-06:before {
    content: "\f10e";
    font-weight: 900;
    font-family: "Line Awesome Free";
    color: rgba(255, 255, 255, 0.095);
    font-size: 172px;
    position: absolute;
    top: -14px;
    left: 5px;
    line-height: 1;
    font-style: normal;
    transform: scaleX(-1);
    z-index: 0; }
  .ts-testimonial-card-06 .testimonial-card-desc {
    position: relative;
    z-index: 1; }
  .ts-testimonial-card-06 .blockquote-footer {
    font-family: "Lato", sans-serif; }
  .ts-testimonial-card-06.no-opacity {
    background-color: #000000; }
  @media (max-width: 991.98px) {
    .ts-testimonial-card-06 {
      font-size: 16px;
      padding: 30px; } }

.ts-testimonial-card-07 .ts-testimonial-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid #19719A;
  padding: 30px 30px 30px 70px;
  font-style: italic;
  font-size: 16px;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  font-family: "Lora", serif; }
  .ts-testimonial-card-07 .ts-testimonial-content:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid #19719A;
    border-right: 12px solid #19719A;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top-width: 14px;
    border-top-style: solid;
    position: absolute;
    top: 100%;
    left: 15px; }
  .ts-testimonial-card-07 .ts-testimonial-content:before {
    content: "\f10e";
    font-weight: 900;
    font-family: "Line Awesome Free";
    color: #3f3e42;
    font-style: normal;
    font-size: 100px;
    position: absolute;
    transform: scaleX(-1);
    top: -11px;
    left: 5px;
    line-height: 1;
    z-index: 0; }
  .ts-testimonial-card-07 .ts-testimonial-content .testimonial-card-desc {
    position: relative;
    z-index: 1; }

.ts-testimonial-card-07 .ts-testimonial-thumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .ts-testimonial-card-07 .ts-testimonial-thumb .testimonial-avatar {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border-radius: 2px;
    overflow: hidden; }
    .ts-testimonial-card-07 .ts-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%; }
  .ts-testimonial-card-07 .ts-testimonial-thumb .testimonial-name {
    font-size: 16px; }

.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: 24px;
  margin-bottom: 24px; }
  .widget-title-01 {
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px; }
    .widget-title-01:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 2px;
      left: 0;
      bottom: 0;
      background-color: #19719A; }
    .widget-title-01.in-dark:after, .ts-icon-box-info-02.in-dark .widget-title-01[class^="ts-box-square"]:after, .ts-icon-box-info-03.in-dark .widget-title-01[class^="ts-box-square"]:after, .ts-icon-box-info-04.in-dark .widget-title-01[class^="ts-box-square"]: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, .ts-icon-box-info-02.in-dark .widget-quick-links-3-cols[class^="ts-box-square"] a, .ts-icon-box-info-02.in-dark .widget-quick-links-2-cols[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .widget-quick-links-3-cols[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .widget-quick-links-2-cols[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .widget-quick-links-3-cols[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .widget-quick-links-2-cols[class^="ts-box-square"] 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-quick-links-02 ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px; }
  .widget-quick-links-02 ul li {
    margin-bottom: 10px; }
    .widget-quick-links-02 ul li a {
      text-decoration: none;
      transition: all 0.35s;
      position: relative;
      padding-left: 25px; }
      .widget-quick-links-02 ul li a:before {
        content: "\f45c";
        font-family: "Line Awesome Free";
        font-weight: 900;
        position: absolute;
        top: 6px;
        left: 0;
        font-size: 13px;
        line-height: 1; }

.widget-quick-links-02.style-minus ul li a:before {
  content: "\f068";
  top: 7px;
  line-height: 1; }

.widget-quick-links-02.style-circle ul li a:before {
  content: "\f111"; }

.widget-quick-links-02.style-circle ul li a:before {
  content: "\f105"; }

.widget-quick-links-02.style-long-arrow ul li a:before {
  content: "\f30b";
  transition: transform 0.35s; }

.widget-quick-links-02.style-long-arrow ul li a:hover:before {
  transform: translateX(3px); }

.widget-quick-links-02.in-dark a, .ts-icon-box-info-02.in-dark .widget-quick-links-02[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .widget-quick-links-02[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .widget-quick-links-02[class^="ts-box-square"] a {
  color: #ffffff; }
  .widget-quick-links-02.in-dark a:hover, .ts-icon-box-info-02.in-dark .widget-quick-links-02[class^="ts-box-square"] a:hover, .ts-icon-box-info-03.in-dark .widget-quick-links-02[class^="ts-box-square"] a:hover, .ts-icon-box-info-04.in-dark .widget-quick-links-02[class^="ts-box-square"] a:hover {
    color: #19719A; }

.widget-quick-links-02.in-light a {
  color: #333333; }

.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 .list-img {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .widget-instagram .list-img .item {
    width: calc((100% - 30px) / 4);
    height: 0;
    margin-bottom: 10px;
    padding-top: calc((100% - 30px) / 4);
    position: relative; }
    .widget-instagram .list-img .item 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.35s; }
      .widget-instagram .list-img .item 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.35s; }
      .widget-footer-links ul li a:hover {
        text-decoration: none; }

.widget-footer-links.in-dark ul li a:hover, .ts-icon-box-info-02.in-dark .widget-footer-links[class^="ts-box-square"] ul li a:hover, .ts-icon-box-info-03.in-dark .widget-footer-links[class^="ts-box-square"] ul li a:hover, .ts-icon-box-info-04.in-dark .widget-footer-links[class^="ts-box-square"] ul li a:hover {
  color: #ffffff; }

.widget-catalog ul, .widget-meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget-catalog 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-meta ul li:before {
      content: "\f105";
      font-weight: 900;
      font-family: "Line Awesome Free";
      font-size: 13px;
      margin-right: 5px;
      transition: all 0.35s; }
    .widget-catalog ul li a, .widget-meta ul li a {
      color: #333333;
      transition: all 0.35s;
      margin-right: auto; }
    .widget-catalog ul li:hover, .widget-meta ul li:hover {
      padding-left: 4px;
      color: #19719A; }
      .widget-catalog ul li:hover a, .widget-meta ul li:hover a {
        text-decoration: none;
        color: #19719A; }

.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.35s; }
      .widget-tags ul li a:hover {
        background-color: #19719A;
        border-color: #19719A;
        color: #ffffff;
        text-decoration: none; }

.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 0.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 #19719A; }

.widget-gallery .photo-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget-gallery .photo-gallery .item {
    padding: 5px;
    width: 33.333%;
    margin: 0; }

.widget_search .ts-btn {
  height: 40px; }

.blog-grid-01 .ts-blog-card-10 .card-footer {
  font-size: 12px;
  padding: 8px; }
  .blog-grid-01 .ts-blog-card-10 .card-footer [class^="blog-card"] label {
    display: none; }
  .blog-grid-01 .ts-blog-card-10 .card-footer [class^="blog-card"]:before {
    display: inline-block; }
  .blog-grid-01 .ts-blog-card-10 .card-footer [class^="blog-card"]:not(:last-of-type):after {
    margin: 0 8px; }

.ts-box-cta-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  border-radius: 2px;
  overflow: hidden; }
  .ts-box-cta-01 .box-cta-title {
    margin-bottom: 15px; }
  .ts-box-cta-01 .box-cta-desc {
    margin-bottom: 0; }
  .ts-box-cta-01 .ts-btn {
    white-space: nowrap; }
  .ts-box-cta-01.in-dark .box-cta-title, .ts-icon-box-info-02.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-title, .ts-icon-box-info-03.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-title, .ts-icon-box-info-04.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-title {
    color: #ffffff; }
  .ts-box-cta-01.in-dark .box-cta-desc, .ts-icon-box-info-02.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-desc, .ts-icon-box-info-03.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-desc, .ts-icon-box-info-04.in-dark .ts-box-cta-01[class^="ts-box-square"] .box-cta-desc {
    color: #999999; }
  @media (max-width: 767.98px) {
    .ts-box-cta-01 {
      display: block; }
      .ts-box-cta-01 .left {
        margin-bottom: 30px; } }

.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;
  overflow: hidden;
  border: 4px solid #f8f8f8; }
  .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.35s;
    font-size: 13px; }
    .comment-content a:hover {
      text-decoration: none;
      color: #1e2f23; }
  .comment-content .reply {
    display: inline-block;
    margin-left: 30px; }
    .comment-content .reply .comment-reply-link {
      color: #999999; }
      .comment-content .reply .comment-reply-link:hover {
        color: #333333; }
  .comment-content cite {
    font-style: normal;
    color: #999999; }
    .comment-content cite a {
      color: #19719A; }
  .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;
    border-radius: 0; }
    @media (max-width: 991.98px) {
      .control .btn-open {
        top: 75px;
        padding: 10px 15px; } }
  .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; }

.ts-main-menu {
  font-family: "Oswald", sans-serif;
  font-weight: 300; }
  .ts-main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .ts-main-menu a {
    color: #3f3e42;
    text-decoration: none; }
  .ts-main-menu > ul > li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .ts-main-menu > ul > li > a {
      line-height: 1;
      padding: 18px 20px;
      font-size: 14px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      transition: all 0.35s;
      font-weight: 400; }
      .ts-main-menu > ul > li > a .ts-icon {
        padding-left: 3px;
        font-size: 12px;
        vertical-align: top; }
    .ts-main-menu > ul > li:hover > a {
      color: #19719A; }
    .ts-main-menu > ul > li:hover > ul {
      opacity: 1;
      transform: scale(1);
      top: 100%; }
    .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: 100%;
        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 {
      top: 100%;
      left: 0;
      transition-property: opacity, top;
      transition-duration: 0.3s; }
      .ts-main-menu > ul > li > ul ul {
        top: 0;
        left: 100%;
        transition-property: opacity, left;
        transition-duration: 0.3s; }
  .ts-main-menu > ul ul {
    opacity: 0;
    transform: scale(0);
    height: auto;
    min-width: 200px;
    position: absolute;
    z-index: 1021;
    background: #ffffff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27); }
    .ts-main-menu > ul ul li {
      position: relative; }
      .ts-main-menu > ul ul li.has-sub > a:after {
        content: "\f105";
        font-weight: 900;
        font-family: "Line Awesome Free";
        font-size: 10px;
        padding-left: 5px;
        color: inherit; }
      .ts-main-menu > ul ul li a {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        padding: 8px 15px;
        width: 100%; }
      .ts-main-menu > ul ul li:hover {
        background-color: #19719A;
        color: white; }
        .ts-main-menu > ul ul li:hover > a {
          color: white; }
        .ts-main-menu > ul ul li:hover > ul {
          opacity: 1;
          transform: scale(1);
          left: 100%; }
      .ts-main-menu > ul ul li:not(:last-of-type) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
  .ts-main-menu.in-dark > ul > li > a, .ts-icon-box-info-02.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li > a, .ts-icon-box-info-03.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li > a, .ts-icon-box-info-04.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li > a {
    color: #ffffff; }
  .ts-main-menu.in-dark > ul > li:hover > a, .ts-icon-box-info-02.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li:hover > a, .ts-icon-box-info-03.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li:hover > a, .ts-icon-box-info-04.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li:hover > a, .ts-main-menu.in-dark > ul > li.active > a, .ts-icon-box-info-02.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li.active > a, .ts-icon-box-info-03.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li.active > a, .ts-icon-box-info-04.in-dark .ts-main-menu[class^="ts-box-square"] > ul > li.active > a {
    color: #ffffff; }
  .ts-main-menu.color-theme > ul > li > a {
    color: #ffffff; }
  .ts-main-menu.color-theme > ul > li:hover > a {
    color: #ffffff; }
  .ts-main-menu.color-theme.active-background-skewX > ul > li > a:before, .ts-main-menu.color-theme.active-background > ul > li > a:before {
    background-color: #ffffff; }
  .ts-main-menu.color-theme.active-background-skewX > ul > li:hover > a, .ts-main-menu.color-theme.active-background-skewX > ul > li.active > a, .ts-main-menu.color-theme.active-background > ul > li:hover > a, .ts-main-menu.color-theme.active-background > ul > li.active > a {
    color: #19719A; }
  .ts-main-menu.color-theme.active-line-bottom > ul > li > a:before, .ts-main-menu.color-theme.active-line-top > ul > li > a:before, .ts-main-menu.color-theme.active-line-through > ul > li > a:before {
    background-color: #ffffff; }
  .ts-main-menu.color-theme.active-line-bottom-top > ul > li > a:before {
    border-color: #ffffff; }
  .ts-main-menu.color-theme.active-dot > ul > li > a:before {
    color: #ffffff; }
  .ts-main-menu.color-theme.active-link > ul > li:hover > a, .ts-main-menu.color-theme.active-link > ul > li.active > a {
    color: #ffffff; }
  .ts-main-menu.color-theme.divider > ul > li:not(:last-of-type):after {
    color: #ffffff; }
  .ts-main-menu.sub-dark > ul > li ul {
    background-color: #000000; }
    .ts-main-menu.sub-dark > ul > li ul li a {
      color: #ffffff; }
    .ts-main-menu.sub-dark > ul > li ul li:hover {
      background-color: #19719A; }
      .ts-main-menu.sub-dark > ul > li ul li:hover > a {
        color: #ffffff; }
  .ts-main-menu.sub-color-theme > ul > li ul {
    background-color: #19719A; }
    .ts-main-menu.sub-color-theme > ul > li ul li > a {
      color: #ffffff; }
    .ts-main-menu.sub-color-theme > ul > li ul li:hover {
      background-color: rgba(0, 0, 0, 0.3); }
  .ts-main-menu.trim > ul > li:first-child > a {
    padding-left: 0; }
  .ts-main-menu.trim > ul > li:last-child > a {
    padding-right: 0; }
  .ts-main-menu.active-link > ul > li:hover > a, .ts-main-menu.active-link > ul > li.active > a {
    color: #19719A; }
  .ts-main-menu.active-line-bottom > ul > li > a {
    display: block;
    position: relative; }
    .ts-main-menu.active-line-bottom > ul > li > a:before {
      content: "";
      height: 3px;
      width: 100%;
      background-color: #19719A;
      background-clip: content-box;
      padding-left: inherit;
      padding-right: inherit;
      left: 0;
      bottom: 0;
      position: absolute;
      opacity: 0;
      transition: all 0.35s; }
  .ts-main-menu.active-line-bottom > ul > li:hover > a:before, .ts-main-menu.active-line-bottom > ul > li.active > a:before {
    opacity: 1; }
  .ts-main-menu.active-line-top > ul > li > a {
    display: block;
    position: relative; }
    .ts-main-menu.active-line-top > ul > li > a:before {
      content: "";
      height: 3px;
      width: 100%;
      background-color: #19719A;
      background-clip: content-box;
      padding-left: inherit;
      padding-right: inherit;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0;
      transition: all 0.35s; }
  .ts-main-menu.active-line-top > ul > li:hover > a:before, .ts-main-menu.active-line-top > ul > li.active > a:before {
    opacity: 1; }
  .ts-main-menu.active-line-bottom-top > ul > li > a {
    display: block;
    position: relative; }
    .ts-main-menu.active-line-bottom-top > ul > li > a:before {
      content: "";
      height: 100%;
      width: 100%;
      border-top: 3px solid #19719A;
      border-bottom: 3px solid #19719A;
      padding-left: inherit;
      padding-right: inherit;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0;
      transition: all 0.35s; }
  .ts-main-menu.active-line-bottom-top > ul > li:hover > a:before, .ts-main-menu.active-line-bottom-top > ul > li.active > a:before {
    opacity: 1; }
  .ts-main-menu.active-dot > ul > li > a {
    display: block;
    position: relative; }
    .ts-main-menu.active-dot > ul > li > a:before {
      content: "●";
      color: #19719A;
      padding-right: 2px;
      opacity: 0;
      transition: all 0.35s; }
  .ts-main-menu.active-dot > ul > li:hover > a:before, .ts-main-menu.active-dot > ul > li.active > a:before {
    opacity: 1; }
  .ts-main-menu.active-background > ul > li > a {
    display: block;
    position: relative; }
  .ts-main-menu.active-background > ul > li:hover > a, .ts-main-menu.active-background > ul > li.active > a {
    color: #ffffff;
    background-color: #19719A; }
  .ts-main-menu.active-background-skewX > ul > li > a {
    display: block;
    position: relative;
    z-index: 2;
    transition: none; }
    .ts-main-menu.active-background-skewX > ul > li > a:before {
      content: "";
      height: 100%;
      width: 106%;
      background-color: #19719A;
      padding-left: inherit;
      padding-right: inherit;
      left: -2px;
      top: 0;
      position: absolute;
      opacity: 0;
      z-index: -1;
      transform: skewX(-17deg); }
  .ts-main-menu.active-background-skewX > ul > li:hover > a, .ts-main-menu.active-background-skewX > ul > li.active > a {
    color: #ffffff; }
    .ts-main-menu.active-background-skewX > ul > li:hover > a:before, .ts-main-menu.active-background-skewX > ul > li.active > a:before {
      opacity: 1; }
  .ts-main-menu.active-background-skewX > ul > li > ul {
    left: -14px; }
  .ts-main-menu.active-background-skewX > ul > li:last-child > ul,
  .ts-main-menu.active-background-skewX > ul > li:nth-last-child(2) > ul {
    right: 9px;
    left: auto; }
  .ts-main-menu.active-line-through > ul > li > a {
    display: block;
    position: relative;
    z-index: 2; }
    .ts-main-menu.active-line-through > ul > li > a:before {
      content: "";
      height: 3px;
      width: 100%;
      background-color: rgba(63, 160, 55, 0.5);
      background-clip: content-box;
      left: 0;
      top: 50%;
      padding-left: inherit;
      padding-right: inherit;
      margin-top: -1px;
      position: absolute;
      opacity: 0;
      transition: all 0.35s;
      z-index: -1; }
  .ts-main-menu.active-line-through > ul > li:hover > a:before, .ts-main-menu.active-line-through > ul > li.active > a:before {
    opacity: 1; }
  .ts-main-menu.sub-icon > ul > li.has-sub > a:after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 10px;
    padding-left: 5px;
    color: inherit; }
  .ts-main-menu.sub-icon > ul ul li.has-sub > a:after {
    content: "\f105";
    font-family: "Line Awesome Free";
    font-size: 10px;
    color: inherit; }
  .ts-main-menu.sub-icon > ul ul li.has-sub:hover > a:after {
    color: inherit; }
  .ts-main-menu.sub-icon.caret > ul > li.has-sub > a:after {
    content: "\f0d7"; }
  .ts-main-menu.sub-icon.caret > ul ul li.has-sub > a:after {
    content: "\f0da"; }
  .ts-main-menu.sub-icon.plus > ul > li.has-sub > a:after {
    content: "\f067"; }
  .ts-main-menu.sub-icon.plus > ul ul li.has-sub > a:after {
    content: "\f067"; }
  .ts-main-menu.style-01 > ul > li {
    transition: background-color 0.1s; }
    .ts-main-menu.style-01 > ul > li > a {
      color: white;
      transition: color 0.35s; }
    .ts-main-menu.style-01 > ul > li.has-sub > a:after {
      display: none; }
    .ts-main-menu.style-01 > ul > li:hover, .ts-main-menu.style-01 > ul > li.active {
      background-color: #1e2f23; }
    .ts-main-menu.style-01 > ul > li > ul > li:hover {
      background-color: #19719A; }
      .ts-main-menu.style-01 > ul > li > ul > li:hover > a {
        color: white; }
    .ts-main-menu.style-01 > ul > li > ul ul {
      background-color: #1e2f23; }
      .ts-main-menu.style-01 > ul > li > ul ul li a {
        color: white; }
      .ts-main-menu.style-01 > ul > li > ul ul li:hover {
        background-color: #19719A; }
        .ts-main-menu.style-01 > ul > li > ul ul li:hover > a {
          color: white; }
  .ts-main-menu.style-01 > ul ul li.has-sub:hover > a {
    color: white; }
  .ts-main-menu.style-02 > ul > li > a {
    font-size: 1rem;
    padding: 20px;
    color: #333333;
    padding: 32px 25px; }
  .ts-main-menu.style-02 > ul > li:hover > a, .ts-main-menu.style-02 > ul > li.active > a {
    color: #ffffff; }
  .ts-main-menu.style-02 > ul > li.has-sub > a:after {
    display: none; }
  .ts-main-menu.style-03 > ul > li {
    position: relative; }
    .ts-main-menu.style-03 > ul > li > a {
      font-size: 1rem;
      color: #ffffff;
      padding: 42px 25px;
      opacity: 0.9; }
    .ts-main-menu.style-03 > ul > li:hover > a, .ts-main-menu.style-03 > ul > li.active > a {
      color: #ffffff;
      opacity: 1; }
  .ts-main-menu.style-03 > ul ul {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    box-shadow: none; }
    .ts-main-menu.style-03 > ul ul li a {
      color: #ffffff;
      text-transform: uppercase; }
    .ts-main-menu.style-03 > ul ul li:not(:last-of-type) {
      border-bottom-color: rgba(255, 255, 255, 0.05); }
    .ts-main-menu.style-03 > ul ul li:hover {
      background-color: #ffffff; }
      .ts-main-menu.style-03 > ul ul li:hover > a {
        color: #333333; }
  .ts-main-menu.divider > ul > li:not(:last-of-type):after {
    content: "/";
    position: absolute;
    right: -5px;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
    color: rgba(0, 0, 0, 0.35); }
  .ts-main-menu.divider.line > ul > li:not(:last-of-type):after {
    content: "|"; }
  .ts-main-menu.divider.dot > ul > li:not(:last-of-type):after {
    content: "○"; }
  .ts-main-menu.divider.dot-black > ul > li:not(:last-of-type):after {
    content: "●"; }
  .ts-main-menu.divider.square > ul > li:not(:last-of-type):after {
    content: "□"; }
  .ts-main-menu.divider.square-black > ul > li:not(:last-of-type):after {
    content: "■"; }
  .ts-main-menu.divider.diamond > ul > li:not(:last-of-type):after {
    content: "◇"; }
  .ts-main-menu.divider.diamond-black > ul > li:not(:last-of-type):after {
    content: "◆"; }
  .ts-main-menu.divider.in-dark > ul > li:after, .ts-icon-box-info-02.in-dark .ts-main-menu.divider[class^="ts-box-square"] > ul > li:after, .ts-icon-box-info-03.in-dark .ts-main-menu.divider[class^="ts-box-square"] > ul > li:after, .ts-icon-box-info-04.in-dark .ts-main-menu.divider[class^="ts-box-square"] > ul > li:after, .ts-main-menu.divider.color-theme > ul > li:after {
    color: rgba(255, 255, 255, 0.35); }
  .ts-main-menu.divider.divider-color > ul > li:after {
    color: #19719A; }
  @media (max-width: 1199.98px) {
    .ts-main-menu > ul > li > a {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }

.footer-01 {
  position: relative;
  background-color: #040F0F; }
  .footer-01.in-dark, .ts-icon-box-info-02.in-dark .footer-01[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .footer-01[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .footer-01[class^="ts-box-square"] {
    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, .ts-icon-box-info-02.in-dark .footer-03[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .footer-03[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .footer-03[class^="ts-box-square"] {
    color: #ffffff; }

.footer-06 {
  background: #3e3e3e;
  color: #ffffff; }

.ts-footer-04 {
  position: relative; }
  .ts-footer-04 .footer-desc {
    width: 100%;
    max-width: 320px; }

.ts-footer-05 .ts-footer-info-inner {
  border-radius: 2px;
  background-color: rgba(30, 47, 35, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 40px 30px;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  color: white; }
  .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .content {
    color: white; }
    .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .content h5 {
      color: white; }
      @media (max-width: 991.98px) {
        .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .content h5 {
          font-size: 16px;
          margin-bottom: 4px; } }
    .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .content a {
      color: white; }
    .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .content > * {
      display: block; }
  .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .icon {
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    @media (max-width: 991.98px) {
      .ts-footer-05 .ts-footer-info-inner .ts-icon-box-info-04 .icon {
        font-size: 24px;
        padding-right: 8px;
        margin-right: 18px; } }
  @media (max-width: 991.98px) {
    .ts-footer-05 .ts-footer-info-inner {
      padding: 30px 15px; } }
  @media (max-width: 767.98px) {
    .ts-footer-05 .ts-footer-info-inner {
      transform: translateY(-25%); } }

@media (max-width: 991.98px) {
  .ts-footer-05 .widget-quick-links-02 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (max-width: 767.98px) {
  .ts-footer-05 .widget-quick-links-02 ul {
    display: block; } }

.copyright-02 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }
  .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; }

.ts-copyright-04 {
	font-size: 12px;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7); 
}
  .ts-copyright-04 .copyright-inner {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
        align-items: center; }
  .ts-copyright-04 .copyright-left p {
    margin: 0; }
  .ts-copyright-04 .copyright-left a {
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .ts-copyright-04 .copyright-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 8px 0 10px; }
    .ts-copyright-04 .copyright-left {
      margin-bottom: 10px; } }

.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'; }

.pd-carousel-shadow {
  padding-top: 80px;
  padding-bottom: 65px;
  position: relative; }
  @media (max-width: 991.98px) {
    .pd-carousel-shadow {
      padding: 48px 0 33px; } }

.pd-carousel-focus {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 991.98px) {
    .pd-carousel-focus {
      padding: 48px 0; } }

@media (max-width: 991.98px) {
  .ts-scroll-mobile {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: auto; } }

.ts-btn-mobile-menu {
  display: none;
  color: #040f0f;
  font-size: 22px; }
  .ts-btn-mobile-menu:hover {
    color: #19719A; }
  .ts-btn-mobile-menu.in-dark, .ts-icon-box-info-02.in-dark .ts-btn-mobile-menu[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-btn-mobile-menu[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-btn-mobile-menu[class^="ts-box-square"] {
    color: #ffffff; }
  @media (max-width: 991.98px) {
    .ts-btn-mobile-menu {
      display: block; } }

.ts-topbar {
  font-size: 13px;
  position: relative;
  z-index: 1032; }
  .ts-topbar a:hover {
    text-decoration: none; }
  .ts-topbar-01-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-topbar-01 .item {
    opacity: 0.8; }
    .ts-topbar-01 .item:hover {
      opacity: 1; }
    .ts-topbar-01 .item.ts-language {
      z-index: 2; }
  .ts-topbar-01-left {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .ts-topbar-01-left .item {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      padding: 11px 28px; }
      .ts-topbar-01-left .item:last-of-type {
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .ts-topbar-01-left .item .ts-icon {
        font-size: 16px; }
  .ts-topbar-01-right {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .ts-topbar-01-right .item {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1; }
  @media (max-width: 1199.98px) {
    .ts-topbar-01-left .item {
      padding-left: 15px;
      padding-right: 15px; } }
  .ts-topbar-03-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .ts-topbar-03-left {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .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 [class^="ts-social-list"]:hover a {
        opacity: 0.7; }
      .ts-topbar-03-right .item [class^="ts-social-list"] a:hover {
        opacity: 1; }
  .ts-topbar-05-wrap-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-topbar-05 [class^="ts-social-list"] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
  .ts-topbar.in-dark, .ts-icon-box-info-02.in-dark .ts-topbar[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .ts-topbar[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .ts-topbar[class^="ts-box-square"] {
    color: #ffffff; }
    .ts-topbar.in-dark a, .ts-icon-box-info-02.in-dark .ts-topbar[class^="ts-box-square"] a, .ts-icon-box-info-03.in-dark .ts-topbar[class^="ts-box-square"] a, .ts-icon-box-info-04.in-dark .ts-topbar[class^="ts-box-square"] a {
      color: #ffffff; }
  @media (max-width: 991.98px) {
    .ts-topbar {
      display: none; } }

.ts-topbar-06 {
  font-size: 11px; }
  .ts-topbar-06-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-topbar-06-right .item:not(:last-of-type) {
    margin-right: 45px; }
  .ts-topbar-06-right .item {
    opacity: 0.7;
    transition: opacity 0.35s; }
    .ts-topbar-06-right .item:hover {
      opacity: 1; }

.ts-header-01 {
  padding: 15px 0;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .ts-header-01-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .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 {
    -ms-flex-align: center;
        align-items: center; }
    .ts-header-01-right .header-01-control {
      padding-left: 35px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .ts-header-01-right .header-01-control .item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        cursor: pointer; }
        .ts-header-01-right .header-01-control .item:not(:last-of-type) {
          margin-right: 18px; }
  @media (max-width: 991.98px) {
    .ts-header-01 {
      padding: 7px 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-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  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-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 35px; }
  .ts-header-02-control .item {
    cursor: pointer; }
    .ts-header-02-control .item:not(:last-of-type) {
      margin-right: 18px; }
  .ts-header-02-control a:hover {
    transition: all 0.35s;
    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 {
  position: relative; }
  .ts-header-03-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-03-left .ts-header-logo-wrap .header-logo {
    height: 38px; }
  .ts-header-03-right {
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-03-control {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-03 .ts-main-menu > ul > li > a {
    padding-top: 34px;
    padding-bottom: 34px; }
  @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;
  background-color: #000000; }
  .ts-header-04-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-04 .ts-header-logo-wrap .header-logo {
    height: 50px;
    transition: all 0.35s; }
  .ts-header-04-top {
    padding: 17px 0 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    transition: all 0.2s; }
    .ts-header-04-top .item {
      color: #ffffff; }
      .ts-header-04-top .item.ts-icon-box-info-02 {
        opacity: 0.7; }
      .ts-header-04-top .item:not(:last-child) {
        margin-right: 30px; }
      .ts-header-04-top .item .content {
        opacity: 0.9;
        transition: all 0.35s;
        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-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .ts-header-04 .ts-main-menu > ul > li > a {
    padding: 28px 25px 23px; }
  .ts-header-04 .ts-btn-mobile-menu {
    color: #19719A; }
  @media (max-width: 991.98px) {
    .ts-header-04 {
      padding-top: 7px;
      padding-bottom: 7px; }
      .ts-header-04-top, .ts-header-04-bottom {
        display: none; }
      .ts-header-04 .ts-header-logo-wrap .header-logo {
        width: auto;
        height: 30px; } }

.ts-header-05-wrap-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.ts-header-05-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.ts-header-05-left {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.ts-header-05-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.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-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-05-info .ts-header-logo-wrap .header-logo {
    width: 150px; }
  .ts-header-05-info .header-05-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .ts-header-05-info .header-05-right .item {
      color: #333333; }
      .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.35s;
        line-height: 1; }
      .ts-header-05-info .header-05-right .item:hover {
        text-decoration: none; }
        .ts-header-05-info .header-05-right .item:hover .content {
          opacity: 1; }

@media (max-width: 991.98px) {
  .ts-header-05-wrap {
    background-color: #fafafa; }
  .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 {
  padding: 37px 0 37px; }
  .ts-header-06-info .header-logo {
    width: 184px; }
  .ts-header-06-info-right .item {
    color: #333333; }
    .ts-header-06-info-right .item:not(:last-child) {
      margin-right: 60px; }
    .ts-header-06-info-right .item .content {
      opacity: 0.9;
      transition: all 0.35s; }
    .ts-header-06-info-right .item:hover {
      text-decoration: none; }
      .ts-header-06-info-right .item:hover .content {
        opacity: 1; }
  .ts-header-06-info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }

.ts-header-06-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.ts-header-06-right .item {
  opacity: 0.5;
  transition: all 0.35s; }
  .ts-header-06-right .item:hover {
    opacity: 1; }

.ts-header-06 .ts-main-menu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px; }

.ts-header-07 {
  box-shadow: none;
  z-index: 1070;
  transition: background-color 0.35s; }
  .ts-header-07 .header-info {
    padding: 37px 0 37px; }
    .ts-header-07 .header-info .header-logo {
      width: 184px; }
    .ts-header-07 .header-info-right .item {
      color: #ffffff; }
      .ts-header-07 .header-info-right .item:not(:last-child) {
        margin-right: 90px; }
      .ts-header-07 .header-info-right .item .content {
        opacity: 1;
        transition: all 0.35s; }
      .ts-header-07 .header-info-right .item:hover {
        text-decoration: none; }
        .ts-header-07 .header-info-right .item:hover .content {
          opacity: 0.9; }
    .ts-header-07 .header-info-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
  .ts-header-07 .header-menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(25, 113, 154, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 0 20px;
    transition: background-color 0.35s; }
  .ts-header-07 .header-menu-right {
    padding-right: 20px; }
    .ts-header-07 .header-menu-right [class^="ts-social-list"] {
      font-size: 22px; }
      .ts-header-07 .header-menu-right [class^="ts-social-list"] a {
        opacity: 1;
        text-decoration: none; }
        .ts-header-07 .header-menu-right [class^="ts-social-list"] a:not(:last-of-type) {
          margin-right: 1rem; }
        .ts-header-07 .header-menu-right [class^="ts-social-list"] a:hover {
          opacity: .7; }
  .ts-header-07 .ts-main-menu > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  @media (max-width: 991.98px) {
    .ts-header-07 {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
      .ts-header-07 .header-info {
        padding: 7px 0; }
        .ts-header-07 .header-info-right {
          display: none; }
        .ts-header-07 .header-info .header-logo {
          width: 120px; } }

.ts-header-08 {
  color: #333333; }
  .ts-header-08-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .ts-header-08-left .ts-header-logo-wrap .header-logo {
    height: 38px; }
  .ts-header-08-right {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .ts-header-08-control {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .ts-header-08-control [class*="ts-social-list"] {
      font-size: 20px; }
      .ts-header-08-control [class*="ts-social-list"] a {
        margin-right: 20px;
        color: #333333; }
        .ts-header-08-control [class*="ts-social-list"] a:not(:first-of-type) {
          padding-left: 0; }
        .ts-header-08-control [class*="ts-social-list"] a:hover {
          color: #19719A; }
    .ts-header-08-control .search-popup-btn {
      font-size: 20px; }
      .ts-header-08-control .search-popup-btn:hover {
        color: #19719A; }
    .ts-header-08-control .btn-card {
      font-size: 20px; }
      .ts-header-08-control .btn-card:hover:hover {
        color: #19719A; }
  @media (max-width: 1199.98px) {
    .ts-header-08 .ts-main-menu.style-02 > ul > li > a {
      padding: 30px 15px; } }
  @media (max-width: 991.98px) {
    .ts-header-08 {
      padding: 7px 0; }
      .ts-header-08-left .ts-header-logo-wrap .header-logo {
        height: 25px; } }

.ts-header-09 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.35s; }
  .ts-header-09 .ts-header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 35px; }
  .ts-header-09 .ts-header-left {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    .ts-header-09 .ts-header-left .ts-header-logo-wrap .header-logo {
      height: 70px;
      transition: all 0.3s ease-in-out; }
  .ts-header-09 .ts-header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .ts-header-09 .ts-header-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 35px; }
    .ts-header-09 .ts-header-control .item {
      cursor: pointer; }
      .ts-header-09 .ts-header-control .item:not(:last-of-type) {
        margin-right: 18px; }
    .ts-header-09 .ts-header-control a:hover {
      transition: all 0.35s;
      color: #ffffff;
      text-decoration: none; }
  @media (max-width: 1400px) {
    .ts-header-09 .ts-header-right .ts-header-control {
      padding-left: 15px; }
    .ts-header-09 .ts-main-menu.style-03 > ul > li > a {
      padding: 42px 20px;
      font-size: 14px; } }
  @media (max-width: 1205px) {
    .ts-header-09 .ts-header-inner {
      padding: 0 15px; }
    .ts-header-09 .ts-header-right .ts-header-control {
      padding-left: 15px; }
    .ts-header-09 .ts-header-right .ts-box-square-01 {
      width: 30px;
      height: 30px;
      min-width: 30px;
      font-size: 12px; }
    .ts-header-09 .ts-header-right .ts-btn {
      padding: 10px; }
    .ts-header-09 .ts-header-left .ts-header-logo-wrap .header-logo {
      height: 50px; }
    .ts-header-09 .ts-main-menu.style-03 > ul > li > a {
      padding: 42px 10px; } }
  @media (max-width: 1199.98px) {
    .ts-header-09 .ts-main-menu > ul > li > a {
      padding: 38px 20px; } }
  @media (max-width: 991.98px) {
    .ts-header-09 {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      padding: 7px 0; }
      .ts-header-09 .ts-header-right {
        display: none; }
      .ts-header-09 .ts-header-left .ts-header-logo-wrap .header-logo {
        height: 50px; } }

.search-popup-btn {
  position: relative;
  cursor: pointer;
  font-size: 22px; }
  .search-popup-btn:hover {
    color: #19719A; }
  .search-popup-btn.in-dark, .ts-icon-box-info-02.in-dark .search-popup-btn[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .search-popup-btn[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .search-popup-btn[class^="ts-box-square"] {
    color: #ffffff; }
    .search-popup-btn.in-dark:hover, .ts-icon-box-info-02.in-dark .search-popup-btn:hover[class^="ts-box-square"], .ts-icon-box-info-03.in-dark .search-popup-btn:hover[class^="ts-box-square"], .ts-icon-box-info-04.in-dark .search-popup-btn:hover[class^="ts-box-square"] {
      color: #ffffff; }

.search-popup {
  position: fixed;
  z-index: 1032;
  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: #19719A;
    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--ghost-02, .search-popup__search-form .ts-input--light, .search-popup__search-form .ts-input, .search-popup__search-form .ts-input-line, .search-popup__search-form .ts-input--ghost-03, .search-popup__search-form .ts-input-02, .search-popup__search-form .ts-input-03, .search-popup__search-form .ts-input-grey, .search-popup__search-form .ts-input--light-02 {
      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--ghost-02 .text-muted, .search-popup__search-form .ts-input--light .text-muted, .search-popup__search-form .ts-input .text-muted, .search-popup__search-form .ts-input-line .text-muted, .search-popup__search-form .ts-input--ghost-03 .text-muted, .search-popup__search-form .ts-input-02 .text-muted, .search-popup__search-form .ts-input-03 .text-muted, .search-popup__search-form .ts-input-grey .text-muted, .search-popup__search-form .ts-input--light-02 .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--ghost-02:focus, .search-popup__search-form .ts-input--light:focus, .search-popup__search-form .ts-input:focus, .search-popup__search-form .ts-input-line:focus, .search-popup__search-form .ts-input--ghost-03:focus, .search-popup__search-form .ts-input-02:focus, .search-popup__search-form .ts-input-03:focus, .search-popup__search-form .ts-input-grey:focus, .search-popup__search-form .ts-input--light-02: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--ghost-02, .search-popup__search-form .placeholder.ts-input--light, .search-popup__search-form .placeholder.ts-input, .search-popup__search-form .placeholder.ts-input-line, .search-popup__search-form .placeholder.ts-input--ghost-03, .search-popup__search-form .placeholder.ts-input-02, .search-popup__search-form .placeholder.ts-input-03, .search-popup__search-form .placeholder.ts-input-grey, .search-popup__search-form .placeholder.ts-input--light-02 {
        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--ghost-02:-moz-placeholder, .search-popup__search-form .ts-input--light:-moz-placeholder, .search-popup__search-form .ts-input:-moz-placeholder, .search-popup__search-form .ts-input-line:-moz-placeholder, .search-popup__search-form .ts-input--ghost-03:-moz-placeholder, .search-popup__search-form .ts-input-02:-moz-placeholder, .search-popup__search-form .ts-input-03:-moz-placeholder, .search-popup__search-form .ts-input-grey:-moz-placeholder, .search-popup__search-form .ts-input--light-02:-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--ghost-02::-moz-placeholder, .search-popup__search-form .ts-input--light::-moz-placeholder, .search-popup__search-form .ts-input::-moz-placeholder, .search-popup__search-form .ts-input-line::-moz-placeholder, .search-popup__search-form .ts-input--ghost-03::-moz-placeholder, .search-popup__search-form .ts-input-02::-moz-placeholder, .search-popup__search-form .ts-input-03::-moz-placeholder, .search-popup__search-form .ts-input-grey::-moz-placeholder, .search-popup__search-form .ts-input--light-02::-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--ghost-02:-ms-input-placeholder, .search-popup__search-form .ts-input--light:-ms-input-placeholder, .search-popup__search-form .ts-input:-ms-input-placeholder, .search-popup__search-form .ts-input-line:-ms-input-placeholder, .search-popup__search-form .ts-input--ghost-03:-ms-input-placeholder, .search-popup__search-form .ts-input-02:-ms-input-placeholder, .search-popup__search-form .ts-input-03:-ms-input-placeholder, .search-popup__search-form .ts-input-grey:-ms-input-placeholder, .search-popup__search-form .ts-input--light-02:-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--ghost-02::-webkit-input-placeholder, .search-popup__search-form .ts-input--light::-webkit-input-placeholder, .search-popup__search-form .ts-input::-webkit-input-placeholder, .search-popup__search-form .ts-input-line::-webkit-input-placeholder, .search-popup__search-form .ts-input--ghost-03::-webkit-input-placeholder, .search-popup__search-form .ts-input-02::-webkit-input-placeholder, .search-popup__search-form .ts-input-03::-webkit-input-placeholder, .search-popup__search-form .ts-input-grey::-webkit-input-placeholder, .search-popup__search-form .ts-input--light-02::-webkit-input-placeholder {
        font-family: "Lato", sans-serif; }

.search-open {
  overflow: hidden;
  padding-right: 15px; }
  .search-open .sticky-top {
    z-index: 0; }
  .search-open .search-popup {
    opacity: 1;
    pointer-events: auto; }

.btn-cart {
  transition: all 0.35s;
  font-size: 22px; }
  .btn-cart .dropdown-toggle {
    text-decoration: none;
    color: inherit; }
    .btn-cart .dropdown-toggle:after {
      display: none; }
  .btn-cart.in-dark .dropdown-toggle, .ts-icon-box-info-02.in-dark .btn-cart[class^="ts-box-square"] .dropdown-toggle, .ts-icon-box-info-03.in-dark .btn-cart[class^="ts-box-square"] .dropdown-toggle, .ts-icon-box-info-04.in-dark .btn-cart[class^="ts-box-square"] .dropdown-toggle {
    color: #ffffff; }
  .btn-cart.in-dark:hover .dropdown-toggle, .ts-icon-box-info-02.in-dark .btn-cart:hover[class^="ts-box-square"] .dropdown-toggle, .ts-icon-box-info-03.in-dark .btn-cart:hover[class^="ts-box-square"] .dropdown-toggle, .ts-icon-box-info-04.in-dark .btn-cart:hover[class^="ts-box-square"] .dropdown-toggle {
    color: #ffffff; }

.popup-cart {
  min-width: 310px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #19719A;
  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; }

.ts-sub-header-02 .sub-header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0; }

.ts-sub-header-02 h2 {
  font-size: 24px;
  margin: 0; }

.wrap-sticky {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1031; }
  .wrap-sticky .header-container {
    position: absolute;
    z-index: 1021;
    right: 0;
    left: 0;
    top: 0; }
    .wrap-sticky .header-container.fixed-top {
      position: fixed; }

.headroom {
  will-change: transform; }
  .headroom.headroom--unpinned {
    transition: transform 0.35s;
    transform: translateY(-100%); }
  .headroom.headroom--pinned {
    transition: transform 0.35s;
    transform: translateY(0); }

.mm-menu {
  color: white; }

.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.equal-height .owl-stage {
  display: -ms-flexbox;
  display: flex; }
  .owl-carousel.equal-height .owl-stage .owl-item .item,
  .owl-carousel.equal-height .owl-stage .owl-item .card-cover,
  .owl-carousel.equal-height .owl-stage .owl-item [class*='ts-portfolio-'] {
    height: 100%; }
  .owl-carousel.equal-height .owl-stage .owl-item .card-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%; }

.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-theme .owl-dots {
  padding-bottom: 0; }

.owl-carousel.dots-theme [class*="owl-"] span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3); }

.owl-carousel.dots-theme [class*="owl-"]:focus {
  box-shadow: none;
  outline: 0; }

.owl-carousel.dots-theme [class*="owl-"].active span {
  background-color: #19719A; }

.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: #19719A;
  background-color: #19719A; }

.owl-carousel.arrows-square .owl-nav [class*="owl-"] {
  border-radius: 0; }

.owl-carousel.arrows-intro .owl-nav 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.arrows-in-dark .owl-nav [class*="owl-"] {
  filter: invert(100%); }

.owl-carousel.carousel-focus .owl-item {
  padding: 28px 0 40px; }
  .owl-carousel.carousel-focus .owl-item .item {
    opacity: .7;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.35s ease-in-out; }
    .owl-carousel.carousel-focus .owl-item .item > div {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.02); }
  .owl-carousel.carousel-focus .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1); }

@media (max-width: 767.98px) {
  .owl-carousel.carousel-focus {
    width: calc(100% + 30px);
    margin-left: -15px; }
    .owl-carousel.carousel-focus .owl-nav {
      display: none; }
    .owl-carousel.carousel-focus .owl-item {
      padding: 0; }
      .owl-carousel.carousel-focus .owl-item .item {
        padding: 15px; }
        .owl-carousel.carousel-focus .owl-item .item > div {
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); } }

.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%; }

.btn-carousel-01 {
  background-color: transparent;
  border-color: #cccccc;
  color: #999999;
  padding: 0;
  width: 25px;
  line-height: 22px;
  text-align: center;
  transition: all .35s;
  font-size: 16px; }
  .btn-carousel-01:hover, .btn-carousel-01:focus {
    border-color: #19719A;
    background-color: #19719A;
    border-style: solid;
    color: white;
    outline: 0;
    box-shadow: none;
    cursor: pointer; }
  .btn-carousel-01:active {
    border-style: solid; }

.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.35s; }

.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%; }

.tp-caption {
  font-family: "Oswald", sans-serif; }
  .tp-caption .ts-btn {
    font-weight: 400 !important; }

@media (max-width: 480px) {

		.tp-caption p {
			font-size: 30px !important;
		}

	
}
.font-weight-semi-bold {
  font-weight: 500 !important; }

.font-weight-semi-light {
  font-weight: 300 !important; }

.ts-notify {
  position: absolute;
  width: 16px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  top: 0;
  right: -6px;
  border-radius: 50%;
  padding: 0; }

.has-notify {
  position: relative; }
  .has-notify .ts-notify {
    background-color: #1e1f21;
    color: #ffffff; }
  .has-notify.in-dark .ts-notify, .ts-icon-box-info-02.in-dark .has-notify[class^="ts-box-square"] .ts-notify, .ts-icon-box-info-03.in-dark .has-notify[class^="ts-box-square"] .ts-notify, .ts-icon-box-info-04.in-dark .has-notify[class^="ts-box-square"] .ts-notify {
    background-color: #ffffff;
    color: #1e1f21; }

.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.35s; }
      .table-cart td a.remove:hover {
        background-color: #f44336; }
    .table-cart td.product-name a {
      color: #19719A; }
      .table-cart td.product-name a:hover {
        color: #1e2f23;
        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: 400; }

.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: 400; }

@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 {
  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;
    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 #19719A; }

.about-02-intro {
  background: url("../images/slider/AdobeStock_306011387_Preview.jpeg") no-repeat;
  /*background-size: 100% calc(100% - 85px);*/
  /*background-position: top center;*/
  /*padding-top: 300px; */
  background-size: 100%;
background-position: center center;
padding-top: 300px;
height: 500px;
	
}
  @media (max-width: 991.98px) {
    .about-02-intro {
      /*padding-top: 100px; */
		background-size: cover;
		padding-top: 170px;
		height: 300px;
    } 
    .subh {
    	font-size: 15px;
    	display: block;
    }
  }

.about-03-intro {
  background: url("../images/covers/444444.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  position: relative; }
  .about-03-intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%); }
  .about-03-intro .ts-sub-header-02 .sub-header-inner {
    display: block;
    text-align: center;
    padding: 15px 0; }
  .about-03-intro .ts-sub-header-02 h2 {
    display: block;
    color: #ffffff;
    font-size: 44px; }
  .about-03-intro .ts-sub-header-02 .ts-breadcrumb-01 {
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 16px; }
  .about-03-intro .ts-sub-header-02 .ts-breadcrumb-01 .breadcrumb-item a {
    color: #ffffff; }
  .about-03-intro .ts-sub-header-02 .ts-breadcrumb-01 .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7); }

.about-03-services .ts-icon-box-09:hover {
  box-shadow: none; }

.ts-video-wrap-01 {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  display: block; }
  .ts-video-wrap-01 img {
    transition: filter .3s; }
  .ts-video-wrap-01 .ts-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 72px;
    font-size: 48px;
    transition: all .3s;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #19719A;
    color: #ffffff;
    text-align: center;
    opacity: .7; }
  .ts-video-wrap-01:hover img {
    filter: grayscale(10%); }
  .ts-video-wrap-01:hover .ts-icon {
    opacity: 1; }

.blog-detail .card-body {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  border-top: 0; }

.blog-detail .blog-card-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4; }

.blog-detail .blog-card-meta {
  width: 40px;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  margin-right: 15px;
  height: 100%; }

.blog-detail .blog-card-catalog {
  color: #999999; }
  .blog-detail .blog-card-catalog a {
    text-decoration: none;
    transition: all 0.35s; }
    .blog-detail .blog-card-catalog a:hover {
      color: #19719A; }
  .blog-detail .blog-card-catalog:before {
    content: "\f02c";
    font-family: "Line Awesome Free";
    font-weight: 900; }

.blog-detail .blog-card-comment {
  color: #666666; }
  .blog-detail .blog-card-comment span {
    color: #999999; }
  .blog-detail .blog-card-comment:before {
    content: "\f075";
    font-family: "Line Awesome Free";
    color: #999999; }

.blog-detail .blog-card-desc {
  margin-bottom: 0; }

.blog-detail .blog-card-author {
  color: #999999; }
  .blog-detail .blog-card-author a {
    text-decoration: none;
    transition: all 0.35s; }
    .blog-detail .blog-card-author a:hover {
      color: #19719A; }
  .blog-detail .blog-card-author:before {
    content: "\f508";
    font-family: "Line Awesome Free";
    font-weight: 900; }

.blog-detail .blog-card-time {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 0;
  text-transform: uppercase;
  background-color: #19719A;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  height: 55px; }
  .blog-detail .blog-card-time .day {
    font-size: 18px;
    margin-bottom: 5px; }
  .blog-detail .blog-card-time .month {
    letter-spacing: 1px; }
  .blog-detail .blog-card-time .year {
    display: none; }

.blog-detail .blog-card-type {
  background-color: #040F0F;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  height: 55px; }

.blog-detail .card-cover {
  position: relative; }
  .blog-detail .card-cover video {
    width: 100%; }
    .blog-detail .card-cover video:focus {
      box-shadow: none;
      outline: 0; }

.blog-detail .card-img {
  border-radius: 0;
  transition: filter 0.35s;
  filter: brightness(90%); }

.blog-detail .card-footer {
  background-color: #f8f8f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #19719A;
  border-radius: 0; }
  .blog-detail .card-footer label {
    margin-bottom: 0;
    margin-right: 4px; }
  .blog-detail .card-footer a {
    color: #666666;
    transition: all 0.35s; }
  .blog-detail .card-footer [class^="blog-card"]:not(:last-of-type):after {
    content: "|";
    color: #cccccc;
    margin: 0 15px; }
  .blog-detail .card-footer [class^="blog-card"]:before {
    margin-right: 4px;
    font-size: 16px;
    display: none; }

.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;
    transition: all 0.35s; }
  .blog-detail__control .item {
    transition: all 0.35s;
    color: #999999; }
    .blog-detail__control .item:hover {
      color: #19719A;
      text-decoration: none; }
      .blog-detail__control .item:hover h5 {
        color: #19719A; }
  @media (max-width: 1199.98px) {
    .blog-detail__control h5 {
      display: none; } }

.blog-detail:hover .card-img {
  filter: brightness(100%); }

@media (max-width: 767.98px) {
  .blog-detail .card-body {
    display: block;
    padding: 15px 8px; }
  .blog-detail .card-footer {
    display: block;
    padding: 8px;
    font-size: 12px; }
    .blog-detail .card-footer .meta [class^='blog-card-'] {
      display: block; }
      .blog-detail .card-footer .meta [class^='blog-card-']:after {
        display: none; }
  .blog-detail .blog-card-meta {
    margin-right: 0;
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px; }
  .blog-detail .blog-card-time {
    width: 50%;
    padding: 4px 0;
    height: auto; }
  .blog-detail .blog-card-type {
    width: 50%;
    padding: 4px 0;
    height: auto; } }

.blog-list-01 [class*='ts-blog-card-'],
.blog-grid-01 [class*='ts-blog-card-'] {
  transition: box-shadow .3s; }

.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;
    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 #19719A; }
  .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 #19719A;
    min-width: 65px; }
    .page-coming-soon .countdown .item span {
      font-size: 18px;
      color: #19719A; }
    .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; } }

.home-01-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 100%); }
  .home-01-header .fixed-top {
    background-color: rgba(25, 113, 154, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
    .home-01-header .fixed-top .header-menu-inner {
      background-color: transparent;
      -webkit-backdrop-filter: none;
              backdrop-filter: none; }
  @media (max-width: 991.98px) {
    .home-01-header {
      position: fixed;
      background-image: unset; } }

.home-01-about-us .thumb {
  width: 100%; }

.home-01-about-us [class^="list-style-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-01-about-us [class^="list-style-"] li {
    width: calc(50% - 15px);
    padding-bottom: 10px; }
    @media (max-width: 575.98px) {
      .home-01-about-us [class^="list-style-"] li {
        width: 100%; } }

.home-01-testimonial {
  position: relative; }
  .home-01-testimonial .carousel {
    z-index: 1;
    position: relative; }

.home-01-services [class^='ts-icon-box-'] {
  height: 100%; }

.home-01-teams {
  position: relative; }
  .home-01-teams .ts-overlay {
    background: #f8f8f8 url("../imagesold/images/bg-team-01.png");
    background-size: 100% 100%;
    background-position: center;
    opacity: 0.15; }
  .home-01-teams .owl-carousel.carousel-focus .owl-item .item {
    opacity: 0.7; }

.home-01-blogs .carousel {
  width: calc(100% + 30px);
  margin-left: -15px;
  z-index: 1;
  position: relative; }
  .home-01-blogs .carousel .item:not(.ts-btn) {
    padding: 15px; }

.home-01-partner .item {
  opacity: 0.7;
  transition: all 0.35s; }
  .home-01-partner .item img {
    height: 170px !important; 
  }
  .home-01-partner .item:hover {
    opacity: 1; }
.home-01-partner h5 {
	margin: -30px 0 30px 0;
}
.home-01-footer {
  position: relative;
  background: url("../imagesold/images/bg-footer-01.jpg");
  background-size: cover;
  background-position: center; }
  .home-01-footer .ts-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85); }
  .home-01-footer .ts-copyright-04 {
    position: relative; }

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1); } }

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0; }

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #19719A 10%, #1e2f23 80%); }

.bgTop {
  z-index: 15;
  opacity: 0.5; }

.bgMiddle {
  z-index: 10;
  opacity: 0.75; }

.bgBottom {
  z-index: 5; }

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom; }

.waveTop {
  background-size: 50% 100px;
  background-image: url(../imagesold/images/wave-top.png); }
  @media (max-width: 991.98px) {
    .waveTop {
      background-size: 100%; } }

.waveAnimation .waveTop {
  animation: move-wave 3s;
  animation-delay: 1s; }

.waveMiddle {
  background-size: 50% 120px;
  background-image: url(../imagesold/images/wave-mid.png); }
  @media (max-width: 991.98px) {
    .waveMiddle {
      background-size: 100%; } }

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite; }

.waveBottom {
  background-size: 50% 100px;
  background-image: url(../imagesold/images/wave-bot.png); }
  @media (max-width: 991.98px) {
    .waveBottom {
      background-size: 100%; } }

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite; }

.home-02-header .ts-header {
  transition: all .35s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

.home-02-header.fixed-top .ts-topbar {
  display: none; }

.home-02-header.fixed-top .ts-header {
  transition: all .35s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

@media (max-width: 991.98px) {
  .home-02-header .ts-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }

.home-02-callback {
  position: relative; }
  .home-02-callback .ts-overlay {
    opacity: 0.7;
    background-color: #000000; }
  .home-02-callback .title {
    font-size: 24px; }
  .home-02-callback .sub-title {
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #19719A;
    font-weight: 400; }
  .home-02-callback .desc {
    color: rgba(255, 255, 255, 0.7); }
  .home-02-callback-inner {
    width: 100%;
    max-width: 870px; }

.home-02-testimonial {
  position: relative; }
  .home-02-testimonial .ts-overlay {
    background: #f8f8f8 url("../imagesold/images/bg-team-01.png");
    background-size: 100% 100%;
    background-position: center;
    opacity: .2; }
  .home-02-testimonial .carousel {
    z-index: 1;
    position: relative; }

.home-02-footer {
  background: url("../imagesold/images/bg-footer-01.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
  .home-02-footer .ts-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85); }
  .home-02-footer [class^="ts-footer"] {
    background-color: transparent; }
  .home-02-footer [class^="ts-copyright"] {
    background-color: transparent;
    position: relative;
    z-index: 1; }
  @media (max-width: 991.98px) {
    .home-02-footer .ts-copyright-04 .copyright-inner {
      padding: 0; }
    .home-02-footer .ts-copyright-04 .copyright-left {
      margin-bottom: 0; } }

.home-03-header.sticky-header {
  transition: all 0.35s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .home-03-header.sticky-header .ts-header {
    border-bottom-color: transparent; }
  .home-03-header.sticky-header .ts-main-menu.style-03 > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px; }
  .home-03-header.sticky-header .ts-header-09 .ts-header-left .ts-header-logo-wrap .header-logo {
    height: 50px; }

.home-03-counter-up {
  background-image: url("../images/covers/AdobeStock_69815525_Preview.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  perspective: 3px;
  overflow: hidden; }
  .home-03-counter-up .ts-overlay {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black; }
  @media (max-width: 767.98px) {
    .home-03-counter-up .counter-up-03 {
      max-width: 250px;
      margin: auto; } }

.home-03-commitment .cover {
  width: 100%;
  max-width: 380px; }

@media (max-width: 991.98px) {
  .home-03-blogs .ts-scroll-mobile > [class*='col-'] .ts-blog-card-07 {
    width: 70vw;
    max-width: 320px;
    height: 100%; } }

.home-03-footer {
  background-color: #000000; }
  .home-03-footer .ts-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85); }
  .home-03-footer [class^="ts-footer"] {
    position: relative;
    background: url("../images/covers/bg-footer-03.png") no-repeat;
    background-size: auto 80%;
    background-position: bottom center;
    padding: 30px 0 30px 0;
   }
  .home-03-footer [class^="ts-copyright"] {
    background-color: #000;
    position: relative;
    z-index: 1;
    padding-top: 6px;
    padding-bottom: 6px; }
  @media (max-width: 991.98px) {
    .home-03-footer .widget-quick-links-02 {
      min-width: 320px; } }

.home-04-header .ts-header {
  transition: all 0.35s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .home-04-header .ts-header.fixed-top {
    position: fixed; }

.home-04-header.fixed-top .ts-topbar {
  display: none; }

.home-04-header.fixed-top .ts-header {
  transition: all 0.35s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

@media (max-width: 991.98px) {
  .home-04-header .ts-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }

.home-04-why-us .left img {
  width: 500px;
  max-width: 100%; }

.home-04-why-us [class^="list-style-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-04-why-us [class^="list-style-"] li {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 15px; }

@media (max-width: 767.98px) {
  .home-04-why-us .left img {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (max-width: 767.98px) {
  .home-04-why-us [class^="list-style-"] {
    display: block; }
    .home-04-why-us [class^="list-style-"] li {
      width: 100%;
      padding-right: 8px;
      padding-bottom: 15px; } }

.home-04-testimonial {
  background-image: url("../imagesold/images/bg-counter-01.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative; }
  .home-04-testimonial .ts-overlay {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }

.home-04-services .ts-icon-box-05 {
  height: 380px; 
}

.ts-icon-box-05 .ts-btn {
    position: absolute;
    bottom: 30px;
    right: 26%;
}

.home-05-header.fixed-top .ts-header {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

.home-05-header.fixed-top .ts-header-04-top {
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0; }

.home-05-header.fixed-top .ts-main-menu > ul > li > a {
  padding-bottom: 28px; }

.home-05-header.fixed-top .ts-header-logo-wrap .header-logo {
  height: 30px; }

@media (max-width: 991.98px) {
  .home-05-header .ts-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }

.home-05-services [class^="ts-icon-box-"] {
  height: 100%; }

.home-05-cta .ts-box-cta-01 {
  padding: 30px 0; }

.home-05-why-us .left img {
  width: 300px;
  max-width: 100%; 
}

.home-05-why-us [class^="list-style-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-05-why-us [class^="list-style-"] li {
    width: 50%;
    padding-right: 8px;
    padding-bottom: 15px; }

@media (max-width: 991.98px) {
  .home-05-why-us .left img {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

@media (max-width: 767.98px) {
  .home-05-why-us [class^="list-style-"] {
    display: block; }
    .home-05-why-us [class^="list-style-"] li {
      width: 100%;
      padding-right: 8px;
      padding-bottom: 15px; } }

.home-05-testimonial {
  position: relative; }
  .home-05-testimonial .carousel {
    z-index: 1;
    position: relative; }

.home-05-subcrible h3 {
  color: white; }

.home-05-subcrible .subcrible-sub-text {
  color: rgba(255, 255, 255, 0.7); }

.home-05-footer {
  position: relative;
  background: url("../imagesold/images/bg-footer-02.jpg");
  background-size: cover;
  background-position: center; }
  .home-05-footer .ts-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85); }
  .home-05-footer .ts-copyright-04 {
    position: relative; }

.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: #19719A;
  color: #ffffff; }

.product-detail-related-products {
  padding-top: 74px;
  padding-bottom: 25px;
  position: relative; }
  .product-detail-related-products [class^="ts-section-heading"] {
    margin-bottom: 0; }
  .product-detail-related-products .owl-item {
    padding: 40px 10px 56px; }

@media (max-width: 1199.98px) {
  .product-detail-related-products {
    padding-top: 40px;
    padding-bottom: 0; } }

.shop-table.table-cart-collaterals {
  table-layout: fixed; }
  .shop-table.table-cart-collaterals th {
    width: 70px;
    vertical-align: top; }
  .shop-table.table-cart-collaterals .bootstrap-select {
    max-width: 100%; }

.cases-detail.has-sidebar {
  padding-right: 30px;
  border-right: 1px solid #f8f8f8; }

.cases-detail__cat {
  font-size: 16px;
  color: #666666; }

.team-01 {
  padding: 80px 0 30px; }
  .team-01 [class*='ts-team-car'] {
    margin-bottom: 40px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.35s; }
    .team-01 [class*='ts-team-car']:hover {
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27); }
  .team-01-hr {
    background: url("../imagesold/images/finance-background.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative; }
    .team-01-hr .ts-overlay {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.7); }
    .team-01-hr .ts-box-cta-01 {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
  @media (max-width: 1199.98px) {
    .team-01 {
      padding: 48px 0 8px; } }

.testimonials-01 [class*='ts-testimonial-card'] {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.35s; }
  .testimonials-01 [class*='ts-testimonial-card']:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27); }

.testimonials-01 .ts-testimonial-card-07,
.testimonials-01 .ts-testimonial-card-06 {
  box-shadow: none; }
  .testimonials-01 .ts-testimonial-card-07:hover,
  .testimonials-01 .ts-testimonial-card-06:hover {
    box-shadow: none; }

.color--facebook {
  color: #1877f2; }

.color--twitter {
  color: #1da1f2; }

.color--youtube {
  color: #ff0000; }

.color--instagram {
  color: #f77737; }

.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--skypeblue {
  color: #00aff0; }

.color--flickrpink {
  color: #f40083; }

.color--twitch {
  color: #6441a4; }

.color--soundcloud {
  color: #ff5500; }

.color--spotifygreen {
  color: #1ed760; }

.color--dribbble {
  color: #ea4c89; }

.color--slackyellow {
  color: #ecb22e; }

.color--reddit {
  color: #ff5700; }

.color--quora {
  color: #aa2200; }

.color--telegram {
  color: #0088cc; }

.color--black {
  color: #000000; }

.color--gray20 {
  color: #333333; }

.color--gray40 {
  color: #666666; }

.color--dimgray {
  color: #696969; }

.color--gray {
  color: #808080; }

.color--darkgray {
  color: #a9a9a9; }

.color--sgilight {
  color: #aaaaaa; }

.color--silver {
  color: #c0c0c0; }

.color--graylight {
  color: #bebebe; }

.color--verylight {
  color: #cdcdcd; }

.color--lightgray {
  color: #d3d3d3; }

.color--gainsboro {
  color: #dcdcdc; }

.color--whitesmoke {
  color: #f8f8f8; }

.color--white {
  color: #ffffff; }

.color--red {
  color: #f44336; }

.color--pink {
  color: #e91e63; }

.color--purple {
  color: #9c27b0; }

.color--deepPurple {
  color: #673ab7; }

.color--indigo {
  color: #3f51b5; }

.color--blue {
  color: #2196f3; }

.color--cyan {
  color: #00bcd4; }

.color--teal {
  color: #009688; }

.color--green {
  color: #4caf50; }

.color--lightGreen {
  color: #8bc34a; }

.color--lime {
  color: #cddc39; }

.color--yellow {
  color: #fde428; }

.color--amber {
  color: #ffc107; }

.color--orange {
  color: #ff9800; }

.color--deepOrange {
  color: #ff5722; }

.color--brown {
  color: #795548; }

.color--grey {
  color: #9e9e9e; }

.color--color1 {
  color: #19719A; }

.color--color3 {
  color: #1e2f23; }

.color--dynamicColor {
  color: white; }

.color--fw-1 {
  color: rgba(255, 255, 255, 0.1); }

.color--fw-2 {
  color: rgba(255, 255, 255, 0.2); }

.color--fw-3 {
  color: rgba(255, 255, 255, 0.3); }

.color--fw-4 {
  color: rgba(255, 255, 255, 0.4); }

.color--fw-5 {
  color: rgba(255, 255, 255, 0.5); }

.color--fw-6, .ts-blog-card-widget-01.in-dark .ts-blog-card-meta .time, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-01[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-blog-card-widget-02.in-dark .ts-blog-card-meta .time, .ts-icon-box-info-02.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-icon-box-info-03.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-icon-box-info-04.in-dark .ts-blog-card-widget-02[class^="ts-box-square"] .ts-blog-card-meta .time, .ts-icon-box-04.in-dark .ts-icon-box-04-content-desc, .ts-icon-box-info-02.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-desc, .ts-icon-box-info-03.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-desc, .ts-icon-box-info-04.in-dark .ts-icon-box-04[class^="ts-box-square"] .ts-icon-box-04-content-desc {
  color: rgba(255, 255, 255, 0.6); }

.color--fw-7, .ts-blockquote-02.in-dark .blockquote-footer, .ts-icon-box-info-02.in-dark .ts-blockquote-02[class^="ts-box-square"] .blockquote-footer, .ts-icon-box-info-03.in-dark .ts-blockquote-02[class^="ts-box-square"] .blockquote-footer, .ts-icon-box-info-04.in-dark .ts-blockquote-02[class^="ts-box-square"] .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 .team-card-meta span,
.ts-team-card-06 .team-card-meta a, .widget-footer-links.in-dark ul li a, .ts-icon-box-info-02.in-dark .widget-footer-links[class^="ts-box-square"] ul li a, .ts-icon-box-info-03.in-dark .widget-footer-links[class^="ts-box-square"] ul li a, .ts-icon-box-info-04.in-dark .widget-footer-links[class^="ts-box-square"] ul li a {
  color: rgba(255, 255, 255, 0.7); }

.color--fw-8 {
  color: rgba(255, 255, 255, 0.8); }

.color--fw-9 {
  color: rgba(255, 255, 255, 0.9); }

.color--fb-1 {
  color: rgba(0, 0, 0, 0.1); }

.color--fb-2 {
  color: rgba(0, 0, 0, 0.2); }

.color--fb-3 {
  color: rgba(0, 0, 0, 0.3); }

.color--fb-4 {
  color: rgba(0, 0, 0, 0.4); }

.color--fb-5, .ts-portfolio-02 .card-body .category a, .ts-team-card-01 .team-card-phone a {
  color: rgba(0, 0, 0, 0.5); }

.color--fb-6, .counter-up-02 .content span, .ts-icon-box-04-content-desc, .portfolio-filter-01 a, .ts-team-card-01 .team-card-title, .ts-testimonial-01 .testimonial-detail .title, .ts-testimonial-01 .testimonial-meta-title {
  color: rgba(0, 0, 0, 0.6); }

.color--fb-7, .ts-blockquote-02.in-light .blockquote-footer, .ts-blog-card-widget-01 .ts-blog-card-meta .time {
  color: rgba(0, 0, 0, 0.7); }

.color--fb-8 {
  color: rgba(0, 0, 0, 0.8); }

.color--fb-9 {
  color: rgba(0, 0, 0, 0.9); }

.hcl--facebook:hover {
  color: #1877f2 !important; }

.hcl--twitter:hover {
  color: #1da1f2 !important; }

.hcl--youtube:hover {
  color: #ff0000 !important; }

.hcl--instagram:hover {
  color: #f77737 !important; }

.hcl--pinterest:hover {
  color: #bd081c !important; }

.hcl--googleplus:hover {
  color: #db4437 !important; }

.hcl--linkedin:hover {
  color: #007bb5 !important; }

.hcl--vimeoblue:hover {
  color: #1ab7ea !important; }

.hcl--tumblr:hover {
  color: #2c4762 !important; }

.hcl--snapchat:hover {
  color: #fffc00 !important; }

.hcl--whatsappgreen:hover {
  color: #25d366 !important; }

.hcl--skypeblue:hover {
  color: #00aff0 !important; }

.hcl--flickrpink:hover {
  color: #f40083 !important; }

.hcl--twitch:hover {
  color: #6441a4 !important; }

.hcl--soundcloud:hover {
  color: #ff5500 !important; }

.hcl--spotifygreen:hover {
  color: #1ed760 !important; }

.hcl--dribbble:hover {
  color: #ea4c89 !important; }

.hcl--slackyellow:hover {
  color: #ecb22e !important; }

.hcl--reddit:hover {
  color: #ff5700 !important; }

.hcl--quora:hover {
  color: #aa2200 !important; }

.hcl--telegram:hover {
  color: #0088cc !important; }

.bg--facebook {
  background-color: #1877f2; }

.bg--twitter {
  background-color: #1da1f2; }

.bg--youtube {
  background-color: #ff0000; }

.bg--instagram {
  background-color: #f77737; }

.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--skypeblue {
  background-color: #00aff0; }

.bg--flickrpink {
  background-color: #f40083; }

.bg--twitch {
  background-color: #6441a4; }

.bg--soundcloud {
  background-color: #ff5500; }

.bg--spotifygreen {
  background-color: #1ed760; }

.bg--dribbble {
  background-color: #ea4c89; }

.bg--slackyellow {
  background-color: #ecb22e; }

.bg--reddit {
  background-color: #ff5700; }

.bg--quora {
  background-color: #aa2200; }

.bg--telegram {
  background-color: #0088cc; }

.bg--black {
  background-color: #000000; }

.bg--gray20 {
  background-color: #333333; }

.bg--gray40 {
  background-color: #666666; }

.bg--dimgray {
  background-color: #696969; }

.bg--gray {
  background-color: #808080; }

.bg--darkgray {
  background-color: #a9a9a9; }

.bg--sgilight {
  background-color: #aaaaaa; }

.bg--silver {
  background-color: #c0c0c0; }

.bg--graylight {
  background-color: #bebebe; }

.bg--verylight {
  background-color: #cdcdcd; }

.bg--lightgray {
  background-color: #d3d3d3; }

.bg--gainsboro {
  background-color: #dcdcdc; }

.bg--whitesmoke, .ts-portfolio-03 .card-cover, .ts-blog-card-06 .card-cover {
  background-color: #f8f8f8; }

.bg--white {
  background-color: #ffffff; }

.bg--red {
  background-color: #f44336; }

.bg--pink {
  background-color: #e91e63; }

.bg--purple {
  background-color: #9c27b0; }

.bg--deepPurple {
  background-color: #673ab7; }

.bg--indigo {
  background-color: #3f51b5; }

.bg--blue {
  background-color: #2196f3; }

.bg--cyan {
  background-color: #00bcd4; }

.bg--teal {
  background-color: #009688; }

.bg--green {
  background-color: #4caf50; }

.bg--lightGreen {
  background-color: #8bc34a; }

.bg--lime {
  background-color: #cddc39; }

.bg--yellow {
  background-color: #fde428; }

.bg--amber {
  background-color: #ffc107; }

.bg--orange {
  background-color: #ff9800; }

.bg--deepOrange {
  background-color: #ff5722; }

.bg--brown {
  background-color: #795548; }

.bg--grey {
  background-color: #9e9e9e; }

.bg--color1 {
  background-color: #19719A; }

.bg--color3 {
  background-color: #1e2f23; }

.bg--dynamicColor {
  background-color: white; }

.bg--fw-1 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg--fw-2 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg--fw-3 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg--fw-4 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg--fw-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg--fw-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg--fw-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg--fw-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg--fw-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg--fb-1 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg--fb-2 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg--fb-3 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg--fb-4 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg--fb-5 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg--fb-6 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg--fb-7 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg--fb-8 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg--fb-9 {
  background-color: rgba(0, 0, 0, 0.9); }

.hbg--facebook {
  background-color: #3b5998 !important; }
.hbg--facebook:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.hbg--twitter {
  background-color: #00acee !important; }
  .hbg--twitter:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.hbg--youtube {
  background-color: #ff0000 !important; }
.hbg--youtube:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }


.hbg--instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  
  /*background-color: #e1306c !important; */
	
}
  .hbg--instagram:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  filter: none;
  }

.hbg--pinterest:hover {
  background-color: #bd081c !important; }

.hbg--googleplus:hover {
  background-color: #db4437 !important; }

.hbg--linkedin {
  background-color: #0e76a8 !important; }
 .hbg--linkedin:hover {
  background-color: rgba(255, 255, 255, 0.2) !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--skypeblue:hover {
  background-color: #00aff0 !important; }

.hbg--flickrpink:hover {
  background-color: #f40083 !important; }

.hbg--twitch:hover {
  background-color: #6441a4 !important; }

.hbg--soundcloud:hover {
  background-color: #ff5500 !important; }

.hbg--spotifygreen:hover {
  background-color: #1ed760 !important; }

.hbg--dribbble:hover {
  background-color: #ea4c89 !important; }

.hbg--slackyellow:hover {
  background-color: #ecb22e !important; }

.hbg--reddit:hover {
  background-color: #ff5700 !important; }

.hbg--quora:hover {
  background-color: #aa2200 !important; }

.hbg--telegram:hover {
  background-color: #0088cc !important; }

.tbg--facebook:hover {
  color: #1877f2 !important; }

.tbg--twitter:hover {
  color: #1da1f2 !important; }

.tbg--youtube:hover {
  color: #ff0000 !important; }

.tbg--instagram:hover {
  color: #f77737 !important; }

.tbg--pinterest:hover {
  color: #bd081c !important; }

.tbg--googleplus:hover {
  color: #db4437 !important; }

.tbg--linkedin:hover {
  color: #007bb5 !important; }

.tbg--vimeoblue:hover {
  color: #1ab7ea !important; }

.tbg--tumblr:hover {
  color: #2c4762 !important; }

.tbg--snapchat:hover {
  color: #fffc00 !important; }

.tbg--whatsappgreen:hover {
  color: #25d366 !important; }

.tbg--skypeblue:hover {
  color: #00aff0 !important; }

.tbg--flickrpink:hover {
  color: #f40083 !important; }

.tbg--twitch:hover {
  color: #6441a4 !important; }

.tbg--soundcloud:hover {
  color: #ff5500 !important; }

.tbg--spotifygreen:hover {
  color: #1ed760 !important; }

.tbg--dribbble:hover {
  color: #ea4c89 !important; }

.tbg--slackyellow:hover {
  color: #ecb22e !important; }

.tbg--reddit:hover {
  color: #ff5700 !important; }

.tbg--quora:hover {
  color: #aa2200 !important; }

.tbg--telegram:hover {
  color: #0088cc !important; }

.bd--fw-1 {
  border-color: rgba(255, 255, 255, 0.1); }

.bd--fw-2 {
  border-color: rgba(255, 255, 255, 0.2); }

.bd--fw-3 {
  border-color: rgba(255, 255, 255, 0.3); }

.bd--fw-4 {
  border-color: rgba(255, 255, 255, 0.4); }

.bd--fw-5 {
  border-color: rgba(255, 255, 255, 0.5); }

.bd--fw-6 {
  border-color: rgba(255, 255, 255, 0.6); }

.bd--fw-7 {
  border-color: rgba(255, 255, 255, 0.7); }

.bd--fw-8 {
  border-color: rgba(255, 255, 255, 0.8); }

.bd--fw-9 {
  border-color: rgba(255, 255, 255, 0.9); }

.bd--fb-1 {
  border-color: rgba(0, 0, 0, 0.1); }

.bd--fb-2 {
  border-color: rgba(0, 0, 0, 0.2); }

.bd--fb-3 {
  border-color: rgba(0, 0, 0, 0.3); }

.bd--fb-4 {
  border-color: rgba(0, 0, 0, 0.4); }

.bd--fb-5 {
  border-color: rgba(0, 0, 0, 0.5); }

.bd--fb-6 {
  border-color: rgba(0, 0, 0, 0.6); }

.bd--fb-7 {
  border-color: rgba(0, 0, 0, 0.7); }

.bd--fb-8 {
  border-color: rgba(0, 0, 0, 0.8); }

.bd--fb-9 {
  border-color: rgba(0, 0, 0, 0.9); }

.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 {
  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; }

.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; }
  @media (max-width: 991.98px) {
    .row-g-10 {
      margin-left: -15px;
      margin-right: -15px; }
      .row-g-10 [class^='col-'] {
        padding-left: 15px;
        padding-right: 15px; } }

.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; }
  @media (max-width: 991.98px) {
    .row-g-20 {
      margin-left: -15px;
      margin-right: -15px; }
      .row-g-20 [class^='col-'] {
        padding-left: 15px;
        padding-right: 15px; } }

.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; }
  @media (max-width: 991.98px) {
    .row-g-40 {
      margin-left: -15px;
      margin-right: -15px; }
      .row-g-40 [class^='col-'] {
        padding-left: 15px;
        padding-right: 15px; } }

.row-g-45 {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .row-g-45 [class^='col-'] {
    padding-left: 22.5px;
    padding-right: 22.5px; }
  .row-g-45 .mb-g-45 {
    margin-bottom: 45px; }
  @media (max-width: 991.98px) {
    .row-g-45 {
      margin-left: -15px;
      margin-right: -15px; }
      .row-g-45 [class^='col-'] {
        padding-left: 15px;
        padding-right: 15px; } }

.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-50 {
      margin-left: -15px;
      margin-right: -15px; }
      .row-g-50 [class^='col-'] {
        padding-left: 15px;
        padding-right: 15px; } }

.lh1 {
  line-height: 1; }

.font-weight-black {
  font-weight: 900; }

.text-shadow-01 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); }

.text-shadow-02 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.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); }

.shadow06 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }

.divider-section-01 {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1); }

.dim-image {
  filter: grayscale(100%) !important; }

.free-size > .card-cover:before {
  display: none !important; }

.free-size > .card-cover > .card-img {
  position: static !important; }

#shadowMeasureIt {
  z-index: 9999999 !important; }

#divCoordMeasureIt {
  position: fixed !important; }

#divRectangleMeasureIt {
  position: fixed !important; }

.hero {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 30%); }
  .hero img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .hero .inner {
    position: relative;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 430px;
    max-width: 100%; }
  .hero .content h2 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1.3px; }
  .hero .content h4 {
    font-size: 24px;
    color: #ffffff; }
  .hero .content p {
    font-size: 16px;
    color: #ffffff;
    opacity: .7; }
  @media (max-width: 575.98px) {
    .hero .content {
      padding-left: 15px; } 
  }



.cont {
  min-height: calc(100vh - 255px);
}
.home-03-footer {
/*  height: 234px;*/
/*  background: url("../images/covers/444444.jpg") no-repeat;*/
/*  background-size: cover;*/
/*background-position: center center;*/
}

@media (min-width: 1920px) {
	.home-03-about-us {
		height: calc(100vh - 490px);
		min-height: 380px;
	}
	.home-03-about-us {
		position: relative;
	}
	.home-03-about-us .container {
		position: absolute;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media all and (max-width: 1920px) and (min-width: 768px) {
	.home-03-about-us {
		height: calc(100vh - 490px);
		min-height: 380px;
	}
	.home-03-about-us {
		position: relative;
	}
	.home-03-about-us .container {
		position: absolute;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media all and (max-width: 1366px) and (min-width: 1366px) {
	.home-03-about-us {
		height: calc(100vh - 486px);
		min-height: 280px;
	}
	.home-01-about-us {
		height: calc(100vh - 486px);
		min-height: 280px;
		padding: 30px 0;
	}
	.home-01-about-us [class^="list-style-"] li {
	    width: 32%;
	    padding-bottom: 4px;
	}

}
	
@media all and (max-width: 1366px) and (min-width: 769px){
	.home-03-footer {
	    height: 260px;
	}
	.home-01-about-us {
		min-height: 850px;
	}
}

@media (min-width: 997px) {
	.home-01-about-us {
		height: calc(100vh - 490px);
		min-height: 380px;
		padding-top: 30px;
	}
	.home-01-about-us {
		position: relative;
	}
	.home-01-about-us .container {
		position: absolute;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


@media all and (max-width: 768px) and (min-width: 200px) {
	.home-03-footer [class^="ts-copyright"] {
		background-color: #000;
	}
	.home-03-footer {
	    height: 435px;
	}
	.cont {
		min-height: unset;
	}
	.home-01-about-us {
		min-height: 850px;
	}
	.home-01-about-us .ts-btn {
		margin-bottom: 30px;
	}
}



	






