/* 
  Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
         Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons 
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container --------------------------------- 
    10. Content -----------------------------------
    11. Footer ------------------------------------
         Small desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    12. Header ------------------------------------
         Small desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Accordion ---------------------------------
    19. Accordions --------------------------------
    20. Articles ----------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile portrait --------------------------
    21. Box ---------------------------------------
         Box inline -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    22. Breadcrumb --------------------------------
    23. Button ------------------------------------
         Mobile -----------------------------------
         Button Block -----------------------------
    24. Button menu -------------------------------
         Tablet Portrait --------------------------
    25. Button Play -------------------------------
    26. Card --------------------------------------
         Mobile -----------------------------------
    27. Copyright ---------------------------------
         Small desktop ----------------------------
         Mobile -----------------------------------
    28. Form Elements -----------------------------
    29. Form --------------------------------------
         Form control large -----------------------
         Form inline ------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    30. Icons -------------------------------------
    31. Intro -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    32. List --------------------------------------
    33. List rating -------------------------------
         Mod: Small -------------------------------
    34. List reviews ------------------------------
    35. List inline -------------------------------
         Mobile -----------------------------------
    36. List checks -------------------------------
    37. List steps --------------------------------
         Mobile -----------------------------------
    38. List Badges -------------------------------
    39. Locations ---------------------------------
    40. Logo --------------------------------------
         Mobile -----------------------------------
    41. Map ---------------------------------------
    42. Nav ---------------------------------------
         Dropdown ---------------------------------
         Second level dropdown --------------------
         Small desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    43. Nav utilities -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    44. Phone -------------------------------------
         Small desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    45. Review ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    46. Section -----------------------------------
         Mod: Articles ----------------------------
         Mod: Video -------------------------------
         Mod: Locations ---------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    47. Section guarantee -------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    48. Section how -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    49. Section services --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    50. Section slider ----------------------------
         Mod: Gallery -----------------------------
    51. Section callout ---------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    52. Section quote -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    53. Slider ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    54. Socials -----------------------------------
         Mobile -----------------------------------
    55. Table -------------------------------------
    56. Video -------------------------------------
    57. Widget ------------------------------------
    58. Themes ------------------------------------
    59. Owl carousel ------------------------------
         Slider Gallery ---------------------------
         Small Desktop ----------------------------
    60. Font Awesome icons ------------------------
 */

/* ------------------------------------------------------------ *\
  Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Sprite
\* ------------------------------------------------------------ */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

hr {
  -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;
  line-height: 1.6;
}

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

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

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



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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}


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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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-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-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

  .show-des-ph{display:block!important;}
  .show-mob-ph{display:none!important;}

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


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

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

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

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

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (max-width: 767.98px) {
  .col2m {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
.header__bar-inner .nav li.has--dropdown > a:after{    
right: -20px;
    top: 36%;
}
 /* .show-des-ph{display:none!important;}*/
  .show-mob-ph{display:block!important;}
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -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;
  -o-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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus, .form-control.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 {
  display: block;
}

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

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

.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 .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -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 .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid:focus, .form-control.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 {
  display: block;
}

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

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

.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 .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -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 .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

.btn:focus, .btn.focus {
  outline: 0;
          box-shadow:  none
}

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

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

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

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

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -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;
  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;
  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;
  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;
  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;
  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;
  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: #007bff;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 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-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

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

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

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  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 {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

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

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

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

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

.input-group > .form-control:not(:last-child),
.input-group > .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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

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

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

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

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

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

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .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;
}


@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 #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}


.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}

.owl-carousel{display:none;width:100%;z-index:1}

.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}

.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}

.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}

.owl-carousel .owl-item img{display:block;width:100%}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}

.owl-carousel.owl-loading{opacity:0;display:block}

.owl-carousel.owl-hidden{opacity:0}

.owl-carousel.owl-refresh .owl-item{visibility:hidden}

.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}

.owl-carousel.owl-rtl{direction:rtl}

.owl-carousel.owl-rtl .owl-item{float:right}

.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.owl-carousel .owl-animated-in{z-index:0}

.owl-carousel .owl-animated-out{z-index:1}

.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}

@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}

.owl-height{-webkit-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}

.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}

.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}

.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/OwlCarousel2-2.3.4/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;-o-transition:transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}

.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}

.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}

.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}

.owl-theme .owl-nav{margin-top:10px}

.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}

.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}

.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}

.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}

.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}

.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:30px}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* ------------------------------------------------------------ *\
  Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #FFF; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.3; color: color-base; }

a { color: #0a1857; font-weight: 700; text-decoration: none;     transition: all .3s;}

a:hover,
a[href^="tel"] { text-decoration: none; }

a[href^="tel"] { color: #0a1857; }

a:hover { color: #333}

a[href^="tel"]:hover span,
a[href^="tel"]:hover { color: #333; cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; font-weight: 700; }

h1 { font-size: 42px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* Tablet Portrait */

@media (max-width: 991px) {
  h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  h3 { font-size: 19px; }
  h4 { font-size: 17px; }
}

/* Mobile */

@media (max-width: 767px) {
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
  h5 { font-size: 14px; }
  h6 { font-size: 12px; }

  body { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content     : ''; display     : block; clear     : both; }

/*  Notext  */

.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

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

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

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

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

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

@media (min-width: 1201px) {
  .hidden-lg { display: none !important; }
  .visible-lg-block { display: block !important; }
  .visible-lg-inline { display: inline !important; }
  .visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
  Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

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

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
  Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Container
\* ------------------------------------------------------------ */

.container { position: relative; max-width: 1170px; }

/* ------------------------------------------------------------ *\
  Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */

.footer .footer__content { padding: 40px 0 38px; }

.footer .footer__content-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.footer .phone { margin-left: 29px; }

.footer .nav > ul { padding-right: 18px; }

.footer .nav > ul > li { margin-right: 31px; }

.footer .nav > ul > li:after { display: none; }

.footer .nav > ul > li:last-child { margin-right: 0; }

.footer .footer__bar { background-color: #F2F5F7; }

.footer .footer__bar-inner { justify-content: center;
  position: relative; 
  display: -webkit-box; 
  display: -ms-flexbox; display: flex; 
  -webkit-box-pack: justify; -ms-flex-pack: -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 28px 0 27px; }

.footer .footer__content-inner,
.footer .footer__bar-inner { padding-left: 185px; }

.footer .footer__bar .logo { position: absolute; left: 4px; bottom: 0; }

.form .form-group textarea {
    height: 68px;
    resize: none;
}

/* Small desktop */

@media (max-width: 1200px) {
  .footer .logo { width: 150px; }
  .footer .nav { margin: 0; }
  .footer .nav > ul > li { margin-right: 15px; }
  .footer .phone { margin-left: 20px; }

  .footer .footer__content { padding: 25px 0; }
  .footer .footer__content-inner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

  .footer .footer__content-inner,
  .footer .footer__bar-inner { padding-left: 162px; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .footer .footer__content-inner,
  .footer .footer__bar-inner { padding-left: 0; }

  .footer .footer__content-inner { display: block; padding-bottom: 60px; }
  .footer .phone { margin: 20px 0 0; }

  .footer .footer__bar-inner { padding: 18px 0; }
}

/* Mobile */

@media (max-width: 767px) {
  .footer .footer__content { padding: 28px 0 40px; }
  .footer .footer__bar-inner { display: block; }
  .footer .logo { width: 166px; height: 158px; }
  .footer .logo img { max-width: 100%; height: 100%; }
}

/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */

.header { border-top: 3px solid #0a1857; }

.header .header__bar { padding: 14px 0; font-size: 14px; border-bottom: 2px solid  #F2F4F6; }

.header .header__bar-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__bar-inner p { font-size: 12px; font-weight: 600; color: #66666C; margin-bottom: 0; }

.header .header__bar-inner p a { color: #44444C; }

.header .header__bar-aside { color: #44444C; }

.header .header__bar-aside a { display: inline-block; color: inherit; vertical-align: middle; }

.header .header__bar-aside a span { vertical-align: middle; }

.header .header__bar-aside a i { margin-right: 5px; }

.header .header__bar-aside nav ul ul { top: 47.5px; right: 0; left: unset; }

.header .header__bar-aside nav a { font-size: 14px; padding: 12px 20px;}

.header .header__bar-aside nav .form-group { margin: 0; }

.header .header__bar-aside nav .form-control { width :100%; margin-bottom: 15px; }

.header .header__bar-aside nav li.has--dropdown > a:after { right: 0; }

.header .header__bar-aside nav > ul > li + li { margin-left: 12px; }

.header .header__content { padding: 33px 0 31px; }

.header .header__content-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__content-aside { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; }

.header .phone { margin-left: 44px; }

.header .phone i { font-size: 16px; }

/* Small desktop */

@media (max-width: 1200px) {
  .header__content-aside { margin-left: 20px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
/*  .header .header__content-aside { position: absolute; top: -9999px; left: 0; right: 0; margin: 0; padding: 10px 20px; margin-top: 0; background-color: #FFF; opacity: 0; visibility: hidden; -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transition: opacity .5s ease-in-out, visibility .4s ease-in-out; -o-transition: opacity .5s ease-in-out, visibility .4s ease-in-out; transition: opacity .5s ease-in-out, visibility .4s ease-in-out; z-index: 999; border-bottom: 2px solid  #F2F4F6; }*/
  .header .phone { margin-left: 0; margin-top: 0px; }
  .header .header__bar-aside { width :100%;}
  .header .header__bar-aside nav ul ul { background: none; }
  .header .header__bar-aside nav ul ul li { padding: 0 15px;  }
  .header .header__bar-aside nav a { height: 45px; }
  .header .header__bar-aside .form .form-control { background: #FFFFFF; }
  .header .header__bar-aside nav > ul > li + li { margin-left: 0; }
}

/* Mobile */

@media (max-width: 767px) {
  .header .header__bar-inner { display: block; text-align: center; }
  .header .header__bar-inner p { margin-bottom: 10px; }
  .header .header__bar-aside { margin-top: 0; }
  .header .header__content { padding: 15px 0; }
  .number-heading {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 8px;
} 
}

/* ------------------------------------------------------------ *\
  Main
\* ------------------------------------------------------------ */

.main { overflow: hidden; }

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

/* ------------------------------------------------------------ *\
  Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Accordion
\* ------------------------------------------------------------ */

.accordion { width: 100%; margin-bottom: 11px; }

.accordion > .card .card-header { margin-bottom: 0; }

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

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

/* ------------------------------------------------------------ *\
  Accordions
\* ------------------------------------------------------------ */

.accordions { padding-bottom: 47px; }

/* ------------------------------------------------------------ *\
  Articles
\* ------------------------------------------------------------ */

.articles { margin: 0 -15px -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.articles .article { margin-bottom: 30px; max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 15px; }

.articles .article__inner { background: #FFF; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-shadow: 0 18px 36px 0 rgba(29,32,35, .06); box-shadow: 0 18px 36px 0 rgba(29,32,35, .06); }

.articles .article__image { margin-right: 36px; }

.articles .article__content { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 48px 0 0; font-size: 14px; }

.articles .article__content h4 { margin-bottom: 16px; }

.articles .article__content p { max-width: 91%; color: #66666C; text-align: initial; margin-bottom: 0; }

/* Small Desktop */

@media (max-width: 1200px) {
  .articles .article__image { margin-right: 25px; }
  .articles .article__content { padding: 15px 10px 15px; }
  .articles .article__content p { max-width: none; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .articles .article__image { margin-right: 10px; }
  .articles .article__content { padding: 10px; font-size: 12px; }
  .articles .article__content h4 { margin-bottom: 10px; }
}

/* Mobile */

@media (max-width: 767px) {
  .articles .article__inner { display: block; text-align: center; padding: 0; }
  .articles .article__image { margin: 0 0 15px; }
  .articles .article__image img { width: 100%; }
  .articles .article__content p { text-align: center; }
}

/* Mobile portrait */

@media (max-width: 576px) {
  .articles { display: block; margin: 0 0 -20px; }
  .articles .article { max-width: none; margin: 0 auto 20px; padding: 0; }

}

/* ------------------------------------------------------------ *\
  Box
\* ------------------------------------------------------------ */

.box { padding: 32px 30px 31px; background-color: #FFF; border-top: 3px solid #0a1857; border-bottom: 3px solid #0a1857; border-radius: 2px;  -webkit-box-shadow: 0 18px 36px -6px rgba(29, 32, 35, 0.06), 0 8px 16px -8px rgba(29, 32, 35, 0.08);  box-shadow: 0 18px 36px -6px rgba(29, 32, 35, 0.06), 0 8px 16px -8px rgba(29, 32, 35, 0.08); }

/* Box inline */

.box--inline { padding: 35px 35px 37px; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .box { padding: 30px 22px 24px; }
  .box--inline { padding: 30px 26px; }
}

/* Mobile */

@media (max-width: 767px) {
  .box { padding: 26px 18px 20px; }
  .box--inline { padding: 26px 22px; }
}

/* ------------------------------------------------------------ *\
  Breadcrumb
\* ------------------------------------------------------------ */

.breadcrumb { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; border-radius: 0; background: transparent; }

.breadcrumb .breadcrumb-item { font-size: 14px; font-weight: 700; color: #0a1857; }

.breadcrumb .breadcrumb-item.active { color: #44444C; }

.breadcrumb .breadcrumb-item + .breadcrumb-item { padding-left: 5px; margin-left: 5px; }

.breadcrumb .breadcrumb-item + .breadcrumb-item:before { content: '\f0da'; font-family: 'Font Awesome 5 Pro'; font-weight: 900; font-size: 12px; color: #88888C; }

.breadcrumb .breadcrumb-item a { color: inherit; }

/* ------------------------------------------------------------ *\
  Button
\* ------------------------------------------------------------ */

.btn { 
  display: inline-block;
 min-width: 195px; 
 padding: 18px 10px; 
 background: #0a1857;
 border: 0; 
 border-radius: 4px; 
 font-size: 16px; 
 font-weight: 700; 
 color: #FFF; 
 vertical-align: middle; 
 text-align: center; 
 cursor: pointer; 
 text-decoration: none; 
 -webkit-appearance: none; 
 -moz-appearance: none; 
 appearance: none; 
    transition: all .3s;
    border: 1px solid transparent;}

.btn:hover { color: #0a1857; background:#FFF; border-color: #0a1857; opacity: 1; }
.form div.wpcf7 .ajax-loader {
  background: none;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: 50%;
  display: none;
  border: 0.3rem solid rgba(151, 159, 208, 0.3);
  border-top-color: #fff;
  -webkit-animation: 1.5s spin infinite linear;
          animation: 1.5s spin infinite linear;
          visibility: visible;
    position: absolute;
    top: 16px;
    left: 15px;
}

.form div.wpcf7 input:hover + .ajax-loader {
  border: 0.3rem solid rgba(0, 0, 0, .2);
  border-top-color: #0a1857;
}

.form div.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

/* Mobile */

@media (max-width: 767px) {
  .btn { padding: 14px 10px; font-size: 14px; }
}

/*  Button Block  */

.btn--block { display: block; min-width: 100%; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
  Button menu
\* ------------------------------------------------------------ */

.btn-menu { display: none; position: relative; width: 30px; height: 25px; background: transparent; opacity: 0; visibility: hidden; }

.btn-menu span { position: absolute; display: block; width: 100%; height: 5px; background-color: #0a1857; border-radius: 2px; -webkit-transition: -webkit-transform .3s ease-in-out; transition: -webkit-transform .3s ease-in-out; -o-transition: transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

.btn-menu span:nth-child(1) { top: 0; }

.btn-menu span:nth-child(2) { top: 8px; }

.btn-menu span:nth-child(3) { top: 17px; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .btn-menu { display: block; opacity: 1; visibility: visible;    position: absolute;
    right: 10px;
    bottom: 25px; }

  .btn-menu.open span:nth-child(1) { top: 10px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
  .btn-menu.open span:nth-child(2) { opacity: 0; left: -60px; }
  .btn-menu.open span:nth-child(3) { top: 10px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
}

/* ------------------------------------------------------------ *\
  Button Play
\* ------------------------------------------------------------ */

.btn-play { position: relative; display: block; height: 52px; border-radius: 50%; background: -webkit-gradient(linear, left top, left bottom, from(#dabf00), to(#e9ae00)); background: -o-linear-gradient(top, #dabf00 0%, #e9ae00 100%); background: linear-gradient(180deg, #dabf00 0%, #e9ae00 100%); -webkit-box-shadow: 0 18px 36px -6px rgba(29, 32, 35, 0.06), 0 8px 16px -8px rgba(29, 32, 35, 0.08); box-shadow: 0 18px 36px -6px rgba(29, 32, 35, 0.06), 0 8px 16px -8px rgba(29, 32, 35, 0.08); }

.btn-play i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

/* ------------------------------------------------------------ *\
  Card
\* ------------------------------------------------------------ */

.card { border: 1px solid #F2F5F7; border-radius: 2px; -webkit-box-shadow: 0 8px 16px -8px rgba(29,32,35,0.08), 0 12px 18px -6px rgba(29,32,35,0.06); box-shadow: 0 8px 16px -8px rgba(29,32,35,0.08), 0 12px 18px -6px rgba(29,32,35,0.06); }

.card .card-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #FFF; border-bottom: 0; padding: 29px 30px 29px 27px; cursor: pointer; }

.card-header:first-child { border-radius: 2px; }

.card .card-header h6 { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding-right: 10px; margin-bottom: 0; font-weight: 600; color: #66666C; font-size: 15px; }

.card .card-header h6 i { margin-right: 14px; vertical-align: bottom; }

.card .card-body { padding: 30px 65px 30px 65px; font-size: 14px; font-weight: 400; color: #55555C; background: #F2F5F7; line-height: 1.6; }

/* Mobile */

@media (max-width: 767px) {
  .card .card-header { padding: 18px 12px; }
  .card .card-header h6 { font-size: 13px; }
  .card .card-header h6 i { margin-right: 6px; }
  .card .card-body { padding: 20px 30px 20px 30px; font-size: 12px; }
}

/* ------------------------------------------------------------ *\
  Copyright
\* ------------------------------------------------------------ */

.copyright {text-align: center; margin-bottom: 0; font-size: 12px; font-weight: 300; color: #66666C; }

/* Small desktop */

@media (max-width: 1200px) {
  .copyright {}
  .footer .footer__bar-inner {
    justify-content: center;
  }
}

/* Mobile */

@media (max-width: 767px) {
}

/* ------------------------------------------------------------ *\
  Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type=number] { -moz-appearance:textfield; }

/* ------------------------------------------------------------ *\
  Form
\* ------------------------------------------------------------ */

.form .form__head { margin-bottom: 24px; color: #44444C; }

.form .form__head a { letter-spacing: .02em; text-transform: uppercase; font-size: 22px; color: #0a1857; }

.form .form__head h3 { font-size: 18px;  font-weight: 700; padding-left: 3px; }

.form .form__body { margin-bottom: -18px; }

.form .form__actions { margin: 24px 0 2px; }

.form .form-control { height: 48px; padding: 10px 18px; background-color: #F2F5F7; border: 1px solid #E7EDF1; font-size: 14px;  font-weight: 600; color: #88888C; }

.form .form-control:focus { -webkit-box-shadow: 0 0 3px 3px #F2F5F7; box-shadow: 0 0 3px 3px #F2F5F7; }

/* Form control large */
.form div.wpcf7 .footerformLable .ajax-loader {
  display: none;
}
.form .form-control--lg { height: 60px; }
.form textarea.form-control--lg { resize: none; }

.form .form-group { margin-bottom: 18px; }

.form .form__row .field:first-child { padding-right: 9px; }

.form .form__row .field:last-child { padding-left: 9px; }

/* Form inline */

.form--inline .form__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form--inline .form__body { margin-bottom: 0; }

.form--inline .form-group { margin-bottom: 0; }

.form--inline .form__actions { margin-top: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; max-width: 100%; min-width: 145px; }

.form--inline .field { max-width: 156px; -webkit-box-flex: 0; -ms-flex: 0 0 156px; flex: 0 0 156px; margin-right: 18px; }

.form--inline .field--small { max-width: 138px; -webkit-box-flex: 0; -ms-flex: 0 0 138px; flex: 0 0 138px; }

.form--inline .form__btn-wrap { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

/* Small Desktop */

@media (max-width: 1200px) {
  .form--inline .field { max-width: 140px; -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; margin-right: 10px; }
  .form--inline .field--small { max-width: 110px; -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .form .form__body { margin-bottom: -10px; }
  .form .form-group { margin-bottom: 10px; }
  .form .form__actions { margin-top: 10px; }

  .form--inline .form__inner { margin: 0 -10px; }
  .form--inline .form__actions { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 15px; padding: 0 10px; }
  .form--inline .form__control { padding: 10px; }
  .form--inline .field { max-width: 20%; -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; padding: 0 10px; margin: 0; }
}

/* Mobile */

@media (max-width: 767px) {
  .form .form-control { height: 40px; padding: 8px 16px; font-size: 14px; }
  .form .form-control--lg { height: 48px; }
  .list-inline li.location { display: none; }

  .form--inline .form__inner { display: block; margin-bottom: -15px; }
  .form--inline .field { max-width: none; padding: 0; margin-bottom: 15px; }
}

@media (max-width: 575px) {
  .form .form__row .field:first-child { padding-right: 15px; }
  .form .form__row .field:last-child { padding-left: 15px; }
}

/* ------------------------------------------------------------ *\
  Icons
\* ------------------------------------------------------------ */

.ico-arrow-next { vertical-align: initial; margin-top: -2px; }

.ico-star-white { margin-top: 1px; }

/* ------------------------------------------------------------ *\
  Intro
\* ------------------------------------------------------------ */

.intro { min-height: 600px;position: relative; padding: 116px 0 126px; color: #FFF; z-index: 5; background-size: cover; background-position: center center; }

.intro:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #22222C; opacity: .5; mix-blend-mode: luminosity; }

.intro .intro__content { position: relative; }

.intro .intro__head { margin-bottom: 36px; padding: 20px; background: rgba(0,0,0,0.5);}

.intro .intro__head a {
  display: block;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 4px;
  transition: all .3s;
  max-width: 178px;
  text-align: center;
  margin-top: 10px;
  text-shadow: none;
  color: #0a1857;
  background: #fff;
  border: 1px solid #0a1857;
}

.intro .intro__head a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #0a1857;
}

.intro .intro__head h1 { margin-bottom: 2px; letter-spacing: 0.035em; line-height: 1.3; text-shadow: 0 8px 16px rgba(29,32,35,0.36), 0 18px 24px rgba(29,32,35,0.18); }

.intro .intro__head h2 { font-size: 34px; text-shadow: 0 8px 16px rgba(29,32,35,0.36), 0 18px 24px rgba(29,32,35,0.18); }

.intro .intro__foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 20px; font-weight: 700; text-shadow: 0 8px 16px rgba(29,32,35,0.36), 0 18px 24px rgba(29,32,35,0.18); }

.intro .intro__foot em { font-size: 23px; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; display: block; max-width: 84%; line-height: 1.57; margin-bottom: 38px; }

.intro .intro__foot .list-rating { margin: 0 10px 0 -3px; }

.intro .intro__foot a { background: -webkit-linear-gradient(#F5D700, #E8AE00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.intro .intro__foot p { padding-top: 6px; }

.intro .box { position: absolute; top: -8px; right: 0; width: 390px; z-index: 1}
.ct-btn {
  position: relative;
} 
/*
.form div.wpcf7 .ajax-loader {
  width: 2rem;
  height: 2rem;
  margin: 2rem;
  border-radius: 50%;
  display: none;
  border: 0.3rem solid rgba(151, 159, 208, 0.3);
  border-top-color: #979fd0;
  -webkit-animation: 1.5s spin infinite linear;
          animation: 1.5s spin infinite linear;
}


.form div.wpcf7 .ajax-loader.in-active {
  display: inline-block;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*/
/* Tablet Portrait */

@media (max-width: 991px) {
  .intro { padding: 62px 0; }
  .intro .intro__content { margin-bottom: 30px; }
  .intro .intro__foot { display: block; font-size: 16px; }
  .intro .intro__foot .list-rating { margin: 0 0 15px 0; }
  .intro .box { position: static; top: auto; right: auto; width: 100%; }
}

/* Mobile */

@media (max-width: 767px) {
  .intro { padding: 50px 0 20px; }
  .intro .intro__foot em { max-width: none; font-size: 18px; margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
  List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
  List rating
\* ------------------------------------------------------------ */

.list-rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }

.list-rating li + li { margin-left: 4px; }

/*  Mod: Small  */

.list-rating--small li + li { margin-left: 2px; }

/* ------------------------------------------------------------ *\
  List reviews
\* ------------------------------------------------------------ */

.list-reviews { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; margin-bottom: 0; }

.list-reviews li + li { margin-left: 1px; }

.list-reviews a { display: inline-block; width: 18px; height: 18px; padding: 2px 2px; background: transparent; vertical-align: middle; font-size: 0; text-align: center; line-height: 1; -webkit-transition: background-color .3s ease-in-out; -o-transition: background-color .3s ease-in-out; transition: background-color .3s ease-in-out; }

.list-reviews a.solid,
.list-reviews a:hover { background-color: #00B67A; opacity: 1; }

/* ------------------------------------------------------------ *\
  List inline
\* ------------------------------------------------------------ */

.list-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }

.list-inline li { position: relative; color: #44444C; font-size: 14px; font-weight: 600; }

.list-inline li + li { padding-left: 11px; margin-left: 11px; }

.list-inline li + li:before { content: ''; position: absolute; top: 3px; left: 0; width: 1px; height: 14px; background: #44444C; }

.list-inline a { color: inherit; font-weight: 600; color: #44444c; }

/* Mobile */

@media (max-width: 767px) {
  .list-inline { display: block; }
  .list-inline li + li { padding-left: 0; margin: 5px 0 0; }
  .list-inline li + li:before { display: none; opacity: 0; visibility: hidden; }
}

/* ------------------------------------------------------------ *\
  List checks
\* ------------------------------------------------------------ */

.list-checks li { font-size: 14px; letter-spacing: -0.02em; color: #44444C; padding-left: 5px; margin-bottom: 24px; }

.list-checks li a { color: #44444c; font-weight: 600; }

.list-checks li a:hover { color: #E8AE00; -webkit-transition: color 0.5s ease; -o-transition: color 0.5s ease; transition: color 0.5s ease; opacity: 1; }

.list-checks li i { margin-right: 8px; vertical-align: top; }

/* ------------------------------------------------------------ *\
  List steps
\* ------------------------------------------------------------ */

.list-steps { justify-content: space-between; counter-reset: step; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }

.list-steps li {     
    border: 1px solid #ddd;position: relative;  max-width: 24%; -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; padding: 15px; }

.list-steps li > div { position: relative; margin-bottom: 25px; }

.list-steps li > div:before {  content: counter(step); counter-increment: step; position: absolute; bottom: 0; left: 50%; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, 50%);  display: inline-block; width: 50px; height: 50px; border-radius: 50%; font-weight: 700; font-size: 21px; color: #FFF; line-height: 51px; text-align: center; vertical-align: middle; z-index: 2; display: none;}

.list-steps li > div:not(:last-child):after { content: ''; position: absolute; bottom: -3px; left: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 10px;  width: 100%; height: 3px; z-index: 1; display: none;}

.list-steps li > div i { position: absolute;  bottom: -10px; display: inline-block; width: 18px; height: 17px; background-size: cover; background-repeat: no-repeat; background-position: center center; vertical-align: middle; font-size: 0px; -webkit-transform: translateX(-50%) rotate(90deg); -ms-transform: translateX(-50%) rotate(90deg); transform: translateX(-50%) rotate(90deg); z-index: 3; right: 50%; margin-right: 6px; display: none;}

.list-steps li > div i:nth-child(2) { left: 50%; margin-left: 25px; margin-right: 0; right: initial; -webkit-transform: translateX(-50%) rotate(-90deg); -ms-transform: translateX(-50%) rotate(-90deg); transform: translateX(-50%) rotate(-90deg); }

.list-steps li h4 { position: relative; margin-bottom: 15px; color: #66666C; font-size: 16px; }

.list-steps li p { margin-bottom: 0; line-height: 20px; color: #55555c; font-size: 14px; }

.list-steps li[data-color='green-1'] > div:after { background: -webkit-gradient(linear, left top, right top, from(#0a1857),to(#0a1857)); background: -o-linear-gradient(left, #0a1857 0%,#0a1857 100%); background: linear-gradient(to right, #0a1857 0%,#0a1857 100%); }

.list-steps li[data-color='green-1'] > div:before { background-color: #0a1857; }

/* Mobile */

@media (max-width: 767px) {
  .list-steps { margin-bottom: -30px !important; }
  .list-steps li { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-bottom: 40px; }
  .list-steps li > div { margin-bottom: 35px; }
  .list-steps li > div:before { width: 35px; height: 35px; 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; }
  .list-steps li > div:after { display: none; }
  .list-steps li > div i { display: none; }
  .list-steps li > div img { width: 100%; max-height: none;}
}

@media (max-width: 576px) {
  .list-steps { display: block; }
  .list-steps li { max-width: none; }
}

/* ------------------------------------------------------------ *\
  List Badges
\* ------------------------------------------------------------ */

.list-badges { margin-top: 51px; background: #FFF; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; padding: 57px 0 36px; border-top: 1px solid #d8d8d8; }

.list-badges li + li { margin-left: 20px; }

@media (max-width: 767px) {
  .list-badges { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 20px; padding-top: 20px; }
  .list-badges li { margin: 0 20px 20px; text-align: center; }
}

/* ------------------------------------------------------------ *\
  Locations
\* ------------------------------------------------------------ */

.locations { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; overflow: hidden; }

.locations .row { padding-top: 21px; padding-bottom: 20px; }

.locations .row + .row { border-top: 1px solid #e0e0e0; }

.locations h6 { padding-left: 7px; font-weight: normal; color: #44444C; }

.locations h6 i { margin-right: 8px; }

@media (max-width: 991px) {
  .locations h6 { padding-left: 0; }
}

@media (max-width: 767px) {
  .locations .row { padding-top: 12px; padding-bottom: 12px; }
  .locations [class^='col'] + [class^='col'] { margin-top: 12px; }
}

/* ------------------------------------------------------------ *\
  Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; vertical-align: middle; font-size: 0; max-width: 130px; -webkit-box-flex: 0; -ms-flex: 0 0 130px; flex: 0 0 130px; margin-left: 0px; }

.logo:hover { opacity: 1; }

/* Mobile */

@media (max-width: 767px) {
  .logo { max-width: 90px; -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; }
}

/* ------------------------------------------------------------ *\
  Map
\* ------------------------------------------------------------ */

.map { max-width: 390px; height: 372px; border-bottom: 6px solid #008443; border-radius: 0 0 2px 2px; margin-left: auto; margin-bottom: 25px; }

.map iframe { width: 100%; height: 100%; }

@media (max-width: 991px) {
  .map { margin-left: 15px; }
}

@media (max-width: 767px) {
  .map { max-width: 100%; margin: 0 0 20px; }
}

/* ------------------------------------------------------------ *\
  Nav
\* ------------------------------------------------------------ */

.nav { margin-top: 5px; }

.nav > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 27px; }

.nav > ul > li { position: relative; font-size: 14px; color: #44444C; margin-right: 20px; }

.nav > ul > li:last-child { margin-right: 0; }

.nav li { position: relative; }


.nav > ul > li:hover > a {
  color: #0a1857;
}

.nav ul .sub-menu li:hover > a,
.nav > ul > li:hover > a {
  color: #fff;
  background: #0a1857;
}


/*.nav li:after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 40px; }*/

.nav li a { position: relative; color: inherit; }

.nav li.has--dropdown > a:after { content: '\f0d7'; position: absolute; top: 50%; right: -20px; font-size: 16px; font-family: 'Font Awesome 5 Pro'; color: #55555C; margin-left: 5px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: -webkit-transform .4s ease-in-out; transition: -webkit-transform .4s ease-in-out; -o-transition: transform .4s ease-in-out; transition: transform .4s ease-in-out; transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.nav li ul li.has--dropdown > a:after { content: '\f0d7'; position: absolute; top: 35%; right: 5px; font-size: 16px; font-family: 'Font Awesome 5 Pro'; color: #55555C; margin-left: 5px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: -webkit-transform .4s ease-in-out; transition: -webkit-transform .4s ease-in-out; -o-transition: transform .4s ease-in-out; transition: transform .4s ease-in-out; transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }
 
/* Dropdown */

.nav ul ul { position: absolute; top: 42.5px; left: -15px; width: 300px; opacity: 0; background-color: #FFF; padding: 10px 0; font-size: 16px; z-index: 999; -webkit-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; transition: opacity .4s ease-in-out; pointer-events: none; -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; }

.nav ul ul li { padding: 10px 15px; }

.nav ul ul li a { width: 100%; display: block; padding: 0; }

/* Second level dropdown */

.nav ul ul ul { top: -15px; left: 100%; width: 250px; -webkit-transform: none; -ms-transform: none; transform: none; }

.nav ul ul li.has--dropdown:hover > a:after { -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }

.nav li:hover > ul { opacity: 1; pointer-events: all; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }

@media (min-width: 1200px) {
  .nav ul ul { -webkit-box-shadow: 0 8px 16px -8px rgba(29,32,35,0.08), 0 18px 24px -6px rgba(29,32,35,0.06); box-shadow: 0 8px 16px -8px rgba(29,32,35,0.18), 0 18px 32px -6px rgba(29,32,35,0.36); border-bottom: 6px solid #0a1857; border-radius: 2px; padding: 15px;}
  .nav ul ul li a { height: 30px; }
}

/* Small desktop */

@media (max-width: 1200px) {
  .nav > ul { padding-right: 0; }
  .nav > ul > li { font-size: 14px; margin-right: 35px; }
}

@media (min-width: 991px) {
  .nav > ul ul { display: block !important; }
  .nav ul li.is--active ul { display: block !important; }
  .nav ul ul li.is--active ul { display: block !important; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .nav > ul { display: block; width: 100%; }
  .nav > ul > li { margin-right: 0; }
  .nav > ul > li + li { margin: 8px 0 0; }

  .footer .nav > ul > li + li { margin-left: 0; }

  .nav ul ul { display: none; position: static; opacity: 1; pointer-events: all; width: 100%; -webkit-transform: none; -ms-transform: none; transform: none; }
  .nav ul li.is--active ul { opacity: 1; visibility: visible; }
  .nav ul li.is--active > a:after { -webkit-transform: none; -ms-transform: none; transform: none; }

  .nav ul ul ul { display: none; position: static; width: 100%; padding: 15px 15px 0; -webkit-transform: none; -ms-transform: none; transform: none; }
  .nav ul ul li.is--active ul { opacity: 1; visibility: visible; }

  .nav li.has--dropdown > a:after { right: 5px; }

  nav { display: none; }
  .nav li a { display: block; height: auto;  width: 100%; }
  .nav ul ul li a { height: auto; }
  .header .header__bar-aside { margin-top: 0; }
}

/* Mobile */

@media (max-width: 767px) {
  .nav > ul > li { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
  Nav utilities
\* ------------------------------------------------------------ */

.nav-utilities { font-size: 12px; }

.nav-utilities ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.nav-utilities ul a { color: #44444C; display: block; }

.nav-utilities li { margin-right: 19px; }

.nav-utilities li:last-child { margin-right: 0; }

.nav-utilities li:last-child i { margin-right: 7px; }

.nav-utilities i { font-size: 10px; color: #66666C; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .nav-utilities { display: block; }
}

/* Mobile */

@media (max-width: 767px) {
  .nav-utilities ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

/* ------------------------------------------------------------ *\
  Phone
\* ------------------------------------------------------------ */

.phone { 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; font-size: 8px; line-height: 2; vertical-align: middle; }

.phone i { margin-right: 8px; vertical-align: top; }

.phone span { font-size: 24px; font-weight: 700; color: #0a1857; line-height: .85; }

/* Small desktop */

@media (max-width: 1200px) {
  .phone span { font-size: 22px; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .phone span { font-size: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
  .phone span { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
  Review
\* ------------------------------------------------------------ */

.review { max-height: 204px; padding:20px 20px 20px 20px; -webkit-box-shadow: 0 8px 16px -8px rgba(29,32,35,0.08), 0 18px 24px -6px rgba(29,32,35,0.06); box-shadow: 0 8px 16px -8px rgba(29,32,35,0.08), 0 18px 24px -6px rgba(29,32,35,0.06); background-color: #FFF; }

.review .review__head { 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; margin-bottom: 12px; }

.review .review__head h6 { margin-bottom: 0; font-weight: 600; line-height: 1.72; color: #008443; }

.review .review__head h6 i { margin-right: 5px; vertical-align: baseline; }

.review .review__body { height: 73px; margin-bottom: 12px; font-weight: 400; font-size: 14px; line-height: 1.71; color: #66666C; white-space: normal; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.review .review__foot { flex-direction: column;
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-box-align: flex-start; 
  -ms-flex-align: flex-start; 
  align-items: flex-start; 
  -webkit-box-pack: justify; 
  -ms-flex-pack: justify; 
  justify-content: space-between; padding-right: 0; }


.review .review__foot-aside { margin-top: /*-16*/10px; }

.review .review__foot-aside > a { max-width: 73px; display: block; margin-left: auto; margin-bottom: 9px; }

.review .review__foot .list-rating { margin-top: -8px; }

.review .review__foot .list-inline { padding-top: 15px; margin-left: 0}

.review small { font-weight: 600; font-size: 12px; line-height: 2; color: #44444C; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .review {  padding: 32px 32px 30px; }
}

/* Mobile */

@media (max-width: 767px) {
  .review { max-height: none; padding: 20px; }

  .review .review__head { display: block; }
  .review .review__head h6 i { vertical-align: sub; }

  .review .review__body { font-size: 13px; height: 110px; }

  .review .review__foot { display: block; margin-top: 10px; }
  .review .review__foot-aside { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .review .review__foot-aside > a { max-width: 73px; -webkit-box-flex: 0; -ms-flex: 0 0 73px; flex: 0 0 73px; }
  .review .review__foot-aside .list-reviews { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .review .review__foot small { display: block; margin-bottom: 7px; }
}

/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */

.section { padding: 72px 0 80px; }

.section .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 50px; }

.section .section__inner-content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.section .section__inner-aside { width: 427px; margin-top: 11px; text-align: right; }

.section .section__inner .list-checks { padding: 0 5px; }

.section .section__entry { padding-left: 32px; }

.section .section__entry h3 { margin-bottom: 35px; }

.section h5 { margin-bottom: 35px; line-height: 1.1; color: #44444c; }

.section p a { font-weight: 600; color: #0a1857; }

.main ul{
margin-left: 40px;
    line-height: 1.6;}

/*  Mod: Articles  */

.section--articles { background: #F2F5F7; padding: 60px 0; }

.section--articles .section__inner { margin: 0; display: block;  }

/*  Mod: Video  */

.section--video { padding: 45px 0 85px; background: #f6f6f6; }

.section--video p:last-child { margin-bottom: 0; }

.section--video .section__inner { margin-top: 0; display: block; }

.section--video .section__video .video { max-width: 555px; margin: 4px 64px 10px 0; float: left; }

.section--video .section__foot { text-align: left; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-top: 20px; }

/*  Mod: Locations  */

.section--locations { padding: 78px 0 131px; }

.section--locations .section__head { margin-bottom: 42px; }

.section--video .alignright{ margin-left: 30px; margin-bottom: 30px; margin-top: 12px;}
.section--video .alignleft{ margin-right: 30px; margin-bottom: 30px; margin-top: 12px;}

/* Small Desktop */

@media (max-width: 1200px) {
  .section--video .section__video .video { margin-right: 35px; }

}

/* Tablet Portrait */

@media (max-width: 991px) {
  .section { padding: 30px 0; }
  .section .section__entry { padding-left: 0; }

  .section--video .section__video .video { float: none; margin: 0 auto 20px; }
  .section-services .section__inner-aside {
    float: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
}

/* Mobile */

@media (max-width: 767px) {
  .section .section__inner { display: block; margin-top: 0px; }
  .section .section__inner h5 { margin-bottom: 20px; }
  .section .section__inner-aside { width: 100%; margin-top: 10px; text-align: center; }
  .section .section__video { padding: 0; margin-bottom: 20px; }
  .section .section__entry h3 { margin-bottom: 15px; }

  .section--locations { padding-bottom: 70px; }
  .section--locations .section__head { margin-bottom: 15px; }

  .section h3 { margin-bottom: 15px; }
  .section p { margin-bottom: 15px; }
  .section--video .alignright {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    float: none;
}

}

/* ------------------------------------------------------------ *\
  Section guarantee
\* ------------------------------------------------------------ */

.section-guarantee .section__inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 44px 0px 42px; }

.section-guarantee .section__head { width: 300px; padding-left: 75px; }

.section-guarantee .section__head p { font-size: 29px; font-weight: 800; color: #87BA3F; text-transform: uppercase; line-height: 1.1; }

.section-guarantee .section__head p span { font-size: 35px; color: #0a1857; }

.section-guarantee .section__head img { position: absolute; left: 0; bottom: 0; }

.section-guarantee .section__entry { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 11px 0 0 23px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-top: -3px; font-size: 14px; font-weight: 600; color: #66666C; line-height: 1.75; letter-spacing: .008em; }

.section-guarantee .section__entry p { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; font-size: 16px; font-weight: 700; }

.section-guarantee .section__entry p a { color: #87BA3F; font-weight: 800; }

.section-guarantee .section__entry .fa-shield-alt { font-size: 60px; color: #0a1857; margin-right: 33px; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .section-guarantee .section__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 25px 0px 20px; }
  .section-guarantee .section__head { 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: -20px; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; padding-left: 0; }
  .section-guarantee .section__head p { font-size: 27px; }
  .section-guarantee .section__head p span { font-size: 30px; }
  .section-guarantee .section__head img { position: static; margin: 0 15px 0 0; }
  .section-guarantee .section__entry { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 44px; }
}

/* Mobile */

@media (max-width: 767px) {
  .section-guarantee { text-align: center; }
  .section-guarantee .section__entry { padding: 0; display: block; margin-bottom: 20px; }
  .section-guarantee .section__entry .fa-shield-alt { margin: 0 0 15px ; }
  .section-guarantee .section__head img { width: 52px; }
}

/* ------------------------------------------------------------ *\
  Section how
\* ------------------------------------------------------------ */

.section-how { padding: 45px 0; text-align: center; }

.section-how .section__head { margin-bottom: 30px; }

.section-how .section__head h2 { margin-bottom: 20px; }

.section-how .section__head p strong { font-weight: 600; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .section-how { padding: 45px 0; }
  .section-how .section__head { margin-bottom: 40px; }
}

/* Mobile */

@media (max-width: 767px) {
  .section-how { padding: 30px 0; }
}

/* ------------------------------------------------------------ *\
  Section services
\* ------------------------------------------------------------ */

.section-services { padding: 20px 0 45px; }

.section-services .section__head { margin-bottom: 20px; }

.section-services .section__head p {}

.section-services .section__body h5 { margin-bottom: 36px; }

.section-services .section__inner-aside {
    float: right;
    margin-top: 50px; 
    margin-left: 30px;
}

/* Mobile */

@media (max-width: 767px) {
  .section-services { padding: 30px 0; }
  .section-services .section__head { margin-bottom: 20px; }
  .section-services .section__inner-aside { margin-top: 0px; margin-top: 0px;
    float: none;
    margin-left: 0;}
  .main ul {
    margin-left: 20px;
  }
  .section--video .alignleft {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    float: none;
}
}

/* ------------------------------------------------------------ *\
  Section slider
\* ------------------------------------------------------------ */

.section-slider { padding-left: calc(50vw - 637px); background-color: #F2F5F7; }

/*  Mod: Gallery  */

.section--gallery { padding: 0; }

/* ------------------------------------------------------------ *\
  Section callout
\* ------------------------------------------------------------ */

.section-callout { position: relative; padding: 80px 0; color: #FFF; background-size: cover; }

.section-callout:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #22222C; opacity: .65; mix-blend-mode: luminosity; }

.section-callout h2 { letter-spacing: -.002em; text-shadow: 0 8px 16px rgba(29,32,35,0.36), 0 18px 24px rgba(29,32,35,0.18); }

.section-callout .section__inner { position: relative; 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; }

.section-callout .section__head { margin-bottom: 14px; }

.section-callout .section__entry { font-weight: 700; color: #E8AE00; background: -webkit-linear-gradient(#F5D700, #E8AE00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 8px 16px rgba(29,32,35,0.36), 0 18px 24px rgba(29,32,35,0.18); }

/* Small Desktop */

@media (max-width: 1200px) {
  .section-callout h2 { font-size: 24px; }
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .section-callout { padding: 60px 0; }
  .section-callout h2 { font-size: 23px; }
  .section-callout .section__inner { display: block; }
  .section-callout .section__actions { margin-top: 30px; }
}

/* Mobile */

@media (max-width: 767px) {
  .section-callout { padding: 30px 0; text-align: center; }
  .section-callout .section__actions { margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
  Section quote
\* ------------------------------------------------------------ */

.section-quote { position: relative; background-size: cover; margin-top: -20px; }

.section-quote:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #22222C; opacity: .5; mix-blend-mode: luminosity; }

.section-quote .section__inner { position: relative; }

.section-quote .box { border-top: 6px solid #0a1857; border-bottom: 6px solid #0a1857; position: relative; top: -42px; }

.section-quote .box--inline { padding: 35px; }

/* Tablet Portrait */

@media (max-width: 991px) {
  .section-quote .box--inline { padding: 25px; top: 0;}
  .footerformLable {
    margin-bottom: 10px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section-quote { margin: 0; padding: 15px 0 0; }
  .section-quote .box--inline { top: 0px; }
  .intro .utilizing-p {
    position: relative;
    padding: 20px 0;
  }
}

/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */

.slider .slider__slides { position: relative; padding-left: 44px; }

.slider-gallery .slider__slide { width: 360px; -webkit-box-shadow: 0 8px 16px -8px rgba(29,32,35,0.18), 0 18px 24px -6px rgba(29,32,35,0.12); box-shadow: 0 8px 16px -8px rgba(29,32,35,0.18), 0 18px 24px -6px rgba(29,32,35,0.12); border-radius: 2px; overflow: hidden; }

.slider-gallery { max-width: 1270px; margin: 0 auto; }

.slider-gallery .slider__slides { padding: 0 65px; }

.section__video h3 {
    margin-top: 30px;
}

/* Tablet Portrait */

@media (max-width: 991px) {
  .slider-gallery .slider__slide { width: 320px; }
}

/* Mobile */

@media (max-width: 767px) {
  .slider .slider__slides { padding-left: 15px; padding-right: 15px; }
  .slider-gallery .slider__slide { width: 100%; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
  Socials
\* ------------------------------------------------------------ */

.socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; list-style: none; }

.socials li + li { margin-left: 16px; }

.socials a { font-size: 0; }

/* Mobile */

@media (max-width: 767px) {
  .socials ul { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
}

/* ------------------------------------------------------------ *\
  Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Video
\* ------------------------------------------------------------ */

.video { position: relative; width: 100%; height: 321px; overflow: hidden; }

.video figure { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-repeat: no-repeat; margin-bottom: 0; background-size: cover; }

.video figure:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #22222C; opacity: .1; display: block; }

.video .video__play { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 52px; height: 52px; }

.video .video__media iframe { width: 100%; height: 321px; }

/* ------------------------------------------------------------ *\
  Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
  Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
  Owl carousel
\* ------------------------------------------------------------ */

.slider .owl-carousel .owl-item img { display: inline-block; }
.slider .owl-carousel .owl-nav {
    left: 0;
    width: calc(100% + 30px);
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.slider .owl-carousel .owl-stage-outer { overflow-x: hidden; padding: 0px 0 60px 15px; }
.slider.slider-reviews {
  padding-top: 40px; 
}
.slider.slider-reviews h2{
  margin-bottom: 30px;
}
.slider .owl-carousel .owl-nav { position: absolute; top: calc(50% - 30px); left: -6px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: 0; }


.owl-theme .owl-dots .owl-dot.active span { background: #0a1857; }

/*  Slider Gallery  */

.slider-gallery .owl-carousel .owl-stage-outer { padding-left: 0; }

.slider-gallery .owl-carousel .owl-nav { right: 0; margin: 0; }


div.wpcf7-response-output.wpcf7-validation-errors {
     margin: 0;
    padding: 0;
    border: 2px solid red;
    border: none;
    color: red; 
}

.form .wpcf7-form .form-control {
  padding: 10px;
}

.wpcf7-form div .col-sm-12{
  padding: 0 5px;
}

.section-quote div.wpcf7-response-output.wpcf7-validation-errors {
  margin: 15px;
}
.form span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
  }

  .main-menu {
  background: #efefef;
  margin-top: 20px;
}

.nav li a {
    padding: 15px 10px;
    display: block;
}

header.header .header__content {
  padding: 15px 0 0px
}

main.main {
  margin-top: 147px
}
 
.header-lp {
  border-top: 3px solid #0a1857;
} 

.nav li.has--dropdown > a:after {
  content: '';
      transform: none;
        top: 21px;
    right: -19px;
    display: inline-block;
    height: 7px;
    width: 12px;
    background-size: contain;
}

.blog-section {
 text-align: center;
    padding: 50px 0;
}

.blog_feature {
  text-align: left;
}

.post {
    margin-bottom: 40px;
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px dotted #c2c2c2;
    overflow: hidden;
}
.post:first-child {

    margin-top: 40px;
    padding-top: 24px;
    position: relative;
    border-top: 1px dotted #c2c2c2;
}

.blog_feature .post .postimg {
    width: 265px;
    height: 201px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.post .postimg:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.15);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -ms-transition: transform 1.05s ease-in-out;
    opacity: .85;
}
.post .post-image {
    width: 265px;
    height: 201px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
    background: #fff;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    border: 3px solid #ddd;
}

.post .post_title {
    padding-left: 1px;
    padding-top: 0;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 1px;
}

.post .post_content {
    overflow: hidden;
    line-height: 1.7em;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.post .post_meta {
    list-style-type: none;
    color: #333;
   padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 14px;
}

.post .post_meta li {
    display: inline;
    margin-left: 0;
}

.post .post_meta .post_date {
    padding-right: 12px;
    background-size: 16px auto;
    padding-left: 24px;
}


.cc-window.cc-floating {
  max-width: 100% !important;
      padding: 15px !important;

      width: 100%;
}


.post .post_meta .posted_by {
    padding-right: 30px;
    background-size: 18px auto;
    padding-left: 26px;
}

.post .post_content p {
    margin-bottom: 15px;
}

.btn.read-more {
  padding: 5px 15px;
  font-weight: normal;
  min-width: 0;
  font-size: 14px;
}


@media (max-width: 1290px) {
  .slider-gallery .owl-carousel .owl-nav .owl-prev { left: 15px; }
  .slider-gallery .owl-carousel .owl-nav .owl-next { right: 15px; }
}

/* Small Desktop */

@media (max-width: 1200px) {
  .slider .owl-carousel .owl-nav { left: 0; }
}

@media only screen and (max-width: 991px) {

  .slider .owl-carousel .owl-stage-outer {overflow-x: hidden; padding: 0px 0 30px 15px; }

  .slider-gallery .owl-carousel .owl-stage-outer { padding-left: 0; }
  .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 0; margin-left: -25px; padding-bottom: 10px;}

.header .header__content-aside {
  margin-right: 40px;
}
}


@media (max-width: 991px) {

.nav li a {
    padding: 10px;
    display: block;
}
}


@media (max-width: 767px) {
  .slider .owl-carousel .owl-stage-outer { padding-top: 0px; padding-left: 0; }
  .slider .owl-carousel .owl-nav {
    left: 0;
    width: calc(100% + 30px);
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.slider .slider__slides {
  padding-right: 0;
}
.slider.slider-reviews {
  padding-top: 20px;
}

a.phone .headphone {
    background-image: url(../images/phone-icon-green.png);
    background-repeat: no-repeat; 
      padding-left: 30px;
      background-size: 16px auto;
      background-position: 8px 5px;
      text-align: right;
  }

  .nav li a {
    display: block;
}


}

/* ------------------------------------------------------------ *\
  Font Awesome icons
\* ------------------------------------------------------------ */

.fa,
.fab,
.fal,
.far,
.fas { -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;  }

.header .fa-caret-down { font-size: 16px; color: #55555C; }

.socials .fab { font-size: 14px; color: #88888C; }

.footer .fa-phone { font-size: 20px; color: #0a1857; }


header.header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
}

main.main {
    margin-top: 144px;
}

footer nav{
      background-color: #fff;
}

footer nav ul li {
  display:block;
    line-height: auto; 
    padding: 0; 
}

footer nav a {
    color: #edf1c8;
    border-right: 0px solid #edf1c8;
    padding: 0 0 0 0;
}


a.phone .headphone {
  display: inline-block;
    background-image: url(../images/phone-icon-green.png);
   background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 10px 7px;
    text-align: right;
    color: #0a1857;
    padding-left: 40px;
    padding-right: 4px;
    line-height: 33px;
    border-radius: 4px;
  }

  a.phone:hover .headphone {
     background-position: 10px -20px;
    background-color: #0a1857;
    color: #fff;
  }
.footer {
  position: relative;
}
@media (max-width: 991px) {

main.main {
  margin-top: 114px
}
  }

@media (max-width: 767px) {
  a.phone .headphone {
      background-size: 16px auto;
      background-position: 16px 9px;
  }
.nav li.has--dropdown > a:after {
  display: none;
}

a.phone:hover .headphone {
    background-position: 16px -12px;
}

.number-heading {
    font-weight: 900;
        margin-top: 12px;
    margin-bottom: 0px!important;
}

main.main {
  margin-top: 72px !important;
}
.post .post_title {
  margin-top: 15px;
}

  .post .post-image {
    float: none;
  }

  .btn-menu {    bottom: 12px;
}
}

@media screen and (max-width: 499px) {
  .header .header__content-aside {
    margin-left: 0
  }
}

.ak-consonent-wrapper .ak-consonent-button .cc-btn.cc-allow:hover,
.ak-consonent-wrapper .ak-consonent-button .cc-btn.cc-dismiss:hover{
  text-decoration: underline;
}


.cc-window.cc-theme-block.cc-bottom.cc-type-info {
  background: #0a1857;
}

.ak-consonent-wrapper .ak-consonent-button .cc-btn.cc-allow:hover,
.ak-consonent-wrapper .ak-consonent-button .cc-btn.cc-dismiss:hover{
  text-decoration: underline;
}