@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Oswald:wght@600&display=swap');


:root {
  --blue: #3d5a80;
  --green: #5cdb94;
  --teal: #389583;
  --success: #8de4af;
  --light: #edf5e0;
  --white: #fff;
  --dark-black: #0d102c;
  --danger: #A1ACB2;
  --black: #000;

  --gray: #9b9b9b;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --info: #17a2b8;
  --warning: #fff;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

}

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

html {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #15171c
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  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]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

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

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

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

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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: .5rem;
  font-weight: 500;
  line-height: 1.2
}

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

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

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

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

.h5,
h5 {
  font-size: 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, .1)
}

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

.mark,
mark {
  padding: .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: .5rem
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

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

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

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

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

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .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: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

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

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

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

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

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

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

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

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

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

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

.row {
  display: -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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

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

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

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

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

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

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

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

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

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

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

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

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    -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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

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

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

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

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

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

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

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

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

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

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

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

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

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

select.form-control[multiple],
select.form-control[size] {
  height: auto
}

textarea.form-control {
  height: auto
}

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

.form-text {
  display: block;
  margin-top: .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: .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: .75rem
}

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

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  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");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  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 .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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  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='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  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 .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='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .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 {
  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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

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

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .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 .2rem rgba(38, 143, 255, .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 .2rem rgba(130, 138, 145, .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 .2rem rgba(130, 138, 145, .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 .2rem rgba(72, 180, 97, .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 .2rem rgba(72, 180, 97, .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 .2rem rgba(58, 176, 195, .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 .2rem rgba(58, 176, 195, .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 .2rem rgba(222, 170, 12, .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 .2rem rgba(222, 170, 12, .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 .2rem rgba(225, 83, 97, .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 .2rem rgba(225, 83, 97, .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 .2rem rgba(216, 217, 219, .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 .2rem rgba(216, 217, 219, .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 .2rem rgba(82, 88, 93, .5)
}

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

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

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(0, 123, 255, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 .2rem rgba(52, 58, 64, .5)
}

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

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

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

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

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

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

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

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

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  transition: opacity .15s linear
}

@media (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 .35s ease
}

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

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

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .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, .15);
  border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem
}

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
  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: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

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

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

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

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

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  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-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

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

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

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

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

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

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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>.btn-group {
  width: 100%
}

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

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

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

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

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

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

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

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

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

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

.input-group>.custom-file {
  display: -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-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .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: .25rem
}

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

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

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

.custom-control-inline {
  display: -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 .2rem rgba(0, 123, 255, .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: .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: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .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, .5)
}

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

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

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

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

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

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

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  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 .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
  outline: 0
}

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

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

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

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

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

@media (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: .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (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: .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: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (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: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (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: .5rem 1rem;
  color: #ffff;
}

.nav-link:focus,
.nav-link:hover {
  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: .25rem;
  border-top-right-radius: .25rem
}

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: .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: .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: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  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: .5rem;
  padding-bottom: .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: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

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

.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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
    padding-left: .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: .5rem;
  padding-left: .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, .9)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 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, .5)
}

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

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

.card {
  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, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

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

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

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

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

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

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

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

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

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

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

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

.card-deck .card {
  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 {
    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 {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

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

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card .card-header {
  margin-bottom: -1px
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .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: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .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 .2rem rgba(0, 123, 255, .25)
}

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

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .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: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

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

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

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

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

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

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

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

.badge:empty {
  display: none
}

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

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

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

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

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .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: .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
}

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

  to {
    background-position: 0 0
  }
}

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

  to {
    background-position: 0 0
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .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 .6s ease
}

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

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

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

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

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

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

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

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

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

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

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

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

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  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: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .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: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
  padding: .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: .5rem;
  pointer-events: none
}

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

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

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

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.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, .2);
  border-radius: .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: .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 #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .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 #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .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-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }

  .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: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

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

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

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

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

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

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

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

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

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

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

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

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

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

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

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

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

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

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

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

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

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .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: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -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: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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 .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(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;
  -webkit-animation: spinner-grow .75s linear infinite;
  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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -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;
  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;
  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;
  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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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 {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.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: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

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

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}


/*!

*/

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: -1
}

.tmx-slide-content {
  text-align: left;
}

.slider .slide-item .right-img {
  position: absolute;
  right: 0;

}

.slider .slide-item .right-img img {
  width: 70%;
}

@media (max-width:767px) {
  .slider .slide-item .right-img {
    width: 40%;
    bottom: 0;
  }
}

.owl-carousel .owl-stage {
  position: relative;
  background-color: #080a1f;
}


.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

#projectsGrid .owl-carousel .owl-stage-outer {
  overflow: visible;
  cursor: pointer;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale .1s ease;
  -moz-transition: scale .1s ease;
  -ms-transition: scale .1s ease;
  -o-transition: scale .1s ease;
  transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden !important;
  -moz-backface-visibility: hidden !important;
  -ms-backface-visibility: hidden !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important
}

.owl-carousel .owl-item img {
  -webkit-backface-visibility: hidden
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}






html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 28px;
}

::selection {
  background-color: #156586;
  color: #ffffff;
}

a {
  color: #673ab7;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

a:hover {
  color: #ad3600;
  text-decoration: none;
}

section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 49px;
  background-color: #10122d;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

hr {
  border-top: 2px solid #eaeaea;
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0>.row {
  margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
  padding: 0;
}

.inner-padding {
  padding: 120px 70px;
}

.width-auto {
  width: auto !important;
}

.fz-16 {
  font-size: 16px;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.vh-100 {
  height: 100vh !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-top {
  border-top: 1px solid #eaeaea !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}

.flex-1 {
  flex: 1;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section {
    padding: 50px 0;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-30 {
    margin-top: 36.3636363636px !important;
  }

  .mt-40 {
    margin-top: 30.7692307692px !important;
  }

  .mt-50 {
    margin-top: 33.3333333333px !important;
  }

  .mt-60 {
    margin-top: 33.3333333333px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-30 {
    margin-bottom: 27.2727272727px !important;
  }

  .mb-40 {
    margin-bottom: 30.7692307692px !important;
  }

  .mb-50 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-60 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 27.2727272727px !important;
  }

  .mr-40 {
    margin-right: 30.7692307692px !important;
  }

  .mr-50 {
    margin-right: 33.3333333333px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 30.7692307692px !important;
  }

  .ml-50 {
    margin-left: 33.3333333333px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 27.2727272727px !important;
  }

  .pt-40 {
    padding-top: 30.7692307692px !important;
  }

  .pt-50 {
    padding-top: 33.3333333333px !important;
  }

  .pt-60 {
    padding-top: 33.3333333333px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 66.6666666667px !important;
  }

  .pt-140 {
    padding-top: 63.6363636364px !important;
  }

  .pt-150 {
    padding-top: 65.2173913043px !important;
  }

  .pt-160 {
    padding-top: 66.6666666667px !important;
  }

  .pt-170 {
    padding-top: 68px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 27.2727272727px !important;
  }

  .pb-40 {
    padding-bottom: 30.7692307692px !important;
  }

  .pb-50 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-60 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 61.9047619048px !important;
  }

  .pb-140 {
    padding-bottom: 63.6363636364px !important;
  }

  .pb-150 {
    padding-bottom: 65.2173913043px !important;
  }

  .pb-160 {
    padding-bottom: 66.6666666667px !important;
  }

  .pb-170 {
    padding-bottom: 68px !important;
  }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 75px 0;
  }

  .inner-padding {
    padding: 100px 50px !important;
  }

  .mt-30 {
    margin-top: 36.3636363636px !important;
  }

  .mt-40 {
    margin-top: 30.7692307692px !important;
  }

  .mt-50 {
    margin-top: 35.7142857143px !important;
  }

  .mt-60 {
    margin-top: 42.8571428571px !important;
  }

  .mt-70 {
    margin-top: 50px !important;
  }

  .mt-80 {
    margin-top: 57.1428571429px !important;
  }

  .mt-90 {
    margin-top: 64.2857142857px !important;
  }

  .mt-100 {
    margin-top: 71.4285714286px !important;
  }

  .mb-30 {
    margin-bottom: 27.2727272727px !important;
  }

  .mb-40 {
    margin-bottom: 33.3333333333px !important;
  }

  .mb-50 {
    margin-bottom: 35.7142857143px !important;
  }

  .mb-60 {
    margin-bottom: 42.8571428571px !important;
  }

  .mb-70 {
    margin-bottom: 50px !important;
  }

  .mb-80 {
    margin-bottom: 57.1428571429px !important;
  }

  .mb-90 {
    margin-bottom: 64.2857142857px !important;
  }

  .mb-100 {
    margin-bottom: 71.4285714286px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 27.2727272727px !important;
  }

  .mr-40 {
    margin-right: 33.3333333333px !important;
  }

  .mr-50 {
    margin-right: 35.7142857143px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 27.2727272727px !important;
  }

  .ml-40 {
    margin-left: 33.3333333333px !important;
  }

  .ml-50 {
    margin-left: 35.7142857143px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 27.2727272727px !important;
  }

  .pt-40 {
    padding-top: 33.3333333333px !important;
  }

  .pt-50 {
    padding-top: 35.7142857143px !important;
  }

  .pt-60 {
    padding-top: 42.8571428571px !important;
  }

  .pt-70 {
    padding-top: 50px !important;
  }

  .pt-80 {
    padding-top: 57.1428571429px !important;
  }

  .pt-90 {
    padding-top: 64.2857142857px !important;
  }

  .pt-100 {
    padding-top: 71.4285714286px !important;
  }

  .pt-110 {
    padding-top: 78.5714285714px !important;
  }

  .pt-120 {
    padding-top: 85.7142857143px !important;
  }

  .pt-130 {
    padding-top: 93.3333333333px !important;
  }

  .pt-140 {
    padding-top: 87.5px !important;
  }

  .pt-150 {
    padding-top: 88.2352941176px !important;
  }

  .pt-160 {
    padding-top: 88.8888888889px !important;
  }

  .pt-170 {
    padding-top: 89.4736842105px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 27.2727272727px !important;
  }

  .pb-40 {
    padding-bottom: 33.3333333333px !important;
  }

  .pb-50 {
    padding-bottom: 35.7142857143px !important;
  }

  .pb-60 {
    padding-bottom: 42.8571428571px !important;
  }

  .pb-70 {
    padding-bottom: 50px !important;
  }

  .pb-80 {
    padding-bottom: 57.1428571429px !important;
  }

  .pb-90 {
    padding-bottom: 64.2857142857px !important;
  }

  .pb-100 {
    padding-bottom: 71.4285714286px !important;
  }

  .pb-110 {
    padding-bottom: 78.5714285714px !important;
  }

  .pb-120 {
    padding-bottom: 85.7142857143px !important;
  }

  .pb-130 {
    padding-bottom: 86.6666666667px !important;
  }

  .pb-140 {
    padding-bottom: 87.5px !important;
  }

  .pb-150 {
    padding-bottom: 88.2352941176px !important;
  }

  .pb-160 {
    padding-bottom: 88.8888888889px !important;
  }

  .pb-170 {
    padding-bottom: 89.4736842105px !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #282828 !important;
}

.color-theme {
  color: var(--danger) !important;
}

.color-heading {
  color: #121c45 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-heading {
  background-color: #121c45 !important;
}

.bg-theme {
  /*background-color: #673ab7 !important;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 160, 227, 0.8705882352941177)), to(rgb(10, 92, 125)));
  background: -webkit-linear-gradient(rgba(0, 160, 227, 0.8705882352941177) 100%, rgb(10, 92, 125) 100%);
  background: -o-linear-gradient(rgba(0, 160, 227, 0.8705882352941177) 100%, rgb(10, 92, 125) 100%);
  background: linear-gradient(rgba(0, 160, 227, 0.8705882352941177) 100%, rgb(10, 92, 125) 100%);
  background: linear-gradient(to right, rgba(0, 160, 227, 0.8705882352941177), rgb(10, 92, 125));
  background-size: cover;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-secondary:before {
  background-color: rgba(18, 28, 69, 0.9);
}

.bg-overlay-theme:before {
  background-color: rgba(255, 94, 20, 0.9);
}

.bg-overlay-grdient-theme:before {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 0) 0%, rgba(0, 75, 174, 0) 0%, #004bae 65%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 0) 0%, rgba(0, 75, 174, 0) 0%, #004bae 65%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 0) 0%, rgba(0, 75, 174, 0) 0%, #004bae 65%);
}

.bg-overlay-grdient-secondary:before {
  background-color: rgba(18, 28, 69, 0.75);
  background-image: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
  background-image: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
  background-image: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
}

.bg-overlay-gradient-secondary-2:before {

  text-align: center;

  background: linear-gradient(to right, #673ab77d, #673ab7a1), url(../images/testimonial-five-shape-1.png) no-repeat scroll center center;
  background: linear-gradient(to right, #673ab77d, #673ab7a1), url(../images/testimonial-five-shape-1.png) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 0px;
}

.services-container .service-item.box-shod {
  box-shadow: none;
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--warning);
  font-family: 'Oswald', sans-serif;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 23px;
  text-transform: uppercase !important;
}

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: var(--danger);
  display: inline-block;
  margin-bottom: 11px;
}

.tmx-heading-title {
  font-size: 33px;
  margin-bottom: 15px;
}

.tmx-heading-desc {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.divider__line+.tmx-heading-desc {
  margin-top: 18px;
}

.heading .divider__line:after {
  width: 40px;
}

.heading-2 .tmx-heading-title {
  font-weight: 700;
}

.heading-3 .heading__subtitle {
  margin-bottom: 17px;
}

.heading-3 .tmx-heading-title {
  font-size: 37px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 20px;
}

.heading-white .heading__subtitle {
  color: #f9f9f9;
}

.heading-white .tmx-heading-title,
.heading-white .tmx-heading-desc {
  color: #ffffff;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
}

.text__block-2 {
  position: relative;
}

.text__block-2 .text__block-title {
  position: absolute;
  top: 0;
  left: 0;
}

.text__block-2 .text__block-desc {
  padding-left: 220px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #121c45;
  border-bottom: 2px solid #121c45;
  transition: all 0.3s ease;
  padding-bottom: 2px;
}

.pragarp {
  color: #9b9b9b;
  font-size: 16px;
}

.text__link:hover a {
  color: #673ab7;
  border-bottom: 2px solid #673ab7;
}

.text__link a.color-theme {
  border-bottom-color: #673ab7;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmx-heading-title {
    font-size: 30px;
  }

  .heading-3 .tmx-heading-title {
    font-size: 34px;
    line-height: 43px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tmx-heading-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .heading-2 .tmx-heading-title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .heading-3 .tmx-heading-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 40px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .text__block-2 .text__block-title {
    position: static;
  }

  .text__block-2 .text__block-desc {
    padding-left: 0;
  }

  .text__link {
    font-size: 12px;
    font-weight: 600;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .heading-2 .tmx-heading-title {
    font-size: 25px;
  }

  .heading-2 .tmx-heading-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #f9f9f9;
  display: block;
  margin-bottom: 21px;
}

.pagetitle__heading {
  font-size: 57px;
  color: #ffffff;
  margin-bottom: 0;
}

.pagetitle__desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #f9f9f9;
  margin-bottom: 0;
}

.page-title {
  padding: 241px 0 148px;
}

.page-title .breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #673ab7;
}

.page-title .breadcrumb-item.active {
  color: #f4f4f4;
}

.page-title-layout2 .pagetitle__heading {
  font-size: 47px;
  line-height: 62px;
  margin-bottom: 15px;
}

.page-title-layout2 .btn {
  margin-top: 35px;
}

.page-title-layout3 .pagetitle__heading {
  font-size: 47px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 18px;
}

.page-title-layout3 .btn {
  margin-top: 32px;
}

.page-title-layout4 {
  padding: 248px 0 115px;
}

.page-title-layout4 .pagetitle__heading {
  font-size: 47px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 18px;
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding: 150px 0 60px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding: 100px 0 50px;
  }

  .pagetitle__heading {
    font-size: 35px;
  }

  .page-title-layout2 .pagetitle__heading,
  .page-title-layout3 .pagetitle__heading,
  .page-title-layout4 .pagetitle__heading {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .pagetitle__desc {
    font-weight: 400;
  }

  .page-title .breadcrumb {
    margin-top: 10px;
  }
}

/*------------------------------*\
    BUTTONS
\*--------------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 3px;
  text-align: center;
  padding: 0;
  letter-spacing: 0.4px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn__block {
  width: 100%;
}

/* Button Primary */
.btn__primary {
  background-color: #673ab7;
  color: #ffffff;
  border: 2px solid #673ab7;
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
  background-color: transparent;
  color: #673ab7;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  color: #673ab7;
  border-color: #ffffff;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: #121c45;
  color: #ffffff;
  border-color: #121c45;
}

/* Button Secondary*/
.btn__secondary {
  background-color: #121c45;
  color: #ffffff;
  border: 2px solid #121c45;
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #673ab7;
  color: #ffffff;
  border-color: #673ab7;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #121c45;
  border-color: #ffffff;
}

/* Button White */
.btn__white {
  /* background-color: #ffffff; */
  color: var(--danger);
  /* border: 2px solid #ffffff; */
}

/*.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #673ab7;
  color: #ffffff;
  border-color: #673ab7;
}*/

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #121c45;
  color: #ffffff;
  border-color: #121c45;
}

.btn__rounded {
  border-radius: 50px;
}

/* Button Link */
.btn__link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}

.btn__link.btn__primary {
  color: #673ab7;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #121c45;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary {
  color: #121c45;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: var(--danger);
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}

/* Button Bordered */
.btn__bordered {
  background-color: transparent;
}

.btn__bordered.btn__primary {
  color: #673ab7;
  border-color: #673ab7;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
  color: #ffffff;
  background-color: #673ab7;
  border-color: #673ab7;
}

.btn__bordered.btn__secondary {
  color: #121c45;
  border-color: #121c45;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #121c45;
  border-color: #121c45;
}

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #673ab7;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn__white.btn__secondary {
  color: #121c45;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #673ab7;
  border-color: #673ab7;
}

.btn__video.popup-video {
  padding-left: 50px;
  color: #ffffff;
}

.btn__video.popup-video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.btn__video-lg.popup-video {
  padding-left: 100px;
  width: 200px;
  height: 75px;
  line-height: 75px;
}

.btn__video-lg.popup-video .video__player {
  width: 75px;
  height: 75px;
  line-height: 75px;
}

.btn__video-lg.popup-video .video__btn-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}

.btn__lg {
  width: 220px;
}

.btn__underlined {
  padding-bottom: 5px;
}

.btn__underlined:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #673ab7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn__white.btn__underlined:after {
  background-color: #ffffff;
}

.btn__white.btn__underlined:hover {
  color: #121c45;
}

.btn__white.btn__underlined:hover:after {
  background-color: #121c45;
}

.btn span+i {
  margin-left: 6px;
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #121c45;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 50px;
  line-height: 50px;
  border: none;
  border: 1px solid #eaeaea;
  border-radius: 1px;
  padding: 0 0 0 20px;
  font-size: 14px;
  border-radius: 2px;
}

.form-control:focus {
  border-color: #673ab7;
}

textarea.form-control {
  height: 122px;
  padding-top: 10px;
  line-height: 25px;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

.form-group-select:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #9b9b9b;
  cursor: pointer;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #673ab7;
}

.label-radio input:checked~.radio-indicator:after {
  display: block;
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 0 0 6px;
  margin: 0 30px 20px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #121c45;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #673ab7;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #673ab7;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    margin: 0 15px 10px 0;
  }
}

/*------------------- 
    Icons
------------------*/
.tmx-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #121c45;
}

.tmx-social-icons a {
  margin-right: 20px;
  color: #121c45;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tmx-social-icons a:hover {
  color: #673ab7;
}

.tmx-social-icons a:last-of-type {
  margin-right: 0;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: FontAwesome;
  content: "";
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: transparent;
  color: #121c45;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.current {
  background-color: #121c45;
  border-color: #121c45;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

/*-------------------
    lists
-------------------*/
.tmx-contact-list li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 100;
  color: var(--gray);
}

.tmx-contact-list li:last-child {
  margin-bottom: 0;
  color: #fff;
}

.tmx-contact-list li i {
  font-size: 16px;
  margin-right: 9px;
  color: #fff;
}

.list-items li {
  position: relative;
  padding-left: 26px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.list-items li:before {
  content: "";
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
}

.list-items-white li {
  color: #ffffff;
}

.list-items-white li:before {
  color: #ffffff;
}

.list-items-layout2 li {
  font-weight: 400;
}

.list-items-layout2 li:before {
  color: #673ab7;
}

/*-----------------------
    Alert
-----------------------*/
.alert {
  background-color: #121c45;
  padding: 24px 20px;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-moz-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-ms-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-o-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-moz-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-ms-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-o-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
  background-color: #000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #10122d;
  border-bottom: 1px solid #10122d;
  box-shadow: none;
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .navbar-brand img {
  max-height: 65px;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #333333;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .tmx-nav-item {
  position: relative;
  margin-right: 30px;
}

.navbar .tmx-nav-item:last-child {
  margin-right: 0;
}

.navbar .tmx-nav-item .tmx-nav-item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #fff;
  line-height: 100px;
  letter-spacing: 0.4px;
}

.navbar .tmx-nav-item .tmx-nav-item-link .feather-chevron-down {
  font-size: 23px;
  position: relative;
  top: 5px;
}

@media (max-width:1023px) {
  .navbar .tmx-nav-item .tmx-nav-item-link .feather-chevron-down {
    display: none;
  }
}

.navbar .tmx-nav-item .tmx-nav-item-link:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 0;
  height: 3px;
  display: block;
  background-color: var(--danger);
}

.navbar .tmx-nav-item .tmx-nav-item-link.active {
  color: var(--danger);
}

.navbar .tmx-nav-item .tmx-nav-item-link:hover {
  color: var(--danger);
}

.navbar .tmx-nav-item .tmx-nav-item-link.active:before,
.navbar .tmx-nav-item .tmx-nav-item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-toggle:after {
  content: "";
  font-family: fontAwesome;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .tmx-nav-item {
  padding: 0 25px;
  margin-right: 0;
  cursor: pointer;
}

.navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link {
  color: #000;
  text-transform: unset;
  font-weight: 400;
  line-height: 40px !important;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--danger);
}

.navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link:hover {
  color: var(--danger);
}

.navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link:hover:after {
  width: 100%;
}

.navbar .dropdown-menu .tmx-nav-item:last-child>.tmx-nav-item-link {
  border-bottom: none;
}

.navbar .dropdown-menu .tmx-nav-item:last-child>.tmx-nav-item-link:after {
  display: none;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

.header__top-right {
  position: absolute;
  top: 30px;
  right: 15px;
  margin-bottom: 20px;
}

.header__top-right ul li {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.header__top-right ul li i {
  font-size: 16px;
  margin-right: 7px;
}

.header__top-right ul li .btn {
  font-size: 14px;
  width: 155px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
}

.header__top-right .dropdown-toggle {
  display: flex;
  align-items: center;
  padding-right: 25px;
  color: #fff;
}

.header__top-right .dropdown-toggle:after {
  content: "";
}

.header__top-right .dropdown-toggle i {
  font-size: 20px;
}

.header__top-right .dropdown-menu {
  min-width: 100px !important;
  padding: 0 !important;
}

.header__top-right .dropdown-menu .dropdown-item {
  color: #9b9b9b;
}

.header__top-right .dropdown-menu .dropdown-item:focus,
.header__top-right .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #673ab7;
}

.header__top-right .dropdown-menu .dropdown-item.active,
.header__top-right .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

/* header topbar */
.tmx-header-topbar {
  background-color: #10122d;
  max-height: 48px;
  border-bottom: 1px dashed #404245;
}

.tmx-header-topbar .tmx-contact-list {
  display: flex;
  flex-wrap: wrap;
}

.tmx-header-topbar .tmx-contact-list:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* background-color:var(--danger); */
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.tmx-header-topbar .tmx-contact-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -10000000px;
  /* background-color:var(--danger); */
  z-index: -1;
}

.tmx-header-topbar .tmx-contact-list li {
  line-height: 48px;
  margin-right: 20px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}

.tmx-header-topbar .tmx-contact-list li a {
  color: #ffffff;
}

.tmx-header-topbar .tmx-contact-list li a:hover {
  color: #fff;
}

.tmx-header-topbar .tmx-contact-list li i {
  color: var(--white);
  margin-right: 8px;
}

.tmx-header-topbar .tmx-contact-list li:last-child {
  margin-right: 0;
}

.tmx-header-topbar .tmx-social-icons a {
  color: #fff;
  line-height: 45px;
  margin-right: 20px;
}

.tmx-header-topbar .tmx-social-icons a:last-child {
  margin-right: 0;
}

.tmx-header-topbar .tmx-social-icons a:hover {
  color: var(--danger);
}

.tmx-header-topbar .tmx-social-icons span {
  margin-right: 20px;
}

.tmx-header-topbar .tmx-header-topbar-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.tmx-header-topbar .tmx-header-topbar-links li a {
  display: block;
  color: #fff;
  position: relative;
  margin-right: 20px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
}

.tmx-header-topbar .tmx-header-topbar-links li a:hover {
  color: var(--danger);
  text-decoration: underline;
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .tmx-nav-item .tmx-nav-item-link:before {
  background-color: #ffffff;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .module__btn,
.header-transparent .tmx-nav-item .tmx-nav-item-link {
  color: #ffffff;
}

.header-transparent .navbar.fixed-navbar .tmx-nav-item .tmx-nav-item-link:before {
  background-color: #333333;
}

/* navbar-white */
.header-white .header__top-right ul li,
.header-white .header__top-right .dropdown-toggle {
  color: #9b9b9b;
}

.header-full .module__btn,
.header-full .navbar .navbar-nav {
  margin-top: 0;
}

.header-full .navbar,
.header-full .navbar .tmx-nav-item .tmx-nav-item-link {
  line-height: 100px;
}

.header-full .navbar,
.header-full .navbar>.container,
.header-full .navbar>.container-fluid {
  height: 100px;
}

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  background-color: #10122d !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  animation: translateHeader 0.8s;
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
  position: relative;
}

.fixed-navbar .header__top-right {
  display: none !important;
}

.fixed-navbar .tmx-nav-item .tmx-nav-item-link {
  color: #ffff;
}

.fixed-navbar .logo-light {
  display: none;
}

.fixed-navbar .logo-dark {
  display: inline-block;
}

.fixed-navbar .navbar-nav {
  margin-top: 0;
}

.fixed-navbar .module__btn {
  margin-top: 0;
  color: #333333;
}

.header-full-layout2 .navbar__bottom.fixed-navbar {
  background-color: #121c45 !important;
  height: 60px;
  max-height: 60px;
}

.header-full-layout2 .navbar__bottom.fixed-navbar>.container,
.header-full-layout2 .navbar__bottom.fixed-navbar>.container-fluid {
  height: 60px;
}

/* navbar-modules */
.navbar-modules {
  margin-left: 10px;
}

.navbar-modules li {
  margin-left: 20px;
}

.navbar-modules li a {
  position: relative;
}

.navbar-modules li a:hover {
  color: #673ab7;
}

.navbar-modules .btn__request {
  width: 153px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #673ab7;
  color: #ffffff;
  letter-spacing: 0.2px;
}

.navbar-modules .btn__request i {
  font-size: 11px;
  margin-left: 4px;
}

.navbar-modules .btn__request:hover {
  background-color: #121c45;
  color: #ffffff;
}

.navbar-modules .dropdown .dropdown-toggle {
  padding-right: 20px;
  font-weight: 600;
}

.navbar-modules .dropdown .dropdown-toggle:after {
  content: "";
  display: block !important;
}

.navbar-modules .dropdown .dropdown-menu {
  min-width: 120px;
  padding: 10px;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item img {
  width: 17px;
  margin-right: 5px;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #673ab7;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #673ab7;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item:hover:after {
  width: 100%;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.navbar-modules .dropdown .dropdown-menu .dropdown-item:last-child:after {
  display: none;
}

/* module-search  */
.module__search-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.module__search-container .close-search:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: -1;
  opacity: 0;
  background-color: #673ab7;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.module__search-container .close-search:hover {
  color: #fff;
}

.module__search-container .close-search:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.module__search-container .module__search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.module__search-container .module__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #673ab7;
}

.module__search-container .module__search-btn:hover {
  color: #121c45;
}

.module__search-container .search__input {
  z-index: 1;
  height: 80px;
  padding: 0 0 0 40px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  color: #121c45;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.module__search-container .search__input::-webkit-input-placeholder {
  color: #121c45;
}

.module__search-container .search__input:-moz-placeholder {
  color: #121c45;
}

.module__search-container .search__input::-moz-placeholder {
  color: #121c45;
}

.module__search-container .search__input:-ms-input-placeholder {
  color: #121c45;
}

.module__search-container.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.module__search-container.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.module__search-container.active .module__search-form {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  -o-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive .module__search-form {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  -o-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .tmx-nav-item {
    margin-right: 20px;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .tmx-nav-item {
    margin-right: 0;
  }

  .navbar .tmx-nav-item .tmx-nav-item-link {
    color: #282828;
    line-height: 35px !important;
    padding-left: 15px;
    width: fit-content;
  }

  .navbar .tmx-nav-item .tmx-nav-item-link:hover {
    color: #673ab7;
  }

  .navbar .tmx-nav-item .tmx-nav-item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-modules {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar i[data-toggle=dropdown] {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 50%;
    text-align: right;
    z-index: 2;
  }

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

  .navbar .tmx-nav-item.opened>i[data-toggle=dropdown]:before,
  .navbar .tmx-nav-item.show>i[data-toggle=dropdown]:before {
    content: "";
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .tmx-nav-item {
    padding: 0 15px 0 30px;
  }

  .navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link {
    padding-left: 0;
    border-bottom: none;
  }

  .navbar .dropdown-menu .dropdown-menu-col .tmx-nav-item {
    padding: 0;
  }

  .navbar .dropdown-menu-col h6 {
    font-size: 13px;
    margin: 10px 0 5px;
  }

  .navbar .tmx-nav-item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .tmx-nav-item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.tmx-nav-item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .tmx-nav-item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .header-transparent+.page-title {
    margin-top: 0;
  }

  .header-full .navbar {
    line-height: 80px;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .navbar-modules,
  .header-transparent .navbar-modules {
    margin-right: 60px;
  }

  .header .navbar-modules .modules__wrapper,
  .header-transparent .navbar-modules .modules__wrapper {
    flex-direction: row-reverse;
  }

  .header .module__btn,
  .header-transparent .module__btn {
    color: #333333;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #333333;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }

  .tmx-header-topbar>.container {
    max-width: none;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    padding: 5px 0 8px;
    border-radius: 0 0 5px 5px;
  }

  .navbar .dropdown-menu .tmx-nav-item .tmx-nav-item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    min-width: 470px;
    padding: 0;
    overflow: hidden;
  }

  .navbar .dropdown-menu.wide-dropdown-menu>.tmx-nav-item {
    padding: 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu h6 {
    font-size: 15px;
    margin: 0 0 13px 40px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }

  .navbar .tmx-nav-item.with-dropdown>.dropdown-menu,
  .navbar .tmx-nav-item.dropdown-submenu>.mega-menu,
  .navbar .tmx-nav-item.with-dropdown>.mega-menu,
  .navbar .tmx-nav-item.with-dropdown>.dropdown-menu>.tmx-nav-item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  .navbar .tmx-nav-item.with-dropdown>.dropdown-menu>.tmx-nav-item.dropdown-submenu>.dropdown-menu,
  .navbar .tmx-nav-item.dropdown-submenu>.dropdown-menu>.tmx-nav-item.with-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .tmx-nav-item.with-dropdown:hover>.dropdown-menu,
  .navbar .tmx-nav-item.dropdown-submenu:hover>.mega-menu,
  .navbar .tmx-nav-item.with-dropdown:hover>.mega-menu,
  .navbar .tmx-nav-item.with-dropdown>.dropdown-menu>.tmx-nav-item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .tmx-nav-item.with-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .tmx-nav-item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .tmx-nav-item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .tmx-nav-item .tmx-nav-item-link {
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .tmx-nav-item .tmx-nav-item-link:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    color: #673ab7;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .tmx-nav-item .tmx-nav-item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .tmx-nav-item .tmx-nav-item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav>.tmx-nav-item>.dropdown-toggle:after {
    display: none;
  }

  .tmx-nav-item i[data-toggle=dropdown] {
    display: none;
  }

  .header-full-layout2 .navbar,
  .header-full-layout2 .navbar>.container,
  .header-full-layout2 .navbar>.container-fluid {
    height: 90px;
  }

  .header-full-layout2 .navbar {
    display: block;
    line-height: 60px;
  }

  .header-full-layout2 .navbar .tmx-nav-item .tmx-nav-item-link {
    line-height: 60px;
  }

  .header-full-layout2 .tmx-nav-item .tmx-nav-item-link {
    color: #ffffff;
  }

  .header-full-layout2 .tmx-nav-item .tmx-nav-item-link:before {
    background-color: #ffffff;
  }

  .header-full-layout2 .tmx-header-topbar {
    background-color: transparent;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-contact-list li {
    line-height: 1;
    margin-right: 30px;
    color: #9b9b9b;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-contact-list li>i {
    font-size: 16px;
    margin-right: 16px;
    color: #673ab7;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-contact-list li a {
    color: #121c45;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-contact-list li strong {
    color: #121c45;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 700;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-social-icons a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #121c45;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    margin-right: 10px;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-social-icons a:last-child {
    margin-right: 0;
  }

  .header-full-layout2 .tmx-header-topbar .tmx-social-icons a:hover {
    background-color: #121c45;
    border-color: #121c45;
    color: #ffffff;
  }

  .header-full-layout2 .navbar__bottom {
    background-color: #121c45;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
  }

  .header-full-layout2 .navbar__bottom>.container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .header-full-layout2 .navbar__bottom .module__btn-search {
    color: #ffffff;
  }

  .header-full-layout2 .navbar__bottom .module__btn-request {
    height: 60px;
    line-height: 58px;
    border-radius: 0;
    margin-top: -2px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu>.tmx-nav-item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .tmx-nav-item:last-child>.tmx-nav-item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .tmx-nav-item:last-child>.tmx-nav-item-link {
    border-bottom: none;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .navbar .navbar-brand img {}

  .module__search-container .module__search-form {
    max-width: 90%;
  }

  .module__search-container .search__input {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }

  .module__search-container .module__search-btn {
    line-height: 50px;
    font-size: 20px;
  }
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 25px 30px 25px 45px;
  margin-top: -1px;
}

.accordion-item:first-child {
  margin-top: 0;
  border-radius: 3px 3px 0 0;
}

.accordion-item:last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-item .accordion__item-title {
  font-family: "Poppins", sans-serif;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  display: block;
  position: relative;
}

.accordion-item .accordion__item-title:after {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  font-family: fontawesome;
  color: #121c45;
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
}

.accordion-item .accordion__item-header.opened .accordion__item-title {
  color: #673ab7;
}

.accordion-item .accordion__item-header.opened .accordion__item-title:after {
  color: #673ab7;
  content: "";
}

.accordion-item .accordion__item-body {
  padding-top: 16px;
}

.accordion-item .accordion__item-body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 15px 20px;
  }
}

/*----------------------
     Dividers 
------------------------*/
.divider__line {
  position: relative;
  height: 3px;
  margin-bottom: 35px;
}

.divider__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #121c45;
}

.divider__line.divider__center:after {
  left: 50%;
  transform: translateX(-50%);
}

.divider__line.divider__sm:after {
  width: 40px;
}

.divider__theme:after {
  background-color: #673ab7;
}

.divider__white:after {
  background-color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .divider__line {
    margin-bottom: 20px;
  }
}

.top-img {
  position: relative;
  margin: 0;
  padding: 0;

}

@media (max-width:767px) {
  section.top-img {
    padding: 0;
  }
}


.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-top .tmx-footer-widget-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--danger);
}

.tmx-footer-widget-about .footer-logo {
  margin-bottom: 19px;
  max-width: 140px;
}

.tmx-footer-widget-about p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.tmx-footer-widget-about .tmx-contact-list {
  margin-bottom: 0px;
}

.tmx-footer-widget-about .tmx-contact-list li span {
  color: var(--danger);
}

.tmx-footer-widget-about .tmx-contact-list li span:last-child a {
  margin-left: 3px;
  color: var(--dark-black);
}

.tmx-footer-widget-about .tmx-contact-list li span:last-child {
  margin-left: 3px;
  color: var(--dark-black);
}

.tmx-footer-widget-nav li a,
.tmx-footer-copyright-links li a {
  display: block;
  position: relative;
  color: var(--dark-black);
  font-size: 14px;
  line-height: 33px;
}

.tmx-footer-widget-nav li a:hover,
.tmx-footer-copyright-links li a:hover {
  color: var(--danger);
}

.tmx-footer-copyright-links li a {
  margin-right: 4px;
  padding-right: 5px;
  font-size: 13px;
}

.tmx-footer-copyright-links li a:after {
  content: "-";
  position: absolute;
  right: 0;
  color: #9b9b9b;
}

.tmx-footer-copyright-links li:last-child a:after {
  display: none;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid var(--dark-black);
  font-size: 13px;
  background-color: var(--dark-black);
  color: #cacaca;
}

@media (min-width:1350px) {
  section.left-img {
    top: -2px;
    left: -5%;
    width: 15%;
    z-index: 9999;
    position: absolute;
  }
}

@media (max-width:1348px) {
  section.left-img {
    display: none;
  }
}

.footer-bottom .tmx-social-icons a {
  font-size: 17px;
}

.footer-newsletter {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-newsletter .footer__newsletter-text h6 {
  font-size: 17px;
  margin-bottom: 10px;
}

.footer-newsletter .footer__newsletter-text p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-newsletter .form-control {
  max-width: 50%;
}

.footer-newsletter .form-control:last-of-type {
  border-left-color: transparent;
}

.footer-newsletter .form-control:focus {
  border-color: #673ab7 !important;
}

.footer-newsletter .tmx-social-icons a {
  border: 1px solid #eaeaea;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
}

.footer-newsletter .tmx-social-icons a:last-of-type {
  margin-right: 0;
}

.footer-newsletter .tmx-social-icons a:hover {
  background-color: #121c45;
  color: #ffffff;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--danger);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: var(--dark-black);
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .footer-newsletter {
    padding-top: 20px;
  }

  .footer-newsletter .tmx-social-icons {
    justify-content: flex-start !important;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .tmx-footer-widget {
    margin-bottom: 30px;
  }

  .footer-top .tmx-footer-widget-title {
    margin-bottom: 15px;
  }

  .tmx-footer-copyright-links {
    justify-content: flex-start !important;
  }

  .footer-newsletter {
    padding-top: 20px;
  }

  .footer-newsletter .tmx-social-icons {
    justify-content: flex-start !important;
  }

  .footer__newsletter-form {
    display: block !important;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .footer-bottom {
    padding: 20px 0;
  }

  .tmx-footer-copyright-links {
    margin-bottom: 10px;
  }

  .tmx-footer-copyright-links li a {
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .tmx-footer-widget-nav li a,
  .tmx-footer-copyright-links li a {
    font-size: 13px;
  }

  .footer-newsletter .tmx-social-icons {
    justify-content: flex-start !important;
  }

  .footer__newsletter-form .btn {
    width: 100%;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #scrollTopBtn.actived {
    right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .footer__newsletter-form .form-group {
    display: block !important;
  }

  .footer__newsletter-form .form-group .form-control {
    border: 1px solid #eaeaea;
    max-width: none;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {

  .tmx-footer-widget-nav li a,
  .tmx-footer-copyright-links li a {
    font-size: 12px;
    line-height: 25px;
  }
}

/*-----------------------
    Request quote
 ------------------------*/
.request__form {
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  z-index: 2;
}

.request__form .request__form-body {
  padding: 50px;
}

.request__form .input-radio {
  margin-right: 20px;
}

.request__form .input-radio:last-child {
  margin-right: 0;
}

.request-quote-tabs .request__form {
  position: relative;
  border-radius: 5px;
}

.request-quote-tabs .request__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: -39px;
  width: 41px;
  height: 160px;
  background-color: #121c45;
  border-radius: 5px 0 0 0;
}

.request-quote-tabs .request__form:after {
  content: "";
  position: absolute;
  top: 0;
  right: -39px;
  width: 41px;
  height: 160px;
  background-color: #121c45;
  border-radius: 0 5px 0 0;
}

.request-quote-tabs .request__form h6 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 17px;
}

.request-quote-tabs .request__form .form-control {
  padding-left: 15px;
}

.request-quote-tabs .request__form .nav-tabs {
  background-color: #121c45;
  padding-left: 50px;
}

.request-quote-tabs .request__form .nav-tabs .nav__link {
  padding: 30px 0;
  margin: 0 40px 0 0;
  color: #ffffff;
}

.request-quote-tabs .request__form .nav-tabs .nav__link:after {
  height: 3px;
}

.request-quote-tabs .request__form .nav-tabs .nav__link.active {
  color: #673ab7;
}

.request-quote-tabs .request__form .tab-content {
  padding-top: 0;
}

.request-quote-tabs .request__form .request-quote-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.request-quote-tabs .request__form .request__form-body {
  flex-basis: 71%;
  max-width: 71%;
}

.request-quote-tabs .request__form .widget-download {
  flex-basis: 29%;
  max-width: 29%;
  box-shadow: none;
  padding: 50px;
  border-radius: 0 0 5px 0;
}

.request-quote-tabs .request__form .widget-download:after {
  bottom: -220px;
  right: -120px;
  font-size: 400px;
}

.request-quote-tabs .request__form .widget-download p {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 30px;
}

.request-quote-tabs .request__form .widget-download h5 {
  font-size: 25px;
  line-height: 34px;
  color: #ffffff;
}

.request-quote-tabs .request__form .widget-download .btn {
  padding: 0 10px;
  height: 50px;
  width: 220px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}

/* Large Size Screens */
@media only screen and (max-width: 1200px) {
  .request__form .request__form-body {
    padding: 50px 20px;
  }
}

/* Medium Size Screens */
@media only screen and (max-width: 992px) {
  .request-quote-tabs .request__form .request-quote-panel {
    display: block;
  }

  .request-quote-tabs .request__form .request-quote-panel .request__form-body,
  .request-quote-tabs .request__form .request-quote-panel .widget-download {
    max-width: none;
  }

  .request-quote-tabs .request__form .request-quote-panel .widget-download .btn {
    position: static;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .request__form .request__form-body {
    padding: 20px 10px;
  }

  .request__form .input-radio {
    margin-right: 0;
    flex-basis: 50%;
  }
}

/*----------------------
    Carousel
-----------------------*/
[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
  display: none;
}

.owl-carousel .owl-item img {
  width: 70%;
}

#projectsGrid .owl-carousel .owl-item img {
  width: 75%;
}

#projectsGrid .owl-carousel .owl-item img {
  transform-style: inherit !important;
}

#projectsGrid .owl-carousel {
  z-index: 0 !important;
}


.slider .tmx-slide-title span {
  color: #fff;

}

.span1 {
  background: #673ab7;
}

.span2 {
  background: #28a745;
}

.span3 {
  background: #dc3545;
}

.carousel-dots .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 20px;
}

/* .carousel-dots .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */

/* .carousel-dots .owl-dots .owl-dot:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
} */

/* .carousel-dots .owl-dots .owl-dot:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 2px;
  display: block;
  background-color: #eee;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.carousel-dots .owl-dots .owl-dot.active span {
  border-color: #673ab7;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.carousel-dots .owl-dots .owl-dot.active:before,
.carousel-dots .owl-dots .owl-dot.active:after {
  background-color: #673ab7;
}

.carousel-dots-white .owl-dots .owl-dot.active span,
.carousel-dots-white .owl-dots .owl-dot span {
  border-color: #156586;
}

.carousel-dots-white .owl-dots .owl-dot.active:before,
.carousel-dots-white .owl-dots .owl-dot.active:after {
  background-color: #156586;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #999999;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateY(-50%);
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
  color: #673ab7;
  background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev {
  left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
  font-family: 'feather' !important;
  content: "";
  font-size: 50px;
}

.carousel-arrows .owl-nav .owl-next {
  right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
  font-family: "feather";
  content: "";
  font-size: 50px;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent+.slider {
  margin-top: -100px;
}

.slider {
  padding: 0;
}

.slider .slide-item {
  height: 73vh;
}

.slider .slide__subtitle {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #f9f9f9;
  margin-bottom: 25px;
}

.slider .tmx-slide-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
}

.slider .tmx-slide-desc {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  padding-right: 5px;
  margin-bottom: 35px;
}

.slider .carousel-arrows .owl-nav .owl-prev {
  left: 50px;
}

.slider .carousel-arrows .owl-nav .owl-next {
  right: 50px;
  z-index: 10;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
  color: #ffffff;
  border: none;
  display: none;
  /* line-height: 46px;
  width: auto; */
  /* opacity: 0;
  transition: opacity 0.5s ease, transform 0.4s ease;
  transform: scale(0.8); */
}

/* .slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
  opacity: 1;
  transform: scale(1);
} */

.slider .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  z-index: 5;
}

.slider-1 {
  overflow: hidden;
}

.slider-1 .slide-item {
  min-height: 750px;
}

.slider-1 .btn__video {
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 3;
}

.slider-1 .thumbs-dots {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-1 .thumbs-dots .owl-thumb-item {
  flex-basis: 190px;
  max-width: 190px;
  text-align: left;
  padding: 25px 25px 23px;
  background-color: #121c45;
  margin-right: 2px;
  border-radius: 3px 3px 0 0;
}

.slider-1 .thumbs-dots .owl-thumb-item i {
  font-size: 45px;
  color: #f9f9f9;
  margin-bottom: 6px;
  display: block;
}

.slider-1 .thumbs-dots .owl-thumb-item i.icon-air-freight {
  font-size: 40px;
}

.slider-1 .thumbs-dots .owl-thumb-item span {
  display: block;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #f9f9f9;
  margin-bottom: 0;
}

.slider-1 .thumbs-dots .owl-thumb-item.active {
  transform: scaleY(1.1);
  background-color: #673ab7;
}

.slider-3 .tmx-slide-content {
  background-color: #ffffff;
  padding: 76px 50px 80px 80px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}

.slider-3 .tmx-slide-content:after {
  content: "";
  font-family: "feather";
  position: absolute;
  bottom: -230px;
  right: -240px;
  font-size: 475px;
  color: #121c45;
  line-height: 1;
  z-index: 1;
  opacity: 0.05;
}

.slider-3 .tmx-slide-title {
  font-size: 40px;
  color: #121c45;
  margin-bottom: 22px;
}

.slider-3 .tmx-slide-desc {
  color: #9b9b9b;
}

.slider-3 .tmx-slide-title,
.slider-3 .tmx-slide-desc,
.slider-3 .btn {
  position: relative;
  z-index: 2;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider .tmx-slide-title {
    font-size: 64px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0;
  }

  .tmx-slide-title {
    font-size: 50px;
  }

  .slider .tmx-slide-desc {
    padding-right: 0;
  }

  .tmx-slider-home .tmx-slide-desc {
    padding-right: 45px;
  }

  .slider-3 .tmx-slide-content {
    padding: 30px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-transparent+.slider {
    margin-top: 0;
  }

  .slider .slide-item {
    height: 400px;
  }

  .slider .tmx-slide-desc {
    padding-right: 0;
  }

  .slider-1 .slide-item {
    min-height: 0;
  }

  .tmx-slider-home .tmx-slide-desc {
    padding-right: 0;
  }

  .slider-3 .tmx-slide-content {
    padding: 20px;
  }

  .slider-3 .tmx-slide-content:after {
    bottom: -130px;
    right: -120px;
    font-size: 300px;
  }

  .slider-3 .container {
    max-width: 100%;
  }

  .header-transparent+.slider .tmx-slide-content {
    padding-top: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .slider .carousel-arrows .owl-nav .owl-next:before,
  .slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 15px;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider .tmx-slide-title {
    font-size: 40px;
    margin-bottom: 17px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }

  .slider .tmx-slide-title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .slider .tmx-slide-desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .slider .btn {
    margin-bottom: 20px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    display: none;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  position: relative;
}

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative;
}

.popup-video .video__player {
  font-size: 18px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background-color: #673ab7;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.popup-video .video__player-animation {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #673ab7;
  border-radius: 50%;
  -webkit-animation: pulsing 3s linear 0s infinite;
  -moz-animation: pulsing 3s linear 0s infinite;
  -ms-animation: pulsing 3s linear 0s infinite;
  -o-animation: pulsing 3s linear 0s infinite;
  animation: pulsing 3s linear 0s infinite;
}

.popup-video .video__player-animation-2 {
  animation-delay: 1s;
}

.popup-video .video__player-animation-3 {
  animation-delay: 1.8s;
}

.popup-video .video__player-title {
  text-transform: uppercase;
  color: #121c45;
  font-size: 13px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.popup-video:hover .video__player-animation {
  opacity: 0;
  animation-play-state: paused;
}

.video__btn-white .video__player {
  background-color: #ffffff;
  color: #673ab7;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff;
}

.video__btn-left-bottom {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.video__btn-right-center {
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-banner {
  padding: 225px 0;
  border-radius: 5px;
}

@media only screen and (max-width: 992px) {
  .video__btn-right-center {
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-banner {
    padding: 130px 0;
  }

  .popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .video-banner {
    padding: 80px 0;
  }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 30px;
}

.feature-item .feature__img {
  margin-bottom: 24px;
}

.feature-item .feature__img img {
  border-radius: 3px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.feature-item .feature__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}

.feature-item .feature__title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.feature-item .feature__desc {
  margin-bottom: 0;
}

.feature-item .feature__link {
  display: block;
  margin-top: 5px;
}

.feature-item:hover .feature__img img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.feature-item:hover .feature__title {
  color: #673ab7;
}

.awards .feature__content {
  padding-left: 30px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item .feature__img {
    margin-bottom: 20px;
  }

  .feature-item .feature__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-item {
    margin-bottom: 30px;
  }

  .feature-item .feature__img {
    margin-bottom: 15px;
  }

  .feature-item .feature__title {
    margin-bottom: 10px;
  }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 30px;
}

.fancybox-item .fancybox__icon {
  font-size: 45px;
  line-height: 1;
  color: #673ab7;
  margin-bottom: 20px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.fancybox-item .fancybox__icon i {
  line-height: 1;
}

.fancybox-item .fancybox__title {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: #673ab7;
}

.fancybox-layout1 .fancybox-item {
  margin-bottom: 60px;
}

.fancybox-layout2.row {
  margin-left: -10px;
  margin-right: -10px;
}

.fancybox-layout2.row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.fancybox-layout2 .fancybox-item {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 30px 5px 26px 25px;
  margin-bottom: 20px;
}

.fancybox-layout2 .fancybox-item .fancybox__title {
  font-size: 16px;
  margin-bottom: 0;
}

.fancybox-layout2 .fancybox-item .fancybox__icon {
  font-size: 45px;
  margin-bottom: 18px;
}

.slider+.fancybox-layout3 {
  margin-top: -50px;
  z-index: 3;
}

.fancybox-layout3 .fancybox-boxes-wrap {
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  border-radius: 5px;
  background-color: #fff;
}

.fancybox-layout3 .fancybox-item {
  padding: 38px 24px 40px 30px !important;
  border-right: 2px solid #eaeaea;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.fancybox-layout3 .fancybox-item:last-child {
  border-right: none;
}

.fancybox-layout4 .fancybox-item {
  padding: 30px 10px 30px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.fancybox-layout4 .fancybox-item .fancybox__title {
  color: #ffffff;
}

.fancybox-carousel {
  padding-bottom: 240px;
}

.fancybox-carousel .carousel-arrows .owl-nav .owl-prev,
.fancybox-carousel .carousel-arrows .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.fancybox-carousel .carousel-arrows .owl-nav .owl-next:before {
  content: "";
  font-size: 10px;
}

.fancybox-carousel .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
  font-size: 10px;
}

.fancybox-carousel+.request-quote-tabs {
  margin-top: -160px;
}

@media only screen and (min-width: 1040px) {
  .carousel-arrows .owl-nav .owl-next {
    right: -70px;
  }

  .carousel-arrows .owl-nav .owl-prev {
    left: -70px;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1040px) {
  .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
    right: -40px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -40px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
    right: -50px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -50px;
  }

  .fancybox-item .fancybox__icon {
    margin-bottom: 10px;
  }

  .fancybox-item .fancybox__title {
    margin-bottom: 12px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .fancybox-item,
  .fancybox-layout1 .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 35px;
    margin-bottom: 5px;
  }

  .fancybox-item .fancybox__title {
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .fancybox-layout2 .fancybox-item .fancybox__icon {
    margin-bottom: 7px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
    right: -50px;
  }

  .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -50px;
  }
}

/*-----------------------
    projects
------------------------*/
.project-item {
  position: relative;
  margin-bottom: 30px;
}

.project-item .project__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.project-item .project__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: block;
  background-image: -webkit-gradient(linear, top bottom, from(rgba(0, 0, 0, 0)), to(rgba(27, 26, 26, 0.46)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-item .project__img img {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.project-item:hover .project__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.project-item .project__content {
  padding: 30px;
  background-color: #ffffff;
}

.project-item .project__cat {
  background-color: #673ab7;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 30px;
  padding: 8px 65px;
  border-radius: 3px 3px 0 0;
}

.project-item .project__cat a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding-right: 7px;
  letter-spacing: 0.6px
}

.project-item .project__cat a:hover {
  color: #121c45;
}

.project-item .project__cat a::after {
  content: ",";
  position: absolute;
  right: 2px;
  color: #ffffff;
}

.project-item .project__cat a:last-child {
  padding-right: 0;
}

.project-item .project__cat a:last-child:after {
  display: none;
}

.project-item .project__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}

.project-item .project__title a {
  color: #121c45;
}

.project-item .project__title a:hover {
  color: #673ab7;
}

.project-item .project__desc {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.project-item .btn__link {
  margin-top: 11px;
  padding-bottom: 5px;
}

.project-item .btn__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--danger);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.project-item:hover .btn__link {
  color: var(--danger);
}

.project-item:hover .btn__link:after {
  width: 100%;
}

.project-item .zoom__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-item .zoom__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.project-item .zoom__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.project-item:hover .zoom__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.projects-filter {
  display: flex;
  flex-wrap: wrap;
}

.projects-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.projects-filter li:last-child {
  margin-right: 0;
}

.projects-filter li a {
  position: relative;
  color: #121c45;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.projects-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #673ab7;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.projects-filter li a:hover,
.projects-filter li a.active {
  color: #673ab7;
}

.projects-filter li a:hover:after,
.projects-filter li a.active:after {
  width: 100%;
}

.projects-grid-layout2 .project-item {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

/* project gallery */
.projects-gallery .project-item {
  box-shadow: none;
}

.projects-gallery .project-item .project__img:after {
  display: none;
}

.projects-bg {
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 0; */
  width: 100%;
  height: 501px;
}

.bg-image {
  background: url(../images/backgrounds/4.jpg);
  background-size: cover;
}

/* projects-carousel */
.projects-carousel .project-item {
  margin-bottom: 0;
}

.projects-carousel .carousel-arrows .owl-nav .owl-prev,
.projects-carousel .carousel-arrows .owl-nav .owl-next {
  background-color: #ffffff;
  color: #121c45;
  border-radius: 2px;
  top: 28%;
}

.projects-carousel .carousel-arrows .owl-nav .owl-prev:hover,
.projects-carousel .carousel-arrows .owl-nav .owl-next:hover {
  background-color: #673ab7;
  color: #ffffff;
}

.projects-carousel .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}

.projects-carousel .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
  font-size: 10px;
}

.projects-carousel .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}

.projects-carousel .carousel-arrows .owl-nav .owl-next:before {
  content: "";
  font-size: 10px;
}

/* project single */
.projects-single .project__single-title {
  font-size: 30px;
  font-weight: 600;
}

.mix {
  display: none;
}

.project-hidden>.project-item {
  display: none;
}

/* Large Size Screens */
/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects-filter li {
    margin-right: 23px;
  }

  .projects-grid-layout2 .container {
    max-width: none;
  }

  .projects-grid-layout2 .container .row>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
  }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-filter li {
    margin-right: 20px;
  }

  .projects-grid .container {
    max-width: none;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .project-item .project__desc {
    margin-top: 5px;
  }

  .projects-single .project__title {
    font-size: 24px;
  }

  .projects-gallery .container {
    max-width: none;
  }

  .projects-carousel .project-item .project__content-inner {
    padding: 20px 20px 0;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .projects-filter li {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .projects-filter li a {
    font-size: 13px;
  }

  .project-item .project__title {
    font-size: 18px;
    line-height: 25px;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 50px;
}

.member .member__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.member .member__img img {
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.member .member__info {
  padding-top: 29px;
}

.member .member__info .member__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 11px;
}

.member .member__info .member__desc {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 94, 20, 0.8);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.member .tmx-social-icons a {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  transition-delay: 0.4s;
}

.member .tmx-social-icons a:hover {
  color: #121c45;
}

.member .tmx-social-icons a:nth-of-type(2) {
  transition-delay: 0.6s;
}

.member .tmx-social-icons a:nth-of-type(3) {
  transition-delay: 0.8s;
}

.member .tmx-social-icons a:nth-of-type(4) {
  transition-delay: 1s;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  bottom: 50px;
  opacity: 1;
}

.member:hover .tmx-social-icons a {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
  position: relative;
}

.testimonial-item .testimonial__rating {
  line-height: 1;
  margin-bottom: 21px;
}

.testimonial-item .testimonial__rating i {
  color: #673ab7;
}

.testimonial-item .testimonial__desc {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 21px;
}

.testimonial__meta {
  position: relative;
  z-index: 2;
}

.testimonial__meta img {
  max-width: 110px;
  display: inline-block !important;
}

.testimonial__meta .testimonial__meta-title {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.testimonial__meta .testimonial__meta-desc {
  font-family: "Roboto", sans-serif;
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #156586;
  margin-bottom: 0;
}

.testimonial__thumb {
  /*  width: 54px;
  height: 54px;
  border: 2px solid #673ab7;
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;*/
  display: inline-block;
}

.testimonial__thumb img {
  /*max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;*/
}

.testimonial-1 .testimonial-item {
  padding: 0 70px;
}

.testimonial-1 .testimonial-item .testimonial__desc {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.testimonial-1 .testimonial-item .testimonial__content {
  position: relative;
  padding-top: 30px;
}

.testimonial-1 .testimonial-item .testimonial__content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 60px;
  width: 100px;
  height: 70px;
  display: inline-block;
  z-index: -1;
  background-image: url(../images/testimonials/quote-icon.png);
}

.testimonial-2 .testimonial-item {
  background-color: #f9f9f9;
  padding: 35px 20px 30px;
  border-radius: 5px;
  margin: 22px 0;
}

.testimonial-2 .testimonial-item:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 40px;
  width: 60px;
  height: 43px;
  display: inline-block;
  background-image: url(../images/testimonials/quote-icon2.png);
}

.testimonial-2 .testimonial-item:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -19px;
  width: 26px;
  height: 20px;
  border-top: 10px solid #f9f9f9;
  border-left: 13px solid #f9f9f9;
  border-right: 13px solid transparent;
  border-bottom: 10px solid transparent;
}

.testimonial-2 .testimonial-item .testimonial__thumb {
  margin-bottom: 18px;
}

.testimonial-3 .testimonial-panel-wrap {
  background-color: #fff;
  position: relative;
  padding: 74px 60px 80px;
  border-radius: 5px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.testimonial-3 .testimonial-panel-wrap:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 60px;
  width: 90px;
  height: 64px;
  display: inline-block;
  background-image: url(../images/testimonials/quote-icon3.png);
}

.testimonial-3 .testimonial-panel-wrap:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -19px;
  width: 26px;
  height: 20px;
  border-top: 10px solid #fff;
  border-left: 13px solid #fff;
  border-right: 13px solid transparent;
  border-bottom: 10px solid transparent;
}

.testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__desc {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 27px;
}

.testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__thumb {
  margin-right: 15px;
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev,
.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
  background-color: #ffffff;
  color: #121c45;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  top: auto;
  bottom: 0;
  overflow: hidden;
  transform: translateY(0);
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev:hover,
.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next:hover {
  background-color: #121c45;
  border-color: #121c45;
  color: #ffffff;
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev {
  left: auto;
  right: 50px;
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev:before {
  content: "";
  font-size: 10px;
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
  right: 0;
}

.testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next:before {
  content: "";
  font-size: 10px;
}

.testimonial-4 {
  border-radius: 4px;
  overflow: hidden;
}

.testimonial-4 .testimonial-panel-wrap {
  padding: 60px;
}

.testimonial-4 .testimonial-panel-wrap .testimonial-item {
  max-width: 370px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-1 .testimonial-item {
    padding: 0;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial__desc {
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .testimonial-1 .testimonial-item {
    padding: 0 20px;
  }

  .testimonial-1 .testimonial-item .testimonial__desc {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonial-1 .carousel-arrows .owl-nav .owl-prev {
    left: -20px;
  }

  .testimonial-1 .carousel-arrows .owl-nav .owl-next {
    right: -20px;
  }

  .testimonial-1 .carousel-arrows .owl-nav .owl-prev:before,
  .testimonial-1 .carousel-arrows .owl-nav .owl-next:before {
    font-size: 30px;
  }

  .testimonial-3 .testimonial-panel-wrap {
    padding: 50px 30px 30px;
  }

  .testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__desc {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 380px) {
  .testimonial-3 .testimonial-panel-wrap {
    padding-bottom: 70px;
  }

  .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev,
  .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
    bottom: -40px;
  }
}

/*-----------------------
     Call To Action
-------------------------*/
.cta-banner {
  padding: 95px 50px 100px 100px;
}

.cta-banner .cta__title {
  color: #ffffff;
  font-size: 47px;
  line-height: 62px;
  margin-bottom: 16px;
}

.cta-banner .cta__desc {
  color: #f9f9f9;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 33px;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-banner {
    padding: 80px 40px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-banner {
    padding: 70px 30px;
  }

  .cta-banner .cta__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }

  .cta-banner .cta__desc {
    margin-bottom: 25px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cta-banner {
    padding: 40px 20px;
  }

  .cta-banner .cta__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .cta-banner .cta__desc {
    margin-bottom: 20px;
  }
}

/*-----------------------------*\
    Clients
\*---------------------------*/
.clients {
  padding: 60px 0;
}

.clients .client {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #eee;
  padding: 10px;
}

.clients .client img {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}

.clients .owl-carousel {
  z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .clients {
    padding: 30px 0;
  }
}

/*--------------------
     Blog
-------------------*/
.blog-item {
  position: relative;
  margin-bottom: 50px;
}

.blog-item .blog__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 28px;
}

.blog-item .blog__img img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.blog-item:hover .blog__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .blog__content {
  padding-left: 30px;
}

.blog-item .blog__meta {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}

.blog-item .blog__meta-cat {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1;
}

.blog-item .blog__meta-cat a {
  position: relative;
  color: #673ab7;
  padding-right: 7px;
}

.blog-item .blog__meta-cat a:hover {
  color: #121c45;
}

.blog-item .blog__meta-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #673ab7;
}

.blog-item .blog__meta-cat a:last-child {
  padding: 0;
}

.blog-item .blog__meta-cat a:last-child:after {
  display: none;
}

.blog-item .blog__meta-date {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: #616161;
}

.blog-item .blog__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 3px;
}

.blog-item .blog__title a {
  color: #121c45;
}

.blog-item .blog__title a:hover {
  color: #673ab7;
}

.blog-item .blog__desc {
  margin-top: 18px;
  margin-bottom: 0;
}

.blog-item .btn__link {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
  padding-bottom: 5px;
  margin-top: 22px;
}

.blog-item .btn__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #673ab7;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.blog-item:hover .btn__link {
  color: #673ab7;
}

.blog-item:hover .btn__link:after {
  width: 100%;
}

.hidden-blog-item {
  display: none;
}

/* Blog single */
.blog-single .blog__meta {
  margin-bottom: 6px;
}

.blog-single .blog-item .blog__meta>* {
  margin-right: 20px;
  margin-bottom: 8px;
}

.blog-single .blog-item .blog__meta-author a {
  color: #121c45;
}

.blog-single .blog-item .blog__content {
  padding-left: 0;
}

.blog-single .blog-item .blog__title {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600;
}

.blog-single .blog__desc {
  margin-bottom: 21px;
}

.blog-single .blog__desc p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}

.blog-widget {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #eaeaea;
}

.blog__widget-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.blog-share .tmx-social-icons a {
  color: #5d5d5d;
  transition: 0.3s linear;
  margin: 0 0 0 20px;
}

.blog-share .tmx-social-icons a:hover {
  color: #673ab7;
}

.blog__tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.blog__tags a {
  position: relative;
  font-size: 12px;
  line-height: 28px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.blog__tags a:before {
  content: ",";
  position: absolute;
  right: 2px;
  bottom: 0;
  color: #673ab7;
}

.blog__tags a:last-child:before {
  display: none;
}

.blog__tags a:hover {
  color: #121c45;
}

.blog-nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
  position: relative;
  min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
  color: #673ab7;
}

.blog-nav .blog__prev:hover .blog__nav-img i,
.blog-nav .blog__next:hover .blog__nav-img i {
  opacity: 1;
}

.blog-nav .blog__next {
  text-align: right;
}

.blog-nav .blog__next .blog__nav-img {
  right: 0;
  left: auto;
}

.blog-nav .blog__nav-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}

.blog-nav .blog__nav-img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.blog-nav .blog__nav-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-nav .blog__nav-content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.blog-nav .blog__nav-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-nav .blog__next .blog__nav-content {
  padding-right: 90px;
}

.blog-nav .blog__prev .blog__nav-content {
  padding-left: 90px;
}

.blog-author {
  background-color: #121c45;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  border-radius: 3px;
}

.blog-author .blog__author-avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.blog-author .blog__author-avatar img {
  border-radius: 3px;
}

.blog-author .blog__author-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.blog-author .blog__author-bio {
  color: #f9f9f9;
  line-height: 23px;
  margin-bottom: 13px;
}

.blog-author .tmx-social-icons a {
  font-size: 15px;
  margin-right: 26px;
  color: #673ab7;
}

.blog-author .tmx-social-icons a:hover {
  color: #ffffff;
}

.blog-author .tmx-social-icons a:last-child {
  margin-right: 0;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-family: "Roboto", sans-serif;
  color: #616161;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #673ab7;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #121c45;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
  margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-item {
    margin-bottom: 30px;
  }

  .blog-item .blog__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .blog-single .blog-item .blog__title {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-item .blog__content {
    padding-left: 0;
  }

  .blog-share .tmx-social-icons {
    justify-content: flex-start !important;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 60px;
  }

  .blog-nav {
    display: block;
  }

  .blog-nav .blog__prev {
    margin-bottom: 20px;
  }

  .blog-nav .blog__nav-content h6 {
    font-size: 13px;
  }

  .blog-nav .blog__nav-img {
    width: 60px;
    height: 60px;
  }

  .blog-nav .blog__prev .blog__nav-content {
    padding-left: 70px;
  }

  .blog-nav .blog__next .blog__nav-content {
    padding-right: 70px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    display: block;
    padding: 20px;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-panel {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  padding: 50px 20px;
  border-radius: 4px;
  overflow: hidden;
}

.contact-panel .contact__panel-header {
  margin-bottom: 23px;
}

.contact-panel .contact__panel-icon {
  margin-bottom: 20px;
}

.contact-panel .contact__panel-title {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0;
}

.contact-panel ul {
  margin-bottom: 24px;
}

.contact-panel ul li {
  font-size: 14px;
  line-height: 21px;
}

.contact-panel ul li a {
  color: #9b9b9b;
}

.contact-panel .btn {
  width: 125px;
  height: 40px;
  line-height: 38px;
}

.contact-1 .contact-panel {
  padding: 0;
  width: 330px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-1 .contact-panel .contact__panel-header {
  background-color: #121c45;
  color: #ffffff;
  padding: 36px 30px;
  margin-bottom: 0 !important;
}

.contact-1 .contact-panel .contact__panel-header .contact__panel-title {
  color: #ffffff;
}

.contact-1 .contact-panel .contact__panel-header i {
  font-size: 40px;
  margin-right: 5px;
}

.contact-1 .contact-panel .accordion-item {
  padding: 0;
  border-right: 0;
  border-left: 0;
}

.contact-1 .contact-panel .accordion-item:first-child {
  margin-top: -1px;
}

.contact-1 .contact-panel .accordion-item:last-child {
  border-bottom: 0;
}

.contact-1 .contact-panel .accordion-item .accordion__item-header {
  padding: 22px 30px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-left: 20px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-title:after {
  line-height: 17px;
}

.contact-1 .contact-panel .accordion-item .accordion__item-body {
  padding: 27px 30px;
  border-top: 1px solid #eaeaea;
}

.contact-1 .contact-panel ul {
  margin-bottom: 0;
}

.locations-panel {
  margin-bottom: 85px;
}

.locations-panel .locations__panel-header {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.locations-panel .locations__panel-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.locations-panel ul {
  display: flex;
  flex-wrap: wrap;
}

.locations-panel ul li {
  line-height: 40px;
  flex-basis: 25%;
}

.locations-panel ul li a {
  color: #121c45;
  font-size: 14px;
  font-weight: 700;
}

.locations-panel ul li a:hover {
  color: #673ab7;
}

.locations-panel ul li a i {
  margin-right: 10px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .locations-panel {
    margin-bottom: 70px;
  }

  .locations-panel ul li {
    flex-basis: 33.33333333%;
  }

  .contact-1 .contact-panel {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }

  .contact-2 .container {
    max-width: none;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-panel {
    padding: 20px;
  }

  .contact-panel .contact__panel-header {
    margin-bottom: 20px;
  }

  .contact-1 .contact-panel {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 30px;
  }

  .contact-1.accordion-item .accordion__item-header,
  .contact-1 .accordion-item .accordion__item-body {
    padding: 15px 20px;
  }

  .locations-panel {
    margin-bottom: 40px;
  }

  .locations-panel .locations__panel-header {
    margin-bottom: 20px;
  }

  .locations-panel .locations__panel-title {
    margin-bottom: 15px;
  }

  .locations-panel ul li {
    flex-basis: 50%;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .locations-panel {
    margin-bottom: 30px;
  }

  .locations-panel ul li {
    flex-basis: 100%;
  }
}

/*--------------------------
        pricing
--------------------------*/
.pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 560px;
}

.pricing-item {
  position: relative;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-item:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

.pricing-item .pricing__header {
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 39px;
}

.pricing-item .pricing__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}

.pricing-item .pricing__desc {
  font-size: 13px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 38px;
}

.pricing-item .pricing__price {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  color: #121c45;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 47px;
}

.pricing-item .pricing__time {
  font-size: 13px;
  display: block;
  margin-top: 4px;
}

.pricing-item .pricing__list {
  margin-bottom: 37px;
}

.pricing-item .pricing__list li {
  font-size: 14px;
  line-height: 34px;
  text-transform: capitalize;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-item {
    padding: 20px;
  }

  .pricing-item .pricing__header {
    margin-bottom: 30px;
  }

  .pricing-item .pricing__title {
    margin-bottom: 15px;
  }

  .pricing-item .pricing__price {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .pricing-item .pricing__title,
  .pricing-item .pricing__desc {
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pricing-item {
    margin-bottom: 30px;
  }
}

/*-----------------------
    Counters
-----------------------*/
.counter-item h4 {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-item .counter__icon {
  line-height: 1;
  margin-bottom: 23px;
}

.counter-item .counter__icon i {
  font-size: 50px;
}

.counter-item .counter__desc {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__desc {
  color: #fff;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item {
    margin-bottom: 30px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 45px;
  }

  .counter-item h4 {
    font-size: 35px;
  }

  .counter-item .counter__desc {
    font-size: 13px;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .counter-item .counter__icon {
    margin-bottom: 15px;
  }

  .counter-item .counter__icon i {
    font-size: 30px;
  }

  .counter-item h4 {
    font-size: 25px;
  }

  .counter-item .counter__desc {
    font-size: 12px;
  }
}

h2.tmx-heading-title.headingg {
  color: var(--danger);
}

/*-----------------------
    Services 
--------------------------*/
.services-bg {
  background: #ffffff url(../images/bg-2.png) no-repeat scroll right bottom;
}

.services .tmx-heading-title {
  line-height: 46px;
}

.service-item {
  position: relative;
  background-color: #fff;
  padding: 15px 30px 15px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  min-height: 357px;
}

.service-item .service__img {
  position: relative;
}

.service-item .service__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -moz-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -ms-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  -o-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
  background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
  width: 100%;
  border-radius: 4px;
}

.service-item .tmx-service-icon {
  height: 80px;
  line-height: 1;
  font-size: 70px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.service-item .tmx-service-icon i {

  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, #ff9caa 0%, #e3455b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-item .service__img {
  overflow: hidden;
  border-radius: 4px;
}

.service-item .service__img img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service-item:hover .tmx-service-icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.service-item:hover .service__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.service-item .tmx-service-title {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: unset;
  color: #fff;
}

.service-item .service__desc {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: var(--gray);
}

.service-item .btn {
  width: 100%;
  height: 40px;
  line-height: 38px;
}

.services-layout2 .service-item {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.services-layout2 .service-item .tmx-service-content {
  padding: 15px 10px 0 10px;
}

.tmx-service-icon img:hover {
  background: #dad7ff;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-layout2 .service-item .tmx-service-content {
    padding: 15px;
  }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .tmx-heading-title {
    line-height: 35px;
  }

  .service-item .service__overlay {
    padding: 10px 10px 30px;
  }

  .service-item .tmx-service-icon {
    margin-bottom: 0;
  }

  .service-item .tmx-service-icon i {
    font-size: 50px;
  }

  .service-item .tmx-service-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .services-layout2 .service-item {
    flex-direction: column;
    box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services .tmx-heading-title {
    line-height: 35px;
  }

  .services-layout2 .service-item {
    flex-direction: column;
    box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
  }

  .services-layout2 .service-item .tmx-service-content {
    padding: 20px;
  }

  .service-item .tmx-service-title {
    font-size: 18px;
  }

  .service-item .tmx-service-icon i {
    font-size: 50px;
  }
}

.tmx-service-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  align-items: center;
}

.owl-item .service-item .tmx-service-content {
  min-height: 280px;
  align-items: flex-start;
}

.owl-item .tmx-service-content .btn {
  width: 104px;
}

#projectsGrid .services-container .tmx-service-content {
  min-height: auto;
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2;
}

.widget {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
}

.widget-search .widget__form-search button {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  color: #333333;
}

.widget-search .widget__form-search button:hover {
  color: #673ab7;
}

.widget-categories ul {
  background-color: #fff;
  border-radius: 3px;
}

.widget-categories ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #121c45;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 2px solid #f4f4f4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
  background-color: #673ab7;
  color: #ffffff;
}

.widget-categories ul li:last-child a {
  border-bottom: none;
}

.widget-tags ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  line-height: 1;
  text-transform: capitalize;
  padding: 7px 9px;
  border: 1px solid #ededed;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #673ab7;
  border-color: #673ab7;
  color: #ffffff;
}

/*widget products*/
.widget-poducts .widget-product-item {
  display: flex;
  margin-bottom: 30px;
}

.widget-poducts .widget-product-item:last-of-type {
  margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget__product-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
  padding-top: 6px;
}

.widget-poducts .widget-product-item .widget__product-title a {
  color: #282828;
}

.widget-poducts .widget-product-item:hover .widget__product-title a {
  color: #673ab7;
}

.widget-poducts .widget-product-item .widget__product-img {
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.widget-poducts .widget-product-item .widget__product-img img {
  width: 100%;
  height: 100%;
}

.widget-poducts .widget-product-item .widget__product-price {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

/*widget posts*/
.widget-posts .widget-post-item {
  margin-bottom: 26px;
}

.widget-posts .widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
  color: #121c45;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
  color: #673ab7;
}

.widget-posts .widget-post-item .widget__post-img {
  margin-bottom: 19px;
}

.widget-posts .widget-post-item .widget__post-date {
  line-height: 1;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 6px;
}

.widget-posts .widget-post-item .widget__post-cat {
  margin-right: 20px;
  margin-bottom: 7px;
  line-height: 1;
}

.widget-posts .widget-post-item .widget__post-cat a {
  position: relative;
  font-size: 13px;
  color: #673ab7;
  padding-right: 7px;
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
  color: #121c45;
}

.widget-posts .widget-post-item .widget__post-cat a:after {
  content: ",";
  position: absolute;
  top: 0;
  right: 2px;
  color: #673ab7;
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
  padding: 0;
}

/* Widget Download */
.widget-download {
  overflow: hidden;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.widget-download::after {
  content: "";
  font-family: "feather";
  position: absolute;
  bottom: -278px;
  right: -120px;
  font-size: 350px;
  color: #fff;
  line-height: 1;
  z-index: 1;
  opacity: 0.1;
}

.widget-download .btn {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 64px;
  position: relative;
  z-index: 2;
}

.widget-download .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #673ab7;
}

.widget-download .btn img {
  width: 22px;
  height: 24px;
  margin-right: 10px;
}

.widget-help {
  overflow: hidden;
}

.widget-help .widget__content h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 27px;
}

.widget-help .widget__content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 34px;
}

.widget-help .widget__content .btn {
  height: 50px;
  line-height: 48px;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar {
    margin-right: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }

  .widget-categories ul {
    padding: 15px 20px;
  }
}

/* Tablets and  Small Screens */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 25px;
  }

  .widget .widget__title {
    margin-bottom: 25px;
  }

  .widget-categories ul {
    padding: 20px 30px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-categories ul {
    padding: 15px 25px;
  }
}

/*----------------------
    About
-----------------------*/
.about .about__img {
  position: relative;
}

.about .about__img img {
  width: 0;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: all 1.8s ease;
  transition-delay: 3s;
  border-radius: 4px;
}

.about-1 .video-banner {
  position: relative;
  margin-right: 70px;
}

.about-1 .video-banner img {
  border-radius: 4px;
}

.about-2 .btn__underlined:after {
  background-color: #121c45;
}

.about-2 .btn__underlined:hover:after {
  background-color: #673ab7;
}

.about-2 .counter-item-wrapper {
  position: absolute;
  bottom: 40px;
  right: -60px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease 1.5s;
}

.about-2 .counter-item {
  background-color: #673ab7;
  width: 190px;
  padding: 40px 20px 40px 40px;
  border-radius: 5px;
  margin-bottom: 0 !important;
}

.about-2 .counter-item h4 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 17px;
}

.animate-img.about__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  opacity: 0;
  border-radius: 5px;
  background: #673ab7;
  animation-delay: 0.4s;
  animation: slideOutBackground 1.7s ease;
}

.animate-img.about__img .counter-item-wrapper {
  opacity: 1;
  transform: scale(1);
}

.animate-img.about__img img {
  opacity: 1;
  width: 100%;
  transition-delay: 1s;
  transition: opacity 0.1s, transform 0.75s;
  animation: fadeInImage 1.5s ease;
}

@keyframes slideOutBackground {
  0% {
    width: 0;
    right: 100%;
  }

  50% {
    width: 100%;
    right: 0;
    opacity: 1;
  }

  100% {
    width: 0;
    right: 0;
    opacity: 1;
  }
}

@keyframes fadeInImage {
  0% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

/* Medium screens */
@media only screen and (max-width: 992px) {
  .about-1 .video-banner {
    margin-right: 0;
  }

  .about-1 .video-banner img {
    width: 100%;
  }
}

/*-----------------------
    banner
------------------------*/
.background-banner {
  min-height: 520px;
}

.banner-1 .inner-padding {
  padding: 130px 120px 130px 80px;
}

.banner-1 .heading i {
  font-size: 80px;
  display: block;
  color: #673ab7;
  margin-bottom: 30px;
}

.banner-1 .btn {
  width: 270px;
}

.banner-1 .background-banner {
  min-height: 500px;
}

.banner-1 .skills-panel {
  position: absolute;
  left: -100px;
  top: 130px;
  z-index: 3;
  max-width: 500px;
}

.banner-1 .skills-panel .heading .tmx-heading-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.banner-1 .skills-panel .tmx-heading-desc {
  font-size: 14px;
  line-height: 23px;
}

.banner-2 .inner-padding {
  padding: 120px 50px 110px;
}

.banner-2 .tmx-heading-title {
  margin-bottom: 31px;
}

.banner-2 .list-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.banner-2 .list-items li {
  flex-basis: 50%;
}

.banner-3 .inner-padding {
  padding: 80px 60px;
}

.banner-3 .tmx-heading-desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.banner-3 .counter-item {
  margin-bottom: 50px;
  width: 32%;
  margin-right: 2%;
}

.banner-3 .counter-item p {
  text-transform: uppercase;
  line-height: 18px;
  text-align: left;
}

.banner-3 .counter-item:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 1400px) {
  .banner-1 .inner-padding {
    padding: 130px 120px 130px 100px;
  }

  .banner-2 .inner-padding {
    padding: 120px 120px 110px 120px;
  }

  .banner-3 .inner-padding {
    padding: 90px 100px 90px 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-3 .counter-item h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-1 .skills-panel {
    position: static;
    margin: 30px 15px;
  }

  .banner-3 .counter-item h4 {
    font-size: 22px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-1 .skills-panel {
    position: static;
    margin: 30px 15px;
  }

  .banner-3 .counter-item h4 {
    font-size: 20px;
  }
}

/*-----------------------
    careers
------------------------*/
.careers .owl-carousel .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

.job-item {
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.15);
}

.job-item .job__meta {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.job-item .job__type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: #673ab7;
  color: #fff;
  padding: 3px 9px;
  margin-right: 10px;
}

.job-item .job__location {
  font-size: 13px;
}

.job-item .job__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .job-item {
    padding: 30px;
  }

  .job-item .job__meta {
    margin-bottom: 20px;
  }

  .job-item .job__title {
    margin-bottom: 10px;
  }
}

/*-----------------------
    Progress Bars
------------------------*/
.skills-panel {
  background-color: #fff;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.skills .progress-item {
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
}

.skills .progress-item:last-of-type {
  margin-bottom: 0;
}

.skills .progress {
  background-color: #ebebeb;
  border-radius: 9px;
  width: 100%;
  height: 9px;
  overflow: visible;
  position: relative;
}

.skills .progress-bar {
  position: relative;
  border-radius: 9px;
  height: 9px;
  width: 0;
  background-color: #673ab7;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}

.progress__title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 7px;
  padding-right: 50px;
}

.progress__percentage {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills-panel {
    padding: 30px 15px;
  }
}

/*-------------------------
    Google Map
------------------------*/
#map {
  height: 620px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 500px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #map {
    height: 400px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #map {
    height: 300px;
  }
}

.welcome-text {
  display: inline-block;
  background: linear-gradient(to right, #ff9caa 0%, #e3455b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featured_section105 {
  float: left;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 75, 174, 0.8705882352941177)), to(rgb(111, 249, 184))), url(../img/testimonials/testi-bg.html) no-repeat scroll center center;
  background: -webkit-linear-gradient(rgba(0, 75, 174, 0.8705882352941177) 100%, rgb(111, 249, 184) 100%), url(../images/testi-bg.jpg) no-repeat scroll center center;
  background: -o-linear-gradient(rgba(0, 75, 174, 0.8705882352941177) 100%, rgb(111, 249, 184) 100%), url(../images/testi-bg.jpg) no-repeat scroll center center;
  background: linear-gradient(rgba(0, 75, 174, 0.8705882352941177) 100%, rgb(111, 249, 184) 100%), url(../images/testi-bg.jpg) no-repeat scroll center center;
  background: linear-gradient(to right, rgba(0, 75, 174, 0.8705882352941177), rgb(111, 249, 184)), url(../images/testi-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 0px;
}

.tmx-inner-banner {
  width: 100%;
  height: auto;
  display: inline-block;
  /* background: url(../images/inner-1.png); */
  background: url(../images/inner-2.png);
  padding: 25px 0px;
  background-color: var(--dark-black);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.tmx-inner-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
}

.tmx-inner-banner .breadcrumbs a {
  color: #fff;
  text-transform: capitalize;
}

.breadcrumbs .active {
  color: #0f293b !important;
}

.tmx-about-sec {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  display: inline-block;
  text-align: justify;
  background-color: #10122d;
}

.about-points li {
  margin-bottom: 5px;
  margin-left: 20px;
  position: relative;
}

.about-points li:before {
  position: absolute;
  content: "\f10c";
  font-family: FontAwesome;
  left: -20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  color: var(--danger);
}

.tmx-about-sec.service-page .tmx-heading h3 {
  background-color: var(--white);
  font-size: 18px;
  color: var(--dark-black);
  font-weight: 600;
  line-height: 40px;
  display: block;
  position: relative;
  padding: 8px 15px;
  padding-left: 20px;
  outline: none;
  transition: color 0.2s ease-in-out;
  border-left: 3px solid var(--danger);
  border-top: 3px solid var(--danger);
  /* border-right: 3px solid var(--danger); */
}

.img-box {
  width: 100%;
  height: auto;
  padding: 8px;
  /* background-image: linear-gradient(to right, #0f293b , var(--danger)); */
  background-image: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);
}

.img-box img {
  width: 100%;
}

.side-title {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #0a5c7d;
}

.aspiration-box {
  width: 100%;
  border: 1px solid #ecf0ff;
  padding: 15px;
  height: auto;
  min-height: 107px;
  border-left: 3px solid var(--danger);
  border-radius: 7px;
  background-color: #f3f4f7;
  margin-bottom: 20px;
}

.aspiration-box p {
  margin: 0px;
}

.about-counters {
  width: 60%;
  height: auto;
  padding: 0px 0px 5px;
  float: left;
}

.about-counters .counter-item {
  width: auto;
  border: 1px solid #f1f1f1;
  padding: 7px;
  text-align: center;
  height: auto;
  border-radius: 3px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}

.about-counters .counter-item .counter__desc {
  line-height: 23px;
}

.about-counters .counter-item h4 {
  font-size: 23px;
  color: #03a1e3;
}

.people-box {
  width: 93%;
  height: auto;
  padding: 30px 10px;
  background-color: #f9f9f9;
  margin-bottom: 25px;
  float: left;
  position: relative;
  background: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);
}

.people-box img {
  width: 50px;
  margin: auto;
  display: block;
  float: left;
  margin-top: 12px;
  position: absolute;
  top: 0;
  right: -25px;
}

.people-box h4 {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.team-title {
  font-size: 17px;
  color: #121c45;
  margin-bottom: 15px;
}

.team-box {
  width: 100%;
  border: 1px solid #efefef;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 20px;
}

.team-box h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.key .aspiration-box {
  height: auto;
  min-height: 82px;
}

.name {
  color: var(--danger);
  font-size: 16px;
  margin-bottom: 2px;
}

.desig {
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #673ab7;
  font-weight: 500;
  font-size: 14px;
}

.source li {
  margin-left: 15px;
  position: relative;
  font-size: 14px;
}

.source li:before {
  position: absolute;
  content: "\f111 ";
  font-family: FontAwesome;
  left: -15px;
  font-size: 8px;
  line-height: 28px;
  color: var(--danger);
}

.row .row-gutter {
  margin-right: -10px;
  margin-left: -10px;
}

.row .row-gutter>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.ppp {
  width: 550px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.about-points {
  margin-bottom: 30px;
}

.key .aspiration-box.mb0 {
  margin-bottom: 0px;
}

.form-box {
  width: 85%;
  float: right;
  padding: 35px 60px 40px 300px;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 16px 2px rgba(243, 243, 243, 0.3);

}

.address-box {
  width: 36%;
  padding: 40px 60px;
  position: absolute;
  background: linear-gradient(to right, #0f234b 0%, #10122d 100%);
  top: 40px;
  /* box-shadow: 0px 0px 32px 2px rgba(173, 173, 173, 0.4); */
}

.form-box h5 {
  color: #10122d;
}


.address-box h5 {
  color: #fff;
  font-weight: 500;
}

.add-links li {
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.add-links li a {
  color: #fff;
}

.map-icon:before {
  position: absolute;
  content: "\f041";
  font-family: FontAwesome;
  left: -25px;
  font-size: 21px;
}

.phone-icon:before {
  position: absolute;
  content: "\f095";
  font-family: FontAwesome;
  left: -25px;
  font-size: 21px;
}

.envelope-icon:before {
  position: absolute;
  content: "\f0e0";
  font-family: FontAwesome;
  left: -25px;
  font-size: 14px;
}

.mob-icon:before {
  position: absolute;
  content: "\f10b ";
  font-family: FontAwesome;
  left: -25px;
  font-size: 24px;
}

.tmx-input-box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border: 1px solid #673AB7;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.form-half {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.form-half.last {
  margin-right: 0px;
}

.form-box label {
  text-transform: capitalize;
}

textarea.tmx-input-box {
  height: 60px;
}

.tmx-btn-send {
  width: auto;
  padding: 6px 15px;
  background-color: #0773a0;
  background-color: #673ab7;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.tmx-btn-send:hover,
.tmx-btn-send:active {
  background: linear-gradient(to right, #ff9caa 0%, #e3455b 100%);
}

.social li {
  display: inline-block;
  margin-right: 20px;
}

.social li a {
  color: #fff;
  font-size: 18px;
}

.social {
  margin-left: 25px;
  margin-top: 23px;
}

.map-box {
  width: 100%;
  border: 5px solid #cdcdcd;
  padding: 5px;
  clear: both;
}

.three-p {
  width: 40%;
  float: left;
}

.aspiration-box h4 {
  font-size: 15px;
  margin-bottom: 15px;
}

.tech-box {
  width: auto;
  border: 1px solid #cde5fb;
  padding: 10px;
  text-align: center;
  height: auto;
  /* min-height: 117px; */
  border-radius: 3px;
  background-color: white;
  margin-bottom: 25px;
}

.pro-tech {
  margin-top: 40px;
}

.product-page .side-title {
  font-size: 19px;
}

.industries-page p {
  margin-bottom: 10px;
}

p.mb20 {
  margin-bottom: 20px;
}

.industry-name {
  width: 92%;
  float: left;
  background-image: linear-gradient(to right, rgba(0, 160, 227, 0.8705882352941177), rgb(10, 92, 125));
  height: 56px;
  line-height: 56px;
  padding: 0px 20px;
}

.industy-icon {
  width: 8%;
  float: left;
  background-color: #cdcdcd;
  /* padding: 7px; */
  position: relative;
  background: rgb(10, 92, 125);
  height: 56px;
  line-height: 52px;
}

/* .industy-icon:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 26px solid transparent;
    border-bottom: 51px solid var(--danger);
    border-top: 10px solid transparent;
    left: -27px;
    top: -11px;
} */

.industry-name h3 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
  text-transform: unset;
  line-height: 56px;
  text-align: left;
  text-transform: inherit;
}

.industries-cont {
  width: 100%;
  height: auto;
  border: 1px solid #e4e2e2;
  padding: 15px;
  float: left;
  border-top: none;
  position: relative;
}

.indu-points li {
  position: relative;
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 21px;

}

.tmx-points {
  display: flex;
  flex-wrap: wrap;
}

.tmx-points p {
  border: 1px dashed var(--danger);
  padding: 10px;

  background-color: #fff;
  margin-right: 10px;
}

.tmx-points p:hover {
  background-color: var(--dark-black);
  color: #fff;
  border-radius: 10px;
}

.tmx-two-s p {
  border-left: 5px solid var(--danger);
  background-color: var(--dark-black);
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  z-index: 1;
  position: relative;
}

.tmx-two-s p:hover,
.tmx-about-sec.service-page .tmx-heading h3:hover {
  background-color: #01937b;
  color: #fff;
}

.indu-points li:last-child {
  margin-bottom: 0px;
}

.indu-points li:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: -15px;
  font-size: 7px;
  color: #1384b3;
  line-height: 23px;
}

.indu-points {
  margin-bottom: 0px;
}

.industries-cont .team-title1 {
  font-size: 15px;
  color: var(--danger);
  margin-bottom: 10px;
}

.industry-box {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px 1px rgba(216, 207, 207, 0.4);
  display: inline-block;
  margin-bottom: 25px;
}

.industry-box.mb0 {
  margin-bottom: 0px;
}

.lite-icon span {
  opacity: 0.3;
  left: 37%;
  position: absolute;
  top: 65px;
  display: none;

}

.delivery-hlaf {
  width: 50%;
  float: left;
  border: 1px solid #0387bf;
  background-color: #0387bf;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  border-right: none;
}

.delivery-hlaf .indu-points li {
  color: #fff;
}

.delivery-hlaf .indu-points li:before {
  color: #fff;
}

.delivery-hlaf:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0387bf;
  right: -10px;
  top: 12px;
  z-index: 999;
}

.delivery-hlaf1 {
  width: 50%;
  float: left;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  border-left: none;
}

.number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  margin-right: 5px;
  font-weight: normal;
}

.proposition .delivery-hlaf,
.proposition .delivery-hlaf {
  height: auto;
  min-height: 220px;
}

.aspiration-box.mb0 {
  margin-bottom: 0px;
}

.proposition {
  margin-bottom: 15px;
}

.margin_top1 {
  margin-bottom: 10px;
}

.tmx-inner-banner .breadcrumbs a:hover {
  color: #fff;
}

.staffing-box {
  background: #fff;
  padding: 20px;

}

.border-box {
  border-left: 6px solid var(--danger);
}

.main-box {
  background-color: transparent;
  margin-bottom: 35px;
}

.staffing-img img {
  object-fit: cover;
  object-position: top center;
}

.staffing-box p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

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

img.profile {
  border-radius: 4px;
}

.staffing-box h5 {
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
}

.staffing-box h5:after {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 4px solid var(--dark-black);
  bottom: -15px;
  left: 0;
}

.staffing-text {
  margin-top: 20px;
}

.staffing-text a {
  font-weight: 600;
  color: var(--danger);
}

.staffing-text a:hover {
  text-decoration: underline;
}

.tmx-model-sec {
  background: #fff;
  padding: 30px;
  display: inline-block;
  width: 100%;
  margin: 0px;
  position: relative;
}

.tmx-model-sec h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--danger);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.tmx-model-sec::after {
  position: absolute;
  content: "";
  background: #eaeaea;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tmx-model-sec ul li {
  width: 100%;
  float: left;
  padding-top: 10px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.tmx-model-sec ul li:first-child {
  padding-top: 0px;
}

.tmx-model-sec .sub-model-pints li {
  position: relative;
  margin-left: 15px;
  text-align: left;
  padding-top: 3px;
  padding-left: 0;
}

.tmx-model-sec .sub-model-pints li:first-child {
  padding-top: 3px;
}

.tmx-model-sec ul {
  list-style: auto;
}

.staffing-ul {
  padding-top: 0px;
  background: #f4f4f4;
  padding: 15px 30px 30px;
  margin-top: 0px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.staffing-ul li {
  width: 33.33%;
  float: left;
  padding-top: 10px;
}

.staffing-ul li p {
  position: relative;
  margin-left: 15px;
  margin-bottom: 0px;
}

.staffing-ul li p:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: -15px;
  font-size: 7px;
  color: #1384b3;
  line-height: 29px;
}

.staffing-ul::after {
  position: absolute;
  content: "";
  background: #eaeaea;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-page .name {
  margin-top: 0px;
  margin-bottom: 10px;
}

.divider {
  width: 100%;
  height: auto;
  border-top: 1px dashed #dedcdc;
  margin: 35px 0px;
  clear: both;
}

.service-page .team-title {
  font-size: 18px;
}

.service-page .number {
  margin-right: 10px;
}

.staffing-ul.two li {
  width: 50%;
}

.staffing-ul.three li {
  width: 100%;
}

.margin_top2 {
  margin-top: 20px;
  display: inline-block;
}

.service-page .ppp {
  width: 43%;
  margin: auto;
  display: block;
  margin-bottom: 0;
}

.staffing-btns li {
  display: inline-block;
  margin-right: 5px;
}

.staffing-btns li a {
  width: auto;
  color: #fff !important;
  background: linear-gradient(to right, rgb(0, 160, 227), rgb(10, 92, 125));
  padding: 6px 15px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer;
}

.staffing-btns li a:hover {
  background: linear-gradient(to left, rgb(0, 160, 227), rgb(10, 92, 125));
}

.dropdown-menu.full-width {
  width: 100%;
}

.tmx-nav-item.with-dropdown.service-tab {
  position: initial;
}

.about .tech-box {
  margin-bottom: 15px;
}

.ht24 {
  min-height: 235px;
}

.indu-points p {
  position: relative;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 4px;
  width: 50%;
  float: left;
}

.indu-points p:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: 0px;
  font-size: 7px;
  color: #1384b3;
  line-height: 29px;
}

.acc-left {
  width: 100%;
  border: 1px solid #ecf0ff;
  padding: 15px;
  height: auto;
  border-left: 3px solid var(--danger);
  border-radius: 7px;
  background-color: #f3f4f7;
  margin-top: 0px;
}

.value-points {
  margin-bottom: 15px;
}

.value-points p {
  margin-bottom: 2px;
  font-size: 15px !important;
}

.value-points p:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: 0px;
  font-size: 7px;
  color: #1384b3;
  line-height: 29px;
}

.st-content .indu-points {
  margin-bottom: 15px;
  display: inline-block;
}

.st-content .img-box {
  padding: 0px;
  background-image: none;
}

.st-content .img-box img {
  border-radius: 4px;
}

.st-accordion-two ul li:last-child .st-content {
  padding-bottom: 10px;
}

.traing-box1 {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  float: left;
}

.training-box {
  width: 100%;
  padding: 8px 0px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #fff;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 11px;
  background: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);
  color: #fff;
}

.our-staffing {
  display: none;
}



.services-container {
  display: flex;
  flex-wrap: wrap;
}

#tmx-services .service-item {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-left: 2px dashed var(--danger);
  border-top: 2px dashed var(--danger);
}

.services-container .service-item {
  height: auto;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  min-height: unset;
  padding: 20px;
  text-align: center;

  transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: transparent;
  background-image: radial-gradient(at top left, rgb(45 28 67) 0%, rgb(18 22 56) 30%);
  padding: 30px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
}

.tmx-service-icon img {
  max-width: 100px;
  transform: translate(0, 24px);
  border-radius: 50px;
  padding: 16px;
  overflow: initial;
  background: linear-gradient(to right, #0c90fd 0%, #0c90fd2b 100%);
}

.web-services {
  padding: 60px 0;
  text-align: center;
  background-color: #f1f1f1;
}


.tech-box-container {
  display: flex;
  flex-wrap: wrap;
}

.tech-three-col .tech-box {
  width: 32%;
  margin-right: 1.33%;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.tech-three-col .tech-box:nth-child(3n) {
  margin-right: 0;
}

.tech-four-col .tech-box {
  width: 23%;
  margin-right: 1%;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.tech-four-col .tech-box:nth-child(4n) {
  margin-right: 0;
}

.footer-top ul.nav.justify-content-center {
  font-weight: 600;
}

.hc-carousel .client a {
  display: inline-block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  margin-bottom: 14px;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #17a2b8;
}

/* .hc-carousel .client a img {
  animation: float 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate;
} */
img.big-img {
  width: 30% !important;
  position: relative;
  top: -8px;
  margin: auto;
}

.testimonial .owl-carousel .owl-item img {
  margin: auto;
}

.testimonial .owl-carousel .owl-stage {
  background-color: transparent;
}

.testimonial .owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}

.testimonial .owl-carousel {
  z-index: 1;
}

.services-container .service-item a {
  color: #28a745;
}

.services-section {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}

.services-section .tmx-bottom h3.tmx-team-title {
  font-size: 15px;
  color: var(--danger);
  margin-bottom: 10px;
}

.services-section .tmx-bottom p.tmx-dot {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.services-heading {
  background-image: linear-gradient(to right, rgba(0, 160, 227, 0.8705882352941177), rgb(10, 92, 125));
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  position: relative;

  background-color: #d7e9ff;
  padding-left: 20px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.services-section .services-heading {
  background-image: linear-gradient(to right, rgba(0, 160, 227, 0.8705882352941177), rgb(10, 92, 125));
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  display: block;
  position: relative;
  background-color: #d7e9ff;
  padding: 8px 15px;
  padding-left: 20px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.services-heading:hover {
  color: #fff;
}

.services-heading span {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  /* text-align: right; */
  padding: 5px;
  color: #fff;
  /*  background: #ffffff; */
  /* float: right; */
  position: absolute;
  right: 4px;
  top: 4px;
  font-weight: 500;
}

.tmx-staffing-list {
  margin-bottom: 8px;
}

.tmx-staffing-list h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--danger);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.tmx-staffing-list ul li {
  display: inline-block;
}

.tmx-staffing-list ul li a {
  width: auto;
  color: #fff !important;
  background: var(--danger);
  padding: 6px 15px;
  display: inline-block;
  font-size: 14px;
  min-width: 150px;
  margin-right: 20px;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
}

.tmx-staffing-list ul li a:hover {
  background-color: var(--dark-black);
}

.dm-heading {
  background-image: linear-gradient(to right, rgba(0, 160, 227, 0.8705882352941177), rgb(10, 92, 125));
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  display: block;
  position: relative;
  line-height: 50px;
  background-color: #d7e9ff;
  padding-left: 20px;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin-bottom: 5px;

}

.tmx-staffing-list-box {
  background: #f6f6f6;

  padding: 20px;
  margin-bottom: 5px;

}

.tmx-staffing-list-box h5 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}

.tmx-staffing-list-box h5:before {
  position: absolute;
  content: "";
  width: 30px;
  border-top: 2px solid #0091ce;
  bottom: -15px;
}

.tmx-staffing-list-box h5:after {
  position: absolute;
  content: "";
  width: 18px;
  border-top: 2px solid #0091ce;
  bottom: -15px;
  left: 35px;
}

.tmx-staffing-list-box span {
  display: inline-block;
  background: #ffffff;
  /* padding: 10px; */
  font-size: 52px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}

.tmx-staffing-list-box i {
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tmx-staffing-list-box :hover span {}

.locations {

  background: rgba(57, 115, 230, .05);

}

.locations-contianer {

  display: flex;
  flex-wrap: wrap;
  padding: 60px 0px 20px 0px;
}

.locations-box {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
}

.locations-box:nth-child(2n) {
  margin-right: 0;
}

.locations-box img {

  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
  width: 36px;
}

.locations-box h2 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  /* font-family: 'Open Sans', sans-serif; */
  color: #121c45;
  margin-bottom: 5px;
  text-transform: none;
}

.locations-box p {
  color: #666666;
  width: 90%;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
  margin-left: 25px;
  position: relative;
}

.locations-box ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-left: 25px;
}

.globe-icon:before {
  position: absolute;
  content: "\f0ac";
  font-family: FontAwesome;
  left: -25px;
  font-size: 18px;
}

.locations-box ul li:before {
  color: #666;
}

.locations-box ul li i {
  color: #666;

}

.locations-box ul li a {
  color: #3973e6;


  font-size: 15px;
  line-height: 24px;
}


.about-info {
  padding: 40px 0px;

}

.about-info-block {

  display: flex;
  flex-wrap: nowrap;
}

.about-left {

  width: 20%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-left i {

  display: inline-block;
  background: linear-gradient(to right, var(--danger) 0%, #0a5c7d 100%);

  -webkit-text-fill-color: transparent;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

.about-right h2 {
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 10px;
}

.about-right {
  padding: 0px 30px;
  width: 80%;

  /*   display: inline-flex; */
}

.about-right p {
  margin-bottom: 0px;
}

.about-right p a {
  color: #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

.about-head {

  width: 75%;
  border: 5px #cde5fb solid;
  margin: 0px;
}

.tmx-about-sec .about-info:first-child {
  margin-top: 20px;
}

.tmx-about-sec .about-info:nth-child(odd) {
  background: rgba(0, 160, 227, 0.370588235294117);
}

.tmx-about-sec .about-info:nth-child(odd) .about-info-block {
  flex-direction: row-reverse;

}



.tmx-about-sec .about-info:nth-child(odd) p,
.tmx-about-sec .about-info:nth-child(odd) h2 {
  color: #000;
}

.tmx-about-sec .about-info:nth-child(odd) i {
  color: #fff;
  /*background:none;*/
  /*-webkit-text-fill-color: #fff;*/
}

.spacer-40 {

  height: 40px;
}

.w-100 {
  width: 100%;
}

.banner-3.about-banner-3 .inner-padding {
  padding: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  vertical-align: middle;
  height: 580px;

}

.tilt {
  display: flex;
  flex-direction: row-reverse;
}

.dot {
  position: relative;
  margin-left: 15px;
}

.dot:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: -15px;
  font-size: 7px;
  color: #1384b3;
  line-height: 26px;
}



/*.career-points{margin-bottom: 25px;}*/

.career-points li {
  position: relative;
  margin-left: 15px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 21px;
}

.career-points li:last-child {
  margin-bottom: 0px;
}

.career-points li:before {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  left: -15px;
  font-size: 7px;
  color: #1384b3;
  line-height: 23px;
}

.career-points {
  margin-bottom: 20px;
}

.service-block {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

@media (max-width:767px) {
  .service-block .row {
    flex-direction: column-reverse;
  }
}

.service-block .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.service-block .service-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 95%;
  margin: auto;
  background: #0291849c;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-block .service-heading h4 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.service-block .service-heading h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 8px;
}

div#validation\ mb-50 {
  margin-bottom: 12%;
}

.service-block ul {
  list-style: disc;
  padding-left: 10%;
}

.service-block ul li {
  padding: 10px;
  font-weight: 700;
}

.service-block ul li::marker {
  color: var(--danger);
}


.card {
  width: 100%;
  height: 330px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  transition: all 0.6s ease;
  margin-bottom: 40px;
  overflow: hidden;
}

.card:hover {
  box-shadow: rgba(255, 172, 28, 0.199) -10px 10px, rgba(255, 172, 28, 0.19) -20px 20px;
}

.card .img {
  height: 100%;
  background: url("../images/pexels-chokniti-khongchum-3938023.jpg");
  background-size: cover;
  background-position: center;
}

.card .img2 {
  background: url("../images/pexels-karolina-grabowska-4021769.jpg");
  background-size: cover;
  background-position: center;
}

.card .img3 {
  background: url("../images/pexels-mikhail-nilov-9242834.jpg");
  background-size: cover;
  background-position: center;
}

.card .img4 {
  background: url("../images/pexels-tima-miroshnichenko-5380664.jpg");
  background-size: cover;
  background-position: center;
}

.card .img11 {
  background: url("../images/db2b1c69fc63b1eb89a6ad774b1b8cb0.jpg");
  background-size: cover;
  background-position: center;
}

.card .img12 {
  background: url("../images/customer-blue-suit-vnwwq8wwu076zzjp.jpg");
  background-size: cover;
  background-position: center;
}

.card .img13 {
  background: url("../images/long-term-staffing.webp");
  background-size: cover;
  background-position: center;
}

.card .img h3 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 13% 0;
  background: #0291849c;
}

@media (max-width:767px) {
  .card .img h3 {
    padding: 33% 0;
  }
}

.card .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-weight: 300;
  margin: 0;
  transform: translate(10px, 10px);
}


.card .content h3 {
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 5px;
  /* border-bottom: 4px solid #FFAC1C; */
}

.card .content p {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.card .content a {
  list-style-type: none;
  text-decoration: none;
}

.card .content button {
  font-weight: 100;
  font-size: 20px;
  color: #FFAC1C;
  width: 100%;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  background-color: #ffac1c26;
  transition: 0.2s ease-in-out;
}

.card .content button:hover {
  background-color: #ffac1c3f;
  cursor: pointer;
}

.about-section {
  background-color: #fff;
  padding: 22px;
  border-radius: 6px;
  box-shadow: -4px 2px 20px 13px #e3455b2e;
  margin-bottom: 33px;

}

.about-section h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

@media (max-width:767px) {
  .vision-section {
    height: auto !important;
  }
}

.vision-section {
  background-color: #fff;
  padding: 20px;
  height: 218px;
  border-radius: 6px;
  border-bottom: 2px dashed #fff;
  margin-bottom: 20px;
  box-shadow: -4px 2px 20px 13px #e3455b2e;
}

.vision-section p {
  font-weight: 600;
}

.vision-section h4 {
  color: var(--danger);
}

.career-section {
  background-color: #fff;
  padding: 20px;
  box-shadow: -4px 2px 20px 13px #e3455b2e;
}


button.navbar-toggler.actived {
  margin-top: 10px;
}

.dropdown-menu.full-width.show .tmx-nav-item a {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .service-item {
    min-height: auto;
    padding: 0px 30px 20px;
  }

  .services-container .service-item {
    width: 100%;
    margin-right: 2%;
  }

  .industry-name h3 {
    font-size: 14px;
  }

  .tmx-footer-copyright {
    text-align: center;
  }

  .footer-bottom div {
    text-align: center;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .about-info {
    padding: 30px 0px;
  }

  .about-left {
    width: 30%;
    padding-right: 20px;
  }

  .about-right {
    padding: 0px 20px;
    width: 70%;
  }

  .about-right h2 {
    text-align: left;
  }

  .res-top {
    margin-top: 25px;
  }

  .d-none {
    display: block !important;
    max-height: inherit;
  }

  .address-box {
    width: 100%;
    padding: 30px 30px;
    position: relative;
    top: 0px;
    text-align: left;
  }

  .form-box {
    width: 100%;
    float: right;
    padding: 30px 20px;
    margin-top: 25px;
  }

  .locations-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .locations-contianer {
    padding: 50px 0px 20px 0px;
  }

  .tilt {
    margin: 20px 0px;
  }

  .dm-heading {
    margin-top: 25px;
  }

  .tmx-staffing-list-box {
    padding: 10px;
  }

  .process-con {
    width: 73%;
    float: left;
  }

  .process-icon {
    width: 27%;
    float: left;
  }

  .tmx-staffing-list-box span {
    height: 60px;
    width: 60px;
  }

  .tmx-staffing-list-box i {
    font-size: 40px;
    top: -25px;
    position: relative;
    left: 1px;
  }

  .industry-name {
    width: 84%;
  }

  .industy-icon {
    width: 16%;
  }

  .indu-points {
    margin-bottom: 20px;
  }

  .res-mb0 {
    margin-bottom: 0px;
  }

  .res-two {
    width: 50%;
    float: left;
  }

  .pro-tech {
    margin-top: 0px;
  }

  .services-section {
    padding: 3px;
  }

  .st-content {
    padding: 10px 10px 30px 10px;
  }

  .acc-left {
    padding: 10px;
  }

  .staffing-box {
    padding: 20px 20px 35px;
    min-height: auto;
  }

  .tmx-model-sec {
    margin-top: 25px;
  }

  .trainings .tmx-model-sec {
    margin-top: 0px;
    padding: 10px;
  }

  .trainings-btn {
    width: 50%;
    float: left;
  }

  .tmx-contact-list .tmx-contact-list li {
    line-height: initial;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .tmx-contact-list .tmx-contact-list {
    padding-top: 10px;
    display: block;
    text-align: center;
  }

  .service-item .tmx-service-title {
    font-size: 16px;
  }

  .indu-points p {
    width: 100%;
  }

  .justify-content-end {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .industry-box {
    margin-bottom: 15px;
  }

  .staffing-box h5 {
    font-size: 18px;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .services-container .service-item {
    width: 100%;
    margin-right: 0;
    padding: 0px 0px 7px;
  }

  .trainings-btn {
    width: 100%;
    float: left;
  }

  .about-info-block {
    display: block;
  }

  .about-left {
    width: 100%;
    padding-right: 0px;
  }

  .about-right {
    padding: 0px 15px;
    width: 100%;
  }

  .about-right h2 {
    text-align: center;
  }

  .process-con,
  .process-icon {
    width: 100%;
  }



}


@media only screen and (min-width: 320px) and (max-width: 380px) {
  .industry-name {
    width: 80%;
    padding: 0px 10px;
  }

  .industy-icon {
    width: 20%;
  }

  .services-section .services-heading {
    font-size: 15px;
  }

  .res-block {
    display: block;
  }


}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .industry-name h3 {
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    line-height: 23px;
  }

  .industry-name {
    display: table;
  }
}


@media only screen and (min-width: 351px) and (max-width: 390px) {
  .service-item .tmx-service-title {
    font-size: 14px;
    line-height: 23px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 330px) {
  .address-box {
    padding: 20px 5px;
  }

  .form-box {
    padding: 20px 5px;
  }

  .add-links li {
    margin-left: 20px;
  }

  .add-links .map-icon:before,
  .add-links .envelope-icon:before,
  .add-links .phone-icon:before {
    left: -20px;
  }

}

@media only screen and (min-width: 331px) and (max-width: 365px) {
  .address-box {
    padding: 20px 15px;
  }

  .form-box {
    padding: 20px 15px;
  }

  .add-links li {
    margin-left: 20px;
  }

  .add-links .map-icon:before,
  .add-links .envelope-icon:before,
  .add-links .phone-icon:before {
    left: -20px;
  }

}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .service-item {
    min-height: auto;
    padding-bottom: 30px;
  }

  .services-container .service-item {
    width: 100%;
    margin-right: 2%;
  }

  .industry-name h3 {
    font-size: 14px;
  }

  .tmx-footer-copyright {
    text-align: center;
  }

  .footer-bottom div {
    text-align: center;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .about-info {
    padding: 30px 0px;
  }

  .about-left {
    width: 30%;
    padding-right: 20px;
  }

  .about-right {
    padding: 0px 20px;
    width: 70%;
  }

  .about-right h2 {
    text-align: left;
  }

  .res-top {
    margin-top: 25px;
  }

  .d-none {
    display: block !important;
    max-height: inherit;
  }

  .address-box {
    width: 100%;
    padding: 40px 40px;
    position: relative;
    top: 0px;
  }

  .form-box {
    width: 100%;
    float: right;
    padding: 40px 40px 40px 40px;
    margin-top: 25px;
  }

  .locations-box {
    width: 100%;
    margin-right: 0px;
  }

  .locations-contianer {
    padding: 50px 0px 20px 0px;
  }

  .tilt {
    margin: 20px 0px;
  }

  .dm-heading {
    margin-top: 25px;
  }

  .tmx-staffing-list-box {
    padding: 10px;
  }

  .process-con {
    width: 75%;
    float: left;
  }

  .process-icon {
    width: 25%;
    float: left;
  }

  .tmx-staffing-list-box span {
    height: 84px;
    width: 84px;
  }

  .tmx-staffing-list-box i {
    font-size: 55px;
    top: -7px;
    position: relative;
  }

  .industry-name {
    width: 84%;
  }

  .industy-icon {
    width: 16%;
  }

  .indu-points {
    margin-bottom: 20px;
  }

  .res-mb0 {
    margin-bottom: 0px;
  }

  .res-two {
    width: 50%;
    float: left;
  }

  .pro-tech {
    margin-top: 0px;
  }

  .services-section {
    padding: 3px;
  }

  .st-content {
    padding: 10px 10px 30px 10px;
  }

  .acc-left {
    padding: 10px;
  }

  .staffing-box {
    padding: 20px 20px 35px;
    min-height: auto;
  }

  .tmx-model-sec {
    margin-top: 25px;
  }

  .trainings .tmx-model-sec {
    margin-top: 0px;
    padding: 15px;
  }

  .trainings-btn {
    width: 50%;
    float: left;
  }

  .tmx-contact-list .tmx-contact-list li {
    line-height: initial;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .tmx-contact-list .tmx-contact-list {
    padding-top: 10px;
    width: fit-content;
    margin: auto;
  }

  .service-item .tmx-service-title {
    font-size: 16px;
  }

  .industry-box {
    margin-bottom: 15px;
  }

  .justify-content-end {
    justify-content: center !important;
  }


}


@media only screen and (min-width: 640px) and (max-width: 767px) {
  .service-item {
    min-height: auto;
    padding-bottom: 30px;
  }

  .justify-content-end {
    justify-content: center !important;
  }

  .services-container .service-item {
    width: 48%;
    margin-right: 2%;
  }

  .tmx-footer-copyright {
    text-align: center;
  }

  .footer-bottom div {
    text-align: center;
  }

  .industry-name h3 {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .about-info {
    padding: 30px 0px;
  }

  .about-left {
    width: 30%;
    padding-right: 20px;
  }

  .industry-box {
    margin-bottom: 15px;
  }

  .about-right {
    padding: 0px 20px;
    width: 70%;
  }

  .about-right h2 {
    text-align: left;
  }

  .res-top {
    margin-top: 25px;
  }

  .d-none {
    display: block !important;
    max-height: inherit;
  }

  .address-box {
    width: 100%;
    padding: 40px 40px;
    position: relative;
    top: 0px;
  }

  .form-box {
    width: 100%;
    float: right;
    padding: 40px 40px 40px 40px;
    margin-top: 25px;
  }

  .locations-box {
    width: 100%;
    margin-right: 0px;
  }

  .locations-contianer {
    padding: 50px 0px 20px 0px;
  }

  .tilt {
    margin: 20px 0px;
  }

  .dm-heading {
    margin-top: 25px;
  }

  .process-con {
    width: 75%;
    float: left;
  }

  .process-icon {
    width: 25%;
    float: left;
  }

  .tmx-staffing-list-box span {
    height: 84px;
    width: 84px;
  }

  .tmx-staffing-list-box i {
    font-size: 55px;
    top: -7px;
    position: relative;
  }

  .industry-name {
    width: 84%;
  }

  .industy-icon {
    width: 16%;
  }

  .indu-points {
    margin-bottom: 20px;
  }

  .res-mb0 {
    margin-bottom: 0px;
  }

  .res-two {
    width: 33.33%;
    float: left;
  }

  .pro-tech {
    margin-top: 0px;
  }

  .services-section {
    padding: 3px;
  }

  .st-content {
    padding: 10px 10px 30px 10px;
  }

  .acc-left {
    padding: 10px;
  }

  .staffing-box {
    padding: 20px 20px 35px;
    min-height: auto;
  }

  .tmx-model-sec {
    margin-top: 25px;
  }

  .trainings .tmx-model-sec {
    margin-top: 0px;
  }

  .trainings-btn {
    width: 50%;
    float: left;
  }

  .tmx-contact-list .tmx-contact-list li {
    line-height: initial;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .tmx-contact-list .tmx-contact-list {
    padding-top: 10px;
    width: fit-content;
    margin: auto;
  }

  .service-item .tmx-service-title {
    font-size: 16px;
  }

  .three-blocks {
    width: 100%;
    float: left;
  }

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

  .footer-top .tmx-footer-widget-title {
    font-size: 16px;
  }

  .footer .footer-bottom-left {
    max-width: 70%;
    float: left;
  }

  .footer .footer-bottom-right {
    max-width: 30%;
    float: left;
  }

  .bg-theme .about-big-img {
    max-width: 48%;
    float: left;
  }

  .bg-theme .about-text {
    max-width: 52%;
    float: left;
  }

  .bg-theme .about-text .counter-item .counter__desc {
    font-size: 12px;
  }

  .res-half {
    width: 50%;
    float: left;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item {
    padding-bottom: 30px;
  }

  .industry-box {
    margin-bottom: 15px;
  }

  .services-container .service-item:nth-child(3) {
    margin-right: 0px;
  }

  .services-container .service-item:nth-child(6) {
    margin-right: 0px;
  }

  .services-container .service-item:nth-child(9) {
    margin-right: 0px;
  }

  .services-container .service-item {
    width: 32%;
    margin-right: 2%;
  }

  .tmx-footer-copyright {
    text-align: center;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .about-info {
    padding: 30px 0px;
  }

  .about-left {
    width: 30%;
    padding-right: 20px;
  }

  .about-right {
    padding: 0px 20px;
    width: 70%;
  }

  .about-right h2 {
    text-align: left;
  }

  .d-none {
    display: block !important;
    max-height: inherit;
  }

  .address-box {
    padding: 40px 30px;
  }

  .form-box {
    padding: 35px 30px 60px 190px;
  }

  .locations-box {
    width: 50%;
    margin-right: 0px;
  }

  .locations-contianer {
    padding: 50px 0px 20px 0px;
  }

  .tilt {
    margin: 20px 0px;
  }

  .dm-heading {
    margin-top: 25px;
  }

  .process-con {
    width: 75%;
    float: left;
  }

  .process-icon {
    width: 25%;
    float: left;
  }

  .tmx-staffing-list-box span {
    height: 84px;
    width: 84px;
  }

  .tmx-staffing-list-box i {
    font-size: 55px;
    top: -7px;
    position: relative;
  }

  .industry-name {
    width: 90%;
  }

  .industy-icon {
    width: 10%;
  }

  .indu-points {
    margin-bottom: 20px;
  }

  .res-mb0 {
    margin-bottom: 0px;
  }

  .pro-tech {
    margin-top: 0px;
  }

  .services-section {
    padding: 3px;
  }

  .st-content {
    padding: 10px 10px 30px 10px;
  }

  .acc-left {
    padding: 10px;
  }

  .staffing-box {
    padding: 20px 20px 18px;
    min-height: auto;
  }

  .tmx-model-sec {
    margin-top: 25px;
  }

  .trainings .tmx-model-sec {
    margin-top: 0px;
  }

  .trainings-btn {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .tmx-contact-list .tmx-contact-list li {
    margin-right: 15px;
    display: block;
  }

  .service-item .tmx-service-title {
    font-size: 16px;
  }

  .three-blocks {
    width: 100%;
    float: left;
  }

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

  .footer .footer-bottom-left {
    max-width: 50%;
    float: left;
  }

  .footer .footer-bottom-right {
    max-width: 50%;
    float: left;
  }

  .bg-theme .about-big-img {
    max-width: 48%;
    float: left;
  }

  .bg-theme .about-text {
    max-width: 52%;
    float: left;
  }

  .bg-theme .about-text .counter-item .counter__desc {
    font-size: 12px;
  }

  .res-half {
    width: 50%;
    float: left;
  }

  .tab-block {
    margin-left: 25%;
  }

  .home-overview,
  .home-overview-right {
    max-width: 50%;
    float: left;
  }

  .inner-padding {
    padding: 25px 25px !important;
  }

  .col-sm-12.col-md-3.col-lg-4.tmx-footer-widget.tmx-footer-widget-about {
    max-width: 100%;
    flex: 100%;
  }

  .tmx-contact-list li {
    font-size: 13px;
  }

  .footer-top {
    padding-bottom: 40px;
  }

  .delivery-model-left {
    max-width: 100%;
    flex: 100%;
  }

  .delivery-model-right {
    max-width: 100%;
    flex: 100%;
  }

  .tmx-staffing-list-box {
    width: 49%;
    float: left;
    margin-right: 2%;
    min-height: 240px;
  }

  .tmx-staffing-list-box:nth-child(3) {
    margin-right: 0%;
  }

  .tmx-staffing-list-box:nth-child(5) {
    margin-right: 0%;
  }

  .delivery-model-left .row.no-gutter>[class*="col-"] {
    display: flex;
  }

  .res-full {
    max-width: 100%;
    flex: 100%;
    float: left;
  }

  .res-full .row.no-gutter>[class*="col-"] {
    display: flex;
  }

  .slider .slide-item {
    height: 36vh;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .d-none {
    display: block !important;
  }

  .tmx-staffing-list-box span {
    height: 70px;
    width: 70px;
  }

  .tmx-staffing-list-box i {
    font-size: 37px;
    top: -21px;
    position: relative;
  }

  .tmx-model-sec .res-half {
    flex: 100%;
    max-width: 100%;
  }

}

@media only screen and (max-width: 991px) {

  .tmx-nav-item.with-dropdown.service-tab {
    position: relative;
  }



}

.about-web {
  max-width: 72%;
  margin: auto;
  text-align: center;
}

.about-web p {
  font-size: 25px;
  text-align: center;
  line-height: 32px;
}

.website-section .tmx-service-content {
  min-height: auto;
}

.website-section .services-container .service-item:hover {
  background-color: #cbbcff73;
  box-shadow: 0px 0px 30px 0px rgba(146, 146, 146, 0.15);
}

.web-trust {
  padding: 30px 0;
  background-color: #673AB7;
}

.web-trust p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

ul.tmx-contact-list li span a {
  font-weight: 600;
  color: #fff;
}

/* section.about {
  background-image: url(../images/home-partners.webp) !important;
  background-position: top left !important;
  padding-top: 100px;
} */

.about h3,
.about p {
  color: #fff;
}

.about h5 {
  color: #fff;
  text-transform: capitalize !important;
  font-size: 20px;
}

.commitment {
  position: fixed;
  max-width: 300px;
  bottom: 57px;
  padding: 16px;
  left: 6px;
  border-radius: 6px;
  box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
  z-index: 100;
}

@media (max-width:767px) {
  .commitment {
    bottom: 0;
  }

}

.mydiv {
  animation: myanimation 10s infinite;
}

@keyframes myanimation {
  0% {
    color: #009688;
  }

  25% {
    color: #e91e63;
  }

  50% {
    color: #9c27b0;
  }

  75% {
    color: #ff5722;
  }

  100% {
    color: #3f51b5;
  }
}

.commitment h5,
.commitment p {
  color: white;
}

#particles-js {
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 0
}

/* .right-img{
  background-image: url(../images/sh11.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 330px;
  position: absolute;
  right: 0;
} */


section#projectsGrid {
  background-color: #333333;
  background-image: url(../images/map.jpg) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}

@keyframes float {
  0% {
    transform: translateZ(20px);
  }

  100% {
    transform: translateY(8px) translateX(0px) translateZ(19px);
  }
}


.laptop {
  position: relative;
  margin: auto;
  max-width: 80rem;

  .laptop__screen {
    position: relative;
    z-index: 1;
    padding: 3%;
    border-radius: 2rem;
    background: #ecf1f7;
    background-image: linear-gradient(to bottom, #333, #111);
    box-shadow: 0 .1rem 0 #cfcfcf;
    border: 2px solid #ccc;

    img {
      display: block;
      max-width: 100%;
      height: auto;
      aspect-ratio: attr(width) / attr(height);
      background: #000;
    }
  }

  .laptop__bottom {
    position: relative;
    z-index: 1;
    margin-right: -7%;
    margin-left: -7%;
    height: .7rem;
    background: #e9eff5;
    background-image: linear-gradient(to right, #d2dde9 0%, #f9fcff 15%, #e5ebf2 40%, #e5ebf2 60%, #f9fcff 85%, #d2dde9 100%);

    &::before {
      display: block;
      margin: 0 auto;
      width: 20%;
      height: .7rem;
      border-radius: 0 0 .2rem .2rem;
      background: #f6f9fc;
      background-image: linear-gradient(to right, #c3cfdb 0%, #f6f9fc 10%, #f6f9fc 90%, #c3cfdb 100%);
      content: " ";
    }
  }

  .laptop__under {
    position: absolute;
    top: 100%;
    left: 25%;
    display: block;
    width: 50%;
    height: 1.5rem;
    background: #e2e8f0;
    background-image: linear-gradient(to bottom, #e2e8f0, #bec7d1);

    &::after,
    &::before {
      position: absolute;
      top: 0%;
      right: 100%;
      bottom: 0;
      display: block;
      width: 50%;
      border-bottom-left-radius: 100%;
      background: inherit;
      content: " ";
    }

    &::after {
      right: auto;
      left: 100%;
      border-bottom-right-radius: 100%;
      border-bottom-left-radius: 0;
    }
  }

  .laptop__shadow {
    position: absolute;
    right: -10%;
    bottom: -2.5rem;
    left: -10%;
    z-index: 0;
    height: 2rem;
    background: radial-gradient(ellipse closest-side, #000, transparent);
    opacity: 0.5;
  }
}

.scroll-img {
  height: 300px;
  border: 4px solid black;
  box-shadow: 0 0 8px #888;
  overflow: hidden;

  border-radius: 4px;
}

.scroll-img img {
  width: max-content;
  padding: 10px;
  object-fit: cover;
  transition: ease-in-out 3s;
  position: relative;
  top: 0;
}

.scroll-img:hover img {
  top: -130%;
}

.computer-empty {
  overflow: hidden;
  position: relative;
  width: 540px;
}

.computer-screen {
  overflow: hidden;
  position: absolute;
  height: 196px;
  width: 445px;
  left: 41px;
  top: 16px;
}

img.web-sc {
  width: 75% !important;
}

.screen-landing {
  left: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
  transition: all 6s;
  -o-transition: all 6s;
  -ms-transition: all 6s;
  -moz-transition: all 6s;
  -webkit-transition: all 6s;
}

.screen-landing:hover {
  cursor: pointer;
  margin-top: -1036px;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.computer-empty img.computer {
  width: 100%;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;

}

.logos:after {
  right: 0;

}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  width: 22%;
  display: inline-block;
  height: 60px;

  margin-bottom: 14px;
  border-radius: 6px;
  padding: 10px;
  margin-left: 3px;
}


.laptop {
  /* overflow: hidden; */
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.laptop:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.laptop:before {
  left: 0;

}

.laptop:after {
  right: 0;

}

.laptop_items {
  display: inline-block;
  /* animation: 10s slides infinite linear; */
}

/* .laptop:hover .laptop_items {
  animation-play-state: paused;
} */


.laptop_items h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  left: -61px;
}

#projectsGrid .owl-carousel .owl-stage {
  background-color: transparent;
}

#projectsGrid {
  background-image: url(../images/bg-blur-circle-02.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  background-color: #10122d;
}

section#serviceslayout2 {
  background-image: url(../images/bg-blur-circle-02.png);
  background-position: 68vw 0px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.footer {
  /* background-image: url(../images/bg-black.png); */
  background-position: center center;
  background-size: cover;
  background-color: #10122d;
}



.page-bg,
.animation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.particle,
.particle:after {
  background: transparent;
}

.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}

.particle-1 {
  -webkit-animation: animParticle 60s linear infinite;
  animation: animParticle 60s linear infinite;
  box-shadow: 0px 0px #fff, 567px 1536px #fff, 2524px 891px #fff, 529px 476px #fff, 2510px 286px #fff, 818px 114px #fff, 35px 228px #fff, 773px 318px #fff, 417px 2362px #fff, 1482px 1735px #fff, 807px 1040px #fff, 1387px 1685px #fff, 1377px 1805px #fff, 1776px 45px #fff, 626px 205px #fff, 1070px 1638px #fff, 266px 1413px #fff, 2494px 1678px #fff, 1738px 983px #fff, 1787px 2088px #fff, 2145px 910px #fff, 2119px 1700px #fff, 216px 1865px #fff, 608px 2273px #fff, 766px 590px #fff, 458px 1983px #fff, 1785px 1345px #fff, 1245px 1682px #fff, 1483px 2030px #fff, 877px 357px #fff, 37px 2362px #fff, 1493px 1745px #fff, 1920px 63px #fff, 614px 1510px #fff, 777px 1567px #fff, 1780px 1817px #fff, 576px 978px #fff, 731px 2107px #fff, 20px 1634px #fff, 694px 2088px #fff, 131px 2534px #fff, 1062px 233px #fff, 1655px 2277px #fff, 793px 13px #fff, 2551px 1537px #fff, 2333px 1262px #fff, 136px 1176px #fff, 550px 2266px #fff, 2306px 2517px #fff, 804px 1818px #fff, 2119px 2457px #fff, 1264px 692px #fff, 2021px 1843px #fff, 1421px 225px #fff, 1905px 1780px #fff, 1890px 1288px #fff, 1023px 2308px #fff, 1524px 86px #fff, 2306px 469px #fff, 2238px 1480px #fff, 350px 307px #fff, 473px 524px #fff, 58px 2335px #fff, 930px 2528px #fff, 1187px 1863px #fff, 1134px 769px #fff, 2557px 1749px #fff, 1802px 1643px #fff, 1736px 838px #fff, 479px 1809px #fff, 1890px 2425px #fff, 838px 1311px #fff, 2487px 2134px #fff, 2298px 1588px #fff, 1084px 1197px #fff, 619px 365px #fff, 1848px 2320px #fff, 1945px 1219px #fff, 1863px 755px #fff, 357px 1069px #fff, 1327px 523px #fff, 1327px 2357px #fff, 544px 801px #fff, 2244px 299px #fff, 195px 918px #fff, 1357px 2272px #fff, 952px 573px #fff, 672px 557px #fff, 803px 1429px #fff, 722px 33px #fff, 2520px 1783px #fff, 709px 1115px #fff, 171px 1582px #fff, 1203px 2117px #fff, 2472px 32px #fff, 1138px 2339px #fff, 172px 579px #fff, 1268px 2221px #fff, 251px 2460px #fff, 1153px 288px #fff, 699px 1933px #fff, 681px 810px #fff, 1947px 961px #fff, 748px 520px #fff, 547px 1209px #fff, 188px 438px #fff, 2410px 1791px #fff, 1057px 1247px #fff, 1px 2015px #fff, 1162px 2414px #fff, 1694px 1586px #fff, 1981px 444px #fff, 986px 1105px #fff, 304px 1957px #fff, 1080px 2033px #fff, 99px 1202px #fff, 861px 251px #fff, 967px 2401px #fff, 668px 1165px #fff, 392px 1469px #fff, 601px 2139px #fff, 381px 25px #fff, 764px 651px #fff, 2121px 187px #fff, 1374px 2439px #fff, 176px 758px #fff, 1968px 1723px #fff, 1845px 725px #fff, 673px 2086px #fff, 1111px 2558px #fff, 1210px 1854px #fff, 1px 7px #fff, 1094px 561px #fff, 870px 1956px #fff, 504px 1954px #fff, 669px 1588px #fff, 837px 1527px #fff, 697px 783px #fff, 2384px 822px #fff, 662px 1730px #fff, 2318px 2013px #fff, 633px 2245px #fff, 252px 1527px #fff, 1135px 2430px #fff, 2074px 304px #fff, 1469px 1056px #fff, 2559px 2171px #fff, 753px 707px #fff, 21px 765px #fff, 1711px 1749px #fff, 1599px 1564px #fff, 1425px 1589px #fff, 618px 70px #fff, 795px 1851px #fff, 1192px 1622px #fff, 751px 2093px #fff, 1972px 916px #fff, 2372px 2256px #fff, 1423px 92px #fff, 2340px 2090px #fff, 2325px 584px #fff, 371px 1768px #fff, 1003px 1499px #fff, 870px 224px #fff, 1898px 544px #fff, 1157px 1809px #fff, 1606px 336px #fff, 2411px 874px #fff, 2209px 1376px #fff, 1806px 1348px #fff, 1273px 36px #fff, 476px 1480px #fff, 168px 1329px #fff, 1200px 2053px #fff, 26px 1103px #fff, 2238px 290px #fff, 719px 48px #fff, 226px 383px #fff, 14px 1418px #fff, 670px 231px #fff, 1979px 538px #fff, 270px 2399px #fff, 1946px 425px #fff, 1717px 2191px #fff, 709px 1515px #fff, 450px 583px #fff, 891px 1858px #fff, 2194px 2021px #fff, 1617px 943px #fff, 461px 442px #fff, 802px 984px #fff, 132px 1086px #fff, 1453px 271px #fff, 2266px 82px #fff, 1663px 1637px #fff, 2411px 1797px #fff, 2266px 2029px #fff, 1277px 1735px #fff, 279px 250px #fff, 747px 1066px #fff, 519px 1939px #fff, 718px 40px #fff, 485px 828px #fff, 2440px 1000px #fff, 1168px 1894px #fff, 1801px 2393px #fff, 2246px 2251px #fff, 961px 9px #fff, 26px 2225px #fff, 94px 57px #fff, 1028px 704px #fff, 141px 1082px #fff, 2196px 871px #fff, 1893px 1356px #fff, 21px 2536px #fff, 706px 2288px #fff, 1670px 1448px #fff, 613px 13px #fff, 900px 1337px #fff, 2381px 575px #fff, 1989px 2116px #fff, 1535px 166px #fff, 748px 1455px #fff, 230px 2242px #fff, 1033px 485px #fff, 235px 2533px #fff, 647px 869px #fff, 714px 2184px #fff, 812px 1334px #fff, 1046px 38px #fff, 164px 376px #fff, 1160px 867px #fff, 2046px 1559px #fff, 1498px 1679px #fff, 1048px 1004px #fff, 2309px 898px #fff, 1054px 1829px #fff, 128px 1529px #fff, 1750px 1778px #fff, 2524px 764px #fff, 1070px 1685px #fff, 1768px 1651px #fff, 1935px 344px #fff, 626px 2267px #fff, 169px 1715px #fff, 1934px 2398px #fff, 1083px 754px #fff, 209px 2150px #fff, 686px 1498px #fff, 1478px 2444px #fff, 725px 60px #fff, 1358px 1577px #fff, 2216px 971px #fff, 324px 955px #fff, 563px 734px #fff, 612px 1569px #fff, 1200px 1638px #fff, 137px 193px #fff, 1649px 1745px #fff, 257px 1678px #fff, 379px 1323px #fff, 2319px 1758px #fff, 97px 1778px #fff, 1607px 753px #fff, 1776px 480px #fff, 865px 1386px #fff, 2136px 1197px #fff, 1443px 1230px #fff, 765px 51px #fff, 1134px 79px #fff, 1746px 1701px #fff, 1163px 1923px #fff, 2112px 1500px #fff, 978px 26px #fff, 758px 1258px #fff, 913px 1001px #fff, 2444px 2366px #fff, 764px 137px #fff, 2070px 902px #fff, 779px 1324px #fff, 594px 1505px #fff, 2012px 414px #fff, 664px 1384px #fff, 1213px 578px #fff, 61px 1723px #fff, 1166px 352px #fff, 59px 1487px #fff, 757px 1363px #fff, 2060px 2371px #fff, 563px 1831px #fff, 109px 279px #fff, 1743px 1094px #fff, 273px 1184px #fff, 705px 965px #fff, 2449px 296px #fff, 2119px 213px #fff, 2241px 1058px #fff, 878px 1710px #fff, 1778px 2497px #fff, 1018px 1928px #fff, 154px 739px #fff, 1803px 1168px #fff, 303px 766px #fff, 1072px 1929px #fff, 211px 1740px #fff, 1430px 1604px #fff, 1505px 2478px #fff, 2228px 1481px #fff, 1445px 2103px #fff, 57px 299px #fff, 573px 869px #fff, 485px 194px #fff, 895px 1983px #fff, 21px 311px #fff, 963px 691px #fff, 582px 1268px #fff, 607px 1784px #fff, 1240px 1348px #fff, 1462px 104px #fff, 1618px 533px #fff, 2383px 2267px #fff, 184px 435px #fff, 2454px 1593px #fff, 188px 112px #fff, 2323px 2206px #fff, 1544px 2407px #fff, 2147px 339px #fff, 814px 459px #fff, 1721px 2213px #fff, 1412px 931px #fff, 1635px 1608px #fff, 1495px 1284px #fff, 339px 2211px #fff, 514px 46px #fff, 2309px 1816px #fff, 1952px 2256px #fff, 1769px 478px #fff, 1587px 2447px #fff, 1884px 1705px #fff, 935px 2099px #fff, 2065px 2346px #fff, 1532px 1838px #fff, 333px 892px #fff, 771px 1242px #fff, 2269px 168px #fff, 1014px 15px #fff, 2296px 877px #fff, 569px 1378px #fff, 1055px 1889px #fff, 742px 2367px #fff, 1583px 1184px #fff, 514px 2482px #fff, 128px 228px #fff, 2259px 1467px #fff, 2044px 2181px #fff, 504px 911px #fff, 2286px 146px #fff, 2283px 2442px #fff, 1372px 526px #fff, 2036px 720px #fff, 1806px 2507px #fff, 2385px 1966px #fff, 2251px 2261px #fff, 754px 2192px #fff, 1970px 479px #fff, 883px 556px #fff, 2503px 54px #fff, 439px 284px #fff, 1652px 270px #fff, 509px 367px #fff, 959px 90px #fff, 950px 2462px #fff, 494px 2531px #fff, 1057px 1628px #fff, 1023px 1068px #fff, 1083px 242px #fff, 433px 872px #fff, 740px 1315px #fff, 762px 570px #fff, 1338px 865px #fff, 1246px 525px #fff, 189px 171px #fff, 1761px 842px #fff, 235px 499px #fff, 2252px 2510px #fff, 1731px 1105px #fff, 2472px 2380px #fff, 1771px 1538px #fff, 1459px 2465px #fff, 968px 1686px #fff, 614px 2341px #fff, 1305px 912px #fff, 860px 2147px #fff, 1292px 1522px #fff, 1661px 1074px #fff, 1750px 1124px #fff, 560px 2152px #fff, 530px 998px #fff, 463px 871px #fff, 941px 552px #fff, 899px 958px #fff, 1139px 9px #fff, 2320px 1670px #fff, 128px 212px #fff, 2293px 1079px #fff, 2152px 1408px #fff, 1558px 2499px #fff, 708px 833px #fff, 2259px 2032px #fff, 2319px 2172px #fff, 2044px 1806px #fff, 164px 1421px #fff, 1723px 1809px #fff, 879px 332px #fff, 2018px 1291px #fff, 2079px 1260px #fff, 1660px 2349px #fff, 28px 337px #fff, 1046px 2108px #fff, 1530px 331px #fff, 1988px 1961px #fff, 1725px 1829px #fff, 31px 1631px #fff, 1745px 491px #fff, 2054px 786px #fff, 2228px 388px #fff, 1646px 1966px #fff, 615px 907px #fff, 169px 879px #fff, 1760px 2538px #fff, 2435px 1819px #fff, 1105px 1064px #fff, 347px 1477px #fff, 2107px 572px #fff, 2288px 1676px #fff, 1072px 205px #fff, 2545px 760px #fff, 682px 404px #fff, 1820px 1879px #fff, 2441px 2282px #fff, 2200px 1841px #fff, 2529px 371px #fff, 2173px 2084px #fff, 1169px 2084px #fff, 290px 1621px #fff, 1342px 1862px #fff, 1458px 1577px #fff, 558px 1222px #fff, 1421px 1687px #fff, 490px 658px #fff, 1404px 2256px #fff, 1247px 896px #fff, 2122px 2434px #fff, 226px 834px #fff, 174px 2308px #fff, 1371px 1637px #fff, 680px 2088px #fff, 2262px 1611px #fff, 294px 1485px #fff, 1005px 1995px #fff, 606px 467px #fff, 37px 1313px #fff, 1572px 62px #fff, 361px 41px #fff, 410px 2558px #fff, 174px 582px #fff, 1338px 463px #fff, 2445px 2447px #fff, 1407px 600px #fff, 1167px 1963px #fff, 1822px 1693px #fff, 2349px 1536px #fff, 2391px 2027px #fff, 2341px 2192px #fff, 1466px 404px #fff, 2124px 1890px #fff, 581px 676px #fff, 319px 1201px #fff, 704px 1604px #fff, 694px 1391px #fff, 2441px 2506px #fff, 2044px 2423px #fff, 1694px 395px #fff, 1072px 2524px #fff, 228px 150px #fff, 2497px 1861px #fff, 1029px 103px #fff, 524px 1786px #fff, 977px 1013px #fff, 1145px 268px #fff, 620px 1px #fff, 2073px 961px #fff, 2374px 930px #fff, 2498px 1398px #fff, 2303px 2348px #fff, 2350px 810px #fff, 2542px 2321px #fff, 936px 2453px #fff, 2016px 2116px #fff, 2448px 52px #fff, 852px 65px #fff, 216px 276px #fff, 1217px 766px #fff, 173px 1533px #fff, 1316px 1939px #fff, 687px 2550px #fff, 2112px 2016px #fff, 1428px 498px #fff, 2034px 569px #fff, 2191px 1318px #fff, 367px 2507px #fff, 846px 1459px #fff, 663px 2483px #fff, 1102px 1168px #fff, 1858px 2245px #fff, 2175px 1217px #fff, 1038px 2455px #fff, 1838px 2487px #fff, 1713px 1803px #fff, 2362px 176px #fff, 1008px 1927px #fff, 210px 1732px #fff, 1901px 347px #fff, 1677px 88px #fff, 1761px 2371px #fff, 32px 601px #fff, 1643px 2153px #fff, 284px 1754px #fff, 1849px 189px #fff, 2531px 394px #fff, 373px 920px #fff, 1625px 1767px #fff, 885px 474px #fff, 1495px 2338px #fff, 1654px 2146px #fff, 2192px 1051px #fff, 185px 2414px #fff, 47px 2171px #fff, 2319px 51px #fff, 916px 1768px #fff, 1028px 2022px #fff, 2309px 337px #fff, 1806px 1676px #fff, 638px 1790px #fff, 1809px 1217px #fff, 1724px 103px #fff, 1260px 1689px #fff, 1982px 700px #fff, 1632px 489px #fff, 1127px 392px #fff, 1662px 995px #fff, 1967px 1939px #fff, 250px 855px #fff, 1933px 1079px #fff, 356px 1656px #fff, 204px 1311px #fff, 2191px 306px #fff, 1955px 2508px #fff, 2400px 1240px #fff, 1545px 1370px #fff, 739px 648px #fff, 343px 16px #fff, 131px 858px #fff, 1983px 1594px #fff, 861px 953px #fff, 222px 2098px #fff, 2336px 1737px #fff, 1399px 2521px #fff, 1641px 295px #fff, 255px 18px #fff, 778px 334px #fff, 1490px 2462px #fff, 693px 1967px #fff, 2101px 463px #fff, 54px 1646px #fff, 2125px 1463px #fff, 1758px 1983px #fff, 1226px 1037px #fff, 67px 333px #fff, 2361px 1136px #fff, 683px 591px #fff, 1576px 2181px #fff, 276px 405px #fff, 1858px 1589px #fff, 1874px 1159px #fff, 291px 1701px #fff, 1360px 1105px #fff, 478px 783px #fff, 1671px 1624px #fff, 1672px 771px #fff, 2110px 2261px #fff, 102px 1198px #fff, 2457px 95px #fff, 1486px 784px #fff, 1356px 316px #fff, 678px 1032px #fff, 811px 1078px #fff, 817px 1193px #fff, 850px 1534px #fff, 568px 1816px #fff, 26px 804px #fff;
  height: 1px;
  width: 1px;
}

.particle-1:after {
  box-shadow: 0px 0px #fff, 913px 75px #fff, 1239px 1525px #fff, 1586px 1921px #fff, 789px 2335px #fff, 2144px 715px #fff, 2420px 335px #fff, 1240px 2510px #fff, 1264px 748px #fff, 2139px 1182px #fff, 2396px 618px #fff, 222px 1320px #fff, 1468px 1163px #fff, 238px 1672px #fff, 1341px 2448px #fff, 1724px 1001px #fff, 2409px 812px #fff, 1021px 1787px #fff, 2317px 1285px #fff, 2551px 1557px #fff, 149px 387px #fff, 1444px 1335px #fff, 1965px 89px #fff, 547px 1181px #fff, 472px 1550px #fff, 1120px 2071px #fff, 1595px 933px #fff, 2453px 2448px #fff, 486px 1783px #fff, 911px 2480px #fff, 1876px 1837px #fff, 1747px 2290px #fff, 802px 1809px #fff, 2505px 203px #fff, 647px 1889px #fff, 471px 238px #fff, 2513px 569px #fff, 226px 142px #fff, 1998px 1113px #fff, 357px 829px #fff, 1145px 1337px #fff, 1833px 1736px #fff, 1804px 1843px #fff, 1974px 2235px #fff, 979px 2443px #fff, 1667px 2493px #fff, 2352px 1252px #fff, 702px 2544px #fff, 1506px 2511px #fff, 2440px 719px #fff, 2234px 436px #fff, 547px 1549px #fff, 1531px 634px #fff, 234px 1342px #fff, 2381px 1283px #fff, 1179px 867px #fff, 1468px 2422px #fff, 160px 719px #fff, 1495px 1859px #fff, 1694px 846px #fff, 842px 1058px #fff, 325px 594px #fff, 1648px 2136px #fff, 2015px 1089px #fff, 462px 1960px #fff, 876px 2228px #fff, 1636px 697px #fff, 1617px 1064px #fff, 489px 2487px #fff, 2418px 1097px #fff, 732px 1529px #fff, 1595px 387px #fff, 65px 1735px #fff, 535px 1803px #fff, 883px 1153px #fff, 1463px 1141px #fff, 1699px 1861px #fff, 1166px 517px #fff, 1009px 1386px #fff, 366px 1478px #fff, 947px 1356px #fff, 69px 2177px #fff, 1356px 1670px #fff, 1758px 490px #fff, 46px 696px #fff, 917px 605px #fff, 2372px 1731px #fff, 2011px 2542px #fff, 652px 124px #fff, 1156px 472px #fff, 981px 2521px #fff, 2425px 1059px #fff, 1657px 1100px #fff, 1724px 2417px #fff, 884px 1064px #fff, 132px 266px #fff, 270px 855px #fff, 1307px 1137px #fff, 304px 1380px #fff, 1611px 1915px #fff, 286px 46px #fff, 467px 1938px #fff, 2114px 1228px #fff, 2511px 330px #fff, 1580px 1822px #fff, 179px 1073px #fff, 2255px 1278px #fff, 2490px 1585px #fff, 1761px 1011px #fff, 1194px 1956px #fff, 1753px 2534px #fff, 478px 1000px #fff, 1298px 1478px #fff, 1742px 1573px #fff, 2167px 783px #fff, 2183px 909px #fff, 15px 2039px #fff, 1914px 2230px #fff, 1843px 295px #fff, 361px 280px #fff, 2414px 561px #fff, 2180px 1975px #fff, 101px 557px #fff, 1142px 79px #fff, 1163px 1680px #fff, 157px 1362px #fff, 807px 332px #fff, 563px 2380px #fff, 1653px 260px #fff, 442px 1316px #fff, 667px 1650px #fff, 195px 592px #fff, 911px 2511px #fff, 2255px 299px #fff, 1085px 1071px #fff, 170px 1140px #fff, 378px 1665px #fff, 779px 1354px #fff, 1504px 30px #fff, 494px 2390px #fff, 545px 83px #fff, 2324px 1007px #fff, 801px 1474px #fff, 2479px 2555px #fff, 1810px 489px #fff, 1242px 778px #fff, 1683px 817px #fff, 1013px 975px #fff, 1999px 2446px #fff, 551px 1463px #fff, 1138px 2111px #fff, 2121px 1741px #fff, 500px 2017px #fff, 1171px 1422px #fff, 1625px 1967px #fff, 1400px 1424px #fff, 2365px 482px #fff, 559px 286px #fff, 1747px 2075px #fff, 51px 663px #fff, 1896px 190px #fff, 1573px 1306px #fff, 38px 1461px #fff, 1413px 1664px #fff, 2384px 1418px #fff, 224px 911px #fff, 174px 736px #fff, 2152px 2485px #fff, 1316px 2144px #fff, 934px 2397px #fff, 492px 589px #fff, 2310px 2263px #fff, 1473px 965px #fff, 690px 2507px #fff, 748px 1957px #fff, 1997px 2416px #fff, 1800px 324px #fff, 960px 2105px #fff, 606px 130px #fff, 381px 403px #fff, 2038px 2303px #fff, 1720px 602px #fff, 842px 1701px #fff, 1921px 1443px #fff, 521px 2485px #fff, 1501px 369px #fff, 1735px 2032px #fff, 548px 536px #fff, 427px 794px #fff, 724px 482px #fff, 367px 194px #fff, 1097px 1487px #fff, 863px 2260px #fff, 2063px 2161px #fff, 457px 1511px #fff, 1265px 776px #fff, 1727px 1656px #fff, 458px 1185px #fff, 1280px 2093px #fff, 42px 220px #fff, 1120px 1452px #fff, 231px 1219px #fff, 1162px 430px #fff, 1196px 1944px #fff, 1106px 2488px #fff, 1090px 761px #fff, 1650px 330px #fff, 807px 946px #fff, 2403px 2520px #fff, 1541px 481px #fff, 1218px 1806px #fff, 536px 2162px #fff, 1112px 1042px #fff, 119px 2249px #fff, 2358px 211px #fff, 346px 1647px #fff, 2465px 2003px #fff, 614px 686px #fff, 2317px 2555px #fff, 233px 1807px #fff, 1753px 864px #fff, 1644px 2373px #fff, 754px 1519px #fff, 821px 260px #fff, 2508px 2450px #fff, 634px 1848px #fff, 1153px 1664px #fff, 1095px 1451px #fff, 2300px 1105px #fff, 1478px 889px #fff, 1174px 2457px #fff, 2189px 1512px #fff, 658px 820px #fff, 327px 634px #fff, 2151px 1811px #fff, 1243px 481px #fff, 249px 159px #fff, 2025px 2097px #fff, 81px 455px #fff, 1636px 1135px #fff, 1857px 1523px #fff, 1032px 793px #fff, 757px 2297px #fff, 1471px 1398px #fff, 981px 622px #fff, 2503px 1636px #fff, 1051px 156px #fff, 1152px 2023px #fff, 1565px 1489px #fff, 733px 1284px #fff, 1349px 1350px #fff, 2267px 962px #fff, 1459px 342px #fff, 2230px 2152px #fff, 153px 1007px #fff, 2045px 69px #fff, 891px 1117px #fff, 1900px 1841px #fff, 350px 2346px #fff, 273px 1932px #fff, 1231px 1949px #fff, 1508px 369px #fff, 614px 1693px #fff, 2335px 1293px #fff, 781px 2132px #fff, 1151px 1503px #fff, 1560px 2212px #fff, 130px 2079px #fff, 1856px 1146px #fff, 2436px 2324px #fff, 2557px 1522px #fff, 2163px 1906px #fff, 73px 559px #fff, 274px 2433px #fff, 340px 1638px #fff, 571px 170px #fff, 1431px 2219px #fff, 1385px 848px #fff, 2215px 97px #fff, 1006px 920px #fff, 2093px 1664px #fff, 955px 1541px #fff, 410px 1176px #fff, 2330px 953px #fff, 1197px 2518px #fff, 370px 2107px #fff, 459px 978px #fff, 2195px 2054px #fff, 321px 1343px #fff, 1500px 1453px #fff, 2120px 1877px #fff, 1382px 169px #fff, 1235px 1289px #fff, 2008px 182px #fff, 859px 1630px #fff, 133px 671px #fff, 918px 2193px #fff, 1852px 588px #fff, 2259px 2409px #fff, 1870px 1101px #fff, 1364px 1548px #fff, 862px 590px #fff, 1463px 2166px #fff, 2198px 2537px #fff, 1725px 1292px #fff, 34px 2225px #fff, 547px 2167px #fff, 1325px 994px #fff, 553px 2493px #fff, 650px 827px #fff, 1572px 1737px #fff, 1195px 2086px #fff, 756px 134px #fff, 1141px 255px #fff, 1184px 1843px #fff, 703px 1690px #fff, 1967px 529px #fff, 1779px 2298px #fff, 2529px 1703px #fff, 952px 1570px #fff, 2210px 2408px #fff, 1638px 1032px #fff, 1568px 2538px #fff, 786px 1372px #fff, 2273px 2432px #fff, 2276px 1869px #fff, 616px 2070px #fff, 537px 617px #fff, 775px 1971px #fff, 271px 886px #fff, 809px 231px #fff, 1406px 1701px #fff, 1522px 1388px #fff, 2400px 1721px #fff, 402px 2267px #fff, 926px 655px #fff, 1083px 1362px #fff, 1440px 926px #fff, 359px 1427px #fff, 1074px 1433px #fff, 318px 399px #fff, 1955px 2363px #fff, 1499px 1324px #fff, 2284px 1847px #fff, 1075px 61px #fff, 1556px 1888px #fff, 824px 2339px #fff, 847px 2181px #fff, 1518px 959px #fff, 807px 2042px #fff, 20px 418px #fff, 1469px 1995px #fff, 1174px 470px #fff, 2329px 1006px #fff, 785px 1722px #fff, 2297px 1854px #fff, 2325px 2427px #fff, 725px 1659px #fff, 1040px 1959px #fff, 1128px 1384px #fff, 1935px 674px #fff, 2217px 1607px #fff, 1776px 1390px #fff, 1465px 247px #fff, 1766px 701px #fff, 79px 267px #fff, 1678px 965px #fff, 1826px 657px #fff, 2145px 428px #fff, 2230px 2394px #fff, 2423px 1113px #fff, 527px 1200px #fff, 715px 764px #fff, 1461px 312px #fff, 1385px 984px #fff, 1406px 385px #fff, 1283px 2387px #fff, 690px 1060px #fff, 1117px 2522px #fff, 1727px 103px #fff, 2271px 2542px #fff, 1403px 1391px #fff, 2229px 1230px #fff, 37px 2004px #fff, 925px 2300px #fff, 18px 1207px #fff, 701px 2002px #fff, 1186px 154px #fff, 1302px 2492px #fff, 1059px 489px #fff, 2335px 1173px #fff, 2254px 171px #fff, 2146px 2547px #fff, 896px 1993px #fff, 2069px 1220px #fff, 2297px 60px #fff, 1798px 2482px #fff, 704px 1487px #fff, 1033px 1796px #fff, 88px 2516px #fff, 56px 1308px #fff, 2413px 192px #fff, 1561px 542px #fff, 1199px 1221px #fff, 1301px 2258px #fff, 2232px 51px #fff, 1827px 1354px #fff, 2268px 2130px #fff, 341px 1006px #fff, 1186px 156px #fff, 2349px 316px #fff, 384px 713px #fff, 1942px 1289px #fff, 699px 665px #fff, 1230px 360px #fff, 907px 2057px #fff, 1015px 1px #fff, 2201px 1231px #fff, 1145px 2155px #fff, 1951px 1801px #fff, 1662px 1973px #fff, 709px 1635px #fff, 2338px 2413px #fff, 1262px 2248px #fff, 2360px 1020px #fff, 2184px 142px #fff, 646px 1630px #fff, 1471px 2268px #fff, 290px 1367px #fff, 2043px 2478px #fff, 2060px 2354px #fff, 1862px 2045px #fff, 2111px 1621px #fff, 429px 1012px #fff, 1254px 1824px #fff, 1px 2518px #fff, 835px 2204px #fff, 447px 639px #fff, 784px 362px #fff, 2421px 2509px #fff, 1356px 156px #fff, 2542px 566px #fff, 799px 2171px #fff, 2088px 883px #fff, 263px 929px #fff, 1246px 1778px #fff, 1451px 2101px #fff, 924px 1512px #fff, 731px 390px #fff, 2342px 2331px #fff, 341px 82px #fff, 1653px 562px #fff, 2344px 595px #fff, 2323px 98px #fff, 1731px 197px #fff, 7px 987px #fff, 45px 2343px #fff, 1045px 2071px #fff, 471px 1951px #fff, 2337px 2202px #fff, 1061px 478px #fff, 1935px 319px #fff, 660px 757px #fff, 2291px 1845px #fff, 560px 323px #fff, 2419px 1564px #fff, 2256px 516px #fff, 1626px 2547px #fff, 1680px 624px #fff, 771px 2076px #fff, 1182px 895px #fff, 962px 2402px #fff, 917px 362px #fff, 203px 2080px #fff, 1396px 1721px #fff, 2285px 2027px #fff, 2243px 948px #fff, 1601px 695px #fff, 209px 1425px #fff, 1533px 915px #fff, 89px 1071px #fff, 1731px 1979px #fff, 1206px 2474px #fff, 1195px 1814px #fff, 281px 479px #fff, 287px 246px #fff, 2228px 1032px #fff, 2550px 2500px #fff, 65px 2158px #fff, 300px 419px #fff, 2527px 2197px #fff, 256px 533px #fff, 1131px 761px #fff, 2080px 2161px #fff, 1710px 552px #fff, 516px 865px #fff, 1763px 2491px #fff, 1530px 1363px #fff, 296px 1149px #fff, 1089px 556px #fff, 1724px 1373px #fff, 1068px 1983px #fff, 2365px 309px #fff, 2063px 1550px #fff, 661px 1305px #fff, 1846px 2289px #fff, 1184px 886px #fff, 768px 1662px #fff, 3px 975px #fff, 1488px 401px #fff, 1377px 1539px #fff, 262px 2448px #fff, 2531px 1566px #fff, 1114px 278px #fff, 1442px 738px #fff, 2452px 1914px #fff, 932px 1593px #fff, 1934px 1880px #fff, 285px 1362px #fff, 1618px 2236px #fff, 1803px 302px #fff, 1643px 1689px #fff, 1665px 147px #fff, 2197px 179px #fff, 342px 472px #fff, 502px 1558px #fff, 1164px 1601px #fff, 2227px 407px #fff, 1483px 1488px #fff, 208px 2326px #fff, 352px 2318px #fff, 1776px 977px #fff, 688px 1870px #fff, 2537px 939px #fff, 1785px 966px #fff, 696px 6px #fff, 1241px 2016px #fff, 2129px 1650px #fff, 2085px 783px #fff, 1744px 704px #fff, 295px 233px #fff, 1333px 1933px #fff, 409px 242px #fff, 638px 2166px #fff, 1778px 499px #fff, 799px 888px #fff, 1028px 1357px #fff, 2328px 1697px #fff, 1453px 2525px #fff, 1392px 2370px #fff, 1333px 444px #fff, 478px 2461px #fff, 1654px 1723px #fff, 2354px 1968px #fff, 78px 2497px #fff, 1844px 1599px #fff, 2001px 899px #fff, 103px 823px #fff, 1112px 1550px #fff, 1988px 71px #fff, 1377px 1631px #fff, 2247px 867px #fff, 2170px 900px #fff, 2556px 899px #fff, 1947px 328px #fff, 1811px 292px #fff, 473px 1780px #fff, 241px 743px #fff, 470px 650px #fff, 321px 747px #fff, 652px 678px #fff, 1681px 1068px #fff, 56px 932px #fff, 2471px 1117px #fff, 1253px 508px #fff, 1240px 2248px #fff, 2095px 1180px #fff, 1905px 1829px #fff, 2165px 538px #fff, 1659px 649px #fff, 2106px 888px #fff, 265px 373px #fff, 1643px 2331px #fff, 1868px 1098px #fff, 233px 783px #fff, 316px 1038px #fff, 2434px 2089px #fff, 43px 445px #fff, 2383px 920px #fff, 2328px 185px #fff, 1425px 1660px #fff, 1507px 390px #fff, 1684px 2254px #fff, 848px 20px #fff, 745px 2110px #fff, 296px 1703px #fff, 1573px 2050px #fff, 1111px 1179px #fff, 1033px 52px #fff, 332px 1504px #fff, 2494px 1452px #fff;
  height: 1px;
  width: 1px;
}

.particle-2 {
  -webkit-animation: animParticle 120s linear infinite;
  animation: animParticle 120s linear infinite;
  box-shadow: 0px 0px #fff, 95px 2540px #fff, 2173px 935px #fff, 322px 155px #fff, 754px 1873px #fff, 725px 2243px #fff, 1338px 2105px #fff, 2338px 1036px #fff, 766px 1822px #fff, 1754px 1612px #fff, 217px 1837px #fff, 343px 2058px #fff, 832px 1780px #fff, 936px 1024px #fff, 1170px 1400px #fff, 155px 2338px #fff, 540px 593px #fff, 1791px 2322px #fff, 2159px 615px #fff, 600px 2169px #fff, 2229px 159px #fff, 516px 394px #fff, 2513px 548px #fff, 314px 2150px #fff, 2258px 659px #fff, 1139px 1919px #fff, 1507px 2498px #fff, 1154px 328px #fff, 1041px 111px #fff, 2416px 1025px #fff, 2410px 1788px #fff, 893px 2297px #fff, 353px 246px #fff, 1230px 471px #fff, 1799px 231px #fff, 589px 2376px #fff, 2443px 2479px #fff, 2502px 1038px #fff, 1296px 1101px #fff, 2010px 208px #fff, 1187px 1121px #fff, 1526px 325px #fff, 532px 2408px #fff, 833px 1829px #fff, 1540px 611px #fff, 1081px 2102px #fff, 1925px 634px #fff, 1102px 2210px #fff, 373px 1088px #fff, 2422px 474px #fff, 1915px 738px #fff, 360px 453px #fff, 1159px 1329px #fff, 604px 2349px #fff, 2361px 1532px #fff, 1223px 932px #fff, 102px 2501px #fff, 2065px 920px #fff, 2360px 1362px #fff, 1701px 1127px #fff, 2272px 1885px #fff, 2081px 2290px #fff, 671px 2104px #fff, 177px 1091px #fff, 2279px 552px #fff, 2301px 155px #fff, 1541px 1650px #fff, 2200px 434px #fff, 1094px 71px #fff, 698px 161px #fff, 1787px 1257px #fff, 1301px 1796px #fff, 1689px 323px #fff, 1830px 2018px #fff, 553px 1955px #fff, 1007px 39px #fff, 309px 2445px #fff, 2139px 837px #fff, 2191px 1398px #fff, 2514px 1986px #fff, 1343px 1666px #fff, 1027px 864px #fff, 511px 2089px #fff, 1620px 561px #fff, 1021px 549px #fff, 2320px 158px #fff, 1546px 1018px #fff, 2383px 1079px #fff, 725px 1706px #fff, 1234px 926px #fff, 1576px 1374px #fff, 96px 509px #fff, 39px 2435px #fff, 2532px 2463px #fff, 1948px 1px #fff, 2096px 652px #fff, 158px 549px #fff, 552px 720px #fff, 468px 1798px #fff, 1709px 738px #fff, 2299px 32px #fff, 1213px 2430px #fff, 2158px 771px #fff, 1322px 2402px #fff, 2078px 1918px #fff, 878px 2106px #fff, 1092px 658px #fff, 2048px 2218px #fff, 979px 21px #fff, 86px 2532px #fff, 1928px 2175px #fff, 138px 1808px #fff, 1192px 352px #fff, 596px 334px #fff, 1238px 2368px #fff, 675px 162px #fff, 447px 1452px #fff, 1505px 181px #fff, 759px 2157px #fff, 1776px 57px #fff, 2305px 726px #fff, 2522px 629px #fff, 2352px 406px #fff, 2258px 449px #fff, 673px 1517px #fff, 1463px 1589px #fff, 159px 824px #fff, 1570px 1723px #fff, 1510px 178px #fff, 1909px 2516px #fff, 1610px 668px #fff, 474px 2140px #fff, 1601px 1473px #fff, 206px 1162px #fff, 753px 293px #fff, 2479px 260px #fff, 288px 1612px #fff, 2410px 440px #fff, 981px 1397px #fff, 1147px 2154px #fff, 759px 199px #fff, 874px 1694px #fff, 60px 1381px #fff, 2117px 788px #fff, 274px 789px #fff, 1110px 851px #fff, 904px 1880px #fff, 2061px 1087px #fff, 739px 108px #fff, 1011px 2467px #fff, 1133px 978px #fff, 293px 624px #fff, 603px 1771px #fff, 273px 1018px #fff, 690px 66px #fff, 496px 2021px #fff, 2045px 541px #fff, 2439px 188px #fff, 332px 2181px #fff, 1305px 1518px #fff, 1876px 990px #fff, 129px 28px #fff, 528px 911px #fff, 1178px 1808px #fff, 1188px 1px #fff, 593px 1269px #fff, 1327px 2176px #fff, 1246px 2443px #fff, 1040px 1047px #fff, 2291px 782px #fff, 1004px 217px #fff, 1823px 1101px #fff, 618px 2459px #fff, 681px 340px #fff, 2060px 1623px #fff, 722px 2216px #fff, 2399px 1433px #fff, 1170px 2146px #fff, 2378px 581px #fff, 1042px 1444px #fff, 538px 1258px #fff, 986px 988px #fff, 731px 1185px #fff, 636px 903px #fff, 642px 2476px #fff, 1673px 813px #fff, 507px 1485px #fff, 307px 1831px #fff, 653px 1945px #fff, 862px 986px #fff, 1844px 1713px #fff, 1642px 372px #fff, 468px 588px #fff, 2338px 2303px #fff, 2110px 31px #fff, 1778px 1496px #fff, 2347px 1023px #fff, 1845px 1382px #fff, 1932px 1742px #fff, 1321px 732px #fff, 1895px 130px #fff;
  height: 2px;
  width: 2px;
}

.particle-2:after {
  box-shadow: 0px 0px #fff, 499px 2278px #fff, 292px 1686px #fff, 2477px 1300px #fff, 1172px 1084px #fff, 2045px 2375px #fff, 2239px 852px #fff, 1999px 1902px #fff, 910px 171px #fff, 2260px 569px #fff, 2331px 1255px #fff, 1241px 273px #fff, 2485px 33px #fff, 152px 1244px #fff, 867px 1096px #fff, 2060px 1661px #fff, 1355px 975px #fff, 723px 851px #fff, 741px 667px #fff, 1942px 221px #fff, 498px 2229px #fff, 2090px 2067px #fff, 923px 1541px #fff, 2360px 1355px #fff, 668px 286px #fff, 2532px 2150px #fff, 74px 143px #fff, 564px 1291px #fff, 1240px 393px #fff, 2120px 754px #fff, 1785px 1683px #fff, 1975px 1364px #fff, 2230px 1558px #fff, 901px 586px #fff, 890px 1315px #fff, 1619px 1261px #fff, 1199px 1132px #fff, 2391px 2488px #fff, 1865px 1147px #fff, 1728px 966px #fff, 654px 1286px #fff, 1003px 1964px #fff, 2146px 837px #fff, 1997px 1937px #fff, 1773px 2085px #fff, 1444px 1834px #fff, 2303px 955px #fff, 1824px 1248px #fff, 932px 1361px #fff, 376px 1023px #fff, 931px 574px #fff, 2559px 817px #fff, 288px 1572px #fff, 1659px 916px #fff, 503px 25px #fff, 401px 8px #fff, 1394px 1909px #fff, 1456px 1804px #fff, 1046px 1771px #fff, 1451px 1570px #fff, 1999px 2533px #fff, 2016px 2253px #fff, 2442px 1421px #fff, 566px 1518px #fff, 296px 1701px #fff, 2088px 1097px #fff, 1667px 1122px #fff, 2547px 2552px #fff, 61px 2497px #fff, 2233px 1433px #fff, 1968px 1683px #fff, 700px 1680px #fff, 1635px 1402px #fff, 1212px 1153px #fff, 1242px 1659px #fff, 1343px 681px #fff, 1863px 25px #fff, 333px 1544px #fff, 939px 1575px #fff, 1492px 1351px #fff, 232px 1182px #fff, 2076px 2004px #fff, 1891px 683px #fff, 1274px 1470px #fff, 1271px 1553px #fff, 1975px 2052px #fff, 186px 1769px #fff, 1843px 913px #fff, 906px 562px #fff, 623px 246px #fff, 516px 2009px #fff, 2368px 753px #fff, 1414px 1014px #fff, 1396px 156px #fff, 1536px 848px #fff, 64px 993px #fff, 631px 428px #fff, 285px 562px #fff, 636px 1275px #fff, 1333px 1226px #fff, 1184px 895px #fff, 1390px 1676px #fff, 2243px 153px #fff, 2183px 57px #fff, 882px 1010px #fff, 1835px 1329px #fff, 2014px 1695px #fff, 599px 1129px #fff, 2218px 703px #fff, 936px 788px #fff, 1497px 2303px #fff, 258px 1887px #fff, 165px 490px #fff, 2386px 154px #fff, 462px 2224px #fff, 394px 475px #fff, 2554px 1991px #fff, 990px 603px #fff, 863px 2401px #fff, 430px 592px #fff, 771px 2372px #fff, 2139px 2141px #fff, 1963px 1542px #fff, 436px 892px #fff, 2242px 2051px #fff, 2193px 1873px #fff, 1194px 1256px #fff, 2482px 865px #fff, 1684px 1826px #fff, 172px 246px #fff, 2419px 1677px #fff, 433px 1466px #fff, 1148px 1545px #fff, 250px 2039px #fff, 1818px 706px #fff, 584px 1286px #fff, 602px 1441px #fff, 2112px 2520px #fff, 2306px 210px #fff, 1100px 2060px #fff, 759px 2334px #fff, 345px 307px #fff, 972px 701px #fff, 1203px 1017px #fff, 583px 2233px #fff, 1572px 308px #fff, 2000px 3px #fff, 2387px 585px #fff, 2057px 800px #fff, 1608px 2481px #fff, 2px 1035px #fff, 2463px 1125px #fff, 1377px 1524px #fff, 798px 2189px #fff, 442px 1858px #fff, 836px 2548px #fff, 753px 430px #fff, 1118px 1571px #fff, 1790px 2051px #fff, 2315px 1589px #fff, 2433px 1136px #fff, 1844px 2316px #fff, 724px 359px #fff, 407px 2246px #fff, 780px 1363px #fff, 1494px 911px #fff, 1655px 135px #fff, 325px 76px #fff, 374px 357px #fff, 1204px 2354px #fff, 1177px 1995px #fff, 2509px 841px #fff, 1752px 1693px #fff, 1931px 2162px #fff, 620px 89px #fff, 149px 45px #fff, 526px 2379px #fff, 153px 822px #fff, 2230px 1596px #fff, 2158px 1685px #fff, 1150px 1830px #fff, 2247px 2415px #fff, 2242px 1655px #fff, 1869px 2375px #fff, 832px 327px #fff, 825px 2320px #fff, 2520px 1215px #fff, 1448px 335px #fff, 1655px 2232px #fff, 516px 355px #fff, 323px 2336px #fff, 1411px 701px #fff, 353px 621px #fff, 337px 968px #fff, 594px 1596px #fff, 716px 28px #fff, 763px 2495px #fff, 1071px 217px #fff, 1285px 1928px #fff, 1011px 2450px #fff, 1468px 2392px #fff;
  height: 2px;
  width: 2px;
}

.particle-3 {
  -webkit-animation: animParticle 180s linear infinite;
  animation: animParticle 180s linear infinite;
  box-shadow: 0px 0px #fff, 782px 2140px #fff, 765px 968px #fff, 2150px 1302px #fff, 2526px 2343px #fff, 1650px 253px #fff, 1221px 554px #fff, 2057px 448px #fff, 2391px 1868px #fff, 2153px 2187px #fff, 2521px 286px #fff, 2235px 985px #fff, 349px 1065px #fff, 1942px 1887px #fff, 899px 356px #fff, 2147px 1427px #fff, 932px 946px #fff, 819px 2146px #fff, 1435px 435px #fff, 2112px 1597px #fff, 1982px 1771px #fff, 2154px 2029px #fff, 334px 690px #fff, 430px 1630px #fff, 625px 2276px #fff, 758px 1164px #fff, 1901px 1151px #fff, 2138px 2122px #fff, 1629px 1336px #fff, 724px 1978px #fff, 866px 395px #fff, 1849px 160px #fff, 2014px 2007px #fff, 280px 1674px #fff, 1512px 2516px #fff, 1920px 63px #fff, 1917px 516px #fff, 1466px 862px #fff, 386px 1814px #fff, 707px 2083px #fff, 1099px 1941px #fff, 2177px 267px #fff, 2523px 1588px #fff, 1982px 1319px #fff, 664px 30px #fff, 553px 2110px #fff, 2422px 215px #fff, 279px 15px #fff, 1414px 1205px #fff, 1292px 1554px #fff, 229px 1448px #fff, 1360px 1476px #fff, 1152px 2289px #fff, 716px 441px #fff, 1106px 1482px #fff, 2519px 9px #fff, 1822px 1551px #fff, 251px 1087px #fff, 411px 1594px #fff, 1009px 2072px #fff, 1980px 2031px #fff, 1364px 1463px #fff, 54px 1120px #fff, 1305px 1450px #fff, 1290px 823px #fff, 345px 1740px #fff, 898px 1354px #fff, 1118px 1512px #fff, 1658px 1204px #fff, 1981px 409px #fff, 2520px 337px #fff, 32px 2187px #fff, 2528px 1825px #fff, 1401px 2499px #fff, 2546px 1556px #fff, 1109px 771px #fff, 379px 2325px #fff, 286px 1052px #fff, 811px 1390px #fff, 259px 1777px #fff, 1914px 1247px #fff, 384px 2001px #fff, 615px 362px #fff, 2452px 1003px #fff, 744px 1801px #fff, 1800px 2523px #fff, 2273px 419px #fff, 810px 278px #fff, 380px 2142px #fff, 1335px 1364px #fff, 982px 701px #fff, 1864px 2489px #fff, 2288px 2475px #fff, 410px 1590px #fff, 639px 380px #fff, 1580px 2207px #fff, 618px 1699px #fff, 1675px 1948px #fff, 1049px 2336px #fff, 1591px 33px #fff, 1028px 1856px #fff;
  height: 3px;
  width: 3px;
}

.particle-3:after {
  box-shadow: 0px 0px #fff, 18px 603px #fff, 59px 1589px #fff, 1993px 777px #fff, 693px 708px #fff, 2391px 979px #fff, 2228px 1165px #fff, 2479px 1151px #fff, 2085px 1008px #fff, 1846px 1738px #fff, 268px 2423px #fff, 597px 446px #fff, 2278px 704px #fff, 1849px 2059px #fff, 1542px 2171px #fff, 1673px 995px #fff, 2324px 2485px #fff, 115px 2094px #fff, 2516px 1411px #fff, 1133px 1508px #fff, 18px 2005px #fff, 1243px 1363px #fff, 2193px 946px #fff, 2163px 2105px #fff, 1284px 1015px #fff, 754px 549px #fff, 2125px 1784px #fff, 568px 2267px #fff, 1957px 2510px #fff, 2248px 1553px #fff, 563px 502px #fff, 2132px 2355px #fff, 1687px 1052px #fff, 954px 720px #fff, 936px 945px #fff, 501px 258px #fff, 1468px 1753px #fff, 1873px 1043px #fff, 28px 1715px #fff, 572px 586px #fff, 1741px 1600px #fff, 200px 1931px #fff, 38px 1121px #fff, 2440px 713px #fff, 179px 2417px #fff, 1540px 2175px #fff, 1827px 1295px #fff, 516px 1117px #fff, 510px 1279px #fff, 553px 1171px #fff, 2356px 522px #fff, 1604px 1733px #fff, 290px 24px #fff, 1555px 271px #fff, 393px 2203px #fff, 1460px 368px #fff, 837px 441px #fff, 837px 87px #fff, 1863px 2227px #fff, 2525px 2155px #fff, 1671px 712px #fff, 1791px 594px #fff, 294px 445px #fff, 560px 170px #fff, 960px 1393px #fff, 1933px 1580px #fff, 1661px 356px #fff, 1975px 1932px #fff, 2406px 1965px #fff, 2370px 1286px #fff, 538px 482px #fff, 896px 1300px #fff, 1160px 2028px #fff, 969px 676px #fff, 50px 115px #fff, 96px 2415px #fff, 2447px 557px #fff, 949px 618px #fff, 1481px 1030px #fff, 837px 817px #fff, 59px 734px #fff, 1624px 39px #fff, 1810px 317px #fff, 774px 740px #fff, 639px 1332px #fff, 2279px 2365px #fff, 2510px 2193px #fff, 2126px 1746px #fff, 799px 1627px #fff, 1107px 998px #fff, 943px 649px #fff, 2389px 1110px #fff, 448px 956px #fff, 467px 491px #fff, 452px 931px #fff, 1209px 2134px #fff, 2390px 1641px #fff, 1822px 511px #fff, 1518px 198px #fff, 1900px 70px #fff, 1847px 1062px #fff;
  height: 3px;
  width: 3px;
}

.particle-4 {
  -webkit-animation: animParticle 600s linear infinite;
  animation: animParticle 600s linear infinite;
  box-shadow: 0px 0px #fff, 159px 338px #fff, 2424px 2147px #fff, 816px 156px #fff, 21px 946px #fff, 913px 556px #fff, 325px 880px #fff, 2298px 1712px #fff, 1161px 1704px #fff, 2442px 1725px #fff, 60px 2384px #fff, 136px 2435px #fff, 641px 842px #fff, 818px 1262px #fff, 1555px 292px #fff, 1279px 1686px #fff, 820px 2296px #fff, 1713px 708px #fff, 2045px 891px #fff, 1537px 1772px #fff, 975px 431px #fff, 442px 387px #fff, 2073px 568px #fff, 465px 2069px #fff, 1053px 2286px #fff, 568px 342px #fff, 1162px 2467px #fff, 1820px 708px #fff, 1630px 1825px #fff, 1002px 906px #fff, 2076px 1298px #fff, 1746px 1160px #fff, 1975px 774px #fff, 194px 1375px #fff, 550px 81px #fff, 1878px 1939px #fff, 1105px 177px #fff, 1499px 1697px #fff, 2466px 2545px #fff, 766px 188px #fff, 1612px 336px #fff, 2075px 2117px #fff, 468px 575px #fff, 64px 743px #fff, 658px 1527px #fff, 99px 373px #fff, 112px 2079px #fff, 202px 20px #fff, 112px 240px #fff, 1537px 2090px #fff, 1667px 1819px #fff, 742px 200px #fff, 1476px 509px #fff, 146px 1427px #fff, 1630px 2243px #fff, 1954px 1094px #fff, 1045px 1550px #fff, 2295px 2203px #fff, 808px 1796px #fff, 1346px 1951px #fff, 2075px 1658px #fff, 1280px 676px #fff, 1205px 1139px #fff, 252px 2120px #fff, 895px 940px #fff, 2539px 320px #fff, 571px 1630px #fff, 1593px 940px #fff, 964px 1674px #fff, 2096px 28px #fff, 211px 2401px #fff, 1934px 1929px #fff, 518px 2017px #fff, 319px 210px #fff, 442px 2541px #fff, 444px 139px #fff, 2020px 969px #fff, 2254px 1392px #fff, 496px 1418px #fff, 1324px 2166px #fff, 216px 1170px #fff, 1305px 200px #fff, 1507px 1369px #fff, 1860px 2162px #fff, 1631px 746px #fff, 1388px 1304px #fff, 81px 1470px #fff, 564px 1885px #fff, 852px 192px #fff, 2455px 551px #fff, 593px 731px #fff, 2319px 1483px #fff, 1472px 1811px #fff, 2358px 2188px #fff, 1004px 1098px #fff, 1373px 2010px #fff, 1520px 1592px #fff, 947px 1073px #fff, 1301px 954px #fff, 1661px 2380px #fff, 447px 777px #fff, 717px 917px #fff, 1265px 1388px #fff, 2060px 488px #fff, 2435px 2502px #fff, 595px 2183px #fff, 733px 1580px #fff, 369px 1859px #fff, 26px 907px #fff, 1369px 1968px #fff, 1828px 1393px #fff, 2421px 2500px #fff, 2404px 1579px #fff, 655px 575px #fff, 1386px 611px #fff, 1583px 2023px #fff, 843px 1797px #fff, 1711px 214px #fff, 1627px 1168px #fff, 1196px 148px #fff, 2269px 2135px #fff, 37px 119px #fff, 2304px 2429px #fff, 1574px 1068px #fff, 81px 2266px #fff, 2550px 2560px #fff, 1509px 617px #fff, 1989px 1106px #fff, 1088px 1516px #fff, 269px 622px #fff, 2494px 1721px #fff, 880px 2528px #fff, 2211px 266px #fff, 781px 2021px #fff, 2332px 1651px #fff, 2496px 1455px #fff, 1171px 782px #fff, 2106px 560px #fff, 1924px 1453px #fff, 1157px 915px #fff, 1796px 693px #fff, 1129px 2191px #fff, 742px 1351px #fff, 2265px 2065px #fff, 1880px 2405px #fff, 2242px 182px #fff, 719px 93px #fff, 104px 123px #fff, 1121px 1757px #fff, 1798px 1824px #fff, 338px 1332px #fff, 1692px 1746px #fff, 2178px 2053px #fff, 1084px 1008px #fff, 2098px 1837px #fff, 2436px 572px #fff, 1876px 1759px #fff, 36px 1800px #fff, 495px 1684px #fff, 1550px 2218px #fff, 2519px 1950px #fff, 825px 684px #fff, 2400px 240px #fff, 2330px 771px #fff, 2114px 690px #fff, 209px 2390px #fff, 841px 41px #fff, 1632px 2176px #fff, 637px 193px #fff, 2382px 2204px #fff, 352px 417px #fff, 889px 2339px #fff, 592px 2100px #fff, 140px 1326px #fff, 2010px 456px #fff, 385px 2357px #fff, 1782px 509px #fff, 2336px 1314px #fff, 568px 39px #fff, 663px 2306px #fff, 493px 1885px #fff, 171px 1961px #fff, 1595px 2528px #fff, 105px 2506px #fff, 1441px 183px #fff, 695px 2429px #fff, 772px 743px #fff, 1178px 2064px #fff, 795px 1057px #fff, 2292px 466px #fff, 2350px 1697px #fff, 2190px 1772px #fff, 143px 1558px #fff, 345px 799px #fff, 2282px 794px #fff, 2556px 1965px #fff, 639px 1108px #fff, 1247px 214px #fff, 1815px 1438px #fff, 1040px 1309px #fff, 249px 173px #fff, 181px 1125px #fff, 1981px 1082px #fff, 2089px 952px #fff, 1233px 1570px #fff, 913px 653px #fff, 977px 2141px #fff, 1280px 922px #fff, 856px 2452px #fff, 2347px 1825px #fff, 2337px 1629px #fff, 1866px 1682px #fff, 2177px 2294px #fff, 1175px 2217px #fff, 2407px 1148px #fff, 452px 16px #fff, 2102px 2504px #fff, 1876px 1411px #fff, 410px 1817px #fff, 1956px 1734px #fff, 2073px 368px #fff, 103px 883px #fff, 991px 2135px #fff, 2516px 996px #fff, 547px 1151px #fff, 2296px 2085px #fff, 1046px 1756px #fff, 1566px 2202px #fff, 785px 1947px #fff, 1002px 1059px #fff, 145px 2241px #fff, 201px 941px #fff, 41px 1394px #fff, 299px 702px #fff, 203px 2329px #fff, 1894px 2016px #fff, 967px 526px #fff, 1194px 2141px #fff, 563px 2060px #fff, 1079px 42px #fff, 314px 2394px #fff, 280px 872px #fff, 2201px 368px #fff, 1285px 1685px #fff, 1072px 495px #fff, 1391px 796px #fff, 246px 1815px #fff, 741px 675px #fff, 1076px 8px #fff, 1810px 772px #fff, 2232px 2354px #fff, 1107px 2449px #fff, 1624px 535px #fff, 867px 1792px #fff, 2035px 652px #fff, 2164px 1947px #fff, 1064px 110px #fff, 1058px 2504px #fff, 485px 477px #fff, 352px 812px #fff, 16px 90px #fff, 84px 422px #fff, 1199px 1160px #fff, 1926px 361px #fff, 1549px 1339px #fff, 752px 2443px #fff, 1461px 2144px #fff, 1473px 2527px #fff, 2343px 710px #fff, 2207px 125px #fff, 631px 2042px #fff, 2272px 1417px #fff, 1666px 326px #fff, 1366px 1925px #fff, 330px 443px #fff, 1514px 1770px #fff, 1687px 639px #fff, 2365px 2520px #fff, 661px 1163px #fff, 628px 1904px #fff, 2095px 2311px #fff, 1373px 1251px #fff, 1886px 1972px #fff, 1590px 466px #fff, 872px 1801px #fff, 1127px 694px #fff, 957px 516px #fff, 302px 1644px #fff, 938px 178px #fff, 736px 759px #fff, 314px 2069px #fff, 43px 1525px #fff, 919px 628px #fff, 1229px 1445px #fff, 804px 290px #fff, 1631px 2229px #fff, 1232px 921px #fff, 1149px 1410px #fff, 1224px 2343px #fff, 186px 1760px #fff, 14px 2213px #fff, 732px 2456px #fff, 655px 1611px #fff, 1518px 1447px #fff, 2018px 817px #fff, 1230px 2300px #fff, 2270px 951px #fff, 877px 216px #fff, 452px 2485px #fff, 600px 353px #fff, 703px 2206px #fff, 720px 1804px #fff, 2479px 1272px #fff, 2367px 604px #fff, 541px 963px #fff, 71px 107px #fff, 990px 2498px #fff, 627px 774px #fff, 380px 2151px #fff, 1567px 2450px #fff, 2414px 1898px #fff, 452px 447px #fff, 1176px 924px #fff, 562px 1344px #fff, 1867px 1948px #fff, 583px 2501px #fff, 1795px 682px #fff, 1079px 1529px #fff, 1368px 1033px #fff, 795px 2050px #fff, 1761px 79px #fff, 386px 1316px #fff, 1164px 4px #fff, 1708px 1097px #fff, 2359px 2386px #fff, 1386px 2357px #fff, 2540px 611px #fff, 1117px 2390px #fff, 1543px 784px #fff, 97px 1919px #fff, 1167px 1349px #fff, 1338px 2095px #fff, 2339px 993px #fff, 884px 621px #fff, 1490px 683px #fff, 1079px 2003px #fff, 2008px 2268px #fff, 2009px 1621px #fff, 2384px 468px #fff, 116px 1993px #fff, 2017px 798px #fff, 1043px 114px #fff, 1271px 1731px #fff, 776px 1343px #fff, 1352px 1458px #fff, 636px 2267px #fff, 2548px 1911px #fff, 1082px 602px #fff, 186px 2243px #fff, 1589px 191px #fff, 2243px 726px #fff, 1142px 1286px #fff, 345px 114px #fff, 1325px 540px #fff, 2227px 1689px #fff, 580px 842px #fff, 1156px 2033px #fff, 235px 349px #fff, 2282px 1077px #fff, 1535px 1352px #fff, 968px 622px #fff, 1741px 629px #fff, 1728px 2232px #fff, 487px 658px #fff, 1228px 456px #fff, 1692px 2283px #fff, 194px 789px #fff, 1782px 1147px #fff, 1464px 864px #fff, 12px 2247px #fff, 1944px 439px #fff, 1528px 2032px #fff, 2388px 1565px #fff, 1705px 89px #fff, 241px 164px #fff, 2370px 2493px #fff, 765px 1495px #fff, 1105px 945px #fff, 1712px 2434px #fff, 1971px 22px #fff, 650px 2421px #fff, 757px 233px #fff, 327px 890px #fff, 273px 718px #fff, 922px 944px #fff, 998px 2551px #fff, 121px 1400px #fff, 1938px 2005px #fff, 1528px 348px #fff, 1269px 2390px #fff, 1315px 669px #fff;
  height: 1px;
  width: 1px;
}

.particle-4:after {
  box-shadow: 0px 0px #fff, 535px 1209px #fff, 116px 1920px #fff, 474px 901px #fff, 1361px 837px #fff, 1325px 2114px #fff, 2373px 820px #fff, 2354px 2202px #fff, 1848px 1966px #fff, 957px 625px #fff, 949px 1499px #fff, 983px 2244px #fff, 558px 1708px #fff, 1888px 890px #fff, 90px 33px #fff, 1685px 1347px #fff, 336px 309px #fff, 2251px 1924px #fff, 671px 2090px #fff, 963px 1619px #fff, 1252px 1039px #fff, 163px 2352px #fff, 1061px 1377px #fff, 411px 2403px #fff, 1753px 1380px #fff, 1938px 1209px #fff, 974px 130px #fff, 2511px 1419px #fff, 1999px 1975px #fff, 1427px 1860px #fff, 558px 1886px #fff, 1609px 237px #fff, 1431px 2452px #fff, 1857px 2344px #fff, 2179px 796px #fff, 713px 1974px #fff, 1341px 2038px #fff, 189px 95px #fff, 1699px 56px #fff, 5px 1979px #fff, 2449px 1823px #fff, 656px 426px #fff, 1920px 2319px #fff, 999px 1799px #fff, 758px 2152px #fff, 106px 2300px #fff, 859px 2404px #fff, 1194px 1878px #fff, 969px 2212px #fff, 1792px 567px #fff, 2402px 1429px #fff, 1792px 707px #fff, 2407px 403px #fff, 53px 1461px #fff, 525px 1955px #fff, 1620px 1983px #fff, 870px 899px #fff, 1865px 349px #fff, 2541px 380px #fff, 52px 2216px #fff, 534px 244px #fff, 485px 572px #fff, 1865px 2418px #fff, 1250px 1524px #fff, 2065px 2320px #fff, 1108px 2052px #fff, 1743px 1065px #fff, 1513px 2350px #fff, 2536px 1037px #fff, 159px 1646px #fff, 2203px 2012px #fff, 1001px 616px #fff, 934px 1674px #fff, 1994px 2308px #fff, 757px 2364px #fff, 2332px 532px #fff, 2434px 1760px #fff, 906px 2436px #fff, 2010px 2201px #fff, 219px 2292px #fff, 1157px 601px #fff, 277px 483px #fff, 489px 233px #fff, 928px 1024px #fff, 872px 124px #fff, 1089px 2217px #fff, 2079px 1834px #fff, 1202px 2019px #fff, 2008px 2527px #fff, 1029px 783px #fff, 1607px 483px #fff, 2292px 1859px #fff, 2067px 3px #fff, 1381px 568px #fff, 2469px 621px #fff, 2424px 2469px #fff, 823px 2539px #fff, 785px 599px #fff, 210px 2040px #fff, 2523px 1094px #fff, 1024px 1474px #fff, 867px 2330px #fff, 744px 503px #fff, 893px 587px #fff, 1079px 2173px #fff, 369px 2278px #fff, 1793px 220px #fff, 1460px 1093px #fff, 1863px 1985px #fff, 1632px 1061px #fff, 1010px 1959px #fff, 1504px 782px #fff, 448px 1006px #fff, 1021px 1196px #fff, 1437px 1573px #fff, 2287px 587px #fff, 670px 373px #fff, 2498px 3px #fff, 1769px 1423px #fff, 481px 2068px #fff, 2207px 2220px #fff, 363px 2358px #fff, 2292px 1052px #fff, 177px 2346px #fff, 900px 498px #fff, 1758px 1008px #fff, 1042px 1067px #fff, 1118px 2370px #fff, 1030px 1606px #fff, 243px 551px #fff, 52px 462px #fff, 66px 1260px #fff, 1572px 2424px #fff, 736px 72px #fff, 1076px 159px #fff, 1383px 1992px #fff, 363px 37px #fff, 215px 756px #fff, 471px 2192px #fff, 2306px 1072px #fff, 38px 910px #fff, 732px 1455px #fff, 2390px 1773px #fff, 445px 1643px #fff, 2401px 1403px #fff, 784px 514px #fff, 216px 1146px #fff, 435px 309px #fff, 2546px 285px #fff, 2493px 1270px #fff, 899px 452px #fff, 1083px 1866px #fff, 47px 217px #fff, 1376px 2547px #fff, 1747px 205px #fff, 2115px 1926px #fff, 1693px 2541px #fff, 1817px 551px #fff, 1746px 882px #fff, 2458px 1694px #fff, 1616px 489px #fff, 1954px 463px #fff, 1859px 42px #fff, 1210px 1552px #fff, 2279px 1956px #fff, 1132px 12px #fff, 562px 2040px #fff, 739px 781px #fff, 904px 1171px #fff, 2400px 1933px #fff, 1325px 2053px #fff, 717px 71px #fff, 861px 1154px #fff, 1072px 1099px #fff, 65px 2255px #fff, 125px 82px #fff, 1918px 1281px #fff, 1934px 1519px #fff, 1219px 2130px #fff, 1402px 2058px #fff, 1047px 1494px #fff, 2159px 357px #fff, 108px 1066px #fff, 737px 1202px #fff, 2132px 2064px #fff, 785px 1418px #fff, 1612px 918px #fff, 1768px 517px #fff, 2394px 1381px #fff, 2553px 1944px #fff, 2273px 1264px #fff, 398px 2142px #fff, 1637px 1306px #fff, 1547px 869px #fff, 1650px 2360px #fff, 2543px 1372px #fff, 1926px 899px #fff, 2020px 1486px #fff, 1145px 820px #fff, 2219px 516px #fff, 2264px 1297px #fff, 1845px 72px #fff, 912px 475px #fff, 731px 879px #fff, 1995px 1278px #fff, 887px 2024px #fff, 2484px 96px #fff, 1044px 1600px #fff, 764px 1383px #fff, 80px 335px #fff, 1162px 565px #fff, 1951px 548px #fff, 458px 234px #fff, 226px 639px #fff, 548px 700px #fff, 396px 1273px #fff, 2409px 65px #fff, 740px 2036px #fff, 365px 1960px #fff, 434px 1242px #fff, 2490px 962px #fff, 460px 1081px #fff, 1571px 1443px #fff, 705px 1841px #fff, 2123px 1510px #fff, 1180px 1305px #fff, 73px 238px #fff, 1958px 564px #fff, 761px 2551px #fff, 358px 458px #fff, 1374px 2335px #fff, 508px 2143px #fff, 1450px 54px #fff, 2285px 428px #fff, 1409px 919px #fff, 1074px 1027px #fff, 2086px 534px #fff, 1992px 2534px #fff, 500px 1080px #fff, 2066px 2475px #fff, 529px 1156px #fff, 1724px 319px #fff, 313px 74px #fff, 158px 975px #fff, 897px 170px #fff, 2373px 2116px #fff, 1748px 1284px #fff, 212px 1878px #fff, 2351px 1826px #fff, 1533px 1376px #fff, 2360px 1159px #fff, 358px 2401px #fff, 1524px 714px #fff, 297px 1706px #fff, 725px 220px #fff, 438px 1479px #fff, 990px 723px #fff, 682px 2356px #fff, 1673px 880px #fff, 2404px 2263px #fff, 1256px 2416px #fff, 2279px 903px #fff, 1836px 2492px #fff, 769px 1820px #fff, 1376px 923px #fff, 261px 1749px #fff, 573px 1130px #fff, 489px 329px #fff, 790px 1179px #fff, 2326px 2368px #fff, 1972px 2556px #fff, 882px 2412px #fff, 1020px 1992px #fff, 303px 457px #fff, 854px 614px #fff, 969px 1289px #fff, 366px 1888px #fff, 499px 2450px #fff, 1803px 194px #fff, 959px 1798px #fff, 1237px 367px #fff, 2445px 694px #fff, 1674px 734px #fff, 25px 1318px #fff, 440px 98px #fff, 1069px 1642px #fff, 79px 996px #fff, 2081px 1976px #fff, 70px 1337px #fff, 1649px 2429px #fff, 529px 1938px #fff, 2453px 2048px #fff, 2315px 1406px #fff, 346px 687px #fff, 2282px 52px #fff, 2196px 158px #fff, 770px 2528px #fff, 900px 406px #fff, 889px 1914px #fff, 302px 15px #fff, 338px 2495px #fff, 2507px 1397px #fff, 765px 1823px #fff, 295px 2146px #fff, 2056px 2002px #fff, 2310px 866px #fff, 558px 1400px #fff, 753px 1984px #fff, 1441px 2312px #fff, 1863px 743px #fff, 1706px 63px #fff, 1788px 704px #fff, 814px 1349px #fff, 1481px 1043px #fff, 1030px 549px #fff, 853px 624px #fff, 654px 1599px #fff, 2441px 2001px #fff, 58px 2203px #fff, 1678px 778px #fff, 388px 869px #fff, 2315px 2509px #fff, 2263px 2071px #fff, 1670px 166px #fff, 730px 955px #fff, 459px 1643px #fff, 2505px 1750px #fff, 2489px 2551px #fff, 2375px 340px #fff, 495px 2043px #fff, 699px 110px #fff, 1226px 2110px #fff, 431px 4px #fff, 289px 6px #fff, 534px 1782px #fff, 1657px 2443px #fff, 786px 1698px #fff, 1833px 599px #fff, 570px 2481px #fff, 1179px 2508px #fff, 407px 2311px #fff, 1684px 1735px #fff, 163px 284px #fff, 1191px 1916px #fff, 1866px 2520px #fff, 1013px 747px #fff, 1869px 34px #fff, 1999px 340px #fff, 1548px 574px #fff, 1430px 697px #fff, 1345px 181px #fff, 686px 1594px #fff, 618px 112px #fff, 2341px 585px #fff, 86px 1354px #fff, 897px 946px #fff, 1123px 1177px #fff, 1789px 854px #fff, 1030px 130px #fff, 1156px 1306px #fff, 2228px 1386px #fff, 1498px 1946px #fff, 2000px 2000px #fff, 1697px 72px #fff, 1986px 347px #fff, 53px 1942px #fff, 650px 1728px #fff, 748px 58px #fff, 1535px 2534px #fff, 1812px 2395px #fff, 2075px 1844px #fff, 923px 878px #fff, 1136px 2296px #fff, 2209px 1196px #fff, 960px 868px #fff, 1161px 2510px #fff, 392px 294px #fff, 300px 351px #fff, 2161px 2482px #fff, 106px 56px #fff, 2282px 758px #fff, 1912px 1955px #fff, 830px 1150px #fff, 1377px 1266px #fff, 785px 62px #fff, 1128px 903px #fff, 485px 2020px #fff, 2221px 1979px #fff, 43px 2337px #fff, 1615px 2289px #fff, 2005px 2419px #fff, 1040px 408px #fff, 702px 1087px #fff, 2263px 1783px #fff, 1453px 1539px #fff, 1014px 1405px #fff, 1267px 1732px #fff, 2533px 2340px #fff, 1428px 788px #fff, 1995px 473px #fff, 454px 596px #fff;
  height: 1px;
  width: 1px;
}

@-webkit-keyframes animParticle {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2560px);
  }
}

@keyframes animParticle {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2560px);
  }
}

.page-wrapper {
  text-align: center;
  color: #fff;
  z-index: 2;
}

/**
 * CODEPEN PROMOTION
 * unrelated to particle system
 */
.codepen-promo:active,
.codepen-promo:hover,
.codepen-promo:link,
.codepen-promo:visited {
  bottom: 30px;
  display: block;
  position: absolute;
  right: 30px;
  width: 200px;
  z-index: 99;
}

.codepen-promo-image {
  width: 100%;
}

.unsplash-promo:active,
.unsplash-promo:hover,
.unsplash-promo:link,
.unsplash-promo:visited {
  bottom: 30px;
  display: block;
  position: absolute;
  left: 30px;
  width: 400px;
  z-index: 99;
  color: #666;
  text-decoration: none;
}

section#tmx-slider {
  background-color: transparent;
}

.top-img.banner-top {
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: 0;
}

section.testimonial {
  background-image: url(../images/home-partners.webp) !important;
  background-position: top left !important;
  margin-top: -10px;
}

.footer-shape-right-four,
.annos,
.left-img-ser {
  position: absolute;
  right: 0;
}

.left-img {
  position: absolute;
  left: 0;
}

.footer-shape-right-four img,
.right-img img,
.annos img,
.left-img img,
.left-img-ser img {
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 1s infinite alternate;
}

.footer-shape-right-four img,
.right-img img,
.annos img,
.left-img img,
.left-img-ser img {
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100px);
  }
}

.accordion {
  list-style: none;
  padding: 0;
}

.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  color: var(--gray);
}

#typewriter-prefix {
  text-align: left;
  color: #E8175D;
}

#typewriter-suffix {
  color: white;
}

p#typed {
  color: #28a745;
  font-weight: bold;
  font-style: italic;
}

#typewriter-text {
  color: #c8c7c7;
}

.flexboxcontainer {
  display: flex;
}

#tmx-slider .owl-carousel {
  display: block;
  background-color: #080a1f;
}

.arrow-container {
  
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
img {
  filter: none;
  -webkit-filter: grayscale(0);
}

img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#projectsGrid .owl-carousel .owl-item img{
  filter: none;
  -webkit-filter: none;
  cursor: pointer;
}#projectsGrid .owl-carousel .owl-item img:hover{
  filter: none;
  -webkit-filter: none;
}