/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f57f4b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Barlow Condensed", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #808186;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #252733;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #050507;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1.26;
  color: #252733;
}

h1, .h1 {
  font-size: 1.925rem;
}

h2, .h2 {
  font-size: 1.575rem;
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.225rem;
}

h5, .h5 {
  font-size: 1.05rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.26;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.26;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.26;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.26;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(37, 39, 51, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(37, 39, 51, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(37, 39, 51, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fcdbcd;
}

.table-hover .table-primary:hover {
  background-color: #fbcab5;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #fbcab5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(37, 39, 51, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(26, 28, 36, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(26, 28, 36, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fcd5c4;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #212529;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #212529;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #212529;
  opacity: 1;
}

.form-control::placeholder {
  color: #212529;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.325rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.8;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.8;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.76563rem;
  line-height: 1.6;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.8;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.6;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.725rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.8;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.96875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -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 .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f36527;
  border-color: #f25d1b;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f25d1b;
  border-color: #f2540f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #f57f4b;
  background-color: transparent;
  background-image: none;
  border-color: #f57f4b;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f57f4b;
  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: #212529;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #252733;
  background-color: transparent;
}

.btn-link:hover {
  color: #050507;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.8;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.6;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #808186;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 39, 51, 0.15);
  border-radius: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f57f4b;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.8rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  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;
  background-color: #f57f4b;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fef7f4;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f57f4b;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #f57f4b;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(245, 127, 75, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(245, 127, 75, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f57f4b;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(245, 127, 75, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.325rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #fcd5c4;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(37, 39, 51, 0.075), 0 0 5px rgba(252, 213, 196, 0.5);
  box-shadow: inset 0 1px 2px rgba(37, 39, 51, 0.075), 0 0 5px rgba(252, 213, 196, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.725rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.96875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.325rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.325rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #fcd5c4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #fcd5c4;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.325rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.325rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.8;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0 0 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f57f4b;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.30313rem;
  padding-bottom: 0.30313rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(37, 39, 51, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(37, 39, 51, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(37, 39, 51, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(37, 39, 51, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(37, 39, 51, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(37, 39, 51, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(37, 39, 51, 0.5);
  border-color: rgba(37, 39, 51, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(37, 39, 51, 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(37, 39, 51, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(37, 39, 51, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(37, 39, 51, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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(37, 39, 51, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(37, 39, 51, 0.03);
  border-bottom: 1px solid rgba(37, 39, 51, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(37, 39, 51, 0.03);
  border-top: 1px solid rgba(37, 39, 51, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #252733;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #050507;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(245, 127, 75, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.8;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.6;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #f57f4b;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f25d1b;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7f4227;
  background-color: #fde5db;
  border-color: #fcdbcd;
}

.alert-primary hr {
  border-top-color: #fbcab5;
}

.alert-primary .alert-link {
  color: #582e1b;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #f57f4b;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #808186;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(37, 39, 51, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f57f4b;
  border-color: #f57f4b;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7f4227;
  background-color: #fcdbcd;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7f4227;
  background-color: #fbcab5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7f4227;
  border-color: #7f4227;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #252733;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #252733;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 39, 51, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #252733;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.8;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #252733;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #252733;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #252733;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #252733;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #252733;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.76563rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(37, 39, 51, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(37, 39, 51, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(37, 39, 51, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(37, 39, 51, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(37, 39, 51, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #252733;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #808186;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: #f57f4b !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #f25d1b !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #f57f4b !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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;
  }
}

.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;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-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;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/****/

a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

a:hover,
a:focus,
a:active {
    outline: none !important;
    color: #f57f4b;
    text-decoration: none;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none !important;
}

label {
    font-weight: 600;
    color: #262834;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    text-transform: capitalize;
}

h4,
.h4,
h5,
h6,
.h5,
.h6 {
    line-height: 30px;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea,
.body-page select {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
}

.body-page input[type="text"]:focus,
.body-page input[type="text"]:active,
.body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover,
.body-page select:focus,
.body-page select:active,
.body-page select:hover {
    outline: none;
}

.label {
    color: #000 !important;
}

.list-menu ul li {
    list-style: none;
    padding: 15px 2px;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list-menu ul li:last-child {
    border-bottom: none;
}

ul {
    margin: 0;
    padding-left: 30px;
}

ul ul {
    padding-left: 20px;
}

ul li {
    list-style: inherit;
}

ul li i {
    margin-right: 3px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
}

.item-list ul li {
    margin-left: 0;
}

ul.menu>li {
    position: relative;
    padding: 4px 0 10px;
    margin: 0 0 2px !important;
}

ul.menu>li>a {
    padding-left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
}

ul.menu>li>a:hover,
ul.menu>li>a:active,
ul.menu>li>a:focus {
    color: #f57f4b;
}

ul.feature-list {
    margin: 10px 0;
    padding-left: 0;
}

ul.feature-list>li {
    padding-left: 25px;
    position: relative;
    list-style: none;
    margin-bottom: 2px;
}

ul.feature-list>li:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 1;
    color: #f57f4b;
    font-weight: 900;
    font-size: 10px;
}

ul.inline>li {
    float: left;
    margin-left: 5px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
}

table>thead>tr>th,
table>thead>tr>td,
table>tbody>tr>th,
table>tbody>tr>td,
table>tfoot>tr>th,
table>tfoot>tr>td {
    border-color: #dee2e6;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

table>thead>tr>th,
table>thead>tr>td {
    border-bottom-width: 2px;
}

.no-padding {
    padding: 0 !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
}


/************************* Pagination ************************/

.pager {
    text-align: center;
}

.pager ul.pager__items {
    display: inline-block;
    padding: 0;
}

.pager ul.pager__items>li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.pager ul.pager__items>li a {
    border: 1px solid #dee2e6;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    margin: 0 1px;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
    background: #fff;
}

.pager ul.pager__items>li a:last-child {
    margin-right: 0;
}

.pager ul.pager__items>li a:hover {
    background: #f57f4b;
    color: #fff;
    border-color: #f57f4b;
}

.pager ul.pager__items>li a:hover:after {
    color: #fff;
}

.pager ul.pager__items>li.pager__item--next {
    font-size: 12px;
}

.pager ul.pager__items>li.pager__item--last {
    font-size: 12px;
}

.pager ul.pager__items>li.is-active a {
    background: #f57f4b;
    color: #fff;
    border-color: #f57f4b;
}

.pager ul.pager__items>li.is-active a:after {
    color: #fff;
}

.quick-pagination .pager {
    text-align: center;
    margin-top: 20px;
}

.quick-pagination .pager .pager__item--first,
.quick-pagination .pager .pager__item--last {
    display: none;
}

.quick-pagination .pager .pager__item--previous,
.quick-pagination .pager .pager__item--next {
    position: relative;
}

.quick-pagination .pager .pager__item--previous a,
.quick-pagination .pager .pager__item--next a {
    text-indent: -99999px;
    position: relative;
}

.quick-pagination .pager .pager__item--previous a:after,
.quick-pagination .pager .pager__item--next a:after {
    content: '\f061';
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #252733;
    text-indent: 0;
    font-size: 11px;
}

.quick-pagination .pager .pager__item--previous.pager__item--previous a:after,
.quick-pagination .pager .pager__item--next.pager__item--previous a:after {
    content: '\f060';
}

.breadcrumb-content-inner {
    margin-bottom: 30px;
    text-align: center;
}

.gavias-pagebuilder .breadcrumb-content-inner {
    margin-bottom: 0;
}

.breadcrumb-content-inner .breadcrumb-content-main {
    position: relative;
    z-index: 9;
    max-width: 600px;
    margin: 0 auto;
}

.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
        font-size: 30px;
    }
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    padding: 120px 0 120px;
    margin-bottom: 45px;
    position: relative;
}

@media (max-width: 991.98px) {
    .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
        padding: 60px 0;
    }
}

.gavias-pagebuilder .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    margin-bottom: 0;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
    color: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *:after,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title:after,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *:after,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title:after {
    background: #fff;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li {
    color: #f57f4b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a,
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
    color: #f57f4b;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
    display: inline-block;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    font-size: 14px;
    font-weight: 400;
    color: #bbbbbb;
    text-transform: capitalize;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
    color: #252733;
}

.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
    color: #f57f4b;
}

.breadcrumb-content-inner .gva-parallax-background .gva-parallax-inner {
    background-position: center center;
}

pre {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin: 30px 0;
}

.drupal-message {
    background: #CDCDCD;
    max-width: 1170px;
    margin: 0 auto;
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-height: 50%;
    overflow: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-transition-delay: 4px;
    transition-delay: 4px;
}

.drupal-message .messages__wrapper {
    padding: 2px 30px 2px 15px;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
    color: #fff;
}

.hidden {
    display: none !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

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

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

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

html {
    overflow-x: hidden !important;
}

body {
    overflow: hidden !important;
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

body.boxed {
    background-color: #EAF1F7;
}

body.boxed div.gva-body-wrapper {
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
    position: relative;
}

body .body-page {
    background-color: #fff;
}

body.logged-in.toolbar-horizontal .header-v2 {
    top: 39px;
}

body.bg-dark {
    background: #EFF1F2;
}

body.bg-dark .gva-body-page {
    background: #EFF1F2;
}

body.one-page-full header#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
}

body.one-page-full .row-first-level.gbb-row>.fp-tableCell>.bb-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

body.one-page-full .row-first-level.gbb-row>.fp-tableCell>.bb-inner>.bb-container {
    padding-top: 0;
}

body.one-page-full.logged-in.toolbar-tray-open.toolbar-horizontal.toolbar-fixed .row-first-level.gbb-row>.fp-tableCell>.bb-inner>.bb-container {
    padding-top: 0 !important;
}

body.one-page-full #footer {
    display: none;
}

.topbar {
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.8px;
}

.topbar .block {
    margin: 0 !important;
}

.topbar .topbar-info {
    text-align: center;
}

.topbar .topbar-info ul {
    display: inline-block;
}

.topbar .topbar-info ul li {
    display: inline-block;
    float: left;
}

.topbar .topbar-info ul li.dot {
    margin: 0 30px;
}

@media (max-width: 991.98px) {
    .topbar .topbar-info ul li.dot {
        margin: 0 5px;
    }
}

.language-box .links>li {
    margin-right: 10px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    line-height: 1;
    margin-top: 5px;
    float: right;
}

.language-box .links>li.is-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767.98px) {
    .gva-search-region .icon {
        color: #252733 !important;
    }
}

.gva-search-region .icon {
    font-size: 14px;
    color: #252733;
}

.gva-search-region .icon:hover {
    cursor: pointer;
}

.gva-search-region .search-content {
    display: none;
    width: 310px;
    position: absolute;
    top: 43px;
    right: 0;
    margin-top: -1px;
    z-index: 99;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #dee2e6;
}

.gva-search-region .search-content form.search-block-form {
    padding-right: 95px;
    position: relative;
}

.gva-search-region .search-content form.search-block-form input#edit-keys {
    height: 35px;
    padding: 5px;
    border: 1px solid #dee2e6;
    background: none;
    width: 100%;
}

.gva-search-region .search-content form.search-block-form input[id*="edit-submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    background: #f57f4b;
    color: #fff;
    border: none;
    font-size: 14px;
    width: 90px;
    font-weight: 600;
}

.gva-search-region .search-content form.search-block-form input[id*="edit-submit"]:hover {
    cursor: pointer;
}

.gva-search-region .search-content #edit-actions {
    margin: 0 !important;
    padding: 0 !important;
}

.gva-search-region.show .search-content {
    display: block;
}

.quick-side-icon {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.quick-side-icon .qicon {
    font-size: 20px;
    line-height: 34px;
    color: #262834;
    display: block;
}

.quick-side-icon:hover {
    background: #f57f4b;
}

.gva-quick-side {
    position: fixed;
    width: 350px;
    top: 0;
    right: -355px;
    z-index: 99;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: left;
    padding: 20px 30px;
    overflow-x: hidden;
    height: 100%;
}

@media (max-width: 355px) {
    .gva-quick-side {
        width: 100%;
    }
}

.gva-quick-side .quick-side-close {
    margin-bottom: 15px;
    font-size: 18px;
    display: inline-block;
}

.gva-quick-side .content-inner .block {
    text-align: left;
}

.gva-quick-side .content-inner .block .block-title {
    text-align: left;
    font-weight: 600;
}

.gva-quick-side .content-inner .block .block-title:after {
    left: 0;
}

.gva-quick-side .content-inner ul {
    width: 100%;
}

.gva-quick-side .content-inner ul>li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.gva-quick-side .content-inner ul>li:last-child {
    border-bottom: none;
}

.gva-quick-side .content-inner ul>li a {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}

.gva-quick-side .content-inner ul>li a:hover,
.gva-quick-side .content-inner ul>li a:active,
.gva-quick-side .content-inner ul>li a:focus {
    color: #f57f4b !important;
}

.gva-quick-side .content-inner ul.gva_menu li a {
    font-size: 16px;
}

.gva-quick-side .block {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.gva-quick-side.open {
    right: 0;
    width: 352px;
}

body.logged-in.toolbar-horizontal .gva-quick-side {
    padding-top: 90px;
}

header .site-branding-logo {
    padding: 30px 0;
    display: inline-block;
    height: auto;
}

@media (max-width: 767.98px) {
    header .site-branding {
        text-align: left;
        padding-bottom: 10px;
    }
}

header .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

header .header-main {
    padding: 0;
    background: none;
}

@media (max-width: 991.98px) {
    header .main-menu-inner {
        width: 100%;
    }
}

header .area-main-menu .navigation {
    position: static;
}

header .area-main-menu .navigation ul.gva_menu {
    position: static;
}

header .block {
    margin-bottom: 0;
}

.header-info {
    font-size: 16px;
    font-weight: 500;
    color: #d0d0d4;
}

.header-info li {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: solid 2px rgba(255, 255, 255, 0.1);
}

.header-info li+li {
    border-left: 0;
    margin-left: -3px;
}

.header-info span {
    color: #f57f4b;
    margin-right: 10px;
    font-size: 14px;
}

header.header-default {
    width: 100%;
    position: relative;
    z-index: 11;
    background: #252733;
}

header.header-default .topbar {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0px 1px 0 0 rgba(255, 255, 255, 0.05);
}

header.header-default .header-main-inner .navigation .gva_menu>li>a {
    color: #fff;
}

header.header-default .header-main-inner .navigation .gva_menu>li>a:hover {
    color: #f57f4b;
}

header.header-default .header-right {
    margin-left: 20px;
}

header.header-default .header-right,
header.header-default .area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.header-default .menu-bar span {
    background: #fff;
}

header.header-default .gva-search-region .icon {
    color: #fff !important;
}

header.header-default .quick-side-icon {
    margin-left: 20px;
}

header.header-default .quick-side-icon .qicon {
    color: #fff;
}

header.header-default .stuck {
    background: #252733;
}

header.header-1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    header.header-1 {
        position: relative;
        background: #252733;
    }
}

header.header-1 .topbar {
    background-color: rgba(0, 0, 0, 0.2);
}

header.header-1 .header-main-inner .navigation .gva_menu>li>a {
    color: #fff;
}

header.header-1 .header-main-inner .navigation .gva_menu>li>a:hover {
    color: #f57f4b;
}

header.header-1 .header-right {
    margin-left: 20px;
}

header.header-1 .header-right,
header.header-1 .area-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.header-1 .menu-bar span {
    background: #fff;
}

header.header-1 .gva-search-region .icon {
    color: #fff !important;
}

header.header-1 .quick-side-icon {
    margin-left: 20px;
}

header.header-1 .quick-side-icon .qicon {
    color: #fff;
}

header.header-1 .stuck {
    background: #252733;
}

header.header-2 {
    background: #252733;
    padding: 0 100px;
}

@media (max-width: 1199.98px) {
    header.header-2 {
        padding: 0 15px;
    }
}

header.header-2 .content-inner .branding {
    width: 135px;
}

header.header-2 .content-inner .header-right {
    width: 390px;
}

@media (max-width: 1420px) {
    header.header-2 .content-inner .header-right {
        width: 190px;
    }
    header.header-2 .content-inner .header-right .header-info {
        border: 2px solid rgba(255, 255, 255, 0.1);
    }
    header.header-2 .content-inner .header-right .header-info li {
        padding: 5px 10px;
        border: 0;
    }
    header.header-2 .content-inner .header-right .header-info li+li {
        padding-top: 0;
    }
}

@media (max-width: 500px) {
    header.header-2 .content-inner .header-right {
        display: none;
    }
}

header.header-2 .header-main-inner .navigation .gva_menu>li>a {
    color: #fff;
}

header.header-2 .header-main-inner .navigation .gva_menu>li>a:hover {
    color: #f57f4b;
}

header.header-2 #menu-bar span {
    background: #fff;
}

@media (max-width: 1199.98px) {
    header.header-2 .main-menu-inner .navigation .gva_menu>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

header.header-2 .stuck {
    background: rgba(37, 39, 51, 0.8);
}

.gv-sticky-menu {
    position: static;
    top: -75px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
}

.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (min-width: 992px) {
    .sticky-is-hidden .stuck {
        top: -200px;
    }
    .sticky-is-show .stuck {
        -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
        top: 0;
    }
}

.area.slideshow_content .block {
    margin-bottom: 0;
}

.area-panel {
    padding: 30px 0;
}

.header-right .block {
    margin-bottom: 0;
}

.promotion {
    padding: 0;
    margin-bottom: 0;
}

#page-main-content {
    min-height: 360px;
}

@media (max-width: 767.98px) {
    #page-main-content {
        min-height: 100px;
    }
}

.main-menu .area-main-menu .area-inner .block {
    margin-bottom: 0;
}

.sidebar {
    position: relative;
}

#footer {
    color: #d0d0d4;
}

#footer .footer-inner {
    padding: 120px 0;
    background: url("../images/bg-footer.jpg") no-repeat center bottom #262834;
}

@media (max-width: 991.98px) {
    #footer .footer-inner {
        padding: 60px 0;
    }
}

#footer a {
    color: #d0d0d4;
}

#footer a:hover,
#footer a:focus {
    color: #f57f4b;
}

#footer .before-footer {
    padding: 0;
}

#footer .block {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .block .block-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

#footer ul.menu {
    font-weight: 500;
}

#footer ul.menu>li {
    padding: 0;
    margin: 0;
}

#footer .socials-1 a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: solid 4px #ffffff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

#footer .socials-1 a:hover,
#footer .socials-1 a:focus {
    color: #f57f4b;
    border-color: #f57f4b;
}

#footer .socials-1 a+a {
    margin-left: 10px;
}

#footer .copyright {
    font-size: 18px;
    font-weight: 500;
    background: #f57f4b;
    color: #fff;
    padding: 20px 0;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright a:hover,
#footer .copyright a:focus {
    color: #252733;
}

@media (max-width: 991.98px) {
    #footer .footer-column {
        margin-bottom: 45px;
    }
}

body.hidden-title .node--view-mode-full .header-title {
    display: none !important;
}


/* ----- Maintenance page ----- */

body.maintenance-page {
    background-color: #fff;
    color: #000;
}

.maintenance-page #page-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
    min-height: 0;
    border: 1px solid #ddd;
    margin-top: 40px;
}

.maintenance-page #page {
    margin: 10px;
}

.maintenance-page #main-wrapper {
    min-height: inherit;
}

.maintenance-page #header {
    width: auto;
}

.maintenance-page #main {
    margin: 0;
}

.maintenance-page .content .section {
    padding: 0 0 0 10px;
    /* LTR */
}

[dir="rtl"] .maintenance-page .content .section {
    padding-left: 0;
    padding-right: 10px;
}

.maintenance-page #header {
    background-color: #fff;
    background-image: none;
}

.maintenance-page .site-branding-text {
    margin-bottom: 50px;
    margin-left: 0;
    /* LTR */
    padding-top: 20px;
    font-size: 90%;
}

[dir="rtl"] .maintenance-page .site-branding-text {
    margin-right: 0;
}

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
    color: #777;
}

.maintenance-page .page-title {
    line-height: 1em;
    margin-top: 0;
}

@media all and (min-width: 800px) {
    .maintenance-page #page-wrapper {
        width: 800px;
    }
    .maintenance-page #header div.section,
    .maintenance-page #main {
        width: 700px;
    }
}

@media all and (min-width: 600px) {
    .maintenance-page #page {
        margin: 20px 40px 40px;
    }
}

.page-notfound {
    text-align: center;
    padding: 150px 0;
    background: #f6f6f6;
}

@media (max-width: 767.98px) {
    .page-notfound {
        padding: 50px 0;
    }
}

.page-notfound header {
    display: none !important;
}

.page-notfound .big-title {
    font-size: 200px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252733;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .page-notfound .big-title {
        font-size: 90px;
    }
}

.page-notfound .sub-title {
    color: #999999;
    padding: 30px 0;
}

.page-notfound .content {
    color: #666666;
    font-size: 16px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px;
}

@media (max-width: 767.98px) {
    .page-notfound .content {
        padding: 0 20px;
    }
}

.page-notfound .action {
    text-align: center;
    margin-top: 30px;
}

.page-notfound .action a {
    font-size: 16px;
    color: #f57f4b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-notfound .action a:hover {
    color: #252733;
}

.content-full>.container {
    padding: 120px 15px;
}

@media (max-width: 991.98px) {
    .content-full>.container {
        padding: 60px 15px;
    }
}

.portfolio-single {
    -webkit-box-shadow: none;
    box-shadow: none;
    box-shadow: none !important;
}

.portfolio-single .portfolio-images .owl-nav .owl-prev {
    left: 20px !important;
}

.portfolio-single .portfolio-images .owl-nav .owl-next {
    right: 20px !important;
}

.portfolio-single .portfolio-images .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.portfolio-single>.row {
    margin: 0;
}

.portfolio-single .post-thumbnail {
    padding-bottom: 20px;
    text-align: center;
}

.portfolio-single .post-title {
    font-size: 26px;
    padding: 0;
    margin: 0 !important;
}

@media (max-width: 991.98px) {
    .portfolio-single .post-title {
        font-size: 20px;
    }
}

.portfolio-single .post-meta .line {
    width: 10px;
    height: 2px;
    background: #f57f4b;
    margin: 0 10px 0 4px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.portfolio-single .portfolio-informations {
    background: #f5f5f5;
    padding: 30px;
    margin: 0 10px 10px 10px;
    float: right;
}

.portfolio-single .portfolio-informations .item-information {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
}

.portfolio-single .portfolio-informations .item-information span:first-child {
    font-weight: 600;
    width: 100px;
    color: #252733;
    display: inline-block;
}

.portfolio-single .portfolio-informations .item-information span:last-child {
    width: calc(100% - 100px);
}

.portfolio-single .post-content ul {
    padding-left: 20px;
    margin-top: 15px;
}

.team-single-page .team-name {
    margin-bottom: 30px;
}

.team-single-page .team-name .name {
    font-size: 30px;
    font-weight: 600;
    color: #252733;
    line-height: 42px;
}

.team-single-page .team-name .job {
    font-size: 12px;
    color: #999999;
}

.team-single-page .team-name .line {
    text-align: center;
    float: left;
}

.team-single-page .team-name .line span {
    width: 30px;
    height: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    margin: 0 5px;
}

.team-single-page .team-name .line span.one {
    background: #5EB4E7;
    margin-left: 0;
}

.team-single-page .team-name .line span.second {
    background: #F8C44F;
}

.team-single-page .team-name .line span.three {
    background: #F49626;
    margin-right: 0;
}

.team-single-page .socials {
    margin-top: 10px;
}

.team-single-page .heading {
    font-size: 18px;
    font-weight: 600;
    color: #252733;
}

.team-single-page .team-contact {
    margin-bottom: 25px;
}

.team-single-page .team-contact .content-inner,
.team-single-page .team-education .content-inner {
    color: #999999;
    font-size: 13px;
    line-height: 28px;
}

.team-single-page .team-education .field__item {
    padding-left: 20px;
    position: relative;
}

.team-single-page .team-education .field__item:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #f57f4b;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.team-single-page .team-info {
    margin-bottom: 30px !important;
}

.team-single-page .team-quote {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
}

.team-single-page .team-quote:after {
    font-family: "FontAwesome";
    content: "\f10d";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    color: #f57f4b;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.page-user-login,
.page-user-register,
.page-user-pass {
    position: relative;
}

.page-user-login .bg,
.page-user-register .bg,
.page-user-pass .bg {
    background: #152C49;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.page-user-login input,
.page-user-register input,
.page-user-pass input {
    max-width: 100%;
}

.page-user-login .main-page,
.page-user-register .main-page,
.page-user-pass .main-page {
    padding: 10px 30px 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    background: #fff;
    border: 8px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 50px auto 0;
    position: relative;
    z-index: 99;
}

@media (max-width: 767.98px) {
    .page-user-login .main-page,
    .page-user-register .main-page,
    .page-user-pass .main-page {
        margin-top: 35px;
    }
}

.page-user-login .branding,
.page-user-register .branding,
.page-user-pass .branding {
    margin-bottom: 20px;
}

.page-user-login .container,
.page-user-register .container,
.page-user-pass .container {
    padding: 0;
}

.page-user-login .nav-tabs,
.page-user-register .nav-tabs,
.page-user-pass .nav-tabs {
    margin-bottom: 20px;
}

.page-user-login .nav-tabs>li>a,
.page-user-register .nav-tabs>li>a,
.page-user-pass .nav-tabs>li>a {
    padding: 8px 20px 0 0 !important;
}

.post-block {
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.node-detail .post-block {
    margin-bottom: 0;
}

.post-block .post-image {
    overflow: hidden;
}

.post-block .post-image a {
    position: relative;
    display: block;
}

.post-block .post-image img {
    width: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.post-block .post-image:hover a:before,
.post-block .post-image:hover a:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.post-block .post-title {
    margin-bottom: 30px;
    line-height: 34px;
    font-weight: 500;
    font-size: 26px;
    display: block;
}

.post-block .post-title a {
    color: #252733;
    word-wrap: break-word;
}

.post-block .post-title a:hover,
.post-block .post-title a:active,
.post-block .post-title a:before {
    color: #f57f4b;
}

.post-block .post-date-2 {
    width: 80px;
    height: 80px;
    border: solid 8px #fff;
    background: #f57f4b;
    color: #fff;
    position: absolute;
    top: -30px;
    left: 40px;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
}

@media (max-width: 991.98px) {
    .post-block .post-date-2 {
        left: 15px;
    }
}

.post-block .post-date-2 span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
}

.post-block .post-date-2 .month {
    letter-spacing: 2px;
}

.post-block .post-content-inner {
    position: relative;
    padding: 50px;
}

@media (max-width: 991.98px) {
    .post-block .post-content-inner {
        padding: 30px 15px;
    }
}

.post-block .post-meta {
    font-size: 16px;
    font-weight: 500;
    color: #f57f4b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-block .post-meta:before,
.post-block .post-meta:after {
    content: " ";
    display: table;
}

.post-block .post-meta:after {
    clear: both;
}

.post-block .post-meta .author {
    text-transform: capitalize;
    padding-right: 6px;
}

.post-block .post-meta .author a {
    color: #f57f4b;
}

.post-block .post-meta .author a:hover {
    text-decoration: underline;
}

.post-block .post-meta .post-comment {
    padding-left: 6px;
}

.post-block .post-meta .post-categories {
    padding-right: 6px;
}

.post-block .post-meta .post-created {
    padding-left: 6px;
}

.post-block .post-description {
    margin-top: 15px;
}

.post-block .post-comment {
    text-transform: none;
    position: relative;
}

.post-block .post-categories {
    position: relative;
    display: inline-block;
}

.post-block .post-categories a {
    color: #f57f4b;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    line-height: 1.5;
}

.post-block .post-categories a:last-child {
    margin-right: 0;
}

.post-block .post-categories a:hover {
    color: #f57f4b;
}

.post-block .content-after {
    padding: 10px 0 0;
}

.post-block:hover .post-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.post-block.teaser-2 {
    text-align: center;
}

.post-block.teaser-2 .post-meta {
    margin-bottom: 0;
}

.post-block.teaser-2 .post-content {
    padding: 10px 20px;
    border: none;
    text-align: center;
}

.post-block.teaser-2 .post-content .post-title a {
    font-size: 28px;
}

.post-single {
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.post-single .post-block .post-date-2 {
    top: -50px;
}

.post-single .post-content {
    position: relative;
    padding: 50px;
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .post-single .post-content {
        padding: 60px 15px 30px;
    }
}

.post-single .field--name-field-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f3f3f3;
}

.post-single .field--name-field-tags>div,
.post-single .field--name-field-tags .field__item {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.post-single .field--name-field-tags .field__label {
    color: #252733;
}

.post-single .field--name-field-tags .field__item a {
    color: #f57f4b;
}

.post-footer {
    margin-top: 25px;
}

.post-footer .item-list ul li {
    margin-bottom: 15px !important;
}

.post-footer .item-list ul li:last-child {
    border: none;
    margin-bottom: 0 !important;
}

.post-footer .item-list ul li .post-block {
    background: transparent !important;
}

.post-footer .item-list ul li .post-block .post-title {
    font-size: 14px;
}

.post-footer .item-list ul li .post-block .post-title a {
    color: #fff;
    font-weight: 400;
}

.post-footer .item-list ul li .post-block .post-title a:hover {
    color: #f57f4b;
}

.post-footer .item-list ul li .post-block .post-meta {
    color: rgba(255, 255, 255, 0.8);
}

.post-footer .item-list ul li .post-block .post-meta .post-categories {
    font-size: 12px;
}

.post-footer .item-list ul li .post-block .post-meta .post-categories a {
    font-size: 10px;
}

.gallery-post {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.gallery-post:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-post .images {
    overflow: hidden;
    position: relative;
}

.gallery-post .images img {
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
}

.gallery-post a.zoomGallery {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 680px) {
    .gallery-post a.zoomGallery {
        display: none;
    }
}

.gallery-post:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-post:hover a.zoomGallery {
    opacity: 1;
    filter: alpha(opacity=100);
}

.style-dark .post-block {
    background: transparent;
}

.style-dark .post-block .post-title {
    background: transparent;
}

.style-dark .post-block .post-title a {
    color: #fff;
}

.style-dark .post-block .post-title a:hover {
    color: #f57f4b;
}

.post-style-horizontal .post-block:before,
.post-style-horizontal .post-block:after {
    content: " ";
    display: table;
}

.post-style-horizontal .post-block:after {
    clear: both;
}

.node--view-mode-full .post-thumbnail {
    margin-bottom: 10px;
}

.node--view-mode-full .post-thumbnail iframe {
    min-height: 400px;
}

.node--view-mode-full .post-categories {
    padding-bottom: 0;
    margin-bottom: 5px;
}

.node-detail {
    padding-bottom: 35px;
}

.node-detail.node--type-portfolio {
    padding-bottom: 0;
}

.node-detail iframe {
    width: 100%;
    display: block;
}

.node-detail .post-thumbnail.post-gallery {
    overflow: hidden;
}

.node-detail .post-thumbnail.post-gallery .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
}

.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
    margin-left: 100px;
}

.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
    margin-right: 100px;
}

.node-detail .post-title {
    margin-top: 10px;
    font-size: 32px;
}

.node-detail .post-meta {
    margin: 0 0 15px;
}

.categories-view-content.layout-grid .post-block,
.categories-view-content.layout-masonry .post-block {
    margin-bottom: 30px;
    text-align: left;
}

.categories-view-content.layout-grid .post-block .post-categories,
.categories-view-content.layout-masonry .post-block .post-categories {
    margin: 0;
}

.categories-view-content.layout-grid .post-block .post-categories h2,
.categories-view-content.layout-grid .post-block .post-categories h3,
.categories-view-content.layout-grid .post-block .post-categories h4,
.categories-view-content.layout-masonry .post-block .post-categories h2,
.categories-view-content.layout-masonry .post-block .post-categories h3,
.categories-view-content.layout-masonry .post-block .post-categories h4 {
    margin: 0;
    line-height: 1;
}

.categories-view-content.layout-grid .post-block .post-title,
.categories-view-content.layout-masonry .post-block .post-title {
    padding: 0;
}

.categories-view-content.layout-grid .post-block .post-meta,
.categories-view-content.layout-masonry .post-block .post-meta {
    margin-top: 0;
}

.categories-view-content.layout-grid .post-block .post-body,
.categories-view-content.layout-masonry .post-block .post-body {
    padding: 10px 0 15px;
}

.categories-view-content.layout-grid .post-block .post-content,
.categories-view-content.layout-masonry .post-block .post-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.categories-view-content.layout-list .post-block {
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block:before,
.categories-view-content.layout-list .post-block:after {
    content: " ";
    display: table;
}

.categories-view-content.layout-list .post-block:after {
    clear: both;
}

.categories-view-content.layout-list .post-block .post-thumbnail {
    width: 45%;
    float: left;
}

@media (max-width: 575.98px) {
    .categories-view-content.layout-list .post-block .post-thumbnail {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-title {
    padding: 0;
    margin: 0;
}

.categories-view-content.layout-list .post-block .post-content {
    width: 55%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 575.98px) {
    .categories-view-content.layout-list .post-block .post-content {
        width: 100%;
    }
}

.categories-view-content.layout-list .post-block .post-content .post-categories {
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
    margin: 0;
}

.post-style-list ul>li {
    margin-bottom: 30px;
}

.post-style-list .post-block {
    clear: both;
}

.post-style-list .post-block .post-image {
    width: 40%;
    float: left;
}

@media (max-width: 575.98px) {
    .post-style-list .post-block .post-image {
        width: 100%;
    }
}

.post-style-list .post-block .post-image img {
    height: auto;
    width: 100%;
}

.post-style-list .post-block .post-meta {
    margin-top: 2px;
}

.post-style-list .post-block .post-title {
    margin-bottom: 5px;
}

.post-style-list .post-block .post-content {
    padding-top: 5px;
    width: 60%;
    padding-left: 30px;
    float: left;
}

@media (max-width: 575.98px) {
    .post-style-list .post-block .post-content {
        width: 100%;
        padding-left: 0;
    }
}

.post-style-list .post-block .post-title {
    padding-top: 0;
}

.post-style-list .post-block.no-image .post-content {
    width: 100%;
    padding-left: 0;
}

.post-list-small {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.post-list-small .item-list ul li {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

.post-list-small .item-list ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0;
    border: 0;
}

.post-list-small .post-block {
    clear: both;
    background: none;
}

.post-list-small-2 .item-list ul li {
    margin-bottom: 20px !important;
}

.post-list-small-2 .item-list ul li:last-child {
    margin-bottom: 0 !important;
}

.post-list-small-2 .post-block {
    clear: both;
    background: none;
}

.post-list-small-2 .post-block .post-image {
    width: 90px;
    float: left;
}

.post-list-small-2 .post-block .post-image img {
    height: auto;
    width: 100%;
}

.post-list-small-2 .post-block .post-content {
    padding-left: 110px;
}

.post-list-small-2 .post-block .post-title {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.post-list-small-2 .post-block .post-meta {
    position: relative;
    margin-top: 3px;
    font-size: 13px;
}

.post-list-small-2 .post-block .post-meta a {
    color: #888 !important;
}

.post-list-small-2 .post-block .post-meta a:hover {
    color: #f57f4b !important;
}

.post-list-small-3 .item-list li.view-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-list-small-3 .item-list li.view-list-item:last-child {
    margin-bottom: 0;
}

.post-list-small-3 .item-list .views-field-field-image {
    width: 100px;
}

.post-list-small-3 .item-list .views-field-nothing {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.post-list-small-3 .item-list .post-block {
    clear: both;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-list-small-3 .item-list .post-block .post-title {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 22px;
    font-size: 18px;
}

.post-list-small-3 .item-list .post-block .post-title a {
    color: #808186;
}

.post-list-small-3 .item-list .post-block .post-title a:hover,
.post-list-small-3 .item-list .post-block .post-title a:focus {
    color: #f57f4b;
}

.post-list-small-3 .item-list .post-block .post-meta {
    margin: 4px 0 0;
}

.team-block.team-v1 {
    max-width: 500px;
    margin: 0 auto 30px;
    background: #fff;
}

.team-block.team-v1 .team-image {
    position: relative;
    text-align: center;
}

.team-block.team-v1 .team-job {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
}

.team-block.team-v1 .team-job:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 15px;
    height: 1px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
}

.team-block.team-v1 .socials-team {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
}

.team-block.team-v1 .socials-team a {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}

.team-block.team-v1 .socials-team a:hover,
.team-block.team-v1 .socials-team a:focus,
.team-block.team-v1 .socials-team a:active {
    color: #252733;
}

.team-block.team-v1 .team-inner {
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 90px;
}

.team-block.team-v1 .team-content {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #f57f4b;
    width: 65px;
    height: 100%;
}

.team-block.team-v1 .team-name {
    text-align: center;
    font-size: 24px;
    padding: 25px 0;
    border-bottom: 2px solid #f3f3f3;
    position: relative;
}

.team-block.team-v1 .team-name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f57f4b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.team-block.team-v1:hover .team-name:before {
    width: 100%;
}

.team-block.team-v1:hover .team-name a {
    color: #f57f4b;
}

.team-block.team-v2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: transparent;
    background: #fff;
}

.team-block.team-v2 .team-image {
    position: relative;
    background: transparent;
}

.team-block.team-v2 .team-image .socials-team {
    z-index: 9;
    width: auto;
    padding: 10px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 9;
    width: 32px;
}

.team-block.team-v2 .team-image .socials-team a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #2B2B33;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.team-block.team-v2 .team-image .socials-team a:hover,
.team-block.team-v2 .team-image .socials-team a:focus,
.team-block.team-v2 .team-image .socials-team a:active {
    background: #f57f4b;
}

.team-block.team-v2 .team-image .item-image {
    position: relative;
}

.team-block.team-v2 .team-image .item-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.team-block.team-v2 .team-content {
    background: transparent;
    position: relative;
    text-align: left;
    padding: 10px 20px 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.team-block.team-v2 .team-content .team-name {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
    padding: 20px 0 6px;
    text-transform: capitalize;
}

.team-block.team-v2 .team-content .team-job {
    font-size: 16px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.team-block.team-v2 .team-skills .progress-label {
    font-size: 16px;
    color: #252733;
    text-transform: capitalize;
}

.team-block.team-v2 .team-skills .progress {
    margin-bottom: 11px !important;
    height: 2px !important;
}

.team-block.team-v2 .team-skills .progress .progress-bar span {
    display: none;
}

.team-block.team-v2 .team-skills .progress .percentage {
    font-size: 16px;
    color: #252733;
}

.team-block.team-v2:hover .team-image .item-image:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.team-block.team-v2:hover .team-image .socials-team {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 10px;
}

.team-carousel .team-block,
.team-carousel .team-v2 {
    margin-bottom: 0;
}

.team-list .team-block .team-image {
    width: 35%;
    float: left;
}

.team-list .team-block .team-content {
    padding-left: 30px;
    width: 65%;
    float: left;
}

.team-list .team-block .team-content .team-body {
    display: block !important;
    visibility: visible !important;
    padding: 10px 0;
}

.post-slider.post-block {
    position: relative;
}

.post-slider.post-block .post-inner {
    position: relative;
}

.post-slider.post-block .post-inner:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.post-slider.post-block .post-meta-wrap {
    width: 100%;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-meta-wrap {
        padding: 20px;
    }
}

.post-slider.post-block .post-meta-wrap .post-title {
    padding: 0 0 2px;
}

.post-slider.post-block .post-meta-wrap .post-title a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-meta-wrap .post-title a {
        font-size: 15px;
    }
}

.post-slider.post-block .post-meta-wrap .post-title a:hover {
    color: #f57f4b !important;
}

.post-slider.post-block .post-body {
    margin-top: 0;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767.98px) {
    .post-slider.post-block .post-body {
        display: none;
    }
}

.post-slider.post-block .post-meta {
    color: #fff;
}

.post-slider.post-block .post-categories {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.post-slider.post-block .post-categories a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background: #f57f4b;
    padding: 2px 10px;
}

.box-margin-0 {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .box-margin-0 {
        margin-bottom: 30px;
    }
}

.box-margin-small {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .box-margin-small {
        margin-bottom: 20px;
    }
}

.box-margin-medium {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .box-margin-medium {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .box-margin-medium {
        margin-top: 10px;
    }
}

.box-margin-large {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .box-margin-large {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .box-margin-large {
        margin-bottom: 30px;
    }
}

.no-margin {
    margin: 0 !important;
}

.margin-1 {
    margin-top: -80px;
}

@media (max-width: 991.98px) {
    .margin-1 {
        margin-top: 30px;
    }
}

.margin-2 {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .margin-2 {
        margin-top: 20px;
    }
}

.margin-3 {
    margin-top: 80px;
}

@media (max-width: 767.98px) {
    .margin-3 {
        margin-top: 50px;
    }
}

.margin-4 {
    margin-top: 30px;
}

@media (max-width: 575.98px) {
    .margin-4 {
        margin-top: 0;
    }
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-120 {
    margin-top: 120px !important;
}

@media (max-width: 767.98px) {
    .margin-top-120 {
        margin-top: 60px !important;
    }
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-20 {
    padding: 20px !important;
}

.padding-30 {
    padding: 30px !important;
}

.padding-40 {
    padding: 40px !important;
}

.padding-50 {
    padding: 50px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

@media (max-width: 767.98px) {
    .padding-bottom-100 {
        padding-bottom: 30px !important;
    }
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.width-100 {
    max-width: 100px;
    margin: 0 auto;
}

.width-200 {
    max-width: 200px;
    margin: 0 auto;
}

.width-300 {
    max-width: 300px;
    margin: 0 auto;
}

.width-400 {
    max-width: 400px;
    margin: 0 auto;
}

.width-500 {
    max-width: 500px;
    margin: 0 auto;
}

.width-600 {
    max-width: 600px !important;
    margin: 0 auto;
}

.width-700 {
    max-width: 700px;
    margin: 0 auto;
}

.width-750 {
    max-width: 750px;
    margin: 0 auto;
}

.width-800 {
    max-width: 800px;
    margin: 0 auto;
}

.width-900 {
    max-width: 900px;
    margin: 0 auto;
}

.width-950 {
    max-width: 950px;
    margin: 0 auto;
}

.width-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.radius-1x {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.radius-5x {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

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

.border-2 {
    border: 2px solid #dee2e6;
}

.border-3 {
    border: 3px solid #dee2e6;
}

.border-4 {
    border: 4px solid #dee2e6;
}

.border-5 {
    border: 5px solid #dee2e6;
}

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

.fsize-18 {
    font-size: 18px !important;
}

.fsize-20 {
    font-size: 20px !important;
}

.fsize-22 {
    font-size: 22px !important;
}

.fsize-24 {
    font-size: 24px !important;
}

.fsize-26 {
    font-size: 26px !important;
}

.fsize-28 {
    font-size: 28px !important;
}

.fsize-30 {
    font-size: 30px !important;
}

.fsize-32 {
    font-size: 32px !important;
}

.fsize-34 {
    font-size: 34px !important;
}

.fsize-36 {
    font-size: 36px !important;
}

.fsize-38 {
    font-size: 38px !important;
}

.fsize-40 {
    font-size: 40px !important;
}

.fsize-42 {
    font-size: 42px !important;
}

.fsize-44 {
    font-size: 44px !important;
}

.fsize-46 {
    font-size: 46px !important;
}

.fsize-48 {
    font-size: 48px !important;
}

.fsize-50 {
    font-size: 50px !important;
}

.fsize-52 {
    font-size: 52px !important;
}

.fsize-54 {
    font-size: 54px !important;
}

.fsize-56 {
    font-size: 56px !important;
}

.fsize-58 {
    font-size: 58px !important;
}

.fsize-60 {
    font-size: 60px !important;
}

.fsize-70 {
    font-size: 70px !important;
}

.fsize-80 {
    font-size: 80px !important;
}

.fsize-90 {
    font-size: 90px !important;
}

.fsize-100 {
    font-size: 100px !important;
}

@media (max-width: 991.98px) {
    .fsize-38,
    .fsize-40,
    .fsize-42,
    .fsize-44,
    .fsize-46,
    .fsize-48,
    .fsize-50 {
        font-size: 30px !important;
    }
    .fsize-52,
    .fsize-54,
    .fsize-56,
    .fsize-58,
    .fsize-60 {
        font-size: 40px !important;
    }
    .fsize-70,
    .fsize-80,
    .fsize-90,
    .fsize-100 {
        font-size: 58px !important;
    }
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 600 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.text-light .border-1,
.text-light .border-2,
.text-light .border-3,
.text-light .border-4,
.text-light .border-5 {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.padding-responsive {
    padding: 30px 120px;
}

@media (max-width: 767.98px) {
    .padding-responsive {
        padding: 30px;
    }
}

.special-margin-top {
    margin-top: -125px;
}

@media (max-width: 767.98px) {
    .special-margin-top {
        margin-top: 30px;
    }
}

.special-margin-top-2 {
    margin-top: -120px;
}

@media (max-width: 767.98px) {
    .special-margin-top-2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

.margin-top-contact {
    margin-top: -100px;
    padding-bottom: 80px;
}

@media (max-width: 767.98px) {
    .margin-top-contact {
        margin-top: 30px;
        padding-bottom: 45px;
    }
}

.padding-lr-15p {
    padding-left: 15%;
    padding-right: 15%;
}

@media (max-width: 767.98px) {
    .padding-lr-15p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.border {
    border: 1px solid #dee2e6;
}

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

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

.overflow-visible {
    overflow: visible !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    margin-right: 1px !important;
}

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

.col-no-padding div[class*="col-"] {
    padding: 0 !important;
}

.p-static {
    position: static !important;
}

.p-relative {
    position: relative !important;
}

.bg-theme {
    background: #f57f4b;
}

.bg-theme-second {
    background: #262834;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #333333;
}

.bg-dark {
    background: #1f1f1f;
}

.bg-fixed,
.gva-fixed-background {
    background-attachment: fixed;
}

@media (max-width: 991.98px) {
    .bg-fixed,
    .gva-fixed-background {
        background-attachment: scroll;
    }
}

.bg-content-box {
    background-clip: content-box;
}

.youtube-bg {
    position: relative;
    z-index: 9;
}

.youtube-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.youtube-bg .bb-inner {
    position: relative;
    z-index: 99;
}

.ui-widget-content {
    color: #808186;
}

.gva-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.text-normal {
    font-size: 15px;
}

.text-size-medium {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.text-medium {
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #252733;
    text-transform: capitalize;
}

.text-medium-2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.text-size-big {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 1px;
}

@media (max-width: 767.98px) {
    .text-size-big {
        font-size: 30px;
        line-height: 38px;
    }
}

.text-size-big {
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .text-size-big {
        font-size: 20px;
    }
}

.text-black {
    color: #252733 !important;
}

.text-white {
    color: #fff !important;
}

.text-theme {
    color: #f57f4b !important;
}

.text-theme-2,
.text-theme-second {
    color: #262834 !important;
}

.color-theme {
    color: #f57f4b !important;
}

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

.color-dark {
    color: #f1f1f1 !important;
}

.color-black {
    color: #333 !important;
}

.gavias-parallax {
    background-attachment: fixed !important;
}

@media (max-width: 575.98px) {
    .gavias-parallax {
        background-attachment: scroll !important;
    }
}

.gavias-parallax.fp-section {
    background-attachment: scroll !important;
}

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

.socials a {
    color: #808186;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 12px;
    font-size: 14px;
}

.socials a:last-child {
    margin-right: 0;
}

.socials a:hover,
.socials a:focus,
.socials a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.socials a i {
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background: #f57f4b;
}

.socials a i.fa-facebook-square,
.socials a i.fa-facebook {
    background: #3b5998;
}

.socials a i.fa-twitter,
.socials a i.fa-twitter-square {
    background: #4099ff;
}

.socials a i.fa-skype {
    background: #12a5f4;
}

.socials a i.fa-dribbble {
    background: #ea4c89;
}

.socials a i.fa-linkedin-square,
.socials a i.fa-linkedin {
    background: #0e76a8;
}

.socials a i.fa-apple {
    background: #f2f2f2;
}

.socials a i.fa-pinterest {
    background: #c92228;
}

.socials a i.fa-google-plus-square,
.socials a i.fa-google-plus {
    background: #d34836;
}

.socials a i.fa-youtube-square,
.socials a i.fa-youtube {
    background: #c4302b;
}

.socials a i.fa-vimeo-square,
.socials a i.fa-vimeo {
    background: #4ebbff;
}

.socials a i.fa-tumblr-square,
.socials a i.fa-tumblr {
    background: #35465c;
}

.socials a i.fa-xing-square,
.socials a i.fa-xing {
    background: #126567;
}

.socials a i.fa-instagram {
    background: #e8e2d9;
}

.socials a i.fa-flickr {
    background: #0063DC;
}

.socials-2 a {
    font-size: 22px;
    margin: 0 10px;
}

.social-copyright {
    float: right;
}

.post-masonry-style>div,
.isotope-items>div {
    margin-left: -1px;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}

.nav-tabs>li>a {
    font-weight: 600;
    color: #252733;
    padding: 8px 18px;
    border: none;
    text-transform: uppercase;
    background: none;
}

.nav-tabs>li>a i {
    margin-right: 5px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:active {
    color: #f57f4b;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a.active {
    color: #f57f4b;
}

.box-quick-link ul {
    padding: 0;
    margin: 0;
}

.box-quick-link ul>li {
    width: 46%;
    height: 70px;
    border: 1px solid #dee2e6;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 8%;
}

.box-quick-link ul>li:nth-child(2n) {
    margin-left: 4%;
}

.box-quick-link ul>li:nth-child(2n+1) {
    margin-right: 4%;
}

.box-quick-link ul>li a {
    font-weight: 600;
    font-size: 13px;
    display: block;
    line-height: 1.8;
    padding-top: 12px;
}

.box-quick-link ul>li a i {
    display: block;
    font-size: 23px;
    color: #777777;
}

.box-quick-link ul>li a:hover {
    color: #fff;
}

.box-quick-link ul>li a:hover i {
    color: #fff;
}

.box-quick-link ul>li:hover {
    background-color: #555555;
}

.box-quick-link ul>li:hover * {
    color: #fff;
}

.init-carousel-owl {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.init-carousel-owl .owl-item>.item {
    padding-left: 15px;
    padding-right: 15px;
}

.init-carousel-owl.carousel-no-padding,
.init-carousel-owl.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl.carousel-no-padding .owl-item>.item,
.init-carousel-owl.no-padding .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.init-carousel-owl[data-items*="1"] .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.error {
    background-repeat: no-repeat !important;
    background-image: none !important;
}

.owl-carousel {
    background: none !important;
    position: relative;
    max-height: 200px;
}

.owl-carousel .item {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.owl-carousel .owl-stage-outer .item {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.owl-carousel.owl-loaded {
    max-height: none;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-controls {
    margin: 0;
}

.owl-carousel .owl-controls .owl-pagination {
    position: relative;
    bottom: 10px;
    z-index: 9;
    display: inline-block;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #869791;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    display: block;
    clear: both;
}

.owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 18px;
    opacity: 0.2;
    filter: alpha(opacity=20);
    border: solid 4px #252733;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel .owl-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
}

.owl-carousel .owl-nav>div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #808186 !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.owl-carousel .owl-nav>div:hover {
    background: #f57f4b;
}

.owl-carousel .owl-nav>div:hover i {
    color: #fff;
}

.owl-carousel .owl-nav>div.owl-prev {
    right: auto !important;
    left: 0 !important;
}

.owl-carousel .owl-nav>div.owl-next {
    left: auto !important;
    right: 0 !important;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
}

.owl-carousel:hover .owl-nav .owl-next {
    margin-left: 30px;
}

.owl-carousel:hover .owl-nav .owl-prev {
    margin-right: 30px;
}

.owl-carousel.carousel-thumbnail.text.top {
    padding-top: 60px;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
    margin-top: 0;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
    width: auto;
    height: auto;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 10px;
    color: #252733;
    font-weight: 600;
}

.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
    color: #f57f4b;
}

.owl-carousel.carousel-thumbnail.text.vertical {
    padding-left: 25%;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
    display: none;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    z-index: 99;
    margin-top: 0;
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
        width: 100%;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    width: 100%;
    display: block;
    text-align: left;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #252733;
    font-weight: 600;
    background: #fff;
    padding: 25px 20px;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: auto;
    line-height: 1;
    position: relative;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #f57f4b;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
    border-bottom: 0;
}

@media (max-width: 767.98px) {
    .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
        display: inline-block;
        width: auto;
        text-align: center;
    }
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
    color: #f57f4b;
}

.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-carousel.pagination-right .owl-dots {
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: auto;
}

.owl-carousel.pagination-right .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.owl-carousel.pagination-left .owl-dots {
    float: left;
    width: auto;
    margin-top: 15px;
    text-align: left;
}

.owl-carousel.white .owl-dots .owl-dot {
    background: #AAABAC;
}

.owl-carousel.white .owl-dots .owl-dot.active {
    background: #fff;
}

.button,
.btn,
.btn-white,
.btn-black,
.btn-theme,
.btn-theme-second,
.more-link a,
.btn-theme-submit {
    background: transparent;
    color: #f57f4b;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    z-index: 1;
    text-transform: uppercase;
    border: 4px solid #f57f4b;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active,
.btn-theme-second.active,
.more-link a:hover,
.more-link a:focus,
.more-link a:active,
.more-link a.active,
.btn-theme-submit:hover,
.btn-theme-submit:focus,
.btn-theme-submit:active,
.btn-theme-submit.active {
    background: #f57f4b;
    border-color: #f57f4b;
    cursor: pointer;
    color: #fff;
}

@media (min-width: 576px) {
    .button.btn-large,
    .btn.btn-large,
    .btn-white.btn-large,
    .btn-black.btn-large,
    .btn-theme.btn-large,
    .btn-theme-second.btn-large,
    .more-link a.btn-large,
    .btn-theme-submit.btn-large {
        height: 87px;
        line-height: 75px;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 20px;
        border-width: 6px;
    }
}

.more-link {
    text-align: center;
    margin-top: 30px;
}

.btn-theme-second {
    background: transparent;
    color: #262834;
    border-color: #262834;
}

.btn-theme-second:hover,
.btn-theme-second:focus,
.btn-theme-second:active {
    color: #f57f4b;
    border-color: #f57f4b;
}

.btn-white {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #f57f4b;
    border-color: #fff;
    background: #fff;
}

.btn-black {
    background: transparent;
    color: #252733;
    border-color: #252733;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #white;
    border-color: #252733;
    background: #252733;
}

.btn-inline {
    font-size: 14px;
    text-transform: uppercase;
    color: #f57f4b;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 600;
    padding-right: 30px;
}

.btn-inline:after {
    content: '\f061';
    font-family: "FontAwesome";
    position: absolute;
    top: 3px;
    right: 12px;
    color: #f57f4b;
    z-index: 1;
    line-height: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 900;
    font-size: 12px;
}

.btn-inline:hover {
    color: #262834;
}

.btn-inline:hover:after {
    color: #262834;
}


/*************** Easy PieChart ***************/

.easyPieChart {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: inline-block;
}

.easyPieChart:last-child {
    margin-right: 0;
}

.easyPieChart span {
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}


/*************** Progress Bars ***************/

.progress-label {
    font-size: 18px;
    color: #252733;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.progress {
    height: 5px;
    background-color: #f3f3f3;
    position: relative;
    overflow: visible;
    border-radius: 0;
}

.progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    -moz-transition: width 2s ease-in-out;
    -ms-transition: width 2s ease-in-out;
    text-align: right;
    line-height: 16px;
    background: #f57f4b;
    position: relative;
}

.progress .percentage {
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 1px;
    top: -40px;
    z-index: 9;
    font-weight: 500;
}


/*************** Pricing Tables ***************/

.pricing-table {
    position: relative;
    background-color: #fff;
    top: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .pricing-table {
        margin-bottom: 35px;
    }
}

.pricing-table ul li {
    list-style: none;
}

.pricing-table .plan-name {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 600;
    padding: 15px 0 2px;
    text-align: center;
}

.pricing-table .plan-name .title {
    font-weight: 600;
    color: #252733;
    font-size: 20px;
    text-transform: uppercase;
}

.pricing-table .content-wrap .plan-price {
    margin: 0 0 10px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.pricing-table .content-wrap .plan-price .price-value {
    display: inline-block;
}

.pricing-table .content-wrap .plan-price .price-value .dollar {
    font-size: 18px;
    display: inline-block;
    position: relative;
    line-height: 38px;
    float: left;
    color: #f57f4b;
}

.pricing-table .content-wrap .plan-price .price-value .value {
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
    line-height: 48px;
    float: left;
    color: #f57f4b;
}

.pricing-table .content-wrap .plan-price .interval {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    position: relative;
    display: block;
    color: #7b7b7b;
    float: left;
    text-transform: uppercase;
}

.pricing-table .plan-list {
    padding: 0;
    text-align: left;
}

.pricing-table .plan-list ul {
    padding: 0;
}

.pricing-table .plan-list ul li {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    list-style: none;
    position: relative;
}

.pricing-table .plan-list ul li:after {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 1;
    color: #f57f4b;
    font-size: 12px;
    font-weight: 900;
}

.pricing-table .plan-list ul li.off {
    color: #bbb;
}

.pricing-table .plan-list ul li.off:after {
    content: '\f00d';
    color: #bbb;
    font-size: 10px;
    top: 10px;
    font-weight: 900;
}

.pricing-table .plan-signup {
    margin-top: 30px;
}

.pricing-table .plan-signup a {
    width: 100%;
    text-align: center;
}

.pricing-table:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table.highlight-plan {
    -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}

.pricing-table.highlight-plan .recommended-plan {
    background: #f57f4b;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 15px;
    right: 15px;
    width: auto;
    letter-spacing: 1px;
    padding: 3px 5px;
}

.pricing-table.highlight-plan .plan-name .title {
    color: #f57f4b;
}


/************** Pricing Vertical ***************************/

.pricing-vertical {
    border: 1px solid #dee2e6;
    background: #fff;
}

@media (max-width: 767.98px) {
    .pricing-vertical {
        border: none;
        background: none;
    }
}

.pricing-vertical ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.pricing-vertical ul>li {
    height: 4.875em;
    padding: 1.625em 0;
}

.pricing-vertical ul>li:nth-child(odd) {
    background: #f5f5f5;
}

.pricing-vertical ul>li .checkmark,
.pricing-vertical ul>li .crossmark {
    width: 1.625em;
    height: 1.625em;
    line-height: 1.625em;
    background: #64b671;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.pricing-vertical ul>li .checkmark:before,
.pricing-vertical ul>li .crossmark:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    opacity: 1;
    font-size: 11px;
    font-weight: 900;
}

.pricing-vertical ul>li .crossmark {
    background: #e34747;
}

.pricing-vertical ul>li .crossmark:before {
    content: '\f00d';
}

.pricing-vertical .row {
    margin: 0 !important;
}

.pricing-vertical div[class*='col-'] {
    padding: 0 !important;
    border-right: 1px solid #dee2e6;
}

@media (max-width: 767.98px) {
    .pricing-vertical div[class*='col-'] {
        margin-bottom: 30px;
        border: 1px solid #dee2e6 !important;
        background: #fff;
    }
}

.pricing-vertical div[class*='col-']:last-child {
    border-right: 0;
}

.pricing-vertical div[class*='col-'].pricing-highlight {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.pricing-vertical div[class*='col-']:not(:first-child) ul li:last-child {
    height: auto !important;
}

.pricing-vertical div[class*='col-'] .pricing-title {
    min-height: 120px;
    padding: 1.625em 0;
    position: relative;
}

.pricing-vertical div[class*='col-'] .pricing-title h6 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    color: #808186;
    letter-spacing: 1px;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price {
    line-height: 1;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .pricing-dollar {
    font-size: 16px;
    position: relative;
    top: -8px;
    color: #252733;
}

.pricing-vertical div[class*='col-'] .pricing-title .pricing-price .price {
    font-size: 30px;
    font-weight: 600;
    color: #252733;
}

.pricing-vertical .col-heading {
    font-size: 18px;
    font-weight: 600;
    color: #252733;
}

.pricing-vertical .col-heading ul li {
    height: 4.875em;
}

.panel {
    border: none !important;
    margin-top: 0 !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 15px;
}

.panel .panel-heading {
    background: none !important;
    padding: 0 !important;
    margin-bottom: 0;
}

.panel .panel-heading .panel-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.panel .panel-heading .panel-title>a {
    display: block;
    letter-spacing: 0;
    position: relative;
    padding: 5px 0;
}

.panel .panel-heading .panel-title>a:after {
    content: "\f068";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 12px;
    top: 2px;
    right: -20px;
    z-index: 1;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 22px;
    background: #262834;
}

.panel .panel-heading .panel-title>a.collapsed:after {
    background: #f57f4b;
    content: "\f067";
    color: #fff;
}

.panel .panel-body {
    border: none !important;
    line-height: 28px;
    padding: 10px 30px 0;
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    color: #444;
    margin: 6px 8px 0 0;
}

.dropcap.border-dropcap {
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.bg-dropcap {
    background-color: #444;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
}

.dropcap.circle-dropcap {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #444;
    width: 46px;
    height: 46px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 8px 12px 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.info-contact>div {
    float: left;
    margin-right: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .info-contact>div {
        margin-right: 50px;
    }
}

@media (max-width: 767.98px) {
    .info-contact>div {
        margin-right: 30px;
    }
}

.info-contact>div:last-child {
    margin-right: 0;
}

.info-contact>div .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    float: left;
    margin-right: 10px;
    line-height: 40px;
    color: #fff;
    background: #f57f4b;
    text-align: center;
    margin-top: -7px;
}

.info-contact>div.phone .icon {
    background: #262834;
}

.info-contact>div.address .icon {
    background: #262834;
}

.menu-style li {
    position: relative;
    font-size: 24px;
    color: #252733;
}

.menu-style li+li {
    padding-top: 20px;
}

.menu-style li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
    color: #f57f4b;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #f57f4b;
    color: #f57f4b !important;
    background: transparent;
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    background: #f57f4b;
    color: #fff !important;
}


/* This is required to win over specificity of #content h2 */

.links .comment-add {
    display: none;
}

#node-single-comment {
    margin-top: 30px;
}

#node-single-comment h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
}

#node-single-comment input[type*='text'],
#node-single-comment textarea {
    width: 100%;
}

#node-single-comment .comment-wrapper {
    padding: 30px;
    background: #f3f3f3;
}

#node-single-comment .comment-wrapper .field--name-field-email,
#node-single-comment .comment-wrapper .field--name-field-full-name {
    display: none;
}

#node-single-comment .comment-wrapper+.comment-wrapper {
    margin-top: 30px;
}

#comment-form label {
    display: none;
}

#comment-form .field--name-field-email {
    padding-left: 10px;
}

#comment-form .field--name-field-full-name,
#comment-form .field--name-field-email {
    width: 50%;
    display: inline-block;
    float: left;
}

#comment-form .field--name-comment-body {
    width: 100%;
    clear: both;
}

#comment-form input[type*='text'],
#comment-form input[type="email"] {
    width: 100%;
    height: 77px;
    background: #f3f3f3;
}

#comment-form .form-text {
    margin-top: 0;
}

#comment-form .form-item {
    margin-bottom: 10px;
}

#comment-form .form-item.js-form-type-textarea {
    margin: 0;
}

#comment-form ul>li {
    list-style-type: none;
}

#comment-form .form-actions {
    margin-top: 30px;
    margin-bottom: -35px;
}

.comment-wrapper h2.comment-form__title {
    margin-bottom: 1em;
}

.field-node--comment {
    font-size: 0.934em;
}

[dir="rtl"] .comment {
    direction: rtl;
}

.comment__attribution img {
    border: 1px solid #d3d7d9;
}


/* This is required to win over specificity of .field--type-image img */

.comment .field--name-user-picture img {
    margin: 0;
}

.comment__author {
    color: #252733;
    font-weight: 500;
    font-size: 24px;
}

.comment__time {
    color: #f57f4b;
    font-size: 16px;
    font-weight: 500;
}

.comment__permalink {
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__content {
    word-break: break-all;
}

.comment__content h3 a {
    font-size: 18px;
    font-weight: 600;
}

.comment__content .links.inline {
    margin-top: 10px;
}

.comment__content .links.inline>li {
    float: left;
}

.comment__content .links.inline>li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.comment__content h3 {
    margin-top: 0.94em;
    margin-bottom: 0.45em;
    font-size: 1.171em;
}

.comment__content nav {
    padding-top: 1px;
}

.indented {
    margin-left: 40px;
    /* LTR */
}

[dir="rtl"] .indented {
    margin-right: 40px;
    margin-left: 0;
}

.comment .links {
    padding: 0 0 0.25em 0;
    list-style: none;
}

.comment .links li {
    padding: 0 0.5em 0 0;
    /* LTR */
    font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
    padding: 0 0 0 0.5em;
}

.comment--unpublished {
    margin-right: 5px;
    /* LTR */
    padding: 5px 2px 5px 5px;
    /* LTR */
    background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
    margin-left: 5px;
    margin-right: 0;
    padding: 5px 5px 5px 2px;
}


/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */

.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.unpublished {
    padding: 20px 15px 0;
}

.comment-footer {
    display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
    border-right-color: #fff4f4;
    /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
    border-left-color: #fff4f4;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    margin-top: 10px;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {
    display: none;
}

.mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
    width: 100%;
    border: none;
    padding: 2px 10px;
    line-height: 38px;
    font-size: 16px;
}

.mailchimp-signup-subscribe-form .form-actions {
    margin-top: 15px;
}

.before-footer .mailchimp-signup-subscribe-form .block-title {
    width: 470px;
    padding-right: 20px;
    float: left;
    font-size: 20px;
    padding-left: 75px;
    padding-top: 20px;
    position: relative;
    height: 52px;
    margin-bottom: 0;
}

.before-footer .mailchimp-signup-subscribe-form .block-title:after {
    content: '';
    background: url("../images/icon-newsletter.png") repeat-x center center transparent;
    width: 52px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .before-footer .mailchimp-signup-subscribe-form .block-title {
        width: 75px;
    }
    .before-footer .mailchimp-signup-subscribe-form .block-title span {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .before-footer .mailchimp-signup-subscribe-form .block-title {
        display: none;
    }
}

.before-footer .mailchimp-signup-subscribe-form .block-content {
    padding-left: 472px;
}

@media (max-width: 991.98px) {
    .before-footer .mailchimp-signup-subscribe-form .block-content {
        padding-left: 100px;
    }
}

@media (max-width: 767.98px) {
    .before-footer .mailchimp-signup-subscribe-form .block-content {
        padding-left: 0;
    }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form {
    position: relative;
    padding-right: 190px;
}

@media (max-width: 360px) {
    .before-footer .mailchimp-signup-subscribe-form .block-content form {
        padding-right: 0;
    }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {
    line-height: 65px;
    padding: 0 10px;
    border: 0 !important;
}

@media (max-width: 360px) {
    .before-footer .mailchimp-signup-subscribe-form .block-content form .mailchimp-newsletter-mergefields input {
        width: 100%;
        display: block;
    }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {
    position: absolute;
    width: 190px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    margin-top: 0;
}

@media (max-width: 360px) {
    .before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions {
        width: 100%;
        display: block;
        position: relative;
    }
}

.before-footer .mailchimp-signup-subscribe-form .block-content form .form-actions input {
    height: 65px;
    width: 100%;
    text-align: center;
    border-radius: 0 !important;
}

form summary {
    background: #f57f4b;
    color: #fff;
    padding: 4px 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

form summary a {
    color: #fff !important;
}

form summary a:hover,
form summary a:focus {
    color: #fff !important;
}

form .form-item label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    color: #252733;
    margin-bottom: 0;
    margin-top: 6px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-form .form-item,
.user-pass .form-item {
    margin-bottom: 15px;
}

#user-login-form .form-item label {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #252733;
    margin-bottom: 0;
}

#user-login-form .form-item input {
    width: 100%;
}

#user-login-form ul {
    width: 100%;
    padding: 10px 0 30px;
}

#user-login-form ul>li {
    width: 49%;
    float: left;
    text-align: center;
}

#user-login-form ul>li:first-child {
    margin-right: 2%;
}

#user-login-form ul>li a {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 5px;
}

#user-login ul {
    margin: 0 0 5px;
}

#user-login ul li {
    margin: 0;
}

#user-login li.openid-link {
    background: none;
}

#search-form .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-form .panel-default>.panel-heading {
    border-bottom: none;
}

.hide-label label {
    background: none;
    clip: rect(1px);
}

.exposed-filters .form-item {
    margin-bottom: 10px;
    margin-top: 0;
}

#article-admin-filter ul {
    padding: .5em 0;
}

#article-admin-filter ul li {
    list-style: none;
}

#edit-operation-wrapper select {
    margin: .5em;
}

div.resizable-textarea textarea {
    margin-top: 0;
    border: 1px solid #dee2e6;
}

.search-advanced .criterion {
    float: none;
    margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
    margin-top: 5px;
}

#user-admin-filter ul li {
    list-style: none;
}

.field-type-text-long fieldset {
    padding: 10px 0;
    border: #dee2e6;
}

.field-type-text-long fieldset .form-item {
    margin: 0;
    padding: 0 0 0 15px;
}

#contact-site-form .form-checkbox {
    margin-left: 0;
}

#comment-form-wrapper .form-item label {
    min-width: 120px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-message-form {
    margin: 0 auto;
}

.contact-message-form div[id*="edit-name"],
.contact-message-form div[id*="edit-mail"],
.contact-message-form .js-form-item-mail {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.contact-message-form .form-item {
    margin-bottom: 30px;
    color: #808186;
}

.contact-message-form .form-item label {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.contact-message-form .form-item #edit-copy {
    float: left;
    margin-right: 5px;
}

.contact-message-form .form-item input[type='text'],
.contact-message-form .form-item input[type='email'],
.contact-message-form .form-item textarea {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    height: 45px;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0 20px;
}

.contact-message-form .form-item input[type='text']::-webkit-input-placeholder,
.contact-message-form .form-item input[type='email']::-webkit-input-placeholder,
.contact-message-form .form-item textarea::-webkit-input-placeholder {
    color: #808186;
    text-transform: capitalize;
}

.contact-message-form .form-item input[type='text']:-moz-placeholder,
.contact-message-form .form-item input[type='email']:-moz-placeholder,
.contact-message-form .form-item textarea:-moz-placeholder {
    color: #808186;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']::-moz-placeholder,
.contact-message-form .form-item input[type='email']::-moz-placeholder,
.contact-message-form .form-item textarea::-moz-placeholder {
    color: #808186;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.contact-message-form .form-item input[type='text']:-ms-input-placeholder,
.contact-message-form .form-item input[type='email']:-ms-input-placeholder,
.contact-message-form .form-item textarea:-ms-input-placeholder {
    color: #808186;
    text-transform: capitalize;
}

.contact-message-form .form-item input[type='text']:focus,
.contact-message-form .form-item input[type='email']:focus,
.contact-message-form .form-item textarea:focus {
    border-color: #f57f4b;
}

.contact-message-form .form-item textarea {
    height: 200px;
    padding-top: 15px;
}

@media (max-width: 767.98px) {
    .contact-message-form .form-item textarea {
        height: 120px;
    }
}

.contact-message-form .form-item-copy {
    margin-bottom: 10px !important;
}

.contact-message-form #edit-actions {
    width: 100%;
    text-align: center;
}

.contact-message-form #edit-actions:before,
.contact-message-form #edit-actions:after {
    content: " ";
    display: table;
}

.contact-message-form #edit-actions:after {
    clear: both;
}

.contact-message-form #edit-preview {
    display: none;
}

.text-light .contact-message-form #edit-name,
.text-light .contact-message-form #edit-mail,
.text-light .contact-message-form input[type='text'],
.text-light .contact-message-form input[type='email'],
.text-light .contact-message-form textarea {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.text-light .contact-message-form #edit-name::-webkit-input-placeholder,
.text-light .contact-message-form #edit-mail::-webkit-input-placeholder,
.text-light .contact-message-form input[type='text']::-webkit-input-placeholder,
.text-light .contact-message-form input[type='email']::-webkit-input-placeholder,
.text-light .contact-message-form textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.text-light .contact-message-form #edit-name:-moz-placeholder,
.text-light .contact-message-form #edit-mail:-moz-placeholder,
.text-light .contact-message-form input[type='text']:-moz-placeholder,
.text-light .contact-message-form input[type='email']:-moz-placeholder,
.text-light .contact-message-form textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name::-moz-placeholder,
.text-light .contact-message-form #edit-mail::-moz-placeholder,
.text-light .contact-message-form input[type='text']::-moz-placeholder,
.text-light .contact-message-form input[type='email']::-moz-placeholder,
.text-light .contact-message-form textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .contact-message-form #edit-name:-ms-input-placeholder,
.text-light .contact-message-form #edit-mail:-ms-input-placeholder,
.text-light .contact-message-form input[type='text']:-ms-input-placeholder,
.text-light .contact-message-form input[type='email']:-ms-input-placeholder,
.text-light .contact-message-form textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.webform-submission-form .form-content-inner {
    max-width: 900px;
    margin: 0 -15px;
    padding: 0;
}

.webform-submission-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.webform-submission-form .form-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.webform-submission-form .form-item:before,
.webform-submission-form .form-item:after {
    content: " ";
    display: table;
}

.webform-submission-form .form-item:after {
    clear: both;
}

.webform-submission-form .form-item label {
    font-size: 12px;
    font-weight: 600;
    color: #252733;
    text-transform: uppercase;
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item select {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3;
}

.webform-submission-form .form-item input::-webkit-input-placeholder,
.webform-submission-form .form-item textarea::-webkit-input-placeholder,
.webform-submission-form .form-item select::-webkit-input-placeholder {
    color: #808186;
    text-transform: capitalize;
}

.webform-submission-form .form-item input:-moz-placeholder,
.webform-submission-form .form-item textarea:-moz-placeholder,
.webform-submission-form .form-item select:-moz-placeholder {
    color: #808186;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.webform-submission-form .form-item input::-moz-placeholder,
.webform-submission-form .form-item textarea::-moz-placeholder,
.webform-submission-form .form-item select::-moz-placeholder {
    color: #808186;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.webform-submission-form .form-item input:-ms-input-placeholder,
.webform-submission-form .form-item textarea:-ms-input-placeholder,
.webform-submission-form .form-item select:-ms-input-placeholder {
    color: #808186;
    text-transform: capitalize;
}

.webform-submission-form .form-item input:focus,
.webform-submission-form .form-item textarea:focus,
.webform-submission-form .form-item select:focus {
    border-color: #f57f4b;
}

.webform-submission-form .form-item input {
    height: 77px;
    line-height: 77px;
}

.webform-submission-form .form-actions {
    padding: 0 5px;
}

.text-light .webform-submission-form .form-item:after {
    color: #fff;
}

.text-light .webform-submission-form .form-item input,
.text-light .webform-submission-form .form-item textarea {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.text-light .webform-submission-form .form-item input::-webkit-input-placeholder,
.text-light .webform-submission-form .form-item textarea::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.text-light .webform-submission-form .form-item input:-moz-placeholder,
.text-light .webform-submission-form .form-item textarea:-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input::-moz-placeholder,
.text-light .webform-submission-form .form-item textarea::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    opacity: 1;
    filter: alpha(opacity=100);
}

.text-light .webform-submission-form .form-item input:-ms-input-placeholder,
.text-light .webform-submission-form .form-item textarea:-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
}

.text-light .webform-submission-form .form-actions input.form-submit {
    border-color: #fff;
    color: #fff;
    background: #fff;
    color: #252733;
}

.text-light .webform-submission-form .form-actions input.form-submit:hover {
    background: rgba(255, 255, 255, 0.8);
}

.text-light .webform-submission-form label {
    color: #fff;
}

.webform-fullwidth .form-item {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.webform-fullwidth.no-label label {
    display: none;
}

.webform-fullwidth .form-actions {
    text-align: left;
    padding: 0;
}

form .mailchimp-newsletter-mergefields .form-item {
    margin-bottom: 15px;
}

form .mailchimp-newsletter-mergefields .form-item input[type="text"],
form .mailchimp-newsletter-mergefields .form-item input[type="tel"],
form .mailchimp-newsletter-mergefields .form-item input[type="password"],
form .mailchimp-newsletter-mergefields .form-item input[type="email"],
form .mailchimp-newsletter-mergefields .form-item textarea,
form .mailchimp-newsletter-mergefields .form-item select {
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 1px solid #dee2e6;
}

form .mailchimp-newsletter-mergefields .form-item input[type="text"]:focus,
form .mailchimp-newsletter-mergefields .form-item input[type="text"]:active,
form .mailchimp-newsletter-mergefields .form-item input[type="text"]:hover,
form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:focus,
form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:active,
form .mailchimp-newsletter-mergefields .form-item input[type="tel"]:hover,
form .mailchimp-newsletter-mergefields .form-item input[type="password"]:focus,
form .mailchimp-newsletter-mergefields .form-item input[type="password"]:active,
form .mailchimp-newsletter-mergefields .form-item input[type="password"]:hover,
form .mailchimp-newsletter-mergefields .form-item input[type="email"]:focus,
form .mailchimp-newsletter-mergefields .form-item input[type="email"]:active,
form .mailchimp-newsletter-mergefields .form-item input[type="email"]:hover,
form .mailchimp-newsletter-mergefields .form-item textarea:focus,
form .mailchimp-newsletter-mergefields .form-item textarea:active,
form .mailchimp-newsletter-mergefields .form-item textarea:hover,
form .mailchimp-newsletter-mergefields .form-item select:focus,
form .mailchimp-newsletter-mergefields .form-item select:active,
form .mailchimp-newsletter-mergefields .form-item select:hover {
    border: 1px solid #f57f4b;
}

.webform-2 .form-item {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.webform-2 .form-item label {
    display: none;
}

#forum {
    width: 100%;
    position: relative;
    right: -1px;
}

#forum .name {
    font-weight: bold;
    font-size: 16px;
}

#forum table {
    width: 100%;
}

#forum tr.odd {
    background: #f5f5f5;
}

#forum tr.even td {
    border-bottom: 1px solid #dee2e6;
}

#forum tr td.container {
    padding: 1em;
}

#forum tr.new-topics td.forum .name {
    background-image: url(../images/forum-default.png);
}

#forum thead th {
    background: #f5f5f5;
    border-left: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
}

#forum td {
    border: 1px solid #dee2e6;
    padding: 1em;
}

#forum td a:hover {
    text-decoration: none;
}

#forum td.topics {
    font-weight: bold;
    text-align: center;
    width: 9%;
}

#forum td.posts {
    text-align: center;
    width: 9%;
}

#forum td.replies {
    text-align: center;
}

#forum td.forum {
    padding: 0 1em;
    width: 44%;
    padding-top: 12px;
}

#forum td.forum .name {
    background-position: left 5px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

#forum td.forum .description {
    font-size: 14px;
    padding-left: 30px;
}

#forum td.title .submitted {
    font-size: 14px;
}

#forum td.icon {
    width: 5%;
}

#forum .icon div {
    background-image: url(../images/forum-icons.png);
    background-repeat: no-repeat;
    height: 24px;
    margin: 0 auto;
    width: 24px;
}

#forum .icon .topic-status-new {
    background-position: -24px 0;
}

#forum .icon .topic-status-hot {
    background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
    background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
    background-position: -96px 0;
}

#forum .icon .topic-status-closed {
    background-position: -120px 0;
}

.page-forum #page-title {
    margin-bottom: 10px;
}

.page-forum ul.action-links {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.page-forum ul.action-links li {
    margin-left: 0;
}

.page-forum ul.action-links li a {
    line-height: 0;
    display: inline-block;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.block {
    background: transparent;
    margin-bottom: 30px;
}

.block .block {
    margin-bottom: 0 !important;
}

.block .block-title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #252733;
}

.block.block-system-main-block {
    margin-bottom: 0;
}

.block.block-system-breadcrumb-block {
    overflow: visible;
    margin-bottom: 20px;
}

.gavias-pagebuilder .block.block-system-breadcrumb-block {
    margin-bottom: 0;
}

.block.block-none,
.block.no-padding {
    background: none !important;
    padding: 0 !important;
}

.block.block-none .block-content,
.block.no-padding .block-content {
    padding: 0 !important;
}

.block.no-title {
    margin-top: 0;
    border: none;
}

.block.no-title:before {
    content: none;
}

.block.style-higlight {
    background: #34495E;
    padding-left: 20px;
    padding-right: 20px;
}

.block.style-higlight .block-title {
    border: none;
}

.block.style-higlight .block-title span:before {
    content: none;
}

.block.style-higlight .block-title h2 {
    margin: 0;
    padding: 0;
    border: none;
}

.block.style-higlight .block-title h2 span {
    padding: 10px;
    background: #4E6984;
    color: #fff;
}

.block.style-higlight .post-title a {
    color: #fff;
}

.block#block-system-main {
    padding-top: 10px;
}

.block.block-local-tasks-block {
    margin-bottom: 0;
}

.block.no-title {
    border: none;
}

.block.no-title>.block-title,
.block.no-title>div>.block-title {
    padding: 0;
    margin: 0;
    border: none;
}

.block.no-title>.block-title:before,
.block.no-title>div>.block-title:before {
    content: none;
}

.block.block-blocktabs {
    position: relative;
}

.block.block-blocktabs .ui-widget {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 0.875rem;
}

.block.block-blocktabs .ui-tabs-nav {
    padding: 0;
    border: none;
    background: none !important;
    display: inline-block;
    float: right;
    position: absolute;
    right: 20px;
    top: -60px;
    z-index: 99;
}

.block.block-blocktabs .ui-tabs-nav>li {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
}

.block.block-blocktabs .ui-tabs-nav>li>a {
    font-size: 14px;
    text-transform: none;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}

.block.block-blocktabs .ui-tabs-nav>li:last-child>a {
    padding-right: 0;
}

.block.block-blocktabs .ui-tabs-nav>li.ui-tabs-active>a {
    color: #f57f4b;
}

.block.block-blocktabs .blocktabs {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.block.block-blocktabs .blocktabs .ui-tabs-panel {
    padding: 0 !important;
}

.block.block-blocktabs .block {
    margin-bottom: 0 !important;
}

.block.site-branding {
    margin-bottom: 0;
}

.block-local-tasks-block {
    position: relative;
    z-index: 99;
}

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

.drupal-tabs:before,
.drupal-tabs:after {
    content: " ";
    display: table;
}

.drupal-tabs:after {
    clear: both;
}

.drupal-tabs .is-active a {
    color: #f57f4b;
}

.help {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
}

.help .drupal-tabs {
    padding: 10px 0;
    margin-bottom: 25px;
}

.help .messages__wrapper {
    padding: 10px;
    border: 1px solid #5BC0DE;
}

.help-text-white .help {
    color: #fff !important;
}

.help-text-white .help a {
    color: #fff !important;
}

.help-text-white .help a:hover {
    text-decoration: underline;
}

.text-light .title {
    color: #fff !important;
}

.region-main-menu .block {
    background: transparent;
}

.region-main-menu .block .block-content {
    padding: 0;
}

@media (max-width: 991.98px) {
    .sidebar.sidebar-right {
        margin-top: 60px;
    }
    .sidebar.sidebar-left {
        margin-bottom: 60px;
    }
}

.sidebar .block {
    padding-bottom: 30px;
    border-bottom: 2px solid #f3f3f3;
}

.sidebar .block.block-full {
    padding: 0;
}

.sidebar .block-menu:before,
.sidebar .block-menu:after {
    content: " ";
    display: table;
}

.sidebar .block-menu:after {
    clear: both;
}

.sidebar .block-menu ul {
    padding-left: 0 !important;
}

.sidebar .block-menu ul li {
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: left;
    width: 100%;
    list-style-type: none;
}

.sidebar .block-menu ul li a {
    padding: 6px 0;
    display: block;
    text-transform: capitalize;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 500;
    letter-spacing: 0;
    color: #808186;
}

.sidebar .block-menu ul li a:hover,
.sidebar .block-menu ul li a:focus,
.sidebar .block-menu ul li a:active {
    color: #f57f4b;
}

.sidebar .block-menu ul li.menu-item--active-trail>a {
    color: #f57f4b !important;
}

.recent-comment-block .views-field-picture {
    margin-right: 10px;
}

.recent-comment-block .views-field-title {
    margin-top: -4px;
}

.recent-comment-block .views-field-title a {
    font-weight: 600;
    text-transform: uppercase;
}

.recent-comment-block .views-field-name {
    color: #a4a4a4;
}

.recent-comment-block .views-field-name a {
    color: #a4a4a4;
}

.list-tags .view-list ul>li {
    float: left;
    border: 1px solid #dee2e6;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
}

.list-tags .view-list ul>li a {
    padding: 6px 10px;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.list-tags .view-list ul>li:hover {
    background: #f57f4b;
}

.list-tags .view-list ul>li:hover a {
    color: #fff;
}

nav.breadcrumb {
    margin-bottom: 0 !important;
    background: none;
    color: #999999;
}

nav.breadcrumb ol {
    list-style: none;
    margin-bottom: 0 !important;
    padding: 0;
}

nav.breadcrumb ol:before,
nav.breadcrumb ol:after {
    content: " ";
    display: table;
}

nav.breadcrumb ol:after {
    clear: both;
}

nav.breadcrumb ol>li {
    float: left;
    font-size: 13px;
}

nav.breadcrumb ol>li a {
    color: #999999;
}

nav.breadcrumb ol>li a:hover {
    color: #f57f4b;
}

nav.breadcrumb ol>li span {
    padding: 0 10px;
    font-size: 16px;
    color: #f57f4b;
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-info ul li {
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-link {
    background: #262834;
    color: #fff;
    padding: 30px;
}

.contact-link .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-link .action {
    margin-top: 20px;
}

.company-presentation {
    background: #262834;
    color: #fff;
    padding: 30px;
}

.company-presentation .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.company-presentation .action {
    margin-top: 20px;
}

.social-icon a {
    background: none;
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
}

.box-search-team {
    padding: 30px;
    background: #f57f4b;
    text-align: center;
    color: #fff;
    min-height: 330px;
}

@media (max-width: 991.98px) {
    .box-search-team {
        min-height: 260px;
    }
}

@media (max-width: 767.98px) {
    .box-search-team {
        width: 350px;
        margin: 0 auto;
    }
}

.box-search-team .icon {
    font-size: 46px;
    line-height: 1.2;
}

.box-search-team .text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    line-height: 32px;
}

.box-search-team .link {
    margin-top: 15px;
}

.box-search-team .link a {
    color: #fff;
}

.box-search-team .link a:after {
    color: #fff;
}

.box-search-team .link a:hover {
    color: #262834;
}

.box-search-team .link a:hover:after {
    color: #262834;
}

.contact-box-footer {
    width: 100%;
}

.contact-box-footer:before,
.contact-box-footer:after {
    content: " ";
    display: table;
}

.contact-box-footer:after {
    clear: both;
}

.contact-box-footer ul.list-information {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}

.contact-box-footer ul.list-information:before,
.contact-box-footer ul.list-information:after {
    content: " ";
    display: table;
}

.contact-box-footer ul.list-information:after {
    clear: both;
}

.contact-box-footer ul.list-information>li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding-left: 45px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-box-footer ul.list-information>li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #f57f4b;
    line-height: 24px;
    font-size: 22px;
    font-weight: 300;
}

.contact-box-footer ul.list-information>li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.contact-box-footer ul.list-information>li:last-child:after {
    display: none;
}

@media (max-width: 991.98px) {
    .contact-box-footer ul.list-information>li {
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        float: left;
    }
    .contact-box-footer ul.list-information>li:after {
        width: 100%;
        height: 1px;
        bottom: 0;
        top: auto;
        left: 0;
        right: auto;
    }
}

.topbar-information ul li {
    font-size: 14px;
    color: #262834;
    float: left;
    padding-left: 45px;
}

@media (max-width: 1199.98px) {
    .topbar-information ul li {
        padding-left: 15px;
    }
}

.topbar-information ul li i {
    margin-right: 10px;
    color: #262834 !important;
}

@media (max-width: 991.98px) {
    .topbar-information ul li:first-child {
        padding-left: 0 !important;
    }
}

.poll .poll-item {
    margin-top: 20px;
}

.poll .poll-item .heading {
    position: relative;
}

.poll .poll-item .heading .text {
    font-weight: 600;
    color: #333333;
    padding-right: 40px;
}

.poll .poll-item .heading .percent {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-weight: 600;
}

.poll .poll-item .bar .foreground {
    background: #f57f4b;
}

.poll .total {
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.poll .choices .form-item.form-item-choice input.form-radio {
    margin: 0 !important;
}

.poll .choices .form-item.form-item-choice label {
    vertical-align: text-top;
    margin-left: 5px;
}

.block-poll ul.links {
    text-align: center;
    overflow: hidden;
    padding: 15px 0 0;
}

.block-poll ul.links li {
    display: inline-block;
    margin-right: 20px;
}

.block-poll ul.links li a {
    padding-right: 10px;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.block-poll ul.links li a:after {
    content: "\f105";
    position: absolute;
    top: -1px;
    right: 0;
    font-family: "FontAwesome";
}

.block-poll ul.links li a:hover {
    padding-right: 15px;
}

.block-poll ul.links li:last-child {
    margin: 0;
}


/* perfect-scrollbar v0.6.7 */

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 5px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}

.uk-slideset-init {
    position: relative;
}

.uk-slideset-init ul {
    list-style-type: none;
    padding: 0;
}

.uk-slideset-init .uk-slideset-nav {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

@media (max-width: 575.98px) {
    .uk-slideset-init .uk-slideset-nav {
        width: 100%;
    }
}

.uk-slideset-init .uk-slideset-nav li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

@media (max-width: 575.98px) {
    .uk-slideset-init .uk-slideset-nav li {
        float: none;
        display: inline-block;
    }
}

.uk-slideset-init .uk-slideset-nav li a {
    width: 22px;
    height: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    border: 2px solid #f57f4b;
}

.uk-slideset-init .uk-slideset-nav li a:hover {
    cursor: pointer;
}

.uk-slideset-init .uk-slideset-nav li.uk-active a {
    background: #f57f4b;
}

.uk-slideset-init.nav-slideset-top .uk-slideset-nav {
    top: -30px;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav {
    bottom: -30px;
    top: auto;
    left: 0;
    text-align: center;
}

.uk-slideset-init.nav-slideset-bottom .uk-slideset-nav li {
    display: inline-block;
    float: none;
}

.text-light .uk-slideset-init .uk-slideset-nav li a {
    border-color: #fff;
}

.text-light .uk-slideset-init .uk-slideset-nav li.uk-active a {
    background: #fff;
}


/* #Block grid
--------------------------------------------------------------- */

.item-columns {
    padding: 0 15px;
}

[class*="block-grid-"] {
    display: block;
    margin: 0 -10px;
    padding: 0;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    display: table;
    content: " ";
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"]>div {
    display: block;
    float: left;
    height: auto;
    padding: 0 10px;
    width: 100%;
}

[class*="block-grid-"]>div:after {
    display: block;
}

@media (min-width: 640px) {
    .xs-block-grid-1>div {
        width: 100%;
    }
    .xs-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .xs-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .xs-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .xs-block-grid-2>div {
        width: 50%;
    }
    .xs-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .xs-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .xs-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .xs-block-grid-3>div {
        width: 33.33333%;
    }
    .xs-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .xs-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .xs-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .xs-block-grid-4>div {
        width: 25%;
    }
    .xs-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .xs-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .xs-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .xs-block-grid-5>div {
        width: 20%;
    }
    .xs-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .xs-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .xs-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .xs-block-grid-6>div {
        width: 16.66667%;
    }
    .xs-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .xs-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .xs-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .xs-block-grid-7>div {
        width: 14.28571%;
    }
    .xs-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .xs-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .xs-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .xs-block-grid-8>div {
        width: 12.5%;
    }
    .xs-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .xs-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .xs-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .xs-block-grid-9>div {
        width: 11.11111%;
    }
    .xs-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .xs-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .xs-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .xs-block-grid-10>div {
        width: 10%;
    }
    .xs-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .xs-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .xs-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .xs-block-grid-11>div {
        width: 9.09091%;
    }
    .xs-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .xs-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .xs-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .xs-block-grid-12>div {
        width: 8.33333%;
    }
    .xs-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .xs-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .xs-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .xs-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .xs-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}

@media (min-width: 768px) {
    .sm-block-grid-1>div {
        width: 100%;
    }
    .sm-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .sm-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .sm-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .sm-block-grid-2>div {
        width: 50%;
    }
    .sm-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .sm-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .sm-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .sm-block-grid-3>div {
        width: 33.33333%;
    }
    .sm-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .sm-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .sm-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .sm-block-grid-4>div {
        width: 25%;
    }
    .sm-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .sm-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .sm-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .sm-block-grid-5>div {
        width: 20%;
    }
    .sm-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .sm-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .sm-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .sm-block-grid-6>div {
        width: 16.66667%;
    }
    .sm-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .sm-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .sm-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .sm-block-grid-7>div {
        width: 14.28571%;
    }
    .sm-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .sm-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .sm-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .sm-block-grid-8>div {
        width: 12.5%;
    }
    .sm-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .sm-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .sm-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .sm-block-grid-9>div {
        width: 11.11111%;
    }
    .sm-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .sm-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .sm-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .sm-block-grid-10>div {
        width: 10%;
    }
    .sm-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .sm-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .sm-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .sm-block-grid-11>div {
        width: 9.09091%;
    }
    .sm-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .sm-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .sm-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .sm-block-grid-12>div {
        width: 8.33333%;
    }
    .sm-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .sm-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .sm-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .sm-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .sm-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}


/* Medium */

@media (min-width: 992px) {
    [class*="block-grid-"] {
        margin: 0 -10px;
    }
    [class*="block-grid-"]>div {
        padding: 0 10px;
    }
    .item-columns {
        padding: 0 10px;
    }
    .md-block-grid-1>div {
        width: 100%;
    }
    .md-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .md-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .md-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .md-block-grid-2>div {
        width: 50%;
    }
    .md-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .md-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .md-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .md-block-grid-3>div {
        width: 33.33333%;
    }
    .md-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .md-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .md-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .md-block-grid-4>div {
        width: 25%;
    }
    .md-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .md-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .md-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .md-block-grid-5>div {
        width: 20%;
    }
    .md-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .md-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .md-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .md-block-grid-6>div {
        width: 16.66667%;
    }
    .md-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .md-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .md-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .md-block-grid-7>div {
        width: 14.28571%;
    }
    .md-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .md-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .md-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .md-block-grid-8>div {
        width: 12.5%;
    }
    .md-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .md-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .md-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .md-block-grid-9>div {
        width: 11.11111%;
    }
    .md-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .md-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .md-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .md-block-grid-10>div {
        width: 10%;
    }
    .md-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .md-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .md-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .md-block-grid-11>div {
        width: 9.09091%;
    }
    .md-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .md-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .md-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .md-block-grid-12>div {
        width: 8.33333%;
    }
    .md-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .md-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .md-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .md-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .md-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}


/* Large */

@media (min-width: 1200px) {
    [class*="block-grid-"] {
        margin: 0 -12px;
    }
    [class*="block-grid-"]>div {
        padding: 0 12px;
    }
    .item-columns {
        padding: 0 12px;
    }
    .lg-block-grid-1>div {
        width: 100%;
    }
    .lg-block-grid-1>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-1>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-1>div:nth-of-type(1n+1) {
        clear: both;
    }
    .lg-block-grid-1>div:nth-of-type(1n+1):after {
        display: none;
    }
    .lg-block-grid-1>div:nth-last-child(-n+1):before {
        content: none;
    }
    .lg-block-grid-2>div {
        width: 50%;
    }
    .lg-block-grid-2>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-2>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-2>div:nth-of-type(2n+1) {
        clear: both;
    }
    .lg-block-grid-2>div:nth-of-type(2n+1):after {
        display: none;
    }
    .lg-block-grid-2>div:nth-last-child(-n+2):before {
        content: none;
    }
    .lg-block-grid-3>div {
        width: 33.33333%;
    }
    .lg-block-grid-3>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-3>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-3>div:nth-of-type(3n+1) {
        clear: both;
    }
    .lg-block-grid-3>div:nth-of-type(3n+1):after {
        display: none;
    }
    .lg-block-grid-3>div:nth-last-child(-n+3):before {
        content: none;
    }
    .lg-block-grid-4>div {
        width: 25%;
    }
    .lg-block-grid-4>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-4>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-4>div:nth-of-type(4n+1) {
        clear: both;
    }
    .lg-block-grid-4>div:nth-of-type(4n+1):after {
        display: none;
    }
    .lg-block-grid-4>div:nth-last-child(-n+4):before {
        content: none;
    }
    .lg-block-grid-5>div {
        width: 20%;
    }
    .lg-block-grid-5>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-5>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-5>div:nth-of-type(5n+1) {
        clear: both;
    }
    .lg-block-grid-5>div:nth-of-type(5n+1):after {
        display: none;
    }
    .lg-block-grid-5>div:nth-last-child(-n+5):before {
        content: none;
    }
    .lg-block-grid-6>div {
        width: 16.66667%;
    }
    .lg-block-grid-6>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-6>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-6>div:nth-of-type(6n+1) {
        clear: both;
    }
    .lg-block-grid-6>div:nth-of-type(6n+1):after {
        display: none;
    }
    .lg-block-grid-6>div:nth-last-child(-n+6):before {
        content: none;
    }
    .lg-block-grid-7>div {
        width: 14.28571%;
    }
    .lg-block-grid-7>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-7>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-7>div:nth-of-type(7n+1) {
        clear: both;
    }
    .lg-block-grid-7>div:nth-of-type(7n+1):after {
        display: none;
    }
    .lg-block-grid-7>div:nth-last-child(-n+7):before {
        content: none;
    }
    .lg-block-grid-8>div {
        width: 12.5%;
    }
    .lg-block-grid-8>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-8>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-8>div:nth-of-type(8n+1) {
        clear: both;
    }
    .lg-block-grid-8>div:nth-of-type(8n+1):after {
        display: none;
    }
    .lg-block-grid-8>div:nth-last-child(-n+8):before {
        content: none;
    }
    .lg-block-grid-9>div {
        width: 11.11111%;
    }
    .lg-block-grid-9>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-9>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-9>div:nth-of-type(9n+1) {
        clear: both;
    }
    .lg-block-grid-9>div:nth-of-type(9n+1):after {
        display: none;
    }
    .lg-block-grid-9>div:nth-last-child(-n+9):before {
        content: none;
    }
    .lg-block-grid-10>div {
        width: 10%;
    }
    .lg-block-grid-10>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-10>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-10>div:nth-of-type(10n+1) {
        clear: both;
    }
    .lg-block-grid-10>div:nth-of-type(10n+1):after {
        display: none;
    }
    .lg-block-grid-10>div:nth-last-child(-n+10):before {
        content: none;
    }
    .lg-block-grid-11>div {
        width: 9.09091%;
    }
    .lg-block-grid-11>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-11>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-11>div:nth-of-type(11n+1) {
        clear: both;
    }
    .lg-block-grid-11>div:nth-of-type(11n+1):after {
        display: none;
    }
    .lg-block-grid-11>div:nth-last-child(-n+11):before {
        content: none;
    }
    .lg-block-grid-12>div {
        width: 8.33333%;
    }
    .lg-block-grid-12>div:nth-of-type(1n) {
        clear: none;
    }
    .lg-block-grid-12>div:nth-of-type(1n):after {
        display: block;
    }
    .lg-block-grid-12>div:nth-of-type(12n+1) {
        clear: both;
    }
    .lg-block-grid-12>div:nth-of-type(12n+1):after {
        display: none;
    }
    .lg-block-grid-12>div:nth-last-child(-n+12):before {
        content: none;
    }
}

.no-gutter [class*="block-grid-"] {
    margin: 0 !important;
}

.no-gutter [class*="block-grid-"]>div {
    padding: 0 !important;
}

.no-gutter .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutter [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-gutter .portfolio-v1 {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .no-gutter-2 [class*="block-grid-"] {
        margin: 0 !important;
    }
    .no-gutter-2 [class*="block-grid-"]>div {
        padding: 0 !important;
    }
    .no-gutter-2 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .no-gutter-2 [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-gutter-2 .portfolio-v1 {
        margin-bottom: 0 !important;
    }
}

.area-main-menu .menu-toggle {
    display: none;
}

@media (min-width: 992px) {
    .navigation {
        position: relative;
        clear: both;
    }
    .navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .navigation .gva_menu {
        float: left;
        position: relative;
        font-size: 0;
    }
    .navigation .gva_menu li {
        position: relative;
    }
    .navigation .gva_menu li a {
        text-align: left !important;
    }
    .navigation .gva_menu li a .icaret {
        margin-left: 4px;
        border: none !important;
        font-size: 9px;
    }
    .navigation .gva_menu>li {
        display: inline-block;
    }
    .navigation .gva_menu>li.gva-mega-menu {
        position: static !important;
    }
    .navigation .gva_menu>li.gva-mega-menu>.sub-menu {
        width: 100%;
    }
}

@media (min-width: 992px) and (min-width: 576px) {
    .navigation .gva_menu>li:hover>ul.sub-menu,
    .navigation .gva_menu>li:hover div.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 99%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .navigation .gva_menu>li:hover>ul.sub-menu>li,
    .navigation .gva_menu>li:hover div.sub-menu>li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation .gva_menu>li:hover>a {
        color: #f57f4b;
    }
}

@media (min-width: 250px) and (max-width: 991px) {
    .navigation .gva_menu>li>ul.sub-menu,
    .navigation .gva_menu>li div.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 99%;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .navigation .gva_menu>li:hover>ul.sub-menu>li,
    .navigation .gva_menu>li:hover div.sub-menu>li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation .gva_menu>li:hover>a {
        color: #f57f4b;
    }
}



@media (min-width: 992px) {
    .navigation .gva_menu>li>a {
        display: block;
        position: relative;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 35px 20px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        text-align: center;
        text-transform: uppercase;
        color: #262834;
        letter-spacing: 0.6px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navigation .gva_menu>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 991.98px) {
    .navigation .gva_menu>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 992px) and (max-width: 767.98px) {
    .navigation .gva_menu>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .navigation .gva_menu>li>a:hover,
    .navigation .gva_menu>li>a:after,
    .navigation .gva_menu>li>a:active {
        color: #f57f4b;
    }
    .navigation .gva_menu>li>a:hover:before,
    .navigation .gva_menu>li>a:after:before,
    .navigation .gva_menu>li>a:active:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navigation .gva_menu>li>a.is-active {
        color: #f57f4b;
    }
    .navigation .gva_menu>li>a.is-active:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navigation .gva_menu>li>a>span {
        position: relative;
        padding-bottom: 6px;
    }
    .navigation .gva_menu>li.menu-item--active-trail>a {
        color: #f57f4b !important;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-2>ul.sub-menu>li {
        width: 50%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-3>ul.sub-menu>li {
        width: 33.33%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-4>ul.sub-menu>li {
        width: 25%;
        float: left;
    }
    .navigation .gva_menu>li.megamenu.menu-columns-5>ul.sub-menu>li {
        width: 20%;
        float: left;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu {
        min-width: 250px;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li {
        border-bottom: 1px solid #dee2e6;
    }
    .navigation .gva_menu>li.menu-list ul.sub-menu>li>a {
        padding: 10px 15px;
        text-transform: uppercase;
    }
    .navigation .gva_menu .megamenu,
    .navigation .gva_menu .gva-mega-menu {
        position: static;
    }
    .navigation .gva_menu .megamenu>ul>li,
    .navigation .gva_menu .gva-mega-menu>ul>li {
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .navigation .gva_menu .megamenu>.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu {
        width: 100%;
        padding: 20px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li {
        border: none;
        position: static;
        padding: 0 15px;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu {
        position: static;
        border-width: 0;
        padding: 0;
        min-width: inherit;
        width: 100%;
        background-color: transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu {
        display: block !important;
        visibility: visible;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@media (min-width: 992px) {
    .navigation .gva_menu .megamenu>.sub-menu>li>ul.sub-menu li,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>ul.sub-menu li {
        padding: 10px 0 0;
        margin-bottom: 0;
        border: none;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>a {
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 0 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        position: relative;
    }
    .navigation .gva_menu .megamenu>.sub-menu>li>a:after,
    .navigation .gva_menu .gva-mega-menu>.sub-menu>li>a:after {
        display: none;
    }
    .navigation .gva_menu .megamenu:hover ul.sub-menu>li,
    .navigation .gva_menu .gva-mega-menu:hover ul.sub-menu>li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation .gva_menu .sub-menu {
        top: 106%;
        position: absolute;
        min-width: 280px;
        background-color: #262834;
        z-index: 999;
        left: 0;
        padding: 15px 20px 10px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        /* -webkit-transform: rotateX(-90deg); */
        /* transform: rotateX(-90deg); */
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .navigation .gva_menu .sub-menu>li {
        padding: 10px 0;
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navigation .gva_menu .sub-menu>li>a {
        display: block;
        line-height: 26px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        position: relative;
        color: #fff;
    }
    .navigation .gva_menu .sub-menu>li>a:hover,
    .navigation .gva_menu .sub-menu>li>a:focus,
    .navigation .gva_menu .sub-menu>li>a:active {
        color: #f57f4b;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+1) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+3) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+4) {
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+5) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+6) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+7) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+8) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+9) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+10) {
        -webkit-transition-delay: 0.55s;
        transition-delay: 0.55s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+11) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+12) {
        -webkit-transition-delay: 0.65s;
        transition-delay: 0.65s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+13) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+14) {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }
    .navigation .gva_menu .sub-menu>li:nth-child(2n+15) {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .navigation .gva_menu .sub-menu>li:last-child {
        border-bottom: 0;
    }
    .navigation .gva_menu .sub-menu>li ul {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 250px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        z-index: 11;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .navigation .gva_menu .sub-menu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        display: block;
        left: 100%;
    }
}

body.header-absolute .navigation ul.gva_menu>li>a {
    color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
    position: relative;
}

.gva-mega-menu .block-blocktabs .ui-widget {
    font-size: 0.875rem;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav {
    padding: 0;
    position: static;
    width: 15%;
    float: left;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    padding-right: 20px;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li>a {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li:last-child>a {
    padding-right: 0;
}

.gva-mega-menu .block-blocktabs .ui-tabs-nav>li.ui-tabs-active>a {
    color: #f57f4b;
}

.gva-mega-menu .block-blocktabs .ui-tabs-panel {
    float: left;
    width: 85%;
}

.gva-view.view-header-right header {
    float: right;
}

@media (max-width: 575.98px) {
    .gva-view.view-header-right header {
        display: none;
    }
}

.item-list ul {
    overflow: hidden;
    padding: 0;
}

.item-list li.view-list-item {
    margin: 0 0 30px;
    overflow: hidden;
    list-style-type: none;
}

.item-list li.view-list-item .post-block {
    margin: 0;
}

.padding-small .item-list ul li.view-list-item {
    margin-bottom: 20px !important;
}

.padding-small .item-list ul li.view-list-item:last-child {
    margin-bottom: 0 !important;
}

ul[data-drupal-views-infinite-scroll-pager] {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
    margin: 20px 0;
}

.views-view-grid .views-row {
    width: auto;
    clear: none;
    float: none !important;
}

.views-view-grid .views-row:last-child {
    margin-bottom: 0;
}

.post-masonry-style>div.views-col {
    margin-bottom: 10px;
}

.no-padding .gva-portfolio-items .row {
    margin: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div {
    padding: 0 !important;
}

.no-padding .gva-portfolio-items .isotope-items>div .isotope-item {
    margin-bottom: 0 !important;
}

.view-box-shadow .gva-view-grid {
    -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .view-box-shadow .gva-view-grid {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.view-box-shadow .pager {
    padding-top: 20px;
}

.brand-grid .views-view-grid .views-row {
    margin-bottom: 65px;
}

.brand-grid .views-view-grid .views-row .views-field-field-image {
    text-align: center;
}

@media (max-width: 575.98px) {
    .brand-grid .views-view-grid .views-row .views-field-field-image {
        margin-bottom: 20px;
    }
}

.category-list .item-list li.view-list-item {
    margin-bottom: 15px;
}

.category-list .item-list li.view-list-item:last-child {
    margin-bottom: 0;
}

.category-list .item-list li.view-list-item a {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    color: #808186;
}

.category-list .item-list li.view-list-item a:hover,
.category-list .item-list li.view-list-item a:focus,
.category-list .item-list li.view-list-item a:active {
    color: #f57f4b;
}

.testimonial-v1 .testimonial-item {
    text-align: center;
    background: #fff;
    padding: 60px 30px;
}

.testimonial-v1 .testimonial-item .quote {
    line-height: 28px;
    position: relative;
    padding-top: 35px;
}

.testimonial-v1 .testimonial-item .avatar {
    text-align: center;
}

.testimonial-v1 .testimonial-item .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-v1 .testimonial-item .content .title {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #252733;
}

.testimonial-v1 .testimonial-item .content .job {
    font-size: 12px;
    color: #bbbbbb;
}

.view-testimonial-v2 {
    position: relative;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots {
    text-align: left;
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.view-testimonial-v2 .owl-dots .owl-dot {
    display: inline-block;
    padding: 0;
    margin: 5px;
    background: none;
    width: 45px;
    height: 45px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 2px solid #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    position: relative;
    z-index: 9;
}

.view-testimonial-v2 .owl-dots .owl-dot.active {
    border-color: #f57f4b;
}

.view-testimonial-v2 .owl-nav {
    display: none;
}

.testimonial-grid .item-grid {
    margin-bottom: 45px;
}

.testimonial-grid .item-grid:before,
.testimonial-grid .item-grid:after {
    content: " ";
    display: table;
}

.testimonial-grid .item-grid:after {
    clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
    font-size: 16px;
    color: #252733;
    padding: 30px;
    border: 1px solid #dee2e6;
    font-weight: 300;
    font-style: italic;
}

.testimonial-grid .item-grid .testimonials-profile {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f57f4b;
    top: -1px;
    left: 0;
    z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
    padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
    font-size: 12px;
    font-weight: 900;
    color: #f57f4b;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
    display: inline-block;
    float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: auto;
}

.slider-gallery-v1 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.slider-gallery-v1 .carousel-item {
    float: left;
    padding-right: 3px !important;
}

.slider-gallery-v1 img {
    -webkit-transform-style: none !important;
    transform-style: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.slider-gallery-v1 .gallery-large {
    background: #fff;
}

.slider-gallery-v1 .gallery-large img {
    width: 100%;
    height: auto;
}

.slider-gallery-v1 div>.gallery-small {
    width: 50% !important;
    background: transparent !important;
    float: left;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item {
    background: #fff;
    width: 100% !important;
    height: auto !important;
    float: left;
    clear: both;
    padding-bottom: 3px;
    margin: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item:last-child {
    padding-bottom: 0;
}

.slider-gallery-v1 div>.gallery-small .gallery-small-item img {
    width: 100%;
    height: auto;
}

.small-list .item-list ul>li {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.small-list .item-list ul>li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #252733;
    font-weight: 600;
}

.small-list .item-list ul>li a:hover {
    color: #f57f4b;
}

.small-list .item-list ul>li:last-child {
    border: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.tags-list .item-list>ul>li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-list .item-list>ul>li a {
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #808186;
    border: 1px solid #dee2e6;
    padding: 0 15px 2px;
}

.tags-list .item-list>ul>li a:hover,
.tags-list .item-list>ul>li a:focus,
.tags-list .item-list>ul>li a:active {
    color: #f57f4b;
    border-color: #f57f4b;
}

.banner-carousel .item-image {
    text-align: center;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-carousel.v2 .item-image {
    background: #fff;
    height: 228px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.block.block-gavias-blockbuilder {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.block.block-gavias-blockbuilder ul>li {
    list-style: none;
}

.gbb-row-wrapper {
    position: relative;
}

.gbb-row-wrapper .row-text-overlay {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    z-index: 1;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .gbb-row-wrapper .row-text-overlay {
        display: none;
    }
}

.gbb-row-wrapper .bb-container {
    position: relative;
    z-index: 2;
}

.gbb-row-wrapper .icon-row {
    color: #f57f4b;
}

.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
    padding: 0;
}

.row-box {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767.98px) {
    .row-box {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.container-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 15px;
    background: #fff;
}

@media (min-width: 1410px) {
    .container-inner {
        max-width: 1410px !important;
        padding: 120px;
    }
}

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

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

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

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

.container .container {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bb-container.full-screen {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bb-container.full-screen .bb-inner {
    padding: 0 !important;
}

.bb-container.full-screen>.row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.gbb-row.polygon {
    -webkit-clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
    clip-path: polygon(100% 0, 100% 66%, 0% 100%, -200% 0%);
}

@media (max-width: 767.98px) {
    .gbb-row.row-border .row-wrapper>.gsc-column {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .gbb-row.row-border .row-wrapper>.gsc-column:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.gbb-row.row-border .row-wrapper>.gsc-column:after {
    content: '';
    width: 1px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767.98px) {
    .gbb-row.row-border .row-wrapper>.gsc-column:after {
        display: none;
    }
}

.gbb-row.row-border .row-wrapper>.gsc-column .column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.gbb-row.row-border .row-wrapper>.gsc-column:last-child:after {
    display: none !important;
}

.gbb-row.row-border .row-wrapper>.gsc-column[class*='col-lg-12']:after {
    display: none;
}

.gbb-row.border-inner-row .row-wrapper {
    border-bottom: 1px solid #dee2e6;
}

.gbb-row.special-row .bb-inner {
    padding-top: 0;
}

.gbb-row.special-row .row-wrapper {
    margin-top: -110px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}

@media (max-width: 991.98px) {
    .gbb-row.special-row .row-wrapper {
        margin-top: 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.gbb-row.special-row .row-wrapper .column-inner {
    padding: 35px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 991.98px) {
    .gbb-row.special-row .row-wrapper .column-inner {
        padding: 0;
    }
}

.column-style-1 {
    width: 125%;
    margin-top: -120px;
}

@media (max-width: 991.98px) {
    .column-style-1 {
        margin-top: 0px;
        width: 100%;
    }
}

.column-style-2 {
    padding: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199.98px) {
    .column-style-2 {
        padding: 60px;
    }
}

@media (max-width: 991.98px) {
    .column-style-2 {
        padding: 30px;
    }
}

.column-style-3 {
    max-width: 630px;
    padding: 80px 30px;
}

@media (max-width: 991.98px) {
    .column-style-3 {
        padding: 30px 20px;
        max-width: 100%;
    }
}

.column-style-4 {
    padding: 80px;
}

@media (max-width: 1199.98px) {
    .column-style-4 {
        padding: 60px 30px;
    }
}

@media (max-width: 991.98px) {
    .column-style-4 {
        padding: 30px 15px;
    }
}

.column-bg-right {
    margin-left: auto;
    max-width: 650px;
}

@media (min-width: 992px) {
    .column-border-light {
        border-right: 2px solid #fff;
    }
}

.gsc-column-absolute .column-absolute {
    padding: 60px 15px;
}

@media (min-width: 992px) {
    .gsc-column-absolute {
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
    }
    .gsc-column-absolute .column-absolute {
        max-width: 560px;
        margin: 0 auto;
        padding: 40px;
        border: 20px solid #f57f4b;
        background: #fff;
    }
}

.column-box-shadow-2 {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.row-gradient-1 {
    background: -webkit-gradient(linear, left top, left bottom, from(#3F51B5), to(#90566c));
    background: linear-gradient(to bottom, #3F51B5, #90566c);
    background-color: #3F51B5;
}

.row-gradient-2 {
    position: relative;
}

.row-gradient-2>.bb-inner {
    position: relative;
    z-index: 11;
}

.row-gradient-2:after {
    content: '';
    background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
    background-color: #dde7ff;
    position: absolute;
    top: 120px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .row-gradient-2:after {
        top: 0;
    }
}

.row-bg-top {
    position: relative;
}

.row-bg-top>.bb-inner {
    position: relative;
    z-index: 11;
}

.row-bg-top:after {
    content: '';
    background-image: radial-gradient(farthest-corner at 50% -50%, #fff 0%, #dde7ff 70%, #dde7ff 100%);
    background-color: #dde7ff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 500px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .row-bg-top:after {
        top: 0;
    }
}

.row-curve-bottom-white:after {
    content: '';
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: 0;
    background: url("../images/curve-bg.png") repeat-x center center transparent;
    background-size: 100% 100%;
}

.grid-small .container {
    max-width: 900px;
    margin: 0 auto;
}

.gavias-blockbuilder-content {
    position: relative;
}

.gavias-blockbuilder-content .link-edit-blockbuider {
    border: 1px solid #dee2e6;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    background: #f57f4b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
}

.gavias-blockbuilder-content .link-edit-blockbuider:hover,
.gavias-blockbuilder-content .link-edit-blockbuider:focus,
.gavias-blockbuilder-content .link-edit-blockbuider:active {
    color: #fff;
}

@media (max-width: 991.98px) {
    .gbb-row[style*="padding-top"] {
        padding-top: 25px !important;
    }
    .gbb-row[style*="padding-bottom"] {
        padding-bottom: 25px !important;
    }
}

.gbb-row .bb-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.gbb-row .bb-inner.padding-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

.gbb-row .bb-inner.padding-top-large {
    padding-top: 180px;
}

@media (max-width: 767.98px) {
    .gbb-row .bb-inner.padding-top-large {
        padding-top: 100px;
    }
}

.gbb-row .bb-inner.remove_margin {
    margin: 0 !important;
}

.gbb-row .bb-inner.remove_padding {
    padding: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col>.bb-container>.row-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_col>.bb-container>.row-wrapper>div.gsc-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gbb-row .bb-inner.remove_padding_top {
    padding-top: 0 !important;
}

.gbb-row .bb-inner.remove_padding_bottom {
    padding-bottom: 0 !important;
}

.gbb-row .bb-inner.padding-bottom-medium {
    padding-top: 100px;
    padding-bottom: 80px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner.padding-bottom-medium {
        padding-bottom: 60px;
    }
}

.gbb-row .bb-inner.padding-bottom-medium.padding-small {
    padding-bottom: 50px;
}

.gbb-row .bb-inner.padding-large {
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

@media (max-width: 767.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media (max-width: 575.98px) {
    .gbb-row .bb-inner.padding-large {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.gbb-row .bb-inner.padding-bottom-large {
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .gbb-row .bb-inner.padding-bottom-large {
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .gsc-image {
        margin-bottom: 30px;
    }
}

.widget {
    /******************** Block for drupal ***********************/
}

.widget.gsc-block-drupal {
    margin-bottom: 35px;
}

.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
    display: none !important;
}

.widget.gsc-block-drupal.title-align-center .block-title {
    text-align: center;
}

.widget.gsc-block-drupal.title-align-left .block-title {
    text-align: left;
}

.widget.gsc-block-drupal.title-align-right .block-title {
    text-align: right;
}

.widget.gsc-block-drupal.text-light div {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-title {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *,
.widget.gsc-block-drupal.text-light .block-inner .block-content div {
    color: #fff;
}

.widget.gsc-block-drupal.text-light .block-inner .block-content *:after,
.widget.gsc-block-drupal.text-light .block-inner .block-content *:before,
.widget.gsc-block-drupal.text-light .block-inner .block-content div:after,
.widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
    color: rgba(255, 255, 255, 0.2);
}

.widget.gsc-block-drupal.remove-margin-on {
    margin-bottom: 0 !important;
}

.widget.gsc-block-drupal.remove-margin-on .block {
    margin-bottom: 0 !important;
}

.gsc-block-view.remove-margin-on {
    margin-bottom: 0 !important;
}

.column-content.text-quote {
    padding: 165px 20px;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .column-content.text-quote {
        padding: 20px 20px;
    }
}

.column-content.text-quote-2 {
    padding: 80px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .column-content.text-quote-2 {
        padding: 20px 20px;
    }
}

.gsc-accordion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.gsc-accordion .panel-group.skin-white .panel {
    border: 1px solid #dee2e6 !important;
    margin-bottom: 20px;
}

.gsc-accordion .panel-group.skin-white .panel .panel-title a:after {
    right: 0;
}

.gsc-accordion .panel-group.skin-dark {
    background: #f5f5f5;
}

.gsc-accordion .panel-group.skin-dark .panel {
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2 !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title {
    background: #f5f5f5 !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
    background: none !important;
}

.gsc-accordion .panel-group.skin-dark .panel .panel-title a:after {
    right: 0;
}

.gsc-accordion .panel-group.skin-dark .panel:last-child {
    border-bottom: none !important;
}

.gsc-accordion .panel-group.skin-white-border {
    background: #fff;
}

.gsc-accordion .panel-group.skin-white-border .panel {
    padding: 0 0 15px !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 18px !important;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
    right: 0;
}

.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
    padding-top: 10px;
}

.gsc-accordion .panel-group.skin-white-border .panel:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.gsc-call-to-action .title {
    font-weight: 500;
    font-size: 50px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .gsc-call-to-action .title.fsize-00 {
        font-size: 34px;
    }
}

.gsc-call-to-action .sub-title {
    color: #f57f4b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.gsc-call-to-action .heading-line.heading-line-1 {
    width: 80px;
    height: 2px;
    margin: 18px auto 18px;
    background: #f57f4b;
}

.gsc-call-to-action .heading-line.heading-line-2 {
    width: 80px;
    height: 6px;
    border-top: 1px solid #f57f4b;
    border-bottom: 1px solid #f57f4b;
    margin: 18px auto 18px;
}

.gsc-call-to-action .video-inner {
    margin-bottom: 30px;
}

.gsc-call-to-action .video-inner a.link-video {
    font-size: 24px;
    margin-top: 0;
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    background: #f57f4b;
    display: inline-block;
    position: relative;
    padding-left: 4px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-call-to-action .video-inner a.link-video:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 11;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-call-to-action .video-inner a.link-video:hover:after {
    border: 20px solid rgba(0, 0, 0, 0.4);
}

.gsc-call-to-action .button-action>a {
    margin: 0 10px;
    display: inline-block;
}

.gsc-call-to-action .button-action>a:first-child {
    margin-left: 0;
}

.gsc-call-to-action .button-action>a:last-child {
    margin-right: 0;
}

.gsc-call-to-action .desc {
    line-height: 30px;
}

.gsc-call-to-action.button-right {
    position: static;
}

.gsc-call-to-action.button-right .title {
    margin: 0 0 10px !important;
}

.gsc-call-to-action.button-right .heading-line {
    margin: 16px 0;
}

.gsc-call-to-action.button-right .content {
    padding-right: 170px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-right .content {
        padding-right: 0;
    }
}

.gsc-call-to-action.button-right .content p {
    margin: 0;
}

.gsc-call-to-action.button-right .button-action {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -20px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-right .button-action {
        position: relative;
        margin-top: 15px;
    }
}

.gsc-call-to-action.button-left {
    position: relative;
    text-align: right;
}

.gsc-call-to-action.button-left .title {
    margin: 0 0 10px !important;
}

.gsc-call-to-action.button-left .heading-line {
    margin: 16px 0;
}

.gsc-call-to-action.button-left .content {
    padding-left: 160px;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-left .content {
        padding-right: 0;
    }
}

.gsc-call-to-action.button-left .content p {
    margin: 0;
}

.gsc-call-to-action.button-left .button-action {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}

@media (max-width: 800px) {
    .gsc-call-to-action.button-left .button-action {
        position: relative;
        margin-top: 15px;
    }
}

.gsc-call-to-action.button-bottom {
    padding: 0 0 30px;
}

.gsc-call-to-action.button-bottom .title {
    position: relative;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .gsc-call-to-action.button-bottom .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

.gsc-call-to-action.button-bottom .title .text-small {
    font-size: 28px;
    line-height: 36px;
}

.gsc-call-to-action.button-bottom .heading-line {
    margin: 16px 0;
}

.gsc-call-to-action.button-bottom .desc {
    font-size: 18px;
}

.gsc-call-to-action.button-bottom .button-action {
    margin-top: 45px;
}

@media (max-width: 991.98px) {
    .gsc-call-to-action.button-bottom .button-action {
        margin-top: 30px;
    }
}

.gsc-call-to-action.button-bottom.text-light .title:after {
    background: #fff;
}

.gsc-call-to-action.button-bottom-right {
    padding: 30px 0;
    text-align: right;
}

@media (max-width: 991.98px) {
    .gsc-call-to-action.button-bottom-right {
        padding: 0;
    }
}

.gsc-call-to-action.button-bottom-right .title {
    position: relative;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 32px;
}

.gsc-call-to-action.button-bottom-right .title:after {
    left: auto;
    right: 0;
}

.gsc-call-to-action.button-bottom-right .title .text-small {
    font-size: 30px;
}

.gsc-call-to-action.button-bottom-right .desc {
    font-size: 18px;
}

.gsc-call-to-action.button-bottom-right .button-action {
    margin-top: 30px;
}

.gsc-call-to-action.button-bottom-right.text-light .title:after {
    background: #fff;
}

.gsc-call-to-action.button-center {
    text-align: center;
    margin: 0 auto;
}

.gsc-call-to-action.button-center .title {
    font-size: 32px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
}

.gsc-call-to-action.button-center .desc {
    font-size: 18px;
}

.gsc-call-to-action.button-center .button-action {
    margin-top: 38px;
}

.gsc-call-to-action.button-center.text-light .title:after {
    background: #fff;
}

.gsc-call-to-action.has-background {
    padding: 35px;
    margin-bottom: 30px;
}

.gsc-call-to-action.has-background .title {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 20px;
}

.gsc-call-to-action.has-background .title:after {
    display: none;
}

.gsc-call-to-action.has-background.button-right .button-action {
    right: 30px;
}

.gsc-call-to-action.text-light .content {
    color: #fff;
}

.gsc-call-to-action.text-light .content .title {
    color: #fff;
}

.gsc-call-to-action.text-light .content .desc * {
    color: #ebebeb;
}

.gsc-carousel-content .item .item-content .image {
    width: 75%;
    z-index: 1;
}

.gsc-carousel-content .item .item-content .content-box {
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 80px;
    float: right;
    width: 40%;
    background: #fff;
    width: 475px;
    max-width: 100%;
    z-index: 99;
}

.gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 60px;
}

.gsc-carousel-content .item .item-content .content-box .title {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 15px;
}

.gsc-carousel-content .item .item-content .content-box .desc {
    font-size: 17px;
    line-height: 30px;
}

.gsc-carousel-content .item .item-content .content-box .desc p {
    margin: 0;
}

.gsc-carousel-content .active .item-content .bg-full {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
}

@media (max-width: 1024px) {
    .gsc-carousel-content .item .item-content .content-box .content-inner {
        padding: 30px;
    }
    .gsc-carousel-content .item .item-content .content-box .title {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 992px) {
    .gsc-carousel-content .item .item-content .image {
        width: 100%;
    }
    .gsc-carousel-content .item .item-content .content-box {
        bottom: 20px;
        left: 20px;
        right: 20px;
        top: auto;
        width: auto;
    }
}

@media (max-width: 768px) {
    .gsc-carousel-content .item .item-content .content-box {
        position: static;
        width: 100%;
    }
}

.gsc-icon-box {
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box:before,
.gsc-icon-box:after {
    content: " ";
    display: table;
}

.gsc-icon-box:after {
    clear: both;
}

@media (max-width: 767.98px) {
    .gsc-icon-box {
        margin-bottom: 30px;
    }
}

.gsc-icon-box.icon-image.left {
    padding-right: 30px;
}

@media (max-width: 991.98px) {
    .gsc-icon-box.icon-image.left {
        padding-right: 0;
    }
}

.gsc-icon-box.icon-image .fa-1x {
    display: block;
    width: 32px;
    height: 32px;
}

.gsc-icon-box.icon-image .fa-1x .icon {
    margin-top: 6px;
}

.gsc-icon-box.icon-image .fa-2x {
    display: block;
    width: 64px;
    height: 64px;
}

.gsc-icon-box.icon-image .fa-2x .icon {
    margin-top: 15px;
}

.gsc-icon-box.icon-image .fa-3x {
    display: block;
    width: 124px;
    height: 124px;
}

.gsc-icon-box.icon-image .fa-3x .icon {
    margin-top: 30px;
}

.gsc-icon-box.icon-image .fa-4x {
    display: block;
    width: 160px;
    height: 160px;
    margin-top: 40px;
}

.gsc-icon-box .fa-2x {
    width: 64px;
    height: 64px;
    line-height: 54px;
}

.gsc-icon-box .fa-2x .icon {
    font-size: 20px;
}

.gsc-icon-box .highlight_content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.gsc-icon-box .highlight_content .desc p {
    margin-bottom: 0;
}

.gsc-icon-box .highlight-icon .icon-container {
    text-align: center;
    position: relative;
    color: #2B2B33;
}

.gsc-icon-box .highlight-icon .icon-container .icon {
    position: relative;
    z-index: 11;
}

.gsc-icon-box .highlight-icon .icon-container.icon-shadow {
    -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
}

.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
    border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
    border-color: rgba(255, 255, 255, 0.2);
}

.gsc-icon-box .highlight-icon .icon-container.text-black {
    color: #252733;
}

.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
    border-color: rgba(0, 0, 0, 0.1);
}

.gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container:after {
    top: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
    background: #222222;
}

.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
    background: #f57f4b;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
    border-color: #222222;
}

.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
    border-color: #f57f4b;
}

.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
    color: #f57f4b;
}

.gsc-icon-box.top-center {
    text-align: center;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.gsc-icon-box.top-center .highlight-icon {
    text-align: center;
    margin-bottom: 20px;
}

.gsc-icon-box.top-center .highlight-icon .icon-container {
    display: inline-block;
}

.gsc-icon-box.top-center .highlight-icon .icon-container.fa-1x {
    font-size: 1.4em;
}

.gsc-icon-box.top-center .title {
    position: relative;
    margin: 18px 0 16px;
}

.gsc-icon-box.top-center .highlight_content {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.gsc-icon-box.top-center .highlight_content .desc {
    text-align: center;
    font-weight: 400;
    text-transform: normal;
}

.gsc-icon-box.top-left {
    text-align: left;
    max-width: 300px;
    clear: both;
}

.gsc-icon-box.top-left .title {
    margin: 16px 0 20px;
}

.gsc-icon-box.top-right {
    text-align: right;
    max-width: 300px;
    clear: both;
    float: right;
}

.gsc-icon-box.top-right .title {
    margin: 16px 0 20px;
}

.gsc-icon-box.top-right .highlight-icon {
    width: 100%;
    text-align: right;
}

.gsc-icon-box.top-right .highlight-icon .icon-container {
    display: inline-block;
}

.gsc-icon-box.top-left-title .title-inner,
.gsc-icon-box.top-right-title .title-inner {
    display: table;
    margin-bottom: 30px;
}

.gsc-icon-box.top-left-title .title-inner .highlight-icon,
.gsc-icon-box.top-right-title .title-inner .highlight-icon {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
}

.gsc-icon-box.top-left-title .title-inner .title,
.gsc-icon-box.top-right-title .title-inner .title {
    display: table-cell;
    vertical-align: middle;
}

.gsc-icon-box.top-left-title .icon,
.gsc-icon-box.top-right-title .icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 5px rgba(245, 127, 75, 0.3);
    box-shadow: 0 0 0 5px rgba(245, 127, 75, 0.3);
    background-color: #f57f4b;
}

.gsc-icon-box.top-left-title .highlight-icon {
    padding-right: 15px;
}

.gsc-icon-box.top-right-title {
    text-align: right;
}

.gsc-icon-box.top-right-title:before,
.gsc-icon-box.top-right-title:after {
    content: " ";
    display: table;
}

.gsc-icon-box.top-right-title:after {
    clear: both;
}

.gsc-icon-box.top-right-title .title-inner {
    float: right;
}

.gsc-icon-box.top-right-title .highlight-icon {
    padding-left: 15px;
}

.gsc-icon-box.top-right-title .desc {
    float: right;
    width: 100%;
}

.gsc-icon-box.right,
.gsc-icon-box.left {
    display: table;
    max-width: 600px;
}

.gsc-icon-box.right .highlight-icon,
.gsc-icon-box.left .highlight-icon {
    display: table-cell;
    vertical-align: top;
}

.gsc-icon-box.right .highlight_content,
.gsc-icon-box.left .highlight_content {
    display: table-cell;
    vertical-align: top;
}

.gsc-icon-box.right.icon-background .highlight-icon,
.gsc-icon-box.left.icon-background .highlight-icon {
    padding-top: 0;
}

.gsc-icon-box.right {
    text-align: right;
}

.gsc-icon-box.right .highlight-icon {
    padding-left: 20px;
}

.gsc-icon-box.left,
.gsc-icon-box.left-2 {
    text-align: left;
}

.gsc-icon-box.left .highlight-icon,
.gsc-icon-box.left-2 .highlight-icon {
    padding-right: 20px;
}

.gsc-icon-box.left-2 {
    width: 100%;
    display: table;
}

.gsc-icon-box.left-2 .highlight-icon {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 15px;
    width: 130px;
}

@media (max-width: 991.98px) {
    .gsc-icon-box.left-2 .highlight-icon {
        width: 100px;
        padding-top: 10px;
    }
}

.gsc-icon-box.left-2 .highlight_content {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 6px;
    width: 100%;
}

.gsc-icon-box.left-2 .highlight_content .title {
    font-size: 42px;
}

@media (max-width: 991.98px) {
    .gsc-icon-box.left-2 .highlight_content .title {
        font-size: 32px;
    }
}

.gsc-icon-box.left-2.icon-background .highlight-icon {
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .gsc-icon-box.responsive-1 {
        margin: 0 auto;
        float: none;
    }
    .gsc-icon-box.responsive-1 .highlight-icon {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .gsc-icon-box.responsive-1 .highlight_content {
        width: 100%;
        display: block;
        padding: 0;
    }
}

@media (max-width: 575.98px) {
    .gsc-icon-box.responsive-2 {
        margin: 0 auto;
        float: none;
    }
    .gsc-icon-box.responsive-2 .highlight-icon {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .gsc-icon-box.responsive-2 .highlight_content {
        width: 100%;
        display: block;
        padding: 0;
    }
}

.gsc-icon-box.text-light .title {
    color: #fff;
}

.gsc-icon-box.text-light .title:after {
    background: #fff;
}

.gsc-icon-box.text-light .title a {
    color: #fff;
}

.gsc-icon-box.text-light .title a:hover {
    color: #f57f4b;
}

.gsc-icon-box.text-light .highlight-icon .icon-container {
    color: #fff;
}

.gsc-icon-box.text-light .desc {
    color: rgba(255, 255, 255, 0.8);
}

.gsc-icon-box.box-background {
    padding: 40px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-icon-box.box-background.active,
.gsc-icon-box.box-background:hover,
.gsc-icon-box.box-background:focus,
.gsc-icon-box.box-background:active {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575.98px) {
    .gsc-icon-box.box-background {
        padding: 20px 15px;
    }
}

.gsc-icon-box.border-s1 .icon-inner {
    padding: 6px;
    border: 2px solid #dee2e6;
    display: inline-block;
}

.gsc-icon-box.border-s1 .icon-inner .fa-stack {
    line-height: 2.3em !important;
    width: 2.2em;
    height: 2.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-2x {
    font-size: 1.6em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x {
    font-size: 1.2em;
}

.gsc-icon-box.border-s1 .icon-inner .fa-1x .fa-stack {
    line-height: 2.3em !important;
    width: 2.2em;
    height: 2.2em;
}

.gsc-icon-box .i-border-theme {
    border-color: #f57f4b !important;
}

.gsc-icon-box .i-border-black {
    border-color: #071F20 !important;
}

.gsc-icon-box .i-border-dark {
    border-color: #f1f1f1f !important;
}

.gsc-icon-box .i-border-white {
    border-color: #fff !important;
}

@media (max-width: 991.98px) {
    .gsc-icon-box-color {
        margin-bottom: 30px;
    }
}

.gsc-icon-box-color.hidden-arrow:after {
    display: none !important;
}

.gsc-icon-box-color .content-inner .box-title {
    font-size: 18px;
}

.gsc-icon-box-color.icon-style-1 .box-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

.gsc-icon-box-color.icon-style-1 .box-icon .icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #f57f4b;
    font-size: 22px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-color.icon-style-2 .box-icon {
    margin-bottom: 15px;
}

.gsc-icon-box-color.icon-style-2 .box-icon .icon {
    display: inline-block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background: #f57f4b;
    font-size: 22px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gsc-icon-box-color.arrow-style-1:after {
    content: '';
    background: url("../images/arrow-workflow-right.png") no-repeat center center transparent;
    background-size: contain;
    width: 60px;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: -45px;
    display: none;
}

@media (max-width: 767.98px) {
    .gsc-icon-box-color.arrow-style-1:after {
        display: none !important;
    }
}

.gsc-icon-box-color.arrow-style-1:before {
    content: '';
    background: url("../images/arrow-workflow.png") no-repeat center center transparent;
    background-size: contain;
    width: 60px;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: 30px;
    right: -45px;
    display: none;
}

@media (max-width: 767.98px) {
    .gsc-icon-box-color.arrow-style-1:before {
        display: none !important;
    }
}

.gsc-icon-box-color.arrow-style-2:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 1px;
    z-index: 1;
    position: absolute;
    top: 30px;
    right: -15px;
    display: none;
}

@media (max-width: 767.98px) {
    .gsc-icon-box-color.arrow-style-2:before {
        display: none !important;
    }
}

.gsc-icon-box-color.arrow-style-2:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 1px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: -15px;
    display: none;
}

@media (max-width: 767.98px) {
    .gsc-icon-box-color.arrow-style-2:after {
        display: none !important;
    }
}

.gsc-icon-box-color.arrow-right:before {
    display: block;
}

.gsc-icon-box-color.arrow-left:after {
    display: block;
}

.gsc-icon-box-color.icon-image .box-icon {
    width: 100%;
    border: none;
    background: none;
}

.gsc-icon-box-color.icon-image .box-icon .icon {
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: auto;
}

.gsc-icon-box-color.text-light .box-title a,
.gsc-icon-box-color.text-light .box-desc {
    color: #fff;
}

.gsc-icon-box-color.style-1 {
    position: relative;
    text-align: center;
}

.gsc-icon-box-color.style-1 .box-icon {
    text-align: center;
}

.gsc-icon-box-color.style-1 .box-icon .icon {
    display: block;
}

.gsc-icon-box-color.style-1 .content-inner {
    text-align: center;
}

.gsc-icon-box-color.style-1 .box-title {
    margin-bottom: 10px;
}

.gsc-icon-box-color.style-2 {
    position: relative;
    text-align: left;
}

.gsc-icon-box-color.style-2+.style-2 {
    margin-top: 50px;
}

.gsc-icon-box-color.style-2 .box-title {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0 25px;
}

.gsc-icon-box-color.style-2 .box-icon {
    text-align: left;
}

.gsc-icon-box-color.style-2 .content-inner {
    text-align: left;
}

.gsc-icon-box-color.style-3 {
    position: relative;
    text-align: right;
    margin-top: 30px;
    max-width: 300px;
    float: right;
    padding-right: 45px;
}

.gsc-icon-box-color.style-3 .box-icon {
    text-align: right;
}

.gsc-icon-box-color.style-3 .content-inner {
    text-align: right;
}

.gsc-icon-box-color.style-3.end {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .milestone-block {
        margin-bottom: 30px;
    }
}

.milestone-block.position-icon-top {
    text-align: center;
    display: block;
    width: 100%;
    padding: 45px 30px;
    background: #f57f4b;
}

.milestone-block.position-icon-top .milestone-icon {
    color: #fff;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
    margin-bottom: 15px;
    display: inline-block;
}

.milestone-block.position-icon-top .milestone-icon .icon {
    color: #fff;
    font-size: 50px;
    line-height: 1;
}

.milestone-block.position-icon-top .milestone-right {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 10px;
}

.milestone-block.position-icon-top .milestone-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.milestone-block.position-icon-top .milestone-text {
    font-size: 18px;
    font-weight: 400;
    color: #252733;
}

.milestone-block.position-icon-left {
    background: #fff;
    margin-bottom: 20px;
}

.milestone-block.position-icon-left:before,
.milestone-block.position-icon-left:after {
    content: " ";
    display: table;
}

.milestone-block.position-icon-left:after {
    clear: both;
}

.milestone-block.position-icon-left .milestone-icon {
    color: #f57f4b;
    display: inline-block;
    text-align: center;
    float: none;
    margin: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    margin-bottom: 5px;
    display: inline-block;
    float: left;
}

.milestone-block.position-icon-left .milestone-icon .icon {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #f57f4b;
    font-size: 18px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.milestone-block.position-icon-left .milestone-icon span {
    color: #f57f4b;
    font-size: 38px;
    line-height: 1;
}

.milestone-block.position-icon-left .milestone-right {
    padding-left: 85px;
    text-align: left;
    padding-top: 10px;
}

.milestone-block.position-icon-left .milestone-right .milestone-number {
    color: #252733;
    text-align: left;
    font-size: 28px;
    line-height: 1;
    padding-top: 20px;
}

.milestone-block.position-icon-left .milestone-right .milestone-text {
    font-size: 20px;
    text-align: left;
    width: 100%;
}

.milestone-block.position-no-icon {
    text-align: center;
}

@media (min-width: 992px) {
    .milestone-block.position-no-icon {
        padding: 30px 0;
    }
}

.milestone-block.position-no-icon .milestone-number-inner {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
    color: #252733;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .milestone-block.position-no-icon .milestone-number-inner {
        font-size: 50px;
    }
}

.milestone-block.position-no-icon .milestone-number-inner .symbol {
    color: #f57f4b;
    font-size: 90px;
}

@media (max-width: 991.98px) {
    .milestone-block.position-no-icon .milestone-number-inner .symbol {
        font-size: 50px;
    }
}

.milestone-block.position-no-icon .milestone-text {
    font-size: 20px;
    line-height: 24px;
}

.milestone-block.position-icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px;
}

@media (max-width: 991.98px) {
    .milestone-block.position-icon-right {
        padding: 30px 15px;
    }
}

.milestone-block.position-icon-right .icon-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 20px;
}

.milestone-block.position-icon-right .milestone-right {
    text-align: left;
}

.milestone-block.position-icon-right .milestone-number {
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .milestone-block.position-icon-right .milestone-number {
        font-size: 45px;
    }
}

.milestone-block.position-icon-right .milestone-text {
    font-size: 24px;
}

.milestone-block.text-light .milestone-number {
    color: #fff !important;
}

.milestone-block.text-light .milestone-text {
    color: #fff !important;
}

.milestone-block.text-light .milestone-icon span {
    border-color: #fff;
    color: #fff;
}

.gsc-images-parallax {
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
}

.gsc-images-parallax:before,
.gsc-images-parallax:after {
    content: " ";
    display: table;
}

.gsc-images-parallax:after {
    clear: both;
}

.gsc-images-parallax .images {
    position: relative;
}

.gsc-images-parallax .action {
    margin-top: 15px;
}

@media (max-width: 991.98px) {
    .gsc-images-parallax.style-v1 {
        margin-bottom: 60px;
    }
}

.gsc-images-parallax.style-v1 .images {
    position: relative;
    text-align: center;
}

@media (max-width: 767.98px) {
    .gsc-images-parallax.style-v1 .images {
        max-width: 650px;
        float: none;
        margin: 0 auto;
    }
}

.gsc-images-parallax.style-v1 .content-box {
    background: #f57f4b;
    color: #fff;
    text-align: center;
    padding: 20px 60px;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 99;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border: 40px solid #fff;
}

@media (max-width: 767.98px) {
    .gsc-images-parallax.style-v1 .content-box {
        padding: 15px;
        border-width: 10px;
    }
}

.gsc-images-parallax.style-v1 .content-box .icon {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.gsc-images-parallax.style-v1 .content-box a {
    color: #fff;
}

.gsc-images-parallax.style-v1 .content-box span {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 10px;
}

.gsc-images-parallax.style-v1.right .images {
    text-align: left;
    padding-bottom: 97px;
}

@media (min-width: 1200px) {
    .gsc-images-parallax.style-v1.right .images {
        margin-right: 60px;
    }
}

.gsc-images-parallax.style-v1.right .image-1 {
    position: relative;
    z-index: 1;
    padding-right: 90px;
}

.gsc-images-parallax.style-v1.right .image-2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    z-index: 9;
    padding-right: 0;
    text-align: right;
    max-width: 80%;
}

@media (max-width: 767.98px) {
    .gsc-images-parallax.style-v1.right .image-2 {
        bottom: 0 !important;
    }
}

.gsc-images-parallax.style-v1.right .content-box {
    border-left: 0;
}

.gsc-images-parallax.style-v1.left .images {
    text-align: right;
    padding-bottom: 60px;
}

.gsc-images-parallax.style-v1.left .image-1 {
    position: relative;
    z-index: 1;
    padding-left: 90px;
}

.gsc-images-parallax.style-v1.left .image-2 {
    position: absolute;
    bottom: -120px;
    left: 0;
    z-index: 9;
    padding-left: 0;
    text-align: left;
    max-width: 80%;
}

@media (max-width: 767.98px) {
    .gsc-images-parallax.style-v1.left .image-2 {
        bottom: 0 !important;
    }
}

.gsc-images-parallax.style-v1.left .content-box {
    left: auto;
    right: 0;
    border-right: 0;
}

.gsc-video-box {
    position: relative;
}

.gsc-video-box .bg-full {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.gsc-video-box .icon {
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    line-height: 75px;
    border: 12px solid #fff;
}

.gsc-video-box .icon:hover,
.gsc-video-box .icon:focus {
    border-color: #f57f4b;
    color: #f57f4b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-video-box.style-1 .bg-full {
    padding: 120px 15px;
    text-align: center;
    background-attachment: fixed;
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-1 .bg-full {
        padding: 100px 15px;
    }
}

.gsc-video-box.style-1 .video-desc {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    max-width: 700px;
    margin: 60px auto 0;
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-1 .video-desc {
        font-size: 40px;
        line-height: 50px;
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .gsc-video-box.style-2 {
        margin-bottom: 30px;
    }
}

.gsc-video-box.style-2 .popup-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    text-transform: capitalize;
}

.gsc-video-box.style-2 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 19;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gsc-video-box.style-2 .link-video {
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 0 35px;
    position: relative;
    float: left;
    text-transform: capitalize;
}

.gsc-video-box.style-2 .link-video:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #252733;
    top: 14px;
    left: -35px;
}

.gsc-video-box.style-2 .link-video strong {
    font-size: 14px;
}

.gsc-video-box.style-2 .button-review {
    float: right;
    margin-top: 20px;
}

.gsc-video-box.style-2 .button-review a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #252733;
    border: 1px solid #252733;
    padding: 4px 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.gsc-video-box.style-2 .button-review a:hover {
    color: #fff;
    background: #f57f4b;
    border-color: #f57f4b;
}

.gsc-video-box.style-2 .video-inner {
    position: relative;
}

.gsc-links .content-inner {
    max-width: 1000px;
    margin: 0 auto 0;
    position: relative;
    top: 0;
}

.gsc-links .content-inner .box-content {
    padding: 15px 5px;
}

.gsc-links .content-inner .box-content a {
    text-align: center;
}

.gsc-links .content-inner .box-content a span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 11px;
}

.gsc-links .content-inner .box-content a span.icon {
    font-size: 24px;
}

.gsc-links .content-inner .box-content a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #252733;
}

.gsc-links .content-inner .box-content a.o_active {
    color: #f57f4b;
}

.gsc-links .btn-hidden-links {
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 9;
    display: none;
    font-size: 32px;
    line-height: 1;
}

.gsc-links .btn-hidden-links.hidden-menu {
    top: 26px;
}

.gsc-links .btn-hidden-links.hidden-menu span:before {
    content: "\f20e";
}

.gsc-links.stuck {
    background: #fff;
    margin-top: 0 !important;
    right: 0;
    left: auto;
}

@media (max-width: 1200px) {
    .gsc-links.stuck {
        padding-right: 70px;
    }
}

.gsc-links.stuck .btn-hidden-links {
    display: block;
}

.gsc-links.stuck.hidden-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    top: -120px;
}

.gsc-links.stuck.hidden-menu .content-inner {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-links.stuck.hidden-menu .btn-hidden-links {
    position: fixed;
}

.gsc-links:hover .box-content a {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.gsc-tabs-content {
    background: #fff;
}

.gsc-tabs-content .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    margin-bottom: 0;
}

.gsc-tabs-content .nav-tabs>li {
    float: left;
    display: inline-block;
}

.gsc-tabs-content .nav-tabs>li>a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
    display: inline-block;
}

.gsc-tabs-content .nav-tabs>li.active {
    background: #f5f5f5;
}

.gsc-tabs-content .tab-content {
    padding: 30px;
}

.gsc-tabs-content .tab-content .tab-pane .images {
    float: left;
    width: 50%;
    padding-right: 15px;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .tab-content .tab-pane .images {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner {
    width: 100%;
    text-align: center;
}

.gsc-tabs-content .tab-content .tab-pane .images .content-inner span {
    position: relative;
    display: inline-block;
}

.gsc-tabs-content .tab-content .tab-pane .content-inner {
    float: left;
    width: 50%;
    padding-left: 15px;
}

@media (max-width: 991.98px) {
    .gsc-tabs-content .tab-content .tab-pane .content-inner {
        width: 100%;
        padding-left: 0;
    }
}

.gsc-tabs-content.style-2 {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.gsc-tabs-content.style-3 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.gsc-team .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gsc-team .social-icons a:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.gsc-team .team-name {
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    margin: 0;
}

.gsc-team .team-position {
    text-transform: capitalize;
    color: #f57f4b;
    font-weight: 400;
    font-size: 13px;
}

.gsc-team .team-info {
    margin: 15px 0;
}

.gsc-team.team-horizontal {
    margin-top: 50px;
}

.gsc-team.team-horizontal .team-header {
    position: relative;
    overflow: hidden;
}

.gsc-team.team-horizontal .team-header img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
}

.gsc-team.team-horizontal .team-header .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.gsc-team.team-horizontal .team-header .box-hover .content-inner {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.gsc-team.team-horizontal .team-header .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.gsc-team.team-horizontal .team-header .social-list a:last-child {
    margin-right: 0;
}

.gsc-team.team-horizontal .team-header .social-list a:hover {
    color: #f57f4b !important;
}

.gsc-team.team-horizontal .team-name {
    font-size: 14px;
    margin: 0 0 12px 0;
    text-transform: capitalize;
    padding: 0 0 12px;
    position: relative;
    font-weight: 800;
}

.gsc-team.team-horizontal .team-name:after {
    bottom: 0;
    left: 0;
    content: "";
    background: #f57f4b;
    width: 45px;
    height: 1px;
    position: absolute;
}

.gsc-team.team-horizontal:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gsc-team.team-horizontal:hover .team-header img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gsc-team.team-vertical {
    position: relative;
    margin: 0 0 30px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 767.98px) {
    .gsc-team.team-vertical {
        max-width: 350px;
        margin: 0 auto 30px;
    }
}

.gsc-team.team-vertical:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    top: 0;
    left: 0;
    z-index: 9;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-team.team-vertical .team-block-inner {
    position: relative;
    overflow: hidden;
}

.gsc-team.team-vertical .team-image img {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    top: 0;
}

.gsc-team.team-vertical .team-content {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    background: url("../images/bg-team.png") repeat center center transparent;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 10px solid #fff;
    z-index: 99;
}

.gsc-team.team-vertical .team-content .content-inner {
    z-index: 11;
    position: relative;
    padding: 15px;
    text-align: center;
}

.gsc-team.team-vertical .team-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #262834;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gsc-team.team-vertical .team-email {
    display: none;
}

.gsc-team.team-vertical .team-name {
    font-weight: 600;
    color: #252733;
    margin: 12px 0 2px;
    line-height: 24px;
    font-size: 18px;
}

.gsc-team.team-vertical .team-name a:hover,
.gsc-team.team-vertical .team-name a:focus,
.gsc-team.team-vertical .team-name a:active {
    color: #fff;
}

.gsc-team.team-vertical .team-job {
    font-weight: 300;
}

.gsc-team.team-vertical .team-socials {
    position: relative;
    padding-bottom: 10px;
}

.gsc-team.team-vertical .team-socials:after {
    content: "";
    width: 35px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22.5px;
    z-index: 1;
}

.gsc-team.team-vertical .team-socials>a {
    font-size: 18px;
    margin: 0 5px;
}

.gsc-team.team-vertical .team-socials>a:hover,
.gsc-team.team-vertical .team-socials>a:focus,
.gsc-team.team-vertical .team-socials>a:active {
    color: #fff;
}

.gsc-team.team-vertical:hover {
    -webkit-box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
    box-shadow: 2px 5px 15px 0px rgba(2, 40, 78, 0.18);
}

.gsc-team.team-vertical:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-team.team-vertical:hover .team-image img {
    top: -20px;
}

.gsc-team.team-vertical:hover .team-content {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.gsc-team.team-circle {
    margin-bottom: 30px;
    position: relative;
    background: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header {
    overflow: hidden;
    position: relative;
}

.gsc-team.team-circle .team-header img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .team-header .social-list {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.gsc-team.team-circle .team-header .social-list a {
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-right: 20px;
    display: inline-block;
    font-size: 16px;
}

.gsc-team.team-circle .team-header .social-list a:last-child {
    margin-right: 0;
}

.gsc-team.team-circle .team-header .social-list a:hover {
    color: #f57f4b !important;
}

.gsc-team.team-circle .team-name {
    padding: 0;
    color: #252733;
}

.gsc-team.team-circle .team-position {
    color: #999;
    margin: 5px 0 0;
}

.gsc-team.team-circle .team-content {
    color: #999;
}

.gsc-team.team-circle .box-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gsc-team.team-circle .box-hover .team-content {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 20px;
}

.gsc-team.team-circle .team-body {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
}

.gsc-team.team-circle .team-body .content-hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.gsc-team.team-circle .team-body .info {
    padding: 20px 15px;
    position: relative;
    margin-top: -35px;
    z-index: 9;
    background: #fff;
}

.gsc-team.team-circle:hover .box-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gsc-quotes-rotator .cbp-qtrotator {
    position: relative;
    width: 100%;
    z-index: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 100px;
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #252733;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-title {
        font-size: 32px;
        line-height: 38px;
    }
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent .content-inner {
    font-size: 18px;
    line-height: 30px;
}

.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.gsc-quotes-rotator .no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:before,
.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.gsc-quotes-rotator .cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.gsc-quotes-rotator .cbp-qtprogress {
    position: absolute;
    background: #f57f4b;
    height: 1px;
    width: 0%;
    top: 0;
    z-index: 1000;
}

.gsc-quotes-rotator .cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

.gsc-quotes-rotator.text-light {
    color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-inner {
    color: #fff;
}

.gsc-quotes-rotator.text-light .cbp-qtrotator .cbp-qtcontent .content-title {
    color: #fff;
}

.gva-job-box {
    padding: 30px;
    border: 1px solid #dee2e6;
    background: #fff;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.gva-job-box .logo-inner {
    width: 60px;
    text-align: center;
    display: table-cell;
}

.gva-job-box .content-inner {
    display: table-cell;
    padding-left: 20px;
}

.gva-job-box .content-inner .job-type {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    color: #f57f4b;
}

.gva-job-box .content-inner .box-title {
    margin-bottom: 10px;
}

.gva-job-box .content-inner .box-title .title {
    font-size: 18px;
    font-weight: 600;
    color: #252733;
    text-transform: uppercase;
}

.gva-job-box .content-inner .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gva-job-box .content-inner .information ul li {
    position: relative;
    font-size: 16px;
}

.gva-job-box .content-inner .information ul li i {
    color: #f57f4b;
    width: 20px;
    text-align: left;
    font-size: 16px;
}

.gsc-our-gallery {
    margin-bottom: 30px;
}

.gsc-our-gallery .item .box-content {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px 30px;
    background: #f57f4b;
    z-index: 9;
    max-width: 55%;
}

.gsc-our-gallery .item .box-content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 575.98px) {
    .gsc-our-gallery .item .box-content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.gsc-our-gallery .item .box-content .title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #262834;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.gsc-our-gallery .item .box-content .desc {
    color: #fff;
}

@media (max-width: 575.98px) {
    .gsc-our-gallery .item .box-content .desc {
        display: none;
    }
}

.gsc-our-gallery .owl-nav .owl-prev {
    bottom: 15px;
    left: 15px;
}

.gsc-our-gallery .owl-nav .owl-next {
    bottom: 15px;
    left: 60px;
    right: auto;
}

.gsc-box-hover {
    position: relative;
    margin-bottom: 30px;
    background: transparent;
}

.gsc-box-hover .frontend,
.gsc-box-hover .backend {
    z-index: 1;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit !important;
    -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    min-height: 250px;
    background: #fff;
}

.gsc-box-hover .frontend {
    height: inherit;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gsc-box-hover .frontend .frontend-content {
    border-top: 0;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 0;
}

.gsc-box-hover .backend {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #f57f4b;
    padding: 20px 20px 40px;
    color: #fff;
}

.gsc-box-hover .backend .content-be {
    height: 100%;
    -webkit-transform: translateZ(70px) scale(0.86);
    transform: translateZ(70px) scale(0.86);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gsc-box-hover .backend .be-desc {
    color: #f1f1f1;
}

.gsc-box-hover .backend .box-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 20px;
}

.gsc-box-hover .backend .box-title:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.gsc-box-hover .backend .box-title a {
    color: #fff;
}

.gsc-box-hover .backend .box-title a:hover {
    text-decoration: underline;
}

.gsc-box-hover .backend .link-action {
    position: absolute;
    bottom: -34px;
    right: 0;
    z-index: 9;
}

.gsc-box-hover .backend .link-action a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.gsc-box-hover .backend .link-action a i {
    margin-left: 6px;
}

.gsc-box-hover .backend .link-action a:hover {
    text-decoration: underline;
}

.gsc-box-hover .box-content {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: inherit;
}

.gsc-box-hover .box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.gsc-box-hover:hover .frontend,
.gsc-box-hover:hover .backend,
.gsc-box-hover:active .frontend,
.gsc-box-hover:active .backend,
.gsc-box-hover:focus .frontend,
.gsc-box-hover:focus .backend,
.gsc-box-hover.active .frontend,
.gsc-box-hover.active .backend {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.gsc-box-hover:hover .frontend,
.gsc-box-hover:active .frontend,
.gsc-box-hover:focus .frontend,
.gsc-box-hover.active .frontend {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.gsc-box-hover:hover .backend,
.gsc-box-hover:active .backend,
.gsc-box-hover:focus .backend,
.gsc-box-hover.active .backend {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.gsc-text-rotate .rotate-text {
    max-width: 900px;
}

.gsc-text-rotate .rotate-text .primary-text {
    font-size: 38px;
    font-weight: 600;
    color: #262834;
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .gsc-text-rotate .rotate-text .primary-text {
        font-size: 30px;
    }
}

.gsc-text-rotate .rotate-text .second-text {
    font-size: 18px;
    max-width: 690px;
    margin: 20px auto 0;
}

.gsc-text-rotate .rotate-text .link {
    margin-top: 20px;
}

.gsc-text-rotate.align-center .rotate-text {
    margin: 0 auto;
    text-align: center;
}

.gsc-text-rotate.align-left .rotate-text {
    float: left;
    text-align: left;
}

.gsc-text-rotate.align-left .primary-text {
    text-align: left;
}

.gsc-text-rotate.align-left .second-text {
    text-align: left;
}

.gsc-text-rotate.align-left .link {
    text-align: left;
}

.gsc-text-rotate.text-light .rotate-text .primary-text {
    color: #fff;
}

.gsc-text-rotate.text-light .rotate-text .second-text {
    color: #fff;
}

.gsc-heading {
    padding: 0 0 35px;
    display: block;
    width: 100%;
    max-width: 760px;
}

.gsc-heading:before,
.gsc-heading:after {
    content: " ";
    display: table;
}

.gsc-heading:after {
    clear: both;
}

@media (max-width: 767.98px) {
    .gsc-heading {
        padding: 0 0 30px;
    }
    .gsc-heading.heading-bg-white {
        padding: 30px 20px !important;
        background: #fff;
    }
}

.gsc-heading .title {
    position: relative;
    text-transform: none;
    margin: 0;
}

.gsc-heading .sub-title {
    color: #f57f4b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.gsc-heading .title-desc {
    margin-top: 20px;
}

.gsc-heading .heading-action {
    margin-top: 40px;
}

.gsc-heading.align-center {
    text-align: center;
    margin: 0 auto;
}

.gsc-heading.align-left {
    text-align: left;
}

.gsc-heading.align-left .title-icon {
    padding-left: 50px;
}

.gsc-heading.align-right {
    text-align: right;
}

.gsc-heading.align-right {
    text-align: right;
}

.gsc-heading.style-1 .title {
    font-size: 60px;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .gsc-heading.style-1 .title.fsize-00 {
        font-size: 38px;
    }
}

.gsc-heading.style-2 {
    padding: 0 0 30px;
}

.gsc-heading.style-2 .title {
    font-size: 46px;
    color: #262834;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .gsc-heading.style-2 .title.fsize-00 {
        font-size: 32px;
    }
}

.gsc-heading.style-2 .title.fw-900 {
    letter-spacing: -1px;
}

.gsc-heading.style-2 .title-desc {
    margin-top: 5px;
}

.gsc-heading.style-3 {
    padding: 30px;
    background: #f57f4b;
    color: #fff;
}

.gsc-heading.style-3 .title {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 4px;
}

.gsc-heading.style-3 .title-desc {
    margin-top: 0;
}

.gsc-heading.text-light .title {
    color: #fff;
}

.gsc-heading.text-light .title-desc {
    color: #f5f5f5;
}

.gsc-chart {
    text-align: center;
}

.gsc-chart .content {
    text-align: center;
}

.gsc-chart .content>div {
    display: block;
}

.gsc-chart .content .icon {
    font-size: 25px;
    margin-top: 5px;
}

.gsc-chart .content .title {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #252733;
    margin: 20px 0 15px;
    text-transform: uppercase;
}

.gsc-map {
    position: relative;
}

.gsc-map .content-inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
    max-width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #dee2e6;
}

@media (max-width: 600px) {
    .gsc-map .content-inner {
        position: static;
        width: 100%;
        max-width: 100%;
    }
}

.gsc-map .info {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.gsc-map .info span.icon {
    font-size: 18px;
    top: 5px;
    left: 0;
    position: absolute;
    z-index: 1;
    color: #252733;
}

.gsc-map .phone {
    color: #f57f4b;
}

.gsc-map .social-inline {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

.gsc-map .social-inline>a {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.gsc-quote {
    position: relative;
    padding-top: 125px;
}

.gsc-quote:after {
    position: absolute;
    content: "";
    background: url("../images/testimonial-icon.png") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50px;
    z-index: 1;
}

.gsc-quote .content {
    line-height: 28px;
}

.gsc-quote .signature {
    margin-top: 60px;
}

.gsc-quote .position {
    margin-top: 25px;
}

.gsc-quote-text {
    position: relative;
    padding: 30px 30px 30px 70px;
    margin-bottom: 35px;
}

.gsc-quote-text .icon {
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: 1;
    font-size: 20px;
    color: #f57f4b;
}

.gsc-quote-text .content {
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}

.gsc-quote-text.has-border {
    border: 2px solid #dee2e6;
}

.gsc-box-color {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 35px;
    background: #f57f4b;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.gsc-box-color .box-content {
    text-align: center;
}

.gsc-box-color .box-content .content-inner {
    padding: 15px 30px 15px;
}

@media (max-width: 767.98px) {
    .gsc-box-color .box-content .content-inner {
        padding: 15px;
    }
}

.gsc-box-color .box-content .box-title {
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
}

.gsc-box-color .box-content .icon {
    font-size: 24px;
    margin-left: 10px;
}

.gsc-box-color .box-content .content {
    font-size: 16px;
    line-height: 25px;
}

.gsc-box-color .box-content .action {
    margin: 15px 0 0;
}

.gsc-box-color .box-content .link {
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 12px;
    z-index: 9;
    padding: 6px 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
    color: #fff;
}

.gsc-box-color .box-content .link .text {
    position: relative;
    z-index: 9;
}

.gsc-box-color .box-content .link .background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-box-color .box-content .link:hover .background {
    background: rgba(0, 0, 0, 0.5);
}

.gsc-box-color.text-white .box-title,
.gsc-box-color.text-white .content,
.gsc-box-color.text-white .link {
    color: #fff;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
    padding: 15px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs>li a {
    display: block;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
    border: 1px solid #dee2e6;
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
    background: #fff;
    padding: 30px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
    width: 25%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 50%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-right: 0;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li {
    display: block;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    padding-top: 15px;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li a {
    width: 100%;
    display: block;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs>li:last-child {
    margin-bottom: 0;
    border: none;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
    width: 75%;
    float: left;
    width: 75%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
    background: #fff;
    padding: 30px;
    border: 1px solid #dee2e6;
}

.gsc-button {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid transparent;
    margin-bottom: 20px;
    display: inline-block;
    clear: both;
}

.gsc-button.radius-2x {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gsc-button.radius-5x {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.gsc-button.mini {
    font-size: 12px;
    padding: 3px 10px;
}

.gsc-button.small {
    font-size: 12x;
    padding: 8px 15px;
}

.gsc-button.medium {
    font-size: 14px;
    padding: 12px 35px;
}

.gsc-button.large {
    font-size: 16px;
    padding: 18px 60px;
}

.gsc-button.extra-large {
    font-size: 18px;
    padding: 20px 60px;
}

.gsc-our-partners {
    margin-bottom: 45px;
}

.gsc-our-partners:before,
.gsc-our-partners:after {
    content: " ";
    display: table;
}

.gsc-our-partners:after {
    clear: both;
}

.gsc-our-partners .image {
    width: 35%;
    float: left;
}

@media (max-width: 400px) {
    .gsc-our-partners .image {
        width: 100%;
        text-align: center;
    }
}

.gsc-our-partners .content-inner {
    width: 65%;
    float: left;
    padding-left: 30px;
}

@media (max-width: 400px) {
    .gsc-our-partners .content-inner {
        width: 100%;
    }
}

.gsc-our-partners .content-inner .title {
    font-size: 22px;
    color: #252733;
    font-weight: 600;
}

.gsc-our-partners .content-inner .info {
    font-size: 16px;
    padding: 5px 0 12px;
}

.gsc-our-partners .content-inner .info .category {
    color: #f57f4b;
}

.gsc-image-content.skin-v1 {
    background: #f57f4b;
}

@media (min-width: 576px) {
    .gsc-image-content.skin-v1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (max-width: 1199.98px) {
    .gsc-image-content.skin-v1 {
        margin: 30px 0;
        padding: 30px 15px;
    }
}

@media (max-width: 575.98px) {
    .gsc-image-content.skin-v1 {
        text-align: center;
    }
}

.gsc-image-content.skin-v1 .title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
}

.gsc-image-content.skin-v1 .content-left {
    padding: 50px;
}

@media (min-width: 576px) {
    .gsc-image-content.skin-v1 .content-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
}

@media (max-width: 1199.98px) {
    .gsc-image-content.skin-v1 .content-left {
        padding: 0 30px;
    }
}

.gsc-image-content.skin-v1 .content-right {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .gsc-image-content.skin-v1 .content-right {
        margin-bottom: 0;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
}

.gsc-image-content.skin-v2 {
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
}

.gsc-image-content.skin-v2 .image {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.gsc-image-content.skin-v2 .image img {
    -webkit-transition: all 3s;
    transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
}

.gsc-image-content.skin-v2 .box-content {
    background: #fff;
    padding: 30px;
    top: 0;
    z-index: 1;
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    background: #F3F3F3;
    margin-top: 10px;
}

.gsc-image-content.skin-v2 .box-content .content-inner {
    max-width: 490px;
    margin: 0 auto;
}

.gsc-image-content.skin-v2 .box-content .title {
    margin: 0 0 20px;
    font-size: 20px;
}

.gsc-image-content.skin-v2 .box-content .desc {
    margin-top: 5px;
}

.gsc-image-content.skin-v3 {
    max-width: 550px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .gsc-image-content.skin-v3 {
        margin-bottom: 30px;
    }
}

.gsc-image-content.skin-v3:hover .image:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gsc-image-content.skin-v3 .title {
    color: #252733;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
}

.gsc-image-content.skin-v3 .desc {
    margin-bottom: 30px;
}

.gsc-image-content.skin-v3 .image {
    position: relative;
}

.gsc-image-content.skin-v3 .image:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-image-content.skin-v3 .read-more {
    margin-top: 10px;
}

.gsc-service-carousel {
    text-align: center;
}

.gsc-service-carousel .item .content-inner {
    border: 1px solid #dee2e6;
    background: #fff;
    text-align: center;
    min-height: 170px;
    padding: 20px 30px 0;
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gsc-service-carousel .item .content-inner .icon i {
    font-size: 38px;
    color: #f57f4b;
    line-height: 60px;
}

.gsc-service-carousel .item .content-inner .title {
    margin-top: 10px;
}

.gsc-service-carousel .item .content-inner .title a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
}

.gsc-service-carousel .item .content-inner:hover,
.gsc-service-carousel .item .content-inner:focus,
.gsc-service-carousel .item .content-inner:active {
    -webkit-box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
}

.gsc-service-carousel .read-more {
    margin-top: 30px;
}

.gsc-box-download {
    background: #f57f4b;
    color: #fff;
    padding: 30px;
    margin: 20px 0;
}

.gsc-box-download .info .title {
    font-size: 18px;
}

.gsc-box-download .info .desc {
    font-size: 12px;
    line-height: 24px;
}

.gsc-box-download .box-files a {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    color: #252733;
    font-weight: 600;
    font-size: 13px;
    background: #fff;
    padding: 15px;
    width: 100%;
}

.gsc-box-download.horizontal:before,
.gsc-box-download.horizontal:after {
    content: " ";
    display: table;
}

.gsc-box-download.horizontal:after {
    clear: both;
}

.gsc-box-download.horizontal .info {
    width: 70%;
    float: left;
}

@media (max-width: 575.98px) {
    .gsc-box-download.horizontal .info {
        width: 100%;
        margin-bottom: 15px;
    }
}

.gsc-box-download.horizontal .box-files {
    width: 30%;
    float: left;
}

@media (max-width: 575.98px) {
    .gsc-box-download.horizontal .box-files {
        width: 100%;
    }
}

.gsc-socials {
    margin-bottom: 30px;
}

.gsc-socials a {
    color: #808186;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    margin-right: 12px;
    font-size: 14px;
}

.gsc-socials a:last-child {
    margin-right: 0;
}

.gsc-socials a:hover,
.gsc-socials a:focus,
.gsc-socials a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.gsc-socials a i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.gsc-instagram .title {
    color: #242527;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.gsc-instagram .title a {
    color: #f57f4b;
    border-bottom: 1px solid #f57f4b;
}

.gsc-instagram .title a:hover,
.gsc-instagram .title a:focus,
.gsc-instagram .title a:active {
    color: #252733;
}

.gsc-instagram.style-2 .owl-carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.gsc-instagram.style-2 .owl-carousel .owl-item>.item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767.98px) {
    .gsc-progress-box {
        margin-bottom: 30px;
    }
}

.gsc-progress-box.style-1 {
    border: 1px solid #dee2e6;
    padding: 75px 60px 60px;
    position: relative;
    text-align: center;
}

@media (max-width: 991.98px) {
    .gsc-progress-box.style-1 {
        padding: 35px 30px 30px;
    }
}

.gsc-progress-box.style-1 .icon-box {
    width: 40px;
    height: 40px;
    background: #f57f4b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 11;
}

.gsc-progress-box.style-1 .title {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0;
}

.gsc-progress-box.style-1 .heading-box {
    line-height: 1;
}

.gsc-progress-box.style-1 .heading-box .step-number {
    font-size: 90px;
    color: #262834;
    letter-spacing: -2px;
}

.gsc-progress-box.style-1 .heading-box .step-text {
    font-size: 18px;
    color: #f57f4b;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gsc-progress-box.style-2 {
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.gsc-progress-box.style-2 .heading-box {
    background: #f57f4b;
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 100%;
    padding-top: 60px;
}

@media (max-width: 991.98px) {
    .gsc-progress-box.style-2 .heading-box {
        width: 42px;
    }
}

.gsc-progress-box.style-2 .step {
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
}

.gsc-progress-box.style-2 .step:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 15px;
    height: 1px;
    width: 50px;
    background: #fff;
}

.gsc-progress-box.style-2 .box-content {
    padding: 60px;
    padding-left: 120px;
}

@media (max-width: 991.98px) {
    .gsc-progress-box.style-2 .box-content {
        padding: 30px 15px;
        padding-left: 60px;
    }
}

.gsc-progress-box.style-2 .image {
    margin-bottom: 20px;
}

.gsc-progress-box.style-2 .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 22px;
}

.gsc-progress-box.style-2 .desc {
    margin-bottom: 25px;
}

.gsc-progress {
    margin-bottom: 30px;
}

.gsc-progress .progress-bar:before {
    content: "";
    width: 14px;
    height: 16px;
    background: #f57f4b;
    right: 0;
    position: absolute;
}

.gsc-history .date {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.gsc-history .desc {
    font-size: 16px;
    line-height: 26px;
}

.gsc-history .item-content {
    text-align: center;
}

@media (min-width: 576px) {
    .gsc-history .item-content {
        position: relative;
        padding-left: 20px;
        min-height: 170px;
        text-align: left;
    }
    .gsc-history .item-content:after {
        content: "";
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        left: 0;
    }
    .gsc-history .item-content:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #f57f4b;
        position: absolute;
        left: -6px;
    }
}

.gsc-history .init-carousel-owl .owl-item>.item {
    padding-left: 6px;
    padding-right: 6px;
}

@media (min-width: 576px) {
    .gsc-history .owl-item.active:nth-child(odd) .item-content {
        border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    }
    .gsc-history .owl-item.active:nth-child(odd) .item-content:before {
        bottom: -6px;
    }
    .gsc-history .owl-item.active:nth-child(odd) .desc {
        padding-bottom: 50px;
    }
    .gsc-history .owl-item.active:nth-child(even) .item-content {
        margin-top: 170px;
        border-top: 2px solid rgba(255, 255, 255, 0.05);
    }
    .gsc-history .owl-item.active:nth-child(even) .item-content:before {
        top: -9px;
    }
    .gsc-history .owl-item.active:nth-child(even) .date {
        padding-top: 50px;
    }
}

.gsc-history.text-light .date {
    color: #fff;
}

.gsc-history.text-light .desc {
    color: #d0d0d4;
}


/* Flip Horizontally */

@-webkit-keyframes gavias_flip_x {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes gavias_flip_x {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}


/* Flip Vertically */

@-webkit-keyframes gavias_flip_y {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes gavias_flip_y {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

#gva-preloader {
    position: fixed;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.cssload-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    margin-top: -100px;
}

.cssload-container .wait-text {
    text-align: center;
    padding-bottom: 15px;
    color: #252733;
}

.cssload-container .cssload-item {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 131px;
    height: 131px;
    background-color: #fff;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -o-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -ms-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -webkit-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
    -moz-box-shadow: 0 0 21px 3px rgba(130, 130, 130, 0.26);
}

.cssload-container .cssload-moon {
    border-bottom: 26px solid #f57f4b;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 1.45s ease infinite;
    -o-animation: spin 1.45s ease infinite;
    -ms-animation: spin 1.45s ease infinite;
    -webkit-animation: spin 1.45s ease infinite;
    -moz-animation: spin 1.45s ease infinite;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.blur {
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.blur-svg {
    display: none;
}

.hover-in {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.hover-out {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

@media (max-width: 991.98px) {
    .gva-offcanvas-mobile {
        background: #fff;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 350px;
        top: 0;
        bottom: 0;
        z-index: 999;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        padding-top: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
    }
    .gva-offcanvas-mobile.show-view {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    .gva-offcanvas-mobile .after-offcanvas {
        display: block !important;
        visibility: visible !important;
    }
    .gva-offcanvas-mobile .after-offcanvas .block {
        float: left;
        width: 100%;
    }
    .gva-offcanvas-mobile .close-offcanvas {
        display: block !important;
        visibility: visible !important;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        padding: 15px 0;
        opacity: 1;
        filter: alpha(opacity=100);
        color: #111111;
    }
    .gva-offcanvas-mobile .close-offcanvas span {
        font-size: 24px;
    }
    .gva-offcanvas-mobile .close-offcanvas:hover {
        cursor: pointer;
        color: #f57f4b;
    }
    .gva-offcanvas-mobile .block {
        border-bottom: 1px solid #dee2e6;
        padding: 20px;
    }
    .gva-offcanvas-mobile .block .block-content:before,
    .gva-offcanvas-mobile .block .block-content:after {
        content: " ";
        display: table;
    }
    .gva-offcanvas-mobile .block .block-content:after {
        clear: both;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu {
        padding: 10px 0 0;
        width: 100% !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li {
        list-style: none;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
        padding-top: 2px !important;
        border-bottom: 1px solid #dee2e6;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:last-child {
        border-bottom: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a {
        display: block;
        width: 100%;
        line-height: 32px;
        font-size: 18px;
        padding: 0 !important;
        font-weight: 600;
        color: #262834 !important;
        text-transform: uppercase;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:before {
        content: none;
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li>a:hover {
        color: #f57f4b !important;
        background: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.menu-parent:hover .sub-menu {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu {
        padding-left: 20px !important;
        margin-bottom: 10px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu .icaret {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 24px;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu li a:hover {
        color: #f57f4b !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li ul.menu.sub-menu ul.sub-menu {
        display: block !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li {
        width: 100% !important;
        float: none !important;
        display: block;
        padding: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li>a {
        padding: 0;
        border: 0;
        margin: 0;
        font-size: 14px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu .sub-menu>li.block-image {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu>li.megamenu>.sub-menu>li>a {
        color: #252733;
        font-weight: 600;
        font-size: 15px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
        position: relative;
        display: block;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
        color: #f57f4b;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
        position: absolute;
        width: 32px;
        height: 32px;
        top: -1px;
        bottom: 0;
        right: 0;
        font-size: 13px;
        background: #222;
        color: #fff;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
        content: '\f077';
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
        position: absolute;
        text-transform: inherit;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
        display: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
        -webkit-transition: none;
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        min-width: inherit;
        display: none;
        width: 100%;
        position: static;
        padding: 0 !important;
        visibility: visible;
        border: 0;
        background: none;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
        content: none;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
        border-width: 0;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before,
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
        content: none !important;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
        text-indent: 0;
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
        display: none;
    }
}

.menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
}

.menu-bar:hover {
    -webkit-box-shadow: 0, 0, 10px, 0.3;
    box-shadow: 0, 0, 10px, 0.3;
}

.menu-bar span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #252733;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-bar span.one {
    top: 6px;
}

.menu-bar span.two {
    top: 0;
    bottom: 0;
}

.menu-bar span.three {
    bottom: 6px;
}

.menu-bar.show-view span.two {
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu-bar.show-view span.one,
.menu-bar.show-view span.three {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.show-view span.three {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-button .menu-bar-mobile {
    right: 165px;
}

@media (max-width: 510px) {
    .col-xs-6 {
        width: 100% !important;
    }
}

.event-block .event-image {
    position: relative;
    overflow: hidden;
}

.event-block .event-image .date {
    position: absolute;
    top: 15px;
    right: 10px;
    overflow: hidden;
    padding: 5px 10px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.event-block .event-image .date .day {
    font-size: 30px;
    text-transform: uppercase;
    color: #f57f4b;
    display: block;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    line-height: 1;
}

.event-block .event-image .date .month {
    font-size: 12px;
    font-weight: 600;
    color: #252733;
    display: block;
    text-transform: uppercase;
}

.event-block .event-image .date .icon {
    margin-right: 5px;
}

.event-block .event-content {
    background: #fff;
    padding: 15px 20px;
    border: 1px solid #dee2e6;
    border-top: 0;
    min-height: 185px;
}

.event-block .event-content .event-info .title {
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.event-block .event-content .event-info .event-meta {
    font-size: 13px;
    color: #262834;
}

.event-block .event-content .event-info .body {
    margin-top: 10px;
    line-height: 28px;
}

.event-block-2 {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dee2e6;
}

.event-block-2:before,
.event-block-2:after {
    content: " ";
    display: table;
}

.event-block-2:after {
    clear: both;
}

@media (max-width: 575.98px) {
    .event-block-2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.event-block-2 .content-inner {
    padding-left: 320px;
    position: relative;
    z-index: 9;
}

@media (max-width: 991.98px) {
    .event-block-2 .content-inner {
        padding-left: 310px;
    }
}

@media (max-width: 767.98px) {
    .event-block-2 .content-inner {
        padding-left: 220px;
    }
}

@media (max-width: 650px) {
    .event-block-2 .content-inner {
        padding-left: 0;
    }
}

.event-block-2 .content-inner .event-content-inner {
    position: relative;
}

.event-block-2 .content-inner .event-content-inner .event-content {
    padding-left: 90px;
}

@media (max-width: 991.98px) {
    .event-block-2 .content-inner .event-content-inner .event-content {
        padding-left: 0;
    }
}

.event-block-2 .post-title {
    font-size: 20px;
}

.event-block-2 .event-image {
    width: 320px;
    float: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .event-block-2 .event-image {
        width: 200px;
    }
}

@media (max-width: 650px) {
    .event-block-2 .event-image {
        width: 100%;
        margin-bottom: 15px;
    }
}

.event-block-2 .event-image .event-date {
    -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    float: left;
    text-align: center;
    line-height: 1.1;
    padding-top: 15px;
    position: absolute;
    background: #fff;
    top: 50%;
    right: -60px;
    margin-top: -60px;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image .event-date {
        top: 10px;
        right: 10px;
        margin-top: 0;
        padding-top: 10px;
        width: 90px;
        height: 90px;
    }
}

.event-block-2 .event-image .event-date .date {
    font-size: 55px;
    font-weight: 600;
    color: #f57f4b;
    display: block;
}

@media (max-width: 991.98px) {
    .event-block-2 .event-image .event-date .date {
        font-size: 45px;
    }
}

.event-block-2 .event-image .event-date .month {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252733;
}

.event-block-2 .event-meta {
    font-size: 16px;
    margin-top: 5px;
    line-height: 22px;
}

.event-block-2 .event-line {
    width: 50px;
    height: 2px;
    background: #f57f4b;
    margin: 15px 0 15px;
}

@media (max-width: 991.98px) {
    .event-block-2 .post-title {
        margin-top: 0;
        font-size: 18px;
    }
}

.event-list-item .event-date {
    display: inline-block;
    background: #f57f4b;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    line-height: 24px;
}

.event-list-item .event-title {
    margin-top: 5px;
}

.event-list-item .event-title a {
    font-size: 20px;
    color: #252733;
    font-weight: 600;
}

.event-list-item .event-body {
    color: #232526;
}

.event-list-item .event-body p {
    margin-bottom: 0;
}

.events-list .view-content-wrap .item:last-child .event-block-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.event-block-list .event-date {
    width: 110px;
    height: auto;
    float: left;
    background: #f57f4b;
    color: #fff;
    padding: 12px 10px;
}

.event-block-list .event-date span {
    display: block;
}

.event-block-list .event-date span.day {
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.event-block-list .event-title a {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
}

.event-block-list .event-address {
    font-size: 14px;
}

.event-block-list .event-address i {
    font-size: 16px;
    color: #f57f4b;
}

.event-block-list .event-content {
    padding-left: 125px;
}

.event-full {
    margin-bottom: 30px;
}

.event-full .event-info {
    background: #f5f5f5;
    padding: 20px;
    font-size: 16px;
}

.event-full .event-info .date>*,
.event-full .event-info .address>* {
    float: left;
}

.event-full .event-info .date i,
.event-full .event-info .address i {
    margin-right: 10px;
    margin-top: 6px;
}

.padding-small .init-carousel-owl .owl-item>.item {
    padding-left: 1px;
    padding-right: 1px;
}

.portfolio-filter {
    margin-bottom: 35px;
}

.portfolio-filter ul.nav-tabs {
    padding: 5px 0;
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-filter ul.nav-tabs>li {
    display: inline-block;
}

.portfolio-filter ul.nav-tabs>li>a {
    background: none;
    font-weight: 600;
    background: transparent;
    margin-right: 10px;
    padding: 8px 15px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    border: 1px solid #dee2e6;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 14px;
    background: #fff;
    letter-spacing: 1px;
}

.portfolio-filter ul.nav-tabs>li>a:hover {
    border-color: #f57f4b;
}

.portfolio-filter ul.nav-tabs>li>a.active {
    border-color: #f57f4b;
    background: #f57f4b;
    color: #fff;
}

.gva-portfolio-items {
    float: left;
    width: 100%;
}

.gva-portfolio-items .view-portfolio {
    width: 100%;
}

.portfolio-v1 {
    position: relative;
    max-width: 500px;
    margin: 0 1px;
    margin-bottom: 30px;
    background: none;
}

.portfolio-v1 .portfolio-content {
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -ms-transition: box-shadow 0.3s ease;
}

.portfolio-v1 .portfolio-images {
    position: relative;
    text-align: center;
}

.portfolio-v1 .portfolio-images:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v1 .portfolio-images .image-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 32px;
    height: 32px;
    background: #fff;
    line-height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-top: 30px;
}

.portfolio-v1 .portfolio-images .image-popup:hover {
    color: #fff;
    background: #f57f4b;
}

.portfolio-v1 .portfolio-images .link {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    width: 32px;
    height: 32px;
    background: #fff;
    line-height: 33px;
    position: absolute;
    top: 55px;
    right: 15px;
    z-index: 99;
    text-align: center;
    margin-top: 45px;
}

.portfolio-v1 .portfolio-images .link:hover {
    color: #fff;
    background: #f57f4b;
}

.portfolio-v1 .content-inner {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 11;
    text-align: left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 30px 50px 50px;
    max-width: 360px;
}

@media (max-width: 991.98px) {
    .portfolio-v1 .content-inner {
        padding: 30px;
    }
}

.portfolio-v1 .content-inner .title {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-transform: capitalize;
}

.portfolio-v1 .content-inner .title a {
    display: block;
    color: #fff;
}

@media (max-width: 991.98px) {
    .portfolio-v1 .content-inner .title a {
        font-size: 32px;
        line-height: 38px;
    }
}

.portfolio-v1 .content-inner .title a:hover,
.portfolio-v1 .content-inner .title a:focus,
.portfolio-v1 .content-inner .title a:active {
    text-decoration: underline;
}

.portfolio-v1 .content-inner .category {
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    margin-bottom: 5px;
}

.portfolio-v1 .content-inner .category a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.portfolio-v1 .content-inner .category a:hover,
.portfolio-v1 .content-inner .category a:focus,
.portfolio-v1 .content-inner .category a:active {
    text-decoration: underline;
}

.portfolio-v1 .portfolio-hover {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-v1 .portfolio-hover .desc {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 25px;
    overflow: hidden;
    height: 65px;
    line-height: 30px;
}

.portfolio-v1:hover .portfolio-images .image-popup,
.portfolio-v1:active .portfolio-images .image-popup,
.portfolio-v1:focus .portfolio-images .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v1:hover .portfolio-images a.link,
.portfolio-v1:active .portfolio-images a.link,
.portfolio-v1:focus .portfolio-images a.link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v1:hover .portfolio-hover,
.portfolio-v1:active .portfolio-hover,
.portfolio-v1:focus .portfolio-hover {
    height: 180px;
}

.portfolio-v1 ul {
    list-style: none;
    padding: 0;
}

.owl-carousel .portfolio-v1 {
    margin-bottom: 0;
}

.portfolio-v2 {
    position: relative;
    margin-bottom: 30px;
    background: none;
}

.portfolio-v2:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.portfolio-v2 .images {
    position: relative;
}

.portfolio-v2 .image-popup {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-v2 .node-index {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border: 2px solid #f57f4b;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.portfolio-v2 .portfolio-content {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    z-index: 11;
    text-align: left;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 40px;
}

@media (max-width: 991.98px) {
    .portfolio-v2 .portfolio-content {
        padding: 30px 15px;
    }
}

.portfolio-v2 .content-inner {
    position: relative;
    padding-left: 40px;
}

.portfolio-v2 .title {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.portfolio-v2 .title a {
    display: block;
    color: #fff;
    font-size: 24px;
}

.portfolio-v2 .title a:hover,
.portfolio-v2 .title a:focus,
.portfolio-v2 .title a:active {
    text-decoration: underline;
}

.portfolio-v2 .category {
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
}

.portfolio-v2 .category a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.portfolio-v2 .category a:hover,
.portfolio-v2 .category a:focus,
.portfolio-v2 .category a:active {
    color: #f57f4b;
}

.portfolio-v2 .portfolio-hover {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.portfolio-v2 .portfolio-hover .desc {
    font-size: 16px;
    color: #fff;
    margin: 20px 0 25px;
    overflow: hidden;
    height: 65px;
    line-height: 30px;
}

.portfolio-v2:hover:after,
.portfolio-v2:active:after,
.portfolio-v2:focus:after {
    background: rgba(0, 0, 0, 0);
}

.portfolio-v2:hover .image-popup,
.portfolio-v2:active .image-popup,
.portfolio-v2:focus .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-v2:hover .portfolio-content,
.portfolio-v2:active .portfolio-content,
.portfolio-v2:focus .portfolio-content {
    background: #262834;
}

.portfolio-v2:hover .portfolio-hover,
.portfolio-v2:active .portfolio-hover,
.portfolio-v2:focus .portfolio-hover {
    height: 200px;
}

.portfolio-v2 ul {
    list-style: none;
    padding: 0;
}

.owl-carousel .portfolio-v2 {
    margin-bottom: 0;
}

.portfolio-v4 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .portfolio-v4 {
        margin-bottom: 30px;
    }
}

.portfolio-v4 .portfolio-images {
    position: relative;
    text-align: center;
}

.portfolio-v4 .portfolio-images:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.portfolio-v4 .portfolio-images .image-popup {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 32px;
    height: 32px;
    background: #fff;
    line-height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    margin-top: 30px;
}

.portfolio-v4 .portfolio-images .image-popup:hover {
    color: #fff;
    background: #f57f4b;
}

.portfolio-v4 .portfolio-images .link {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    width: 32px;
    height: 32px;
    background: #fff;
    line-height: 33px;
    position: absolute;
    top: 55px;
    right: 15px;
    z-index: 99;
    text-align: center;
    margin-top: 45px;
}

.portfolio-v4 .portfolio-images .link:hover {
    color: #fff;
    background: #f57f4b;
}

.portfolio-v4 .name {
    text-align: center;
    padding: 35px 15px;
    font-size: 24px;
}

.portfolio-v4 .content-inner {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -100px;
    z-index: 11;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    padding: 30px 35px;
    background: #F3F3F3;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

@media (max-width: 991.98px) {
    .portfolio-v4 .content-inner {
        padding: 30px;
    }
}

.portfolio-v4 .title {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 400;
}

.portfolio-v4 .desc {
    margin: 10px 0;
}

.portfolio-v4 .category {
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    width: 72px;
    height: 100%;
    padding-top: 100px;
}

.portfolio-v4 .category a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: relative;
}

.portfolio-v4 .category a:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 15px;
    height: 1px;
    width: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.portfolio-v4 .category a:hover,
.portfolio-v4 .category a:focus,
.portfolio-v4 .category a:active {
    color: #f57f4b;
}

.portfolio-v4:hover .portfolio-images .image-popup,
.portfolio-v4:active .portfolio-images .image-popup,
.portfolio-v4:focus .portfolio-images .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v4:hover .portfolio-images a.link,
.portfolio-v4:active .portfolio-images a.link,
.portfolio-v4:focus .portfolio-images a.link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.portfolio-v4:hover .content-inner,
.portfolio-v4:active .content-inner,
.portfolio-v4:focus .content-inner {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.portfolio-v4 ul {
    list-style: none;
    padding: 0;
}

.portfolio-carousel-single {
    max-width: 1080px;
    margin: 0 auto;
}

.portfolio-carousel-single .portfolio-item {
    overflow: hidden;
}

.portfolio-carousel-single .portfolio-item .images {
    text-align: center;
}

.portfolio-carousel-single .portfolio-item .images img {
    max-width: 750px;
    position: relative;
    z-index: 9;
}

.portfolio-carousel-single .portfolio-item .images .image-popup {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    line-height: 32px;
    text-align: center;
    background: #2B2B33;
    color: #fff;
}

.portfolio-carousel-single .portfolio-item .images .image-popup:hover {
    background: #42424f;
}

.portfolio-carousel-single .portfolio-item .images .read-more {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 10;
    width: 300px;
    text-align: right;
}

.portfolio-carousel-single .portfolio-item .images .read-more a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    padding-right: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #f57f4b;
}

.portfolio-carousel-single .portfolio-item .images .read-more a:hover {
    color: #f25d1b;
}

.portfolio-carousel-single .portfolio-item .images .read-more:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #f57f4b;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}

.portfolio-carousel-single .portfolio-item .portfolio-content {
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 11;
}

@media (max-width: 991.98px) {
    .portfolio-carousel-single .portfolio-item .portfolio-content {
        left: 30px;
    }
}

.portfolio-carousel-single .portfolio-item .portfolio-content:after {
    content: "";
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    width: 1px;
    height: 0;
    background: #2B2B33;
    position: absolute;
    top: -110px;
    left: 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category {
    margin-bottom: 5px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category a {
    text-transform: uppercase;
    color: #2B2B33;
    font-weight: 600;
    letter-spacing: 1px;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category a:hover {
    color: #f57f4b;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 20px 5px;
    max-width: 350px;
    position: relative;
    padding-bottom: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #f57f4b;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 9;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #262834;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title a:hover {
    color: #f57f4b;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px 20px;
    max-width: 350px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}

.portfolio-carousel-single .portfolio-item .portfolio-content .category {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -webkit-transform: translate(0, -70%);
    transform: translate(0, -70%);
    ms-transform: translate(0, -70%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .title {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    ms-transform: translate(0, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .portfolio-content .desc {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    ms-transform: translate(0, -30%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .portfolio-item .image-popup {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1.3s;
    bottom: -30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content:after {
    height: 100px;
}

.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .category,
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .title,
.portfolio-carousel-single .active-effect .portfolio-item .portfolio-content .desc {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    ms-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .image-popup {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 20px;
}

.portfolio-carousel-single .active-effect .portfolio-item .images .read-more a {
    padding-right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.portfolio-carousel-single .active-effect .portfolio-item .images .read-more:after {
    width: 300px;
}

.text-light .portfolio-carousel-single .portfolio-item .portfolio-content::after {
    background: #fff;
}

.text-light .portfolio-carousel-single .portfolio-item .images .read-more:after {
    background: #fff;
}

.text-light .portfolio-carousel-single .portfolio-item .images .read-more a {
    color: #fff;
}

.testimonial-node-1 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

.testimonial-node-1 .content-body {
    position: relative;
    padding: 65px 30px 50px;
    margin-top: 60px;
}

.testimonial-node-1 .content-body .avatar {
    margin-top: 5px;
    max-width: 120px;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -45px;
    z-index: 9;
}

.testimonial-node-1 .content-body .avatar img {
    width: 100% !important;
    height: auto;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-node-1 .content-body .avatar .quote-icon {
    font-size: 40px;
    width: 40px;
    height: 40px;
    background: #f57f4b;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
    line-height: 58px;
    font-style: italic;
    padding-right: 12px;
}

.testimonial-node-1 .content-body .quote {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-top: 35px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
}

.testimonial-node-1 .content-body .info {
    margin-top: 10px;
    text-align: center;
}

.testimonial-node-1 .content-body .info .name {
    font-size: 24px;
    color: #262834;
}

.testimonial-node-1 .content-body .info .job {
    font-size: 16px;
    line-height: 1;
    color: #f57f4b;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}

.testimonial-node-2 {
    background-color: #f3f3f3;
    padding: 80px;
}

@media (max-width: 1199.98px) {
    .testimonial-node-2 {
        padding: 50px 15px;
    }
}

.testimonial-node-2 .testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.testimonial-node-2 .avatar {
    max-width: 123px;
    border: 14px solid #fff;
    position: relative;
    display: inline-block;
}

.testimonial-node-2 .avatar img {
    width: 100% !important;
    height: auto;
}

.testimonial-node-2 .quote-icon {
    font-size: 300px;
    font-weight: 600;
    color: rgba(245, 127, 75, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    font-style: italic;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-node-2 .quote {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    padding-bottom: 35px;
    color: #252733;
    text-align: center;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .testimonial-node-2 .quote {
        font-size: 26px;
        line-height: 36px;
    }
}

.testimonial-node-2 .name {
    font-size: 20px;
    font-weight: 500;
    color: #f57f4b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonial-node-2 .job {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.testimonial-node-2 .content-inner {
    margin-bottom: 50px;
    position: relative;
}

.testimonial-node-3 {
    background: none;
    max-width: 620px;
    float: left;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid #dee2e6;
}

.testimonial-node-3 .testimonial-content {
    padding: 20px;
}

.testimonial-node-3 .video {
    margin-bottom: 20px;
}

.testimonial-node-3 .video .popup-video {
    display: inline-block;
    background: url("../images/icon-play-2.png") no-repeat left center transparent;
    height: 55px;
    padding-left: 75px;
    line-height: 55px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.testimonial-node-3 .video .popup-video:hover,
.testimonial-node-3 .video .popup-video:focus,
.testimonial-node-3 .video .popup-video:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.testimonial-node-3 .quote {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Georgia";
    color: #838383;
    font-style: italic;
}

.testimonial-node-3 .title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #252733;
}

.testimonial-node-3 .job {
    font-size: 13px;
}

.testimonial-node-v3 {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px;
    background: #262834;
}

.testimonial-node-v3:before,
.testimonial-node-v3:after {
    content: " ";
    display: table;
}

.testimonial-node-v3:after {
    clear: both;
}

@media (max-width: 1199.98px) {
    .testimonial-node-v3 {
        padding: 30px;
    }
}

.testimonial-node-v3 .testimonial-content .testimonial-icon {
    position: absolute;
    top: 35%;
    left: 50%;
    font-size: 150px;
    font-style: italic;
    color: rgba(245, 127, 75, 0.5) !important;
}

.testimonial-node-v3 .testimonial-content .quote {
    font-size: 22px;
    line-height: 42px;
    position: relative;
    padding-top: 10px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .testimonial-node-v3 .testimonial-content .quote {
        font-size: 18px;
        line-height: 28px;
    }
}

.testimonial-node-v3 .content-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 40px;
}

.testimonial-node-v3 .content-inner:before,
.testimonial-node-v3 .content-inner:after {
    content: " ";
    display: table;
}

.testimonial-node-v3 .content-inner:after {
    clear: both;
}

.testimonial-node-v3 .content-inner .left {
    width: 90px;
    float: left;
    overflow: hidden;
}

.testimonial-node-v3 .content-inner .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 6px solid #fff;
}

.testimonial-node-v3 .content-inner .right {
    padding-left: 110px;
    padding-top: 20px;
}

.testimonial-node-v3 .content-inner .right .name {
    color: #f57f4b;
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 1.1;
}

.testimonial-node-v3 .content-inner .right .job {
    color: #b1bec5;
}

.testimonial-grid .item-grid {
    margin-bottom: 45px;
}

.testimonial-grid .item-grid:before,
.testimonial-grid .item-grid:after {
    content: " ";
    display: table;
}

.testimonial-grid .item-grid:after {
    clear: both;
}

.testimonial-grid .item-grid .testimonials-quote {
    font-size: 16px;
    color: #252733;
    padding: 30px;
    border: 1px solid #dee2e6;
    font-weight: 400;
    font-style: italic;
    font-family: "Georgia";
}

.testimonial-grid .item-grid .testimonials-profile {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: left;
    padding-top: 20px;
}

.testimonial-grid .item-grid .testimonials-profile:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #f57f4b;
    top: -1px;
    left: 0;
    z-index: 1;
}

.testimonial-grid .item-grid .testimonials-profile .right {
    padding-left: 70px;
}

.testimonial-grid .item-grid .testimonials-profile .right .name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .right .job {
    font-size: 12px;
    font-weight: 900;
    color: #f57f4b;
    text-transform: uppercase;
}

.testimonial-grid .item-grid .testimonials-profile .left {
    display: inline-block;
    float: left;
}

.testimonial-grid .item-grid .testimonials-profile .left img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 50px;
    height: auto;
}

.service-block {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.service-block .service-images {
    position: relative;
    overflow: hidden;
}

.service-block .service-images:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.service-block .service-images .image-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    z-index: 11;
    background: #fff;
    text-align: center;
    line-height: 38px;
    color: #252733;
    opacity: 0;
}

.service-block .service-images .image-popup:hover {
    color: #fff;
    background: #f57f4b;
}

.service-block .service-images img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.service-block .service-content {
    position: relative;
    position: relative;
    text-align: center;
    padding: 60px;
}

@media (max-width: 767.98px) {
    .service-block .service-content {
        padding: 30px 15px;
    }
}

.service-block .service-content .service-icon {
    display: inline-block;
    margin-bottom: 30px;
}

.service-block .service-content .service-icon img {
    max-width: 65px;
}

.service-block .service-content .title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

.service-block .service-content .desc {
    margin-bottom: 30px;
}

.service-block:hover .service-images:after {
    opacity: 1;
}

.service-block:hover .service-images .image-popup {
    opacity: 1;
}

.service-block:hover .service-images img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.service-block:hover .title a {
    color: #f57f4b;
}

.service-block-2 {
    margin-bottom: 30px;
}

.service-block-2 .service-content {
    position: relative;
}

.service-block-2 .service-content .content-top {
    padding: 35px 20px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.service-block-2 .service-content .content-top .service-icon {
    text-align: center;
}

.service-block-2 .service-content .content-top .title {
    font-size: 22px;
    margin: 15px 0 0;
}

.service-block-2 .service-images {
    position: relative;
}

.service-block-2 .service-images:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.service-block-2 .service-images .image-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    z-index: 11;
    background: #fff;
    text-align: center;
    line-height: 38px;
    color: #252733;
    opacity: 0;
}

.service-block-2 .service-images .image-popup:hover {
    color: #fff;
    background: #f57f4b;
}

.service-block-2:hover .service-images:after {
    opacity: 1;
}

.service-block-2:hover .service-images .image-popup {
    opacity: 1;
}

.service-block-3 {
    position: relative;
    margin: 45px 0 30px;
    background: transparent;
}

.service-block-3 .service-block-content {
    text-align: center;
}

.service-block-3 .service-block-content .service-icon {
    margin-bottom: 25px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #F3F3F3;
    padding: 18px 10px 10px;
    display: inline-block;
}

.service-block-3 .service-block-content .service-content .title {
    font-size: 22px;
    margin: 20px 0;
}

.service-block-3 .service-block-content .service-content .desc {
    margin: 10px 0;
}

.service-block-3 a.image-popup {
    position: absolute;
    top: 50%;
}

.service-block-3 .frontend,
.service-block-3 .backend {
    z-index: 1;
    border-radius: inherit;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: inherit;
    perspective: inherit !important;
    -webkit-transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    transition: transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.5s cubic-bezier(0.5, 0.2, 0.2, 0.8);
    min-height: 300px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.service-block-3 .frontend {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    padding: 50px 45px;
}

@media (max-width: 991.98px) {
    .service-block-3 .frontend {
        padding: 30px;
    }
}

.service-block-3 .frontend .frontend-content {
    border-top: 0;
    text-align: center;
}

.service-block-3 .frontend .frontend-content .service-block-content .title {
    margin: 8px 0 18px;
}

.service-block-3 .backend {
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #262834;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.service-block-3 .backend .content-be {
    height: 100%;
    -webkit-transform: translateZ(70px) scale(0.86);
    transform: translateZ(70px) scale(0.86);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-block-3 .box-content {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    border-radius: inherit;
}

.service-block-3:hover .frontend,
.service-block-3:hover .backend,
.service-block-3:active .frontend,
.service-block-3:active .backend,
.service-block-3:focus .frontend,
.service-block-3:focus .backend,
.service-block-3.active .frontend,
.service-block-3.active .backend {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
    transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.service-block-3:hover .frontend,
.service-block-3:active .frontend,
.service-block-3:focus .frontend,
.service-block-3.active .frontend {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.service-block-3:hover .backend,
.service-block-3:active .backend,
.service-block-3:focus .backend,
.service-block-3.active .backend {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.service-block-singe .service-images-inner {
    position: relative;
}

.service-block-singe .service-images-inner .service-icon {
    font-size: 22px;
    width: 100px;
    height: 48px;
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    padding-top: 6px;
    line-height: 48px;
}

.service-block-singe .service-images-inner .service-icon .icon {
    position: relative;
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f57f4b;
    color: #fff;
    display: inline-block;
}

.service-block-singe .service-images-inner .service-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==");
}

.service-block-singe .post-content {
    padding-top: 40px;
}

.service-block-singe .post-content .post-title {
    margin-bottom: 15px;
}

body.path-services .body-page {
    background: #F3F3F6;
}

.colorpicker {
    z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
    display: none !important;
}

.gavias-skins-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
    right: -403px;
    position: fixed;
    height: auto;
    top: 0px;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    width: 400px;
    z-index: 999;
}

.gavias-skins-panel .gavias-skins-panel-inner {
    bottom: 0;
    padding: 30px 10px 10px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
}

.gavias-skins-panel.active {
    right: 0 !important;
}

.gavias-skins-panel #gavias_profile_customize_name option {
    color: #252733;
}

.gavias-skins-panel .control-panel {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 150px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #f57f4b;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.gavias-skins-panel .control-panel:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content {
    padding-bottom: 20px;
    overflow: hidden;
}

.gavias-skins-panel .panel-skins-content:last-child {
    padding-bottom: 0;
}

.gavias-skins-panel .panel-skins-content .title {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #252733;
    margin-bottom: 10px;
}

.gavias-skins-panel .panel-skins-content .item-color {
    width: 25px;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 5px 6px 0 6px;
    border: 3px solid transparent;
}

.gavias-skins-panel .panel-skins-content .item-color:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .item-color.default {
    background: #EE450A;
}

.gavias-skins-panel .panel-skins-content .item-color.blue {
    background: #50AF4D;
}

.gavias-skins-panel .panel-skins-content .item-color.brown {
    background: #684035;
}

.gavias-skins-panel .panel-skins-content .item-color.green {
    background: #009673;
}

.gavias-skins-panel .panel-skins-content .item-color.lilac {
    background: #8F6684;
}

.gavias-skins-panel .panel-skins-content .item-color.lime_green {
    background: #8CCA4F;
}

.gavias-skins-panel .panel-skins-content .item-color.orange {
    background: #F86923;
}

.gavias-skins-panel .panel-skins-content .item-color.pink {
    background: #D91897;
}

.gavias-skins-panel .panel-skins-content .item-color.purple {
    background: #9854B3;
}

.gavias-skins-panel .panel-skins-content .item-color.red {
    background: #E43844;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise {
    background: #1CCDCA;
}

.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
    background: #178E94;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red {
    background: #F3605D;
}

.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
    background: #973A4B;
}

.gavias-skins-panel .panel-skins-content .item-color.yellow {
    background: #ecc311;
}

.gavias-skins-panel .panel-skins-content .item-color.active {
    border-color: #252733;
}

.gavias-skins-panel .panel-skins-content .layout {
    width: 80px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.gavias-skins-panel .panel-skins-content .layout:hover {
    cursor: pointer;
}

.gavias-skins-panel .panel-skins-content .layout.active {
    background-color: #f57f4b;
    color: #fff;
}

.gavias-skins-panel .panel-skins-content .layout:last-child {
    margin-right: 0;
}

.gavias-skins-panel.gavias-skin-demo {
    top: 200px;
    bottom: auto !important;
    padding: 20px !important;
    width: 260px !important;
    right: -263px !important;
}

.gavias-skins-panel.gavias-skin-demo .control-panel {
    top: 75px !important;
}

.gavias-skins-panel.gavias-skin-demo.active {
    right: 0 !important;
}

#customize-gavias-preivew .card {
    padding: 0 !important;
    margin-bottom: 20px;
}

#customize-gavias-preivew .card .card-header a {
    padding: 10px !important;
    font-weight: 600;
    color: #252733;
}

#customize-gavias-preivew .card .card-header a:after {
    display: none !important;
}

#customize-gavias-preivew .card .card-body {
    padding: 15px !important;
}

#customize-gavias-preivew .form-select.form-control {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#customize-gavias-preivew .form-group {
    position: relative;
    float: left;
    width: 100%;
}

#customize-gavias-preivew .form-group label {
    width: 150px;
    float: left;
    padding-top: 10px;
    font-size: 12px;
    color: #252733;
    font-weight: 400;
}

#customize-gavias-preivew .form-group input {
    width: calc(100% - 150px);
    float: left;
}

#customize-gavias-preivew .form-group select {
    width: 100%;
}

#customize-gavias-preivew .form-group .colorselector {
    width: calc(100% - 150px);
    position: relative;
}

#customize-gavias-preivew .form-group .colorselector input {
    width: 100% !important;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon {
    border: 1px solid #dee2e6;
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
    width: 30px;
    height: 20px;
    display: inline-block;
}

#customize-gavias-preivew .form-group .colorselector .remove {
    width: 34px;
    height: 34px;
    color: #252733;
    position: absolute;
    top: 3px;
    right: 25px;
    line-height: 34px;
    text-align: center;
    z-index: 99;
}

#customize-gavias-preivew .form-group .colorselector .remove:hover {
    cursor: pointer;
}

.gavias_customize_form .form-group.action {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.gavias_customize_form .form-group.action input {
    width: 28%;
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
}

.gavias_customize_form .form-group.action input#gavias_customize_save {
    background: #28a745;
}

.gavias_customize_form .form-group.action input#gavias_customize_preview {
    background: #17a2b8;
}

.gavias_customize_form .form-group.action input#gavias_customize_reset {
    background: #ffc107;
}
