/*!* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
@import "https://fonts.googleapis.com/css?family=Fredoka+One&display=swap";
@import "https://fonts.googleapis.com/css?family=Schoolbell&display=swap";
@import "https://fonts.googleapis.com/css?family=Lato&display=swap";
: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, 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;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
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, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono,
    courier new, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
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;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: none;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: none;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: none;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: none;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: none;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 5%);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 5%);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(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-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  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: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: none;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 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:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: initial;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 8 8%22%3E%3Cpath fill=%22%23fff%22 d=%22M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%22/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 4 4%22%3E%3Cpath stroke=%22%23fff%22 d=%22M0 2h4%22/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%22-4 -4 8 8%22%3E%3Ccircle r=%223%22 fill=%22%23fff%22/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 4 5%22%3E%3Cpath fill=%22%23343a40%22 d=%22M2 0 0 2h4zm0 5L0 3h4z%22/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%220 0 30 30%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath stroke=%22rgba(0, 0, 0, 0.5)%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 d=%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%220 0 30 30%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath stroke=%22rgba(255, 255, 255, 0.5)%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 d=%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 3%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 3%);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol, noto color emoji;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (-webkit-transform-style: preserve-3d) or
  (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%23fff%22 viewBox=%220 0 8 8%22%3E%3Cpath d=%22M5.25.0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25.0z%22/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22%23fff%22 viewBox=%220 0 8 8%22%3E%3Cpath d=%22M2.75.0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%22/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: initial;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono,
    courier new, monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.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;
  -khtml-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: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.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 {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-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: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.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: 0.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;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
} /*!* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@font-face {
  font-family: flaticon;
  src: url(../fonts/Flaticon.eot);
  src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Flaticon.woff) format("woff"),
    url(../fonts/Flaticon.ttf) format("truetype"),
    url(../fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: flaticon;
    src: url(../fonts/Flaticon.svg#Flaticon) format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}
.flaticon-chat:before {
  content: "\f100";
}
.flaticon-mail:before {
  content: "\f101";
}
.flaticon-watch:before {
  content: "\f102";
}
.flaticon-facebook-logo:before {
  content: "\f103";
}
.flaticon-twitter-black-shape:before {
  content: "\f104";
}
.flaticon-instagram:before {
  content: "\f105";
}
.flaticon-linkedin-letters:before {
  content: "\f106";
}
.flaticon-google-plus-symbol:before {
  content: "\f107";
}
.flaticon-circle-outline:before {
  content: "\f108";
}
.flaticon-calendar:before {
  content: "\f109";
}
.flaticon-quote:before {
  content: "\f10a";
}
.flaticon-quote-1:before {
  content: "\f10b";
}
.flaticon-image:before {
  content: "\f10c";
}
.flaticon-college-graduation:before {
  content: "\f10d";
}
.flaticon-breakfast:before {
  content: "\f10e";
}
.flaticon-professor:before {
  content: "\f10f";
}
.flaticon-teddy-bear:before {
  content: "\f110";
}
.flaticon-drag:before {
  content: "\f111";
}
.flaticon-right-arrow:before {
  content: "\f112";
}
.flaticon-right-arrow-1:before {
  content: "\f113";
}
.flaticon-left-arrow:before {
  content: "\f114";
}
.flaticon-left-arrow-1:before {
  content: "\f115";
}
.flaticon-arrow-down-sign-to-navigate:before {
  content: "\f116";
}
.flaticon-down-arrow:before {
  content: "\f117";
}
.flaticon-facebook-placeholder-for-locate-places-on-maps:before {
  content: "\f118";
}
.flaticon-call-answer:before {
  content: "\f119";
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: 0 0;
  padding: 20px 0 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 3%);
  height: 55px;
}
.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #32004b;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #32004b;
  height: 4px;
  margin-top: 3px;
  border-radius: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 55px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #32004b;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
  text-transform: capitalize;
  font-family: lato, sans-serif;
  font-weight: 700;
}
.mean-container .mean-nav ul li a.active {
  color: #000;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #32004b;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: 0 0;
  border: none !important;
  font-family: lato, sans-serif;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
.mobile-nav {
  display: none;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #ff6b79;
}
.main-nav {
  background: #fff;
  position: unset;
  width: 100%;
  z-index: 999;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.mean-nav .dropdown-toggle::after {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 30px 0;
}
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 900;
  font-size: 16px;
  font-family: lato, sans-serif;
  text-transform: capitalize;
  color: #393d72;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.main-nav nav .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff6b79;
}
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #ff6b79;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 5%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 5%);
  background: #393d72;
  position: absolute;
  top: 80px;
  left: 0;
  width: 220px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #2f325c;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 12px 15px;
  margin: 0;
  display: block;
  color: #fff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
  background: #ff6b79;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -1px !important;
}
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -1px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #fff;
  text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  background-color: #ff6b79;
  color: #ffff;
}
.main-nav nav .navbar-nav .nav-item li a:hover {
  background-color: #ff6b79;
  color: #ffff;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .mean-container .mean-nav ul li:last-child a {
    padding-bottom: 0;
  }
  .mobile-nav .navbar-nav {
    overflow-y: scroll;
    height: 450px;
  }
  .menu-shrink {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffff;
    box-shadow: -9px -10px 23px #9a9a9a;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 11px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mean-container .mean-bar {
    background-color: #fff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 15px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mean-container .mean-nav ul li:last-child a {
    padding-bottom: 0;
  }
}
body {
  font-family: lato, sans-serif;
}
a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
}
h1,
h3,
h2 {
  font-family: fredoka one, cursive;
}
.bg-removed {
  background-color: transparent !important;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-50 {
  padding-bottom: 50px;
}
img {
  max-width: 100%;
}
.mr-30 {
  margin-right: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.px-18 {
  font-size: 18px;
}
.header-top-wrapper .head-top-list li a:hover {
  color: #ffff;
}
:focus {
  outline: 0;
}
button:focus {
  outline: 0;
  box-shadow: 0;
  border: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ol {
  margin-bottom: 0;
  list-style-type: none;
}
button:focus {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  padding: 0;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
#toTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 9;
}
#toTop i {
  background: #fe6367;
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 22px;
  border-radius: 85px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  line-height: 2;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#toTop i:hover {
  background-color: #141824;
  color: #fff;
}
.color-1 {
  background-color: #3b5998;
}
.color-2 {
  background-color: #1da1f2;
}
.color-3 {
  background-color: #393d72;
}
.color-4 {
  background-color: #e1306c;
}
.searchbox-area {
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
}
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 5, 6, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%) scale(0, 0);
  -moz-transform: translate(0, -100%) scale(0, 0);
  -o-transform: translate(0, -100%) scale(0, 0);
  -ms-transform: translate(0, -100%) scale(0, 0);
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
  z-index: 999999;
}
.search .form-control {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 30%;
  color: #37004b;
  background: #ffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: 0;
  margin: 0 auto;
  margin-top: -40px;
  padding: 10px 0;
  outline: none;
  border: 2px solid #fff;
  height: 50px;
  border-radius: 5px;
}
.search input {
  caret-color: #000;
}
.search .btn {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin-top: 61px;
  margin-left: -45px;
  border: #000;
  background: #393d72;
  color: #ffff;
  padding: 10px 30px;
  margin: auto;
}
.search .btn:focus {
  box-shadow: none;
}
.search .btn:hover {
  background-color: #fe6367;
}
.search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #393d72;
  border-color: #393d72;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
.search .close:hover {
  background-color: #fe6367;
  color: #ffff !important;
  opacity: 1 !important;
}
.search.open {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.custom-btn {
  color: #ffff;
  background-image: url(../images/button-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  font-weight: 600;
}
.custom-btn img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
}
.custom-btn:hover {
  color: #ffff;
  opacity: 0.7 !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: schoolbell, cursive;
  color: #dd006d;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.section-title h2 {
  color: #393d72;
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.loader {
  position: fixed;
  z-index: 999999999;
  background-color: #393d72;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.spnr {
  width: 5em;
  height: 5em;
  position: relative;
  margin: auto;
}
.spnr:before,
.spnr:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  animation: spnr-bounce 2s infinite ease-in-out;
}
.spnr:before {
  background-color: #fff;
}
.spnr:after {
  animation-delay: -1s;
  background-color: #fff;
}
@keyframes spnr-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.header-top-wrapper {
  background: #393d72;
}
.header-top-wrapper .head-top-list li {
  display: inline-block;
  border-right: 1px solid #1e213e;
  padding-left: 10px;
  padding-right: 10px;
  padding: 9px 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-top-wrapper .head-top-list li:first-child {
  padding-left: 0;
}
.header-top-wrapper .head-top-list li {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.header-top-wrapper .head-top-list li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.header-top-wrapper .head-top-list li a:hover {
  color: #ff7479;
}
.header-top-wrapper .head-top-list li:hover {
  color: #ff7479;
}
.header-top-wrapper .head-top-list li a > i {
  margin-right: 5px;
  color: #ff7479;
}
.header-top-wrapper .head-top-list li i {
  margin-right: 5px;
  color: #ff7479;
  font-size: 14px;
}
.header-top-wrapper .social-link {
  text-align: right;
}
.header-top-wrapper .social-link ul li {
  display: inline-block;
}
.header-top-wrapper .social-link ul li a {
  color: #cacaca;
}
.header-top-wrapper .social-link ul li a.log-btn {
  padding: 8px 12px;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  display: inline-block;
  color: #393d72;
  background: #ffff;
}
.header-top-wrapper .social-link ul li a.log-btn:hover {
  color: #fff;
  background-color: #ff7479;
}
.header-top-wrapper .social-link ul li a > i {
  color: #fff;
  margin-right: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.header-top-wrapper .social-link ul li a > i:hover {
  color: #ff7479;
}
.header-top-wrapper .social-link ul li a > i::before {
  font-size: 14px;
}
.modal.zoom .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal-open .modal {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
.modal-dialog {
  max-width: unset;
  margin: auto;
}
.modal-content {
  padding: 40px;
  width: 800px;
}
.modal-form-left img {
  width: 100%;
  height: 100%;
}
.modal-header {
  display: unset;
  border: none;
  padding: unset;
}
.modal-header h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-header button.close {
  position: absolute;
  top: -15px;
  right: 12px;
  font-size: 40px;
  padding: 0;
}
.modal-header h4 {
  color: #393d72;
}
.modal-header label {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #393d72;
}
.modal-header .password-label {
  margin-top: 20px;
}
.form-control:focus {
  border-color: 1px solid red;
  outline: 0;
  box-shadow: none;
  border-color: 0;
}
.modal-header .password {
  margin-bottom: 20px;
}
.modal-header .forgot-password a {
  text-transform: capitalize;
  color: #32004b;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.modal-header .forgot-password a::before {
  content: "";
  position: absolute;
  background-color: #7a7a7a;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.modal-header .forgot-password a:hover::before {
  width: 0;
}
.modal-header .forgot-password .f-pass {
  margin-right: 72px;
}
.modal-header .login-btn {
  margin-top: 20px;
  background: #393d72;
  color: #ffff;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.modal-header .login-btn {
  box-shadow: unset;
}
.modal-header .login-btn:hover {
  background: #ff6b79;
}
.modal-header .login-btn:focus {
  border: 1px solid transparent;
}
.modal-header .social-link {
  margin-top: 20px;
}
.modal-header .social-link ul {
  text-align: center;
}
.modal-header .social-link ul li {
  display: inline-block;
  margin-right: 10px;
}
.modal-header .social-link ul li a {
  width: 40px;
  height: 40px;
  color: #ffff;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
}
.modal-header .social-link ul li i::before {
  font-size: 18px;
}
.menu-shrink {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffff;
  box-shadow: -9px -10px 23px #9a9a9a;
}
.navbar-light .logo a.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-light .logo a.navbar-brand img {
  width: 100%;
  padding: 0;
}
.navbar {
  padding: 0;
}
.navbar {
  position: relative;
}
.navbar-nav .custom-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-light .logo a.navbar-brand img {
  width: 110px;
}
.child-care-section {
  position: relative;
}
.child-care-slider {
  background: #eff9ff;
}
.child-care-slider-wrap {
  height: 700px;
}
.slider-img {
  position: relative;
  z-index: 1;
  -webkit-animation: mover 1000ms infinite alternate;
  animation: mover 1000ms infinite alternate;
}
.slider-img .img-shape img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotate(-25deg);
  opacity: 0.3;
  -webkit-animation: mover 800ms infinite alternate;
  animation: mover 800ms infinite alternate;
}
.slider-shape .img-shape2 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: auto;
  z-index: -1;
  transform: rotate(-25deg);
  opacity: 0.3;
  -webkit-animation: mover 800ms infinite alternate;
  animation: mover 800ms infinite alternate;
}
.single-slider .slider-text h3 {
  color: #393d72;
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-shadow: 3px 0 3px #ececec;
  line-height: 60px;
}
.single-slider .slider-text p {
  color: #393d72;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 35px;
}
.slider-all-shape .shape1 img {
  position: absolute;
  top: 10%;
  width: 3%;
  left: 10%;
  z-index: 1;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.slider-all-shape .shape2 img {
  position: absolute;
  top: 18%;
  width: 3%;
  left: 42%;
  z-index: 1;
  animation-iteration-count: infinite;
}
.slider-all-shape .shape3 img {
  position: absolute;
  top: 80%;
  width: 3%;
  left: 7%;
  z-index: 1;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.slider-all-shape .shape4 img {
  position: absolute;
  top: 12%;
  width: 3%;
  right: 5%;
  z-index: 1;
  animation-iteration-count: infinite;
}
.child-care-slider.owl-theme .owl-dots {
  display: none;
}
.child-care-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  font-size: 60px;
}
.child-care-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  font-size: 60px;
}
.child-care-slider.owl-carousel .owl-nav button.owl-next span {
  background: #5b5b5a;
}
.child-care-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}
.child-care-slider.owl-carousel .owl-nav button.owl-prev span {
  background: #a6c5d4;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #ffff;
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  box-shadow: 1px 2px 7px -1px #868686;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.child-care-slider.owl-carousel .owl-nav button.owl-next span {
  background: #a6c5d4;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #ffff;
  border-radius: 50%;
  font-size: 35px;
  line-height: 35px;
  box-shadow: 1px 2px 7px -1px #868686;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.child-care-slider.owl-carousel .owl-nav button.owl-next span:hover {
  background: #ff6b79;
}
.child-care-slider.owl-carousel .owl-nav button.owl-prev span:hover {
  background: #ff6b79;
}
.child-care-slider-wrap .img-video-shape {
  position: relative;
}
.slider-video-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
.slider-video-icon a {
  background: #393d72;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  color: #ffff;
  border-radius: 50%;
}
.slider-video-icon i {
  display: inline-block;
  margin-left: 5px;
}
.slider-video-icon a:hover {
  background: #fff;
  color: #393d72;
}
.play-video-icon {
  text-align: center;
}
.play-video-icon a {
  background-color: #393d72;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 8px;
  text-align: center;
  width: 80px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}
.play-video-icon a i {
  border-radius: 50%;
  height: 70px;
  left: 0;
  line-height: 66px;
  margin: auto;
  padding: 0 0 0 3px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 70px;
  z-index: 1;
  color: #fff;
}
.play-video-icon a i::before {
  margin-left: 3px;
  font-size: 30px;
}
.sonar-wrapper {
  position: relative;
  z-index: 1;
}
.sonar-wrapper .sonar-emitter {
  position: relative;
  margin: 5px auto;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
}
.sonar-wrapper .sonar-emitter .sonar-wave {
  position: absolute;
  top: 0;
  left: -4px;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #393d72;
  opacity: 0;
  z-index: -9;
  pointer-events: none;
}
.sonar-wrapper .sonar-emitter .sonar-wave {
  -webkit-animation: sonarWave 2s linear infinite;
  animation: sonarWave 2s linear infinite;
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
  }
}
.experience-video {
  background-color: red;
}
.features-section .single-feature {
  background: #ffff;
  padding: 40px 20px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 3px 14px #ebebeb;
}
section.features-section {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
.features-section .single-feature p {
  margin: 0;
}
.features-section .single-feature::before {
  content: "";
  position: absolute;
  border-left: 2px solid #ff6b79;
  border-top: 2px solid #ff6b79;
  width: 55px;
  height: 30px;
  left: 0;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.features-section .single-feature::after {
  content: "";
  position: absolute;
  border-right: 2px solid #ff6b79;
  border-bottom: 2px solid #ff6b79;
  width: 55px;
  height: 30px;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.features-section .single-feature:hover::before {
  width: 100%;
  height: 100%;
  border-left: 2px solid #ff6b79;
  border-top: 2px solid #ff6b79;
}
.features-section .single-feature:hover::after {
  width: 100%;
  height: 100%;
  border-right: 2px solid #ff6b79;
  border-bottom: 2px solid #ff6b79;
}
.features-section .single-feature h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 10px;
}
.features-section .single-feature .image1 {
  position: relative;
}
.features-section .single-feature .image2 {
  position: relative;
}
.features-section .single-feature .image3 {
  position: relative;
}
.features-section .single-feature .image4 {
  position: relative;
}
.features-section .single-feature .image1::before {
  content: "\f10e";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  font-family: Flaticon;
  font-size: 30px;
  color: #ffff;
}
.features-section .single-feature .image2::before {
  content: "\f10f";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  font-family: Flaticon;
  font-size: 30px;
  color: #ffff;
}
.features-section .single-feature .image3::before {
  content: "\f110";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  font-family: Flaticon;
  font-size: 30px;
  color: #ffff;
}
.features-section .single-feature .image4::before {
  content: "\f10d";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  font-family: Flaticon;
  font-size: 30px;
  color: #ffff;
}
.about-section {
  position: relative;
}
.about-section .custom-button {
  margin-top: 50px;
}
.about-section .single-about {
  margin-left: auto;
  max-width: 530px;
}
.about-section .single-about .section-title {
  margin-bottom: 20px;
}
.about-section .single-about .section-title h6 {
  font-size: 20px;
  font-weight: 400;
  color: #dd006d;
  text-transform: capitalize;
}
.about-section .single-about .section-title h2 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 400;
}
.about-section .single-about .section-title img {
  margin-bottom: 30px;
}
.about-section .single-about .section-title p {
  font-weight: 400;
  color: gray;
  margin-bottom: 0;
}
.about-section .single-about .about-list {
  margin-top: 25px;
}
.about-section .single-about .about-list ul li p {
  margin-bottom: 15px;
  font-weight: 400;
  color: gray;
  padding-left: 28px;
}
.about-section .single-about .about-list ul li:last-child p {
  margin-bottom: 0;
}
.about-section .single-about .about-list ul li {
  color: #393d72;
  font-size: 18px;
  font-weight: 700;
}
.about-section .single-about .about-list ul li i {
  margin-right: 10px;
  color: #393d72;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.about-section .single-about .about-list ul li:hover i {
  color: #fe6367;
}
.about-section .single-about .about-list ul li i::before {
  font-size: 16px;
}
.about-section-bg {
  position: relative;
}
.single-about-bg {
  text-align: center;
}
.single-about-bg .image {
  position: relative;
}
.single-about-bg .image img {
  text-align: center;
  opacity: 1;
  position: relative;
}
.single-about-bg .image .benefits-cart {
  position: absolute;
  top: 450px;
  bottom: 0;
  right: 340px;
  left: 0;
  margin: auto;
  background: #fedd9d;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-animation: mover 1000ms infinite alternate;
  animation: mover 1000ms infinite alternate;
}
.single-about-bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-shapes-1.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.2;
  -webkit-animation: mover 800ms infinite alternate;
  animation: mover 800ms infinite alternate;
}
.single-about-bg2::before {
  content: "";
  position: absolute;
  background-image: url(../images/bg-shapes-2.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.single-about-bg .about-img-cartwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-about-bg .image .benefits-cart h4 {
  color: #ffff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.single-about-bg .image .benefits-cart p {
  color: #a3813b;
  font-size: 18px;
  margin-bottom: 0;
}
.single-about-bg2 .image-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}
.single-about-bg2 .image {
  position: absolute;
  right: 38%;
  bottom: 0;
  margin: auto;
  display: table;
}
.single-about-bg2 .image img {
  border-radius: 10px;
}
.about-section .shape1 {
  position: absolute;
  top: 18%;
  left: 52%;
  width: 3%;
}
.about-section .shape1 img {
  animation: rotation 5s infinite linear;
}
.about-section .shape2 {
  position: absolute;
  top: 35%;
  left: 2%;
  width: 5%;
}
.about-section .shape2 img {
  animation: rotation 8s infinite linear;
}
.about-section .shape3 {
  position: absolute;
  top: 75%;
  left: 3%;
  width: 5%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.about-section .shape4 {
  position: absolute;
  top: 5%;
  left: 90%;
  width: 5%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.work-section {
  position: relative;
  border-top: 1px solid #eee;
}
.work-section .custom-button {
  margin-top: 30px;
}
.work-section .single-work {
  text-align: center;
  margin-bottom: 30px;
}
.work-section .single-work .image {
  position: relative;
}
.work-section .single-work .image::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: center;
  background-position: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.work-section .single-work .ico-bg1 {
  background-color: #32004b;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
.work-section .single-work .ico-bg2 {
  background-color: #008c99;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
.work-section .single-work .ico-bg3 {
  background-color: #ff6f9f;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
}
.work-section .single-work .text {
  margin-top: 30px;
}
.work-section .single-work h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.work-section .single-work p {
  font-weight: 600;
  color: #7e7e7e;
  max-width: 250px;
  margin: auto;
}
.work-section .shape1 {
  position: absolute;
  top: 16%;
  left: 6%;
  width: 5%;
}
.work-section .shape1 img {
  animation: rotation 3s infinite linear;
}
.work-section .shape2 {
  position: absolute;
  top: 40%;
  right: 2%;
  width: 2%;
  animation: rotation 5s infinite linear;
}
.work-section .shape3 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.work-section .shape4 {
  position: absolute;
  bottom: 12%;
  right: 5%;
  width: 5%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.work-section .shape5 {
  display: none;
}
.work-section .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  opacity: 0.1;
  z-index: -1;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.choose-section {
  border-top: 1px solid #eee;
}
.choose-section .single-choose {
  text-align: center;
  background-color: #fff;
  padding: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  box-shadow: 0 3px 14px #ebebeb;
}
.choose-section .single-choose::before {
  content: "";
  position: absolute;
  border-top: 0 solid #a85860;
  border-left: 0 solid #a85860;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
}
.choose-section .single-choose::after {
  content: "";
  position: absolute;
  border-bottom: 0 solid #a85860;
  border-right: 0 solid #a85860;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
}
.choose-section .choose2::after {
  content: "";
  position: absolute;
  border-bottom: 0 solid #a85860;
  border-right: 0 solid #a85860;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: -1;
}
.choose-section .single-choose:hover::before {
  width: 100%;
  height: 100%;
  border-top: 1px solid #a85860;
  border-left: 1px solid #a85860;
}
.choose-section .single-choose:hover::after {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #a85860;
  border-right: 1px solid #a85860;
}
.choose-section .single-choose .image {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.choose-section .single-choose .image.ico-1::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-1.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.choose-section .single-choose .image.ico-2::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-2.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.choose-section .single-choose .image.ico-3::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-3.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.choose-section .single-choose .image.ico-4::before {
  content: "";
  position: absolute;
  background-image: url(../images/ico-4.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.choose-section .single-choose .image::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(#2d2d2d, #171713);
  width: 100%;
  height: 100%;
  left: 60px;
  top: 35px;
  clip-path: polygon(13% 18%, 75% 33%, 86% 71%, 21% 55%);
  transform: rotate(20deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0.4;
}
.choose-section .single-choose:hover .image::after {
  left: 0;
  top: 0;
}
.choose-section .single-choose h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.choose-section .single-choose:hover h3 {
  color: #fe6367;
}
.choose-section .single-choose p {
  font-weight: 500;
  color: #888;
  margin-bottom: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.choose-section .single-choose .rd-mre-btn {
  font-size: 15px;
  font-weight: 700;
  color: #393d72;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.choose-section .single-choose .rd-mre-btn:hover {
  color: #393d72;
}
.choose-section .single-choose:hover .rd-mre-btn {
  color: #fe6367;
}
.choose-section .single-choose .rd-mre-btn i {
  padding-left: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.choose-section .single-choose .rd-mre-btn:hover i {
  padding-left: 8px;
}
.event-section {
  background-image: linear-gradient(#393d72, #393d72);
  clip-path: polygon(0 100%, 0 10%, 100% 0%, 100% 90%);
  position: relative;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.event-section .section-title h6 {
  color: #ffff;
}
.event-section .section-title h2 {
  color: #ffff;
}
.event-section .section-title img {
  color: #ffff;
}
.event-section .single-event {
  background: #f7f5f5;
  width: 420px;
  margin: 0 15px;
  display: inline-block;
  padding: 35px;
  text-align: left;
  border-radius: 50px 5px 50px 5px;
  position: relative;
  padding: 20px 30px;
  border-radius: 45px 5px 45px 5px;
  box-shadow: 5px 5px 10px -4px #3f3f3f;
  margin-bottom: 30px;
}
.event-section .single-event .time i {
  color: #7d7b7c;
  margin-right: 2px;
}
.event-section .single-event .time i::before {
  font-size: 15px;
  font-weight: 600;
}
.event-section .single-event .time span {
  font-size: 15px;
  font-weight: 700;
  color: #7d7b7c;
}
.event-section .single-event h4 {
  font-size: 18px;
  font-weight: 700;
  color: #393d72;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 0;
}
.event-section .single-event .calender {
  position: absolute;
  right: 20px;
  top: 10px;
  bottom: 0;
  margin: auto;
  display: table;
}
.event-section .single-event .calender i::before {
  font-size: 40px;
  color: #ababab;
}
.event-section .event-shape .shape1 {
  position: absolute;
  top: 25%;
  left: 3%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-section .event-shape .shape2 {
  position: absolute;
  top: 15%;
  left: 26%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.event-section .event-shape .shape3 {
  position: absolute;
  top: 80%;
  left: 4%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-section .event-shape .shape4 {
  position: absolute;
  top: 12%;
  left: 78%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-section .event-shape .shape5 {
  position: absolute;
  top: 38%;
  left: 94%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.event-section .event-shape .shape6 {
  position: absolute;
  top: 75%;
  left: 92%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.unique-services {
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-section .single-service {
  padding-bottom: 30px;
  margin: auto;
  display: table;
}
.services-section .single-service2 {
  padding-bottom: 50px;
}
.services-section .services-all {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
.services-section .single-service .image {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
}
.services-section .single-service .image .img-bg1 {
  background: #ffd15c;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -22px;
  left: -28%;
  z-index: -1;
  transform: rotate(45deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.services-section .single-service .image .img-bg2 {
  background: #f3e2b7;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -16%;
  left: -28%;
  z-index: -1;
  transform: rotate(45deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.services-section .single-service .image .img-bg3 {
  background: #e84661;
}
.services-section .single-service .image .img-bg4 {
  background: #e8aeb7;
}
.services-section .single-service .image .img-bg5 {
  background: #a393e5;
}
.services-section .single-service .image .img-bg6 {
  background: #cbc6e1;
}
.services-section .single-service .image .img-bg7 {
  background: #ed5d4f;
}
.services-section .single-service .image .img-bg8 {
  background: #f3a49c;
}
.services-section .single-service .image .img-bg9 {
  background: #93b8df;
}
.services-section .single-service .image .img-bg10 {
  background: #4391e4;
}
.services-section .single-service .image .img-bg11 {
  background: #7feede;
}
.services-section .single-service .image .img-bg12 {
  background: #00bba0;
}
.services-section .single-service .image .img-bg13 {
  background: #c709a4;
}
.services-section .single-service .image .img-bg14 {
  background: #f9b3ec;
}
.services-section .single-service .image .img-bg15 {
  background: #8c7792;
}
.services-section .single-service .image .img-bg16 {
  background: #70427c;
}
.services-section .single-service .image .img-bg17 {
  background: #e22651;
}
.services-section .single-service .image .img-bg18 {
  background: #fa7694;
}
.services-section .single-service:hover .image .img-bg1,
.services-section .single-service:hover .image .img-bg2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.services-section .single-service .text {
  margin-left: 100px;
}
.services-section .single-service .text h3 {
  color: #ffd15c;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.services-section .single-service:hover .text h3 {
  color: #e84661;
}
.services-section .single-service .text h3.shower {
  color: #e84661;
}
.services-section .single-service:hover .text h3.shower {
  color: #a393e5;
}
.services-section .single-service .text h3.time-nan {
  color: #a393e5;
}
.services-section .single-service:hover .text h3.time-nan {
  color: #ffd15c;
}
.services-section .single-service .text p {
  font-weight: 400;
  color: #9e9d9d;
  max-width: 240px;
  margin-bottom: 0;
}
.testimonial-section {
  background-color: #eee;
  position: relative;
}
.testi-slider.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  background: #707398;
}
.testi-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #fe6367;
}
.single-testimonial .test-text-img {
  position: relative;
  display: inline-block;
  margin: auto;
  display: table;
}
.single-testimonial .test-text-img p {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 400;
  font-style: italic;
  max-width: 225px;
  margin: auto;
  color: #ffff;
  line-height: 28px;
}
.single-testimonial .test-text-img p i {
  margin-right: 10px;
  margin-left: 2px;
}
.single-testimonial .test-profile {
  text-align: center;
}
.single-testimonial .test-profile img {
  margin-top: 30px;
}
.single-testimonial .test-profile p {
  color: #393d72;
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-section .owl-carousel .owl-item img {
  width: unset;
  display: unset;
}
.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 45px;
}
.testimonial-section .test-baby-image {
  padding-top: 80px;
  overflow: hidden;
}
.testimonial-section .test-baby-image ul li {
  float: left;
  width: 16.666667%;
  text-align: center;
}
.testimonial-section .test-baby-image ul li:last-child img {
  margin-right: 0;
}
.testi-all-shape .shape1 {
  position: absolute;
  top: 4%;
  left: 10%;
  width: 1%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testi-all-shape .shape2 {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 1%;
  -webkit-animation: mover 0.9s infinite alternate;
  animation: mover 0.9s infinite alternate;
}
.testi-all-shape .shape3 {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 1%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testi-all-shape .shape4 {
  position: absolute;
  top: 66%;
  left: 15%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testi-all-shape .shape5 {
  position: absolute;
  top: 55%;
  left: 2%;
  width: 2%;
  -webkit-animation: mover 0.9s infinite alternate;
  animation: mover 0.9s infinite alternate;
}
.testi-all-shape .shape6 {
  position: absolute;
  top: 68%;
  left: 4%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testi-all-shape .shape7 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testi-all-shape .shape8 {
  position: absolute;
  top: 10%;
  right: 16%;
  width: 2%;
  -webkit-animation: mover 0.9s infinite alternate;
  animation: mover 0.9s infinite alternate;
}
.testi-all-shape .shape9 {
  position: absolute;
  top: 10%;
  right: 4%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testi-all-shape .shape10 {
  position: absolute;
  top: 30%;
  right: 3%;
  width: 3%;
  -webkit-animation: mover 0.7s infinite alternate;
  animation: mover 0.7s infinite alternate;
}
.testi-all-shape .shape11 {
  position: absolute;
  top: 60%;
  right: 5%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.news-letter {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  background-color: #e35272;
}
.news-letter .custom-button {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.news-letter .news-letter-item h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffff;
  margin-bottom: 0;
  font-family: lato, sans-serif;
}
.news-letter .news-letter-item input {
  width: 400px;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  font-weight: 500;
  height: 50px;
  padding: 0 20px;
}
.news-btn {
  background-color: #393d72;
  color: #fff;
  padding: 10px 35px;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.news-btn:hover {
  background-color: #fff;
  color: #393d72;
}
.logo-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.logo-section .owl-carousel .owl-item img {
  width: unset;
  display: unset;
}
.single-logo {
  text-align: center;
}
.footer-top {
  padding: 100px 0;
  background-color: #393d72;
  position: relative;
}
.footer-top::before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.footer-top .foot-about h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-top .foot-about p {
  font-weight: 400;
  color: #ddd;
  margin-bottom: 30px;
}
.footer-top .foot-about .social-icon ul {
  padding-top: 30px;
  border-top: 2px solid #9a82a7;
}
.footer-top .foot-about .social-icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer-top .foot-about .social-icon ul li a {
  color: #ffff;
  background: #472458;
  width: 40px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.footer-top .foot-about .social-icon ul li a:hover {
  background: #e35272;
}
.footer-top .foot-about .social-icon ul li a > i::before {
  font-size: 15px;
}
.footer-top .classes-foot {
  margin: auto;
  display: table;
}
.footer-top .classes-foot h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-top .classes-foot ul li {
  margin-bottom: 15px;
}
.footer-top .classes-foot ul li:last-child {
  margin-bottom: 0;
}
.footer-top .classes-foot ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #ffff;
  text-transform: capitalize;
}
.footer-top .classes-foot ul li a:hover {
  color: #e35272;
}
.footer-top .quick-link h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-top .quick-link ul li {
  margin-bottom: 15px;
}
.footer-top .quick-link ul li:last-child {
  margin-bottom: 0;
}
.footer-top .quick-link ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #ffff;
  text-transform: capitalize;
}
.footer-top .quick-link ul li a:hover {
  color: #e35272;
}
.footer-top .latest-news h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-top .latest-news ul p {
  font-size: 14px;
  font-weight: 600;
  color: #ffff;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 0;
}
.footer-top .latest-news ul p:last-child {
  padding-bottom: 0;
}
.footer-top .latest-news ul li {
  margin-bottom: 15px;
  border-top: 1px solid #ffff;
  padding-top: 15px;
}
.footer-top .latest-news ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.footer-top .latest-news ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #ffff;
  text-transform: capitalize;
  color: #eed7ba;
}
.footer-top .latest-news ul li a:hover {
  color: #fe6367;
}
.footer-bottom {
  padding: 15px 0;
  background-color: #280c35;
}
.footer-bottom p {
  font-size: 16px;
  font-weight: 400;
  color: #ffff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
}
.program-section {
  position: relative;
}
.program-section .single-program {
  margin-bottom: 30px;
}
.program-section .single-program .image {
  overflow: hidden;
}
.program-section .single-program img {
  transition: 0.9s;
  -webkit-transition: 0.9s;
}
.program-section .single-program:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
.program-section .single-program .image-caption {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
  border: 1px solid #e8e8e8;
}
.program-section .single-program .image-caption .pr-content {
  border-bottom: 2px solid #f5f3f4;
  padding: 30px;
}
.program-section .single-program .image-caption .pr-content h3 {
  font-size: 22px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 15px;
}
.program-section .single-program:hover .image-caption .pr-content h3 {
  color: #fe6367;
}
.program-section .single-program .image-caption .pr-content p {
  margin-bottom: 0;
}
.program-section .single-program .image-caption .pr-bottom {
  padding: 20px 30px;
  text-align: left;
}
.program-section .single-program .image-caption .pr-bottom ul li {
  font-size: 15px;
  font-weight: 700;
  color: #393d72;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 10px;
}
.program-section .single-program .image-caption .pr-bottom ul li:first-child {
  margin-left: 0;
}
.program-section .single-program .image-caption .pr-bottom ul li > span {
  text-transform: lowercase;
  color: #999;
  font-size: 13px;
  font-weight: 700;
}
.program-section .custom-btn {
  margin-top: 30px;
}
.program-slider.owl-carousel .owl-dots.disabled,
.program-slider.owl-carousel .owl-nav.disabled {
  display: block;
}
.program-slider.owl-carousel .owl-nav button.owl-next i,
.program-slider.owl-carousel .owl-nav button.owl-prev i {
  font-size: 30px;
  background: #d2a998;
  color: #ffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-weight: 400;
}
.program-slider.owl-carousel .owl-nav button.owl-next:hover,
.program-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: 0 0;
  color: #fe6367 !important;
}
.program-slider.owl-carousel .owl-nav button.owl-next,
.program-slider.owl-carousel .owl-nav button.owl-prev {
  display: inline-block !important;
}
.program-slider.owl-carousel .owl-nav button.owl-next:hover i,
.program-slider.owl-carousel .owl-nav button.owl-prev:hover i {
  background: #fe6367;
}
.program-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
}
.program-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
}
section.features2-section {
  background-color: #f6f6f6;
  position: relative;
}
.features2-section .feature-box-wrapper {
  text-align: center;
  overflow: hidden;
}
.features2-section .feature-box-wrapper .single-feature {
  float: left;
  width: 20%;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg1 {
  background: #955d95;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg2 {
  background: #ff4880;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg3 {
  background: #393d72;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg4 {
  background: #e75b5b;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg5 {
  background: #dd006d;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.features2-section .feature-box-wrapper .single-feature h2 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.event2-section {
  position: relative;
  text-align: center;
  background: #f6f6f6;
}
.event2-section .bg-shape {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.event2-section .single-event2 {
  background: #fff;
  width: 420px;
  margin: 0 15px;
  display: inline-block;
  margin-bottom: 30px !important;
  padding: 35px;
  text-align: left;
  border-radius: 50px 5px 50px 5px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
}
.event2-section .single-event2 .time {
  margin-bottom: 10px;
}
.event2-section .single-event2 .time i {
  color: #fe6367;
  font-weight: 600;
}
.event2-section .single-event2 .time i::before {
  font-size: 15px;
}
.event2-section .single-event2 .time span {
  color: #fe6367;
  font-weight: 700;
  font-size: 15px;
}
.event2-section .single-event2 h2 {
  color: #393d72;
  font-weight: 400;
  font-size: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-bottom: 10px;
}
.event2-section .single-event2:hover h2 {
  color: #fe6367;
}
.event2-section .single-event2 .read-more-btn {
  font-size: 15px;
  font-weight: 700;
  color: #393d72;
  text-transform: capitalize;
}
.event2-section .single-event2 .read-more-btn > i {
  font-size: 15px;
  font-weight: 600;
  color: #393d72;
  padding-left: 10px;
}
.event2-section .single-event2:hover .read-more-btn > i {
  color: #fe6367;
}
.event2-section .single-event2 .read-more-btn:hover {
  color: #393d72;
}
.event2-section .single-event2:hover .read-more-btn {
  color: #fe6367;
}
.event-shape .shape1 {
  position: absolute;
  top: 25%;
  left: 3%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-shape .shape2 {
  position: absolute;
  top: 12%;
  left: 26%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.event-shape .shape3 {
  position: absolute;
  top: 80%;
  left: 2%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-shape .shape4 {
  position: absolute;
  top: 12%;
  left: 78%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.event-shape .shape5 {
  position: absolute;
  top: 40%;
  left: 94%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.event-shape .shape6 {
  position: absolute;
  top: 82%;
  left: 92%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.plan-section {
  position: relative;
}
.plan-section .single-plan {
  background: #f79765;
  text-align: center;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.plan-section .col-lg-4:nth-child(2) .single-plan {
  background: #a45a6b !important;
}
.plan-section .col-lg-4:nth-child(3) .single-plan {
  background: #955d95;
}
.plan-section .single-plan .head h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.plan-section .single-plan .head h1 {
  font-size: 50px;
  font-weight: 700;
  color: #ffff;
  margin-bottom: 15px;
  font-family: lato, sans-serif;
}
.plan-section .single-plan .content ul li {
  font-size: 16px;
  font-weight: 500;
  color: #ffff;
  margin-bottom: 15px;
}
.plan-section .single-plan .content ul li:last-child {
  margin-bottom: 0;
}
.plan-section .single-plan .img-shape img {
  position: absolute;
  bottom: 8px;
  left: 258px;
  opacity: 0.5;
  width: 90px;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  z-index: -1;
}
.plan-section .single-plan:hover .img-shape img {
  left: 5px;
  transform: rotateY(170deg);
}
.plan-section .single-plan .card-button .card-btn {
  color: #393d72;
  background-image: url(../images/button-bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  margin-top: 22px;
}
.plan-section .single-plan .card-button .card-btn:hover {
  opacity: 0.7;
}
.plan-section .plan-shape-image .shape1 {
  position: absolute;
  left: 30px;
  bottom: 95px;
  width: 5%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.plan-section .plan-shape-image .shape2 {
  position: absolute;
  right: 30px;
  bottom: 95px;
  width: 5%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.member-section {
  background: #f6f6f6;
}
.member-section .single-member {
  background: #f8f8f8;
  border-radius: 5px 5px 0 0;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.member-section .single-member:hover {
  box-shadow: 0 0 8px #b4b4b4;
}
.member-section .single-member .image {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}
.member-section .single-member .image img {
  border: 2px solid #ddd;
  border-radius: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.member-section .single-member:hover .image img {
  border: 2px solid #fe6367;
  border-radius: 100%;
}
.member-section .single-member .text-content {
  text-align: center;
  padding-bottom: 50px;
}
.member-section .single-member .text-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  margin-bottom: 8px;
}
.member-section .single-member .text-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #dd006d;
  text-transform: capitalize;
  margin-bottom: 0;
}
.member-section .single-member .social-link ul {
  background: #dd006d;
  text-align: center;
  padding: 15px 0;
}
.member-section .single-member .social-link ul li {
  display: inline-block;
  margin-right: 12px;
}
.member-section .single-member .social-link ul li:last-child {
  margin-right: 0;
}
.member-section .single-member .social-link ul li a {
  background: #fff;
  color: #fe6367;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s;
  transition: 0.3s;
}
.member-section .single-member .social-link ul li a:hover {
  background: #32004b;
  color: #ffff;
}
.member-section .single-member .social-link ul li a:hover {
  background: #fe6367;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
}
.member-section .single-member .social-link ul li a > i {
  line-height: 40px;
}
.member-section .single-member .social-link ul li a > i::before {
  font-size: 16px;
}
.blog2-section {
  background: #f6f6f6;
}
.blog2-section .single-blog {
  background: #ffff;
}
.blog2-section .owl-theme .owl-dots {
  display: none;
}
.blog2-section .col-lg-8:nth-child(2) .single-blog {
  background: #ffff;
}
.blog2-section .col-lg-8:nth-child(3) .single-blog {
  background: #ffff;
}
.single-blog .section-title {
  margin-bottom: 20px;
}
.single-blog .section-title h6 {
  font-size: 18px;
  font-weight: 600;
  color: #dd006d;
  margin-bottom: 10px;
}
.single-blog .section-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #393d72;
}
.single-blog p {
  color: #686868;
  margin-bottom: 20px;
}
.single-blog .read-more-btn {
  color: #393d72;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: 700;
}
.single-blog:hover .read-more-btn {
  color: #fe6367;
}
.single-blog .read-more-btn > i {
  padding-left: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.single-blog .read-more-btn:hover > i {
  padding-left: 10px;
}
.single-blog .blog-image {
  position: relative;
}
.single-blog .blog-chat-list ul li {
  display: inline-block;
  color: #181111;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #393d72;
}
.single-blog .blog-chat-list ul li:last-child {
  padding-right: 0;
}
.single-blog .blog-chat-list ul li i {
  padding-right: 8px;
  color: #fe6367;
  font-size: 14px;
}
.blog2-section .single-blog .img-caption {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog2-section .single-blog .img-caption {
  padding: 30px;
}
.blog2-section .single-blog .img-caption h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  margin-top: 18px;
  margin-bottom: 16px;
  max-width: 255px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  text-transform: capitalize;
  line-height: 1.5;
}
.blog2-section .single-blog:hover .img-caption h3 {
  color: #fe6367;
}
.blog2-section .blog-baby-image {
  padding-top: 100px;
  overflow: hidden;
  text-align: center;
}
.blog2-section .blog-baby-image ul li {
  float: left;
  width: 20%;
}
.blog2-section .blog-baby-image ul li img {
  width: 155px;
}
.blog2-section .owl-carousel .owl-nav.disabled {
  display: block;
}
.blog2-section .owl-carousel .owl-nav button.owl-next,
.blog2-section .owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  background: rgba(254, 99, 103, 0.6);
  color: #ffff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  line-height: 0;
  display: inline-block;
}
.blog2-section .owl-carousel .owl-nav button.owl-next:hover,
.blog2-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #32004b;
}
.blog2-section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -85px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog2-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -85px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog2-section .blog-slider-two.owl-carousel .owl-nav button.owl-next,
.blog2-section .blog-slider-two.owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.blog2-section .blog-slider-two:hover.owl-carousel .owl-nav button.owl-next,
.blog2-section .blog-slider-two:hover.owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible;
}
.testimonial2-section {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #eee;
  background: #393d72;
  background-image: url("../images/bannerb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
}
.testimonial2-section:before {
  content: "";
  position: absolute;
  background: rgba(39, 42, 80, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial2-section .section-title {
  position: relative;
}
.testimonial2-section .section-title h6 {
  color: #ffff;
}
.testimonial2-section .section-title h2 {
  color: #ffff;
}
.testimonial-slider {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.testimonial-slider .single-testimonial {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.testimonial-slider .single-testimonial.single-feedback {
  background: #fff;
  border-radius: 5px;
  padding-left: 170px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}
.testimonial-slider .single-testimonial .client-img {
  margin: auto;
  display: table;
  margin-bottom: 30px;
}
.testimonial-slider .single-testimonial .client-img img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 3px;
}
.testimonial-slider .client-image-list .item .sl-img img:focus {
  border: 0;
  outline: 0;
}
.item.slick-slide.slick-active:focus {
  border: 0;
  outline: 0;
}
.testimonial-slider .single-testimonial h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
  font-family: lato, sans-serif;
  color: #fff;
  margin-top: 25px;
}
.testimonial-slider .single-testimonial span {
  display: block;
  margin-top: 8px;
  margin-bottom: 18px;
  color: #fe6367;
}
.testimonial-slider .single-testimonial p {
  font-size: 15px;
  color: #ffff;
}
.testimonial-slider .single-testimonial p > i {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fe6367;
}
.testimonial-slider .single-testimonial span {
  display: block;
  margin-top: 8px;
  margin-bottom: 18px;
  color: #fe6367;
}
.testimonial-slider .client-image-list .item .sl-img {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.testimonial-slider .client-image-list .item .sl-img img {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #44ce6f;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}
.testimonial-slider .client-image-list .item:hover .sl-img img,
.testimonial-slider .client-image-list .item.slick-center .sl-img img {
  opacity: 1;
}
.slick-prev,
.slick-next {
  display: none !important;
}
.testimonial2-section .testimonial-shape .shape1 {
  position: absolute;
  top: 5%;
  left: 6%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape2 {
  position: absolute;
  top: 26%;
  left: 3%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape3 {
  position: absolute;
  top: 13%;
  left: 17%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape4 {
  position: absolute;
  top: 40%;
  left: 12%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape5 {
  position: absolute;
  top: 30%;
  left: 82%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape6 {
  position: absolute;
  top: 82%;
  left: 80%;
  width: 2%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape7 {
  position: absolute;
  top: 54%;
  left: 90%;
  width: 2%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape8 {
  position: absolute;
  top: 10%;
  left: 72%;
  width: 3%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.testimonial2-section .testimonial-shape .shape9 {
  position: absolute;
  top: 72%;
  left: 6%;
  width: 3%;
  -webkit-animation: mover 0.8s infinite alternate;
  animation: mover 0.8s infinite alternate;
}
.all-page-banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 420px;
  position: relative;
}
.all-page-banner.item-one {
  background-image: url(../images/all-banner-img/3.jpg);
}
.all-page-banner.item-two {
  background-image: url(../images/all-banner-img/1.jpg);
}
.all-page-banner.item-three {
  background-image: url(../images/all-banner-img/2.jpg);
}
.all-page-banner.item-four {
  background-image: url(../images/all-banner-img/4.jpg);
}
.all-page-banner.item-five {
  background-image: url(../images/all-banner-img/5.jpg);
}
.all-page-banner.item-six {
  background-image: url(../images/all-banner-img/6.jpg);
}
.all-page-banner.item-seven {
  background-image: url(../images/all-banner-img/7.jpg);
}
.all-page-banner.item-nine {
  background-image: url(../images/all-banner-img/9.jpg);
}
.all-page-banner.item-ten {
  background-image: url(../images/all-banner-img/10.jpg);
}
.all-page-banner::before {
  content: "";
  position: absolute;
  background-color: rgba(23, 25, 47, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.all-page-banner .banner-text {
  position: relative;
}
.all-page-banner .banner-text h1 {
  font-size: 48px;
  font-weight: 400;
  color: #ffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.all-page-banner .banner-text ul li {
  color: #ffff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.all-page-banner .banner-text ul li > a {
  color: #ff6b79;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.all-page-banner .banner-text ul i {
  color: #ff6b79;
  text-transform: capitalize;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}
.all-page-banner .banner-text ul i::before {
  font-size: 18px;
}
.about-services-section {
  border-top: 1px solid #eee;
}
.daycare-section {
  background-color: #f6f6f6;
  position: relative;
}
.daycare-section .daycare-bg {
  background-image: url(../images/daycare-bg.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.daycare-section .daycare-special {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-right: auto;
  max-width: 660px;
  margin-left: 40px;
}
.daycare-section .daycare-special h3 {
  font-size: 36px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.daycare-section .daycare-special p {
  color: #858687;
  margin-bottom: 28px;
  font-size: 16px;
}
.daycare-section .daycare-special .special-list ul {
  margin-bottom: 30px;
}
.daycare-section .daycare-special .special-list ul li {
  color: #393d72;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.daycare-section .daycare-special .special-list ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}
.daycare-section .daycare-special .special-list ul li i {
  background: #ffff;
  color: #e4ac00;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.daycare-section .daycare-special .special-list ul li i::before {
  font-size: 10px;
}
.babysitter-section {
  position: relative;
}
.babysitter-section .babysitter-shape {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}
.babysitter-section .single-baby {
  margin-bottom: 30px;
}
.babysitter-section .single-baby img {
  border-radius: 10px 10px 0 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.babysitter-section .single-baby .image {
  overflow: hidden;
}
.babysitter-section .single-baby:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.babysitter-section .single-baby .image-caption {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: -1px 5px 15px #e6e6e6;
}
.babysitter-section .single-baby .image-caption h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #393d72;
  margin-bottom: 20px;
  transition: 0.3s;
}
.babysitter-section .single-baby:hover .image-caption h3 {
  color: #fe6367;
}
.babysitter-section .single-baby .image-caption .social-icon {
  text-align: center;
}
.babysitter-section .single-baby .image-caption .social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.babysitter-section .single-baby .image-caption .social-icon li:last-child {
  margin-right: 0;
}
.babysitter-section .single-baby .image-caption .social-icon li a {
  background: #32004b;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
}
.babysitter-section .single-baby .image-caption .social-icon li:nth-child(2) a {
  background: #2a9fd2;
}
.babysitter-section .single-baby .image-caption .social-icon li:nth-child(3) a {
  background: #ee4d71;
}
.babysitter-section .single-baby .image-caption .social-icon li a > i::before {
  font-size: 18px;
}
.classes-section .single-box {
  background: #f6f6f6;
  padding: 50px;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.classes-section .single-box:hover {
  box-shadow: 0 0 20px rgba(223, 220, 220, 0.4);
}
.classes-section .single-box .class-service-wrap .time i {
  font-size: 15px;
  font-weight: 600;
  color: #fe6367;
}
.classes-section .single-box .class-service-wrap .time i::before {
  font-size: 14px;
}
.classes-section .single-box .class-service-wrap .time span {
  font-size: 15px;
  font-weight: 700;
  color: #fe6367;
}
.classes-section .single-box .class-service-wrap .class-main-content h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #393d72;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.classes-section .single-box:hover .class-service-wrap .class-main-content h3 {
  color: #fe6367;
}
.classes-section .single-box .class-service-wrap .class-main-content p {
  margin-bottom: 20px;
}
.classes-section
  .single-box
  .class-service-wrap
  .class-main-content
  .readmore-btn {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #393d72;
  text-decoration: underline;
}
.classes-section
  .single-box:hover
  .class-service-wrap
  .class-main-content
  .readmore-btn {
  color: #fe6367;
}
.classes-section .single-box .class-service-wrap .date-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.classes-section .single-box .class-service-wrap .date-btn a {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffff;
  background: #393d72;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}
.classes-section .single-box:hover .class-service-wrap .date-btn a {
  background: #fe6367;
}
.classes-section-button {
  overflow: hidden;
}
.classes-section .export-button {
  float: left;
}
.classes-section .export-button a {
  background: #ffff;
  border: 2px solid #c3c3c3;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #393d72;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.classes-section .export-button a:hover {
  background: #fe6367;
  color: #ffff;
  border: 2px solid #fe6367;
}
.classes-section .next-prev-button {
  text-align: right;
}
.classes-section .next-prev-button ul li {
  display: inline-block;
  padding-right: 30px;
}
.classes-section .next-prev-button ul li:last-child {
  padding-right: 0;
}
.classes-section .next-prev-button ul li a {
  text-transform: capitalize;
  color: #393d72;
  font-size: 16px;
  font-weight: 700;
}
.classes-section .next-prev-button ul li a:hover {
  color: #fe6367;
}
.classes-section .next-prev-button ul li a > i {
  padding-right: 5px;
}
.classes-section .next-prev-button ul li a > i:last-child {
  padding-left: 5px;
}
.classes-section .next-prev-button ul li a > i::before {
  font-size: 15px;
}
.class-img-wrap img {
  width: 100%;
}
.address-section .single-address {
  position: relative;
}
.address-section .single-address {
  margin-bottom: 30px;
  line-height: 2;
}
.address-section .single-address .add-it .icon {
  position: relative;
}
.address-section .single-address .add-it .icon i {
  color: #393d72;
  font-weight: 600;
}
.address-section .single-address .add-it .icon i::before {
  font-size: 28px;
}
.address-section .single-address .add-it-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
}
.address-section .single-address .add-it-text h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #393d72;
  transition: 5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.address-section .single-address:hover .add-it-text h4 {
  color: #fe6367;
}
.address-section .single-address .add-it-text p {
  font-size: 16px;
  color: #7e7e7e;
  margin-bottom: 0;
  font-weight: 600;
}
.team-section .single-team {
  margin-bottom: 30px;
}
.team-section .single-team .image {
  position: relative;
}
.team-section .single-team .image img {
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.team-section .single-team img {
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
}
.team-section .single-team .img-caption {
  text-align: center;
  background: #ffff;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  position: relative;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 5%);
}
.team-section .single-team:hover .img-caption {
  position: relative;
}
.team-section .single-team .img-caption h3 {
  font-size: 22px;
  color: #393d72;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.team-section .single-team .img-caption p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 600;
}
.team-section .single-team .social-icon li {
  display: inline-block;
  margin-right: 10px;
}
.team-section .single-team .social-icon li a {
  background: #532968;
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #ffff;
  line-height: 35px;
  border-radius: 50%;
}
.team-section .single-team .social-icon li a:hover {
  background-color: #fe6367;
}
.team-section .single-team .social-icon li a > i::before {
  font-size: 14px;
}
.blog2-section .left-blog .single-blog {
  margin-bottom: 30px;
}
.blog2-section .left-blog .single-blog .blog-image img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100%;
}
.blog2-section .single-blog .blog-image .blog-chat-list ul {
  background-color: #fff;
  padding: 10px 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 8%);
}
.blog2-section .single-blog .blog-image .blog-chat-list ul li {
  display: inline-block;
  color: #181111;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #393d72;
}
.blog2-section .single-blog .blog-image .blog-chat-list ul li:last-child {
  padding-right: 0;
}
.blog2-section .single-blog .blog-image .blog-chat-list ul li i {
  padding-right: 5px;
  color: #fe6367;
  font-size: 14px;
}
.blog2-section .left-blog .single-blog .blog-caption {
  background: #ffff;
  padding: 40px;
}
.blog2-section .left-blog .single-blog .blog-caption .text h3 {
  font-size: 20px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.blog2-section .left-blog .single-blog:hover .blog-caption .text h3 {
  color: #e35272;
}
.blog2-section .left-blog .single-blog .blog-caption .text p {
  color: #a6a6a6;
  font-weight: 400;
  margin-bottom: 12px;
}
.blog2-section .left-blog .single-blog .blog-caption .read-more-btn {
  color: #393d72;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog2-section .left-blog .single-blog:hover .blog-caption .read-more-btn {
  color: #e35272;
}
.blog2-section .left-blog .single-blog .blog-caption .read-more-btn > i {
  padding-left: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.blog2-section .left-blog .single-blog:hover .blog-caption .read-more-btn > i {
  padding-left: 10px;
}
.blog2-section .left-blog .single-blog .blog-caption .read-more-btn:hover {
  color: #dd006d;
}
.blog2-section .left-blog .single-blog .blog-footer-text ul {
  background-color: #e35272;
  padding: 10px 40px;
  border-radius: 0 0 5px 5px;
}
.blog2-section .left-blog .single-blog .blog-footer-text ul li {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
}
.blog2-section .left-blog .single-blog .blog-footer-text ul li i {
  color: #ffff;
  margin-right: 10px;
  margin-left: 10px;
}
.blog2-section .left-blog .single-blog .blog-footer-text ul li i::before {
  color: #ffff;
  font-size: 18px;
}
.blog2-section .right-blog .productsearchform {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.blog2-section .right-blog .productsearchform input {
  background: #393d72;
  color: #ffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  padding: 15px;
}
.blog2-section .right-blog .productsearchform input {
  caret-color: #fff;
}
.blog2-section .right-blog .productsearchform input:focus {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
.blog2-section .right-blog .productsearchform button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background: 0 0;
  border: none;
  color: #ffff;
  font-size: 20px;
}
.blog2-section .right-blog .productsearchform button:hover {
  cursor: pointer;
}
.blog2-section .right-blog .productsearchform input::placeholder {
  color: #fff;
}
.blog2-section .right-blog .blog-all-category-wrapper .cate-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
  border: 1px solid #c8c8c8;
  padding: 20px;
}
.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-title {
  margin-bottom: 10px;
}
.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog2-section .right-blog .blog-all-category-wrapper .archievs {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
  border: 1px solid #c8c8c8;
  padding: 20px;
}
.blog2-section .right-blog .blog-all-category-wrapper .archievs .archiev-title {
  margin-bottom: 10px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .archievs
  .archiev-title
  h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .archievs
  .archiev-list
  li {
  margin-bottom: 10px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .archievs
  .archiev-list
  li
  a {
  color: #393d72;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .archievs
  .archiev-list
  li
  a:hover {
  color: #fe6367;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .archievs
  .archiev-list
  li
  a
  > i::before {
  font-size: 20px;
}
.blog2-section .right-blog .blog-all-category-wrapper .cate-box .cate-list li {
  margin-bottom: 10px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .cate-box
  .cate-list
  li:last-child {
  margin-bottom: 0;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .cate-box
  .cate-list
  li
  a {
  color: #393d72;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .cate-box
  .cate-list
  li
  a:hover {
  color: #fe6367;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .cate-box
  .cate-list
  li
  a
  > i::before {
  font-size: 20px;
}
.blog2-section .right-blog .blog-all-category-wrapper .latest-posts {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #c8c8c8;
  padding: 20px;
  padding-bottom: 0;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .latest-title {
  margin-bottom: 15px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .latest-title
  h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog2-section .right-blog .blog-all-category-wrapper .latest-posts .posts-box {
  margin-bottom: 30px;
  position: relative;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .posts-box
  .p-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 122px;
  margin: auto;
  display: table;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .posts-box
  .p-text
  span {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .posts-box
  .p-text
  span
  > i {
  padding-right: 5px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .posts-box
  .p-text
  a
  > h3 {
  font-size: 16px;
  font-weight: 900;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-family: lato, sans-serif;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .latest-posts
  .posts-box:hover
  .p-text
  a
  > h3 {
  color: #fe6367;
}
.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
  background: #393d72;
  text-align: center;
  padding: 40px;
  margin-top: 50px;
}
.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap h3 {
  color: #ffff;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap p {
  color: #ffff;
  margin-bottom: 10px;
}
.blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap h4 {
  color: #ffff;
  font-weight: 400;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .free-call-wrap
  .card-button
  a {
  color: #393d72;
  background-image: url(../images/button-bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  margin-top: 15px;
}
.blog2-section
  .right-blog
  .blog-all-category-wrapper
  .free-call-wrap
  .card-button
  a:hover {
  opacity: 0.7;
}
.blog2-section .pagination-wrap {
  margin: auto;
  display: table;
  margin-top: 10px;
}
.blog2-section .pagination {
  margin-top: 40px;
}
.blog2-section .pagination-lg .page-link {
  font-size: 16px;
  padding: 10px 20px;
  color: #393d72;
}
.blog2-section .pagination-lg .page-item:last-child .page-link {
  border-radius: 0;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.blog2-section .pagination-lg .page-item:first-child .page-link {
  border-radius: 0;
}
.blog2-section .page-link:hover {
  text-decoration: none;
  background-color: #fe6367;
  border-color: transparent;
  color: #ffff;
}
.blog2-section .page-link:focus {
  box-shadow: none;
}
.blog2-section .page-item.active .page-link {
  background-color: #fe6367;
  border-color: 0;
  border: 1px solid #fe6367;
  color: #fff;
}
.shop-section .shop-leftside .single-shop {
  margin-bottom: 30px;
}
.single-shop .image {
  position: relative;
}
.single-shop .image img {
  width: 100%;
}
.single-shop .image .add-cart-hover {
  position: absolute;
  background: rgba(50, 0, 75, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.single-shop .image .add-cart-hover .add-cart {
  background: #c74448;
  padding: 10px 20px;
  display: inline-block;
  color: #ffff;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 400;
}
.single-shop .image .add-cart-hover .add-cart:hover {
  background: #fff;
  color: #32004b;
}
.single-shop:hover .image .add-cart-hover {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.single-shop .image-caption h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-shop .image-caption h4 {
  font-size: 18px;
  font-weight: 700;
  color: #393d72;
  margin-top: 15px;
  margin-bottom: 0;
}
.single-shop .image-caption {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffff;
  border: 1px solid #e3e3e3;
}
.single-shop .image-caption ul li {
  display: inline-block;
  color: #e97891;
}
.image-caption ul li i {
  font-size: 16px;
}
.right-shop .productsearchform {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.right-shop .productsearchform input {
  background: #32004b;
  color: #ffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 38px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}
.right-shop .productsearchform input {
  caret-color: #fff;
}
.right-shop .productsearchform input:focus {
  box-shadow: 0;
  border: 0;
  outline: 0;
}
.right-shop .productsearchform button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background: 0 0;
  border: none;
  color: #ffff;
  font-size: 20px;
}
.right-shop .productsearchform button:hover {
  cursor: pointer;
}
.right-shop .productsearchform input::placeholder {
  color: #fff;
}
.right-shop .blog-all-category-wrapper .cate-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
  border: 1px solid #c8c8c8;
  padding: 20px;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-title {
  margin-bottom: 10px;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.right-shop .blog-all-category-wrapper .archievs {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
  border: 1px solid #c8c8c8;
  padding: 20px;
}
.right-shop .blog-all-category-wrapper .archievs .archiev-title {
  margin-bottom: 10px;
}
.right-shop .blog-all-category-wrapper .archievs .archiev-title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.right-shop .blog-all-category-wrapper .archievs .archiev-list li {
  margin-bottom: 10px;
}
.right-shop .blog-all-category-wrapper .archievs .archiev-list li a {
  color: #393d72;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}
.right-shop .blog-all-category-wrapper .archievs .archiev-list li a:hover {
  color: #fe6367;
}
.right-shop
  .blog-all-category-wrapper
  .archievs
  .archiev-list
  li
  a
  > i::before {
  font-size: 20px;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-list li {
  margin-bottom: 10px;
}
.ight-shop .blog-all-category-wrapper .cate-box .cate-list li:last-child {
  margin-bottom: 0;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-list li a {
  color: #393d72;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-list li a:hover {
  color: #fe6367;
}
.right-shop .blog-all-category-wrapper .cate-box .cate-list li a > i::before {
  font-size: 20px;
}
.right-shop .blog-all-category-wrapper .latest-posts {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #c8c8c8;
  padding: 20px;
  padding-bottom: 0;
}
.right-shop .blog-all-category-wrapper .latest-posts .latest-title {
  margin-bottom: 15px;
}
.right-shop .blog-all-category-wrapper .latest-posts .latest-title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 0;
}
.right-shop .blog-all-category-wrapper .latest-posts .posts-box {
  margin-bottom: 30px;
  position: relative;
}
.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 122px;
  margin: auto;
  display: table;
}
.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text span {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
}
.right-shop
  .blog-all-category-wrapper
  .latest-posts
  .posts-box
  .p-text
  span
  > i {
  padding-right: 5px;
}
.right-shop .blog-all-category-wrapper .latest-posts .posts-box .p-text a > h3 {
  font-size: 16px;
  font-weight: 900;
  color: #393d72;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  font-family: lato, sans-serif;
}
.right-shop
  .blog-all-category-wrapper
  .latest-posts
  .posts-box:hover
  .p-text
  a
  > h3 {
  color: #fe6367;
}
.right-shop .blog-all-category-wrapper .free-call-wrap {
  background: #32004b;
  text-align: center;
  padding: 40px;
  margin-top: 50px;
}
.right-shop .blog-all-category-wrapper .free-call-wrap h3 {
  color: #ffff;
  font-size: 30px;
  font-weight: medium;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.right-shop .blog-all-category-wrapper .free-call-wrap p {
  color: #ffff;
  margin-bottom: 10px;
}
.right-shop .blog-all-category-wrapper .free-call-wrap h4 {
  color: #ffff;
}
.right-shop .blog-all-category-wrapper .free-call-wrap .card-button a {
  color: #32004b;
  background-image: url(../images/button-bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  width: 161px;
  height: 38px;
  line-height: 38px;
  margin-top: 15px;
}
.right-shop .blog-all-category-wrapper .free-call-wrap .card-button a:hover {
  opacity: 0.7;
}
.right-shop .form-2 input {
  background: #fe6367;
}
.shop-section .pagination-wrap {
  margin: auto;
  display: table;
  margin-top: 10px;
}
.shop-section .pagination {
  margin-top: 40px;
}
.shop-section .pagination-lg .page-link {
  font-size: 16px;
  padding: 10px 20px;
  color: #393d72;
}
.shop-section .pagination-lg .page-item:last-child .page-link {
  border-radius: 0;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.shop-section .pagination-lg .page-item:first-child .page-link {
  border-radius: 0;
}
.shop-section .page-link:hover {
  text-decoration: none;
  background-color: #fe6367;
  border-color: none;
  color: #ffff;
}
.shop-section .page-link:focus {
  box-shadow: none;
}
.shop-section .page-item.active .page-link {
  background-color: #fe6367;
  border-color: 0;
  border: 1px solid #fe6367;
  color: #fff;
}
.single-contact .form-group .form-control {
  height: 55px;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.single-contact .form-group .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: none;
  border: 1px solid #fe6367;
}
.single-contact .form-group textarea.form-control {
  height: 200px;
}
.single-contact .form-group textarea {
  font-size: 16px;
  font-weight: 400;
}
.single-contact .submit-btn {
  background: #393d72;
  opacity: 1;
  border: none;
  padding: 16px 45px;
  box-shadow: 5px 6px 7px #c5c5c5;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.single-contact .submit-btn:hover {
  background: #fe6367;
  box-shadow: none;
}
.single-contact .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #393d72;
  border-color: unset;
}
.single-contact .list-unstyled {
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fe6267;
}
.single-contact .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
section.contact-form {
  background: #f4f4f4;
}
.getin-touch-section {
  padding-bottom: 50px;
}
.getin-touch-section .get-box {
  margin-bottom: 30px;
  position: relative;
}
.getin-touch-section .get-box .icon {
  margin: auto;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.getin-touch-section .get-box .icon i {
  background-color: #ffde76;
  width: 70px;
  height: 70px;
  display: inline-block;
  color: #ffff;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.getin-touch-section .get-box .icon i::before {
  font-size: 25px;
}
.getin-touch-section .get-box .text {
  padding-left: 20px;
}
.getin-touch-section .get-box .text h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #393d72;
}
.getin-touch-section .get-box .text span {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 700;
}
.getin-touch-section .col-lg-4:nth-child(2) .get-box i {
  background-color: #f08aa2;
}
.getin-touch-section .col-lg-4:nth-child(3) .get-box i {
  background-color: #b97eba;
}
.comment-form-area {
  background: #eee;
  border-top: 5px solid #ff7479;
  padding: 30px;
}
.comment-form-area .single-contact h3 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 10px;
}
.comment-form-area .single-contact p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 35px;
}
.comment-form-area .single-contact .contact-form .form-group label {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #393d72;
  margin-bottom: 10px;
}
.comment-form-area .single-contact .contact-form .form-group label span {
  color: red;
}
.comment-form-area .single-contact .form-control {
  border-radius: 0;
  height: 48px;
}
.comment-form-area .single-contact h3 {
  color: #393d72;
  text-transform: capitalize;
}
.comment-form-area p.comment-form-cookies-consent {
  position: relative;
}
.comment-form-area p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comment-form-area p.comment-form-cookies-consent input::placeholder {
  font-size: 14px;
  font-weight: 400;
}
.comment-form-area .single-contact .contact-form .form-group p {
  padding-left: 20px;
  margin: 0;
}
.blog-content blockquote {
  background: #f6f4f4;
  padding: 20px;
  color: #68686c;
  border-left: 4px solid #fe6367;
  font-weight: 600;
}
.blog-content {
  background: #fff;
  padding: 30px;
}
.blog-content p {
  margin-bottom: 20px;
}
.blog-content .blog-meta li {
  display: inline-block;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 600;
  color: #393d72;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-content .blog-meta li i {
  display: inline-block;
  padding-right: 5px;
  color: #fe6367;
}
.blog-content .blog-meta li i::before {
  display: inline-block;
  font-size: 15px;
}
.single-contact .submit-btn {
  margin-top: 15px;
}
.slider-for img {
  display: block;
  text-align: center;
  margin: auto;
  border-bottom: 0;
  background: #ebebeb;
}
.slider-nav img {
  margin: auto;
}
button.slick-prev.slick-arrow {
  background: #d2545a;
  width: 40px;
  height: 40px;
  color: #ffff;
  transform: translate(-15px, -20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.cart-details .product-details h2 {
  font-size: 35px;
  color: #393d72;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: lato, sans-serif;
}
.product-details .rating i {
  color: #fe6367;
  margin-bottom: 10px;
}
.cart-details .product-details .price {
  margin-bottom: 10px;
}
.cart-details .product-details .price .current {
  font-size: 30px;
  font-weight: 600;
  color: #393d72;
}
.cart-details .product-details .price .old {
  font-size: 16px;
  font-weight: 600;
  color: #bdbdbd;
}
.cart-details .product-details .product-option input#product-count {
  width: 70px;
  font-size: 16px;
  color: #000;
  float: left;
  padding: 10px;
  border: 2px solid #eee;
  font-weight: 600;
  color: #393d72;
}
button.theme-btn {
  float: left;
  margin-left: 15px;
  background: 0 0;
  border: 2px solid #eee;
  color: #393d72;
  font-weight: 600;
  padding: 10px 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
button.theme-btn:hover {
  background: #532968;
  color: #fff;
  cursor: pointer;
}
.product-option {
  margin-top: 30px;
}
.shop-cart-tab .nav-item .nav-link {
  background: 0 0;
  color: #000;
  border-right: 1px solid transparent;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
}
.shop-cart-tab li + li + li .nav-link:last-child {
  border-right: 1px solid #eee;
}
.shop-tab .description h3 {
  font-size: 20px;
  color: #393d72;
}
.shop-tab .description p {
  font-size: 16px;
  color: #868686;
  margin-bottom: 0;
}
.shop-cart-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
}
.shop-cart-tab .shop-tab .info h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.shop-cart-tab .shop-tab .info tr {
  border-top: 1px solid silver;
  text-align: center;
}
.shop-cart-tab .shop-tab .info th {
  width: 50%;
  border-right: 1px solid silver;
}
.slider-nav:hover button.slick-prev.slick-arrow,
.slider-nav:hover button.slick-next.slick-arrow {
  visibility: visible;
  opacity: 1;
}
.slick-initialized .slick-slide {
  display: block;
}
button.slick-prev.slick-arrow {
  background: #d2545a;
  width: 40px;
  height: 40px;
  color: #ffff;
  transform: translate(-15px, -20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
button.slick-next.slick-arrow {
  background: #d2545a;
  width: 40px;
  height: 40px;
  color: #ffff;
  transform: translate(-12px, -20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  opacity: 1;
}
.border-for {
  border: 1px solid #eee;
}
.border-nav img {
  border: 1px solid #e9e9e9 !important;
}
.border-nav img:nth-child(4) {
  border-right: 1px solid #cecbcb !important;
}
.tab-content.shop-tab {
  border: 1px solid #eee;
  padding: 30px;
  background: #fff;
}
.nav-pills {
  display: inline-flex;
  border-bottom: 0;
}
.shop-cart-tab {
  background: #fafafa;
}
.shop-cart-tab .nav-pills .nav-link.active {
  border-bottom: unset;
  background: #393d72;
  color: #ffff;
  border: 1px solid #eee;
}
.shop-cart-tab .nav-pills .nav-link {
  border: 1px solid #eee;
  border-bottom: 0;
  color: #393d72;
  text-transform: capitalize;
  background: #fff;
}
.review h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #393d72;
}
.review ol {
  padding: 0;
  margin: 0;
}
.review ol li .comment-wrap {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
.review ol li {
  border-bottom: 1px solid #eee;
}
.review ol li .comment-wrap .prof-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 100px;
  width: 100%;
  margin: auto;
}
.review ol li .comment-wrap .text-wrap {
  padding-left: 120px;
}
.review ol li .comment-wrap .text-wrap .text-meta {
  display: inline-flex;
}
.review ol li .comment-wrap .text-wrap .text-meta strong {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #393d72;
}
.review ol li .comment-wrap .text-wrap .text-meta .dashed {
  margin-left: 10px;
  margin-right: 10px;
}
.review ol li .comment-wrap .text-wrap .text-meta .time {
  text-transform: uppercase;
  color: #767575;
  font-weight: 400;
  font-size: 15px;
}
.review ol li .comment-wrap .text-wrap .text-meta .rate {
  margin-left: 10px;
  position: unset;
}
.review ol li .comment-wrap .text-wrap .text-meta .rate i {
  color: #fe6367;
}
.review ol li .comment-wrap .text-wrap p {
  margin-top: 12px;
  margin-bottom: 0;
}
.color {
  color: #a5a5a5 !important;
}
.comment-box-wrapper .comment-heading h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.comment-box-wrapper .comment-heading p {
  font-size: 16px;
  margin-bottom: 10px;
}
.comment-box-wrapper .raiting-p {
  margin-bottom: 30px;
}
.comment-box-wrapper .raiting-p i {
  color: #fe6367;
}
.comment-box-wrapper .comment-form .form-group {
  margin-bottom: 30px;
}
.comment-box-wrapper .comment-form .form-group .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
}
.comment-box-wrapper .comment-form .form-group .form-control:focus {
  border: 1px solid #dfdede;
}
.comment-box-wrapper .comment-form .form-group textarea.form-control {
  height: 200px;
}
.comment-box-wrapper .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #909090;
}
.comment-box-wrapper button.btn.btn-primary.submit-btn {
  background: #393d72;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: capitalize;
  margin: auto;
  display: table;
}
.comment-box-wrapper button.btn.btn-primary.submit-btn:focus {
  box-shadow: none;
}
.comment-box-wrapper button.btn.btn-primary.submit-btn:hover {
  background: #fe6367;
}
.rel-post h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.rel-p-text h3 {
  margin-bottom: 10px;
}
.related-post .post-title h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #393d72;
  margin-bottom: 50px;
}
.related-post .owl-theme .owl-nav {
  display: none;
}
.prof-image {
  margin: auto;
  display: table;
}
section.number-matching {
  background: #eee;
  position: relative;
}
.single-box img {
  border-radius: 10px;
  box-shadow: 1px 2px 10px #c4c4c4;
  width: 100%;
}
.single-box h2 {
  color: #393d72;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
.single-box p {
  margin-bottom: 15px;
}
.single-box .nm-list li i {
  color: #393d72;
  margin-right: 5px;
  font-size: 20px;
}
.single-box .nm-list li {
  margin-bottom: 10px;
  color: grey;
  font-size: 15px;
}
.single-box .nm-list li:last-child {
  margin-bottom: 0;
}
.single-box .nm-list li span {
  color: #393d72;
  font-weight: 700;
  margin-right: 8px;
  font-size: 18px;
}
.plan-section3 {
  border-top: 1px solid #eee;
}
.services-details .details-content .image {
  margin-bottom: 40px;
}
.services-details .details-content .image img {
  width: 100%;
}
.services-details .details-content h3 {
  color: #393d72;
  text-transform: capitalize;
  font-size: 30px;
}
.services-details .details-content blockquote {
  background: #f8f6f6;
  padding: 30px;
  color: #6c6c6c;
  border-left: 5px solid #fe6367;
  margin-top: 20px;
  font-weight: 600;
}
.services-details p {
  margin-bottom: 15px;
}
.cart-wrapper
  .shopping-cart-wrap
  .coupon-wrapper
  .coupon-code
  input.form-control:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid gray;
}
.cart-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eee;
}
.cart-wrapper .shopping-cart-wrap {
  background: #fff;
  border: 1px solid #c9c9c9;
}
.cart-wrapper .shopping-cart-wrap .cart-page {
  padding: 20px;
}
.cart-wrapper .shopping-cart-wrap .cart-page table {
  width: 100%;
}
.cart-wrapper .shopping-cart-wrap .cart-page .cart-heading {
  background: #393d72;
}
.cart-wrapper .shopping-cart-wrap .cart-page th {
  color: #ffff;
  padding: 20px;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data {
  padding: 20px;
  text-align: center;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data td {
  border: 1px solid #eee;
  padding: 10px 0;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .remove-pro i {
  font-size: 25px;
  color: #555;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .img-pro img {
  max-width: 30%;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-name a {
  font-size: 15px;
  font-weight: 700;
  color: #3a3e73;
  text-transform: capitalize;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-price {
  color: #393d72;
  font-size: 18px;
  font-weight: 600;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-qantity label {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 10px;
  color: #928c8c;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .pro-qantity input {
  font-size: 15px;
  width: 55px;
  height: 55px;
  text-align: center;
  border: 1px solid #d0d0d0;
  padding-right: 6px;
}
.cart-wrapper .shopping-cart-wrap .cart-page .tab-data .total-amount {
  font-size: 15px;
  font-weight: 600;
}
.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart {
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button {
  background: #393d72;
  color: #ffff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button:hover {
  background: #fe6367;
  cursor: pointer;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper {
  padding: 20px;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code {
  border: 1px solid #eee;
  padding: 30px;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code h4 {
  text-transform: capitalize;
  color: #393d72;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.cart-wrapper
  .shopping-cart-wrap
  .coupon-wrapper
  .coupon-code
  input.form-control {
  height: 60px;
  width: 100%;
  line-height: 74px;
  padding: 20px 0;
}
.cart-wrapper
  .shopping-cart-wrap
  .coupon-wrapper
  .coupon-code
  input::placeholder {
  padding-left: 15px;
  font-size: 14px;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
  background: #393d72;
  color: #ffff;
  border: none;
  padding: 8px 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  text-transform: capitalize;
  margin-top: 20px;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button:hover {
  background: #fe6367;
  cursor: pointer;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .subtotal p {
  color: #393d72;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
.cart-wrapper
  .shopping-cart-wrap
  .coupon-wrapper
  .coupon-code
  .subtotal
  p.price {
  font-size: 18px;
  color: #393d72;
  float: right;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code .total p {
  color: #393d72;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
.cart-wrapper
  .shopping-cart-wrap
  .coupon-wrapper
  .coupon-code
  .total
  .total-amount {
  font-size: 18px;
  float: right;
}
.faq-image {
  text-align: center;
}
.faq-content .faq-panel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 6%);
  box-shadow: 0 2px 7px rgba(70, 70, 70, 6%);
  margin-bottom: 17px;
  position: relative;
}
.faq-content .faq-panel:last-child {
  margin-bottom: 0;
}
.faq-content .faq-panel .faq-title {
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 40px 15px 15px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background: #393d72;
}
.faq-content .faq-panel .faq-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-content .faq-panel .faq-title.active {
  color: #fff;
  background-color: #fe6367;
  border-radius: 5px;
}
.faq-content .faq-panel .faq-textarea {
  display: none;
  padding: 15px;
}
.error-all-info {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}
.error-section {
  background-image: url(../images/404two.jpg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.error-section::before {
  content: "";
  position: absolute;
  background-color: rgba(57, 61, 114, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.error-all-info .image {
  margin-top: 50px;
}
.error-all-info .text h1 {
  color: #fff;
  font-size: 170px;
  text-shadow: -11px 2px 0 #ff6767;
}
.error-all-info .text p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 50px;
}
.error-all-info .custom-btn {
  color: #ff6767;
  background: #fffcfc;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.error-all-info .custom-btn:hover {
  color: #fff;
  background: #fe6367;
  opacity: unset !important;
}
@media only screen and (max-width: 767px) {
  .mobile-nav .logo img {
    width: 100px;
  }
  .navbar-nav .custom-btn {
    display: none;
  }
  .header-top-wrapper {
    display: none;
  }
  .child-care-slider-wrap {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .single-slider .slider-text h3 {
    font-size: 25px;
  }
  .single-slider .slider-text p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .child-care-slider.owl-theme .owl-nav {
    display: none;
  }
  .mean-container .mean-nav ul li:last-child a {
    padding-bottom: 1em;
  }
  .navbar-light {
    background: #ffff;
  }
  .navbar-light .custom-btn {
    display: none;
  }
  ul.navbar-nav {
    padding: 18px 0;
  }
  .navbar-light .navbar-toggler {
    background: #e1ebf1;
    border: none;
  }
  .navbar-nav .custom-btn {
    right: 60px;
  }
  li.custom-button.mean-last {
    display: none;
  }
  .slider-all-shape {
    display: none;
  }
  .slider-img {
    margin-top: 60px;
  }
  .slider-video-icon a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .slider-text {
    text-align: center;
  }
  .about-section .single-about .section-title {
    text-align: center;
  }
  .child-care-slider-wrap .img-video-shape {
    position: relative;
    margin-top: 40px;
  }
  section.features-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section.features-section {
    margin-top: 0;
  }
  .single-slider .slider-text h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-section .single-about .section-title h2 {
    font-size: 22px;
  }
  .single-about .section-title {
    margin-bottom: 20px;
  }
  .about-section .shape1 {
    display: none;
  }
  .about-section .shape4 {
    display: none;
  }
  .about-section .shape2 {
    display: none;
  }
  .about-section .shape3 {
    display: none;
  }
  .about-section .single-about .about-list ul li {
    font-size: 16px;
  }
  .about-section .single-about {
    margin-left: unset;
    max-width: 530px;
    margin: auto;
  }
  .ap-about-section {
    padding-top: 50px !important;
  }
  .single-about-bg .image {
    display: none;
  }
  .about-section {
    padding-bottom: 50px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title h6 {
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .work-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .work-section .shape3 {
    top: 5%;
    right: 5%;
    width: 8%;
  }
  .work-section .shape2 {
    top: 40%;
    right: 4%;
    width: 6%;
  }
  .work-section .bg-shape {
    display: none;
  }
  .work-section .shape5 {
    display: none;
  }
  .work-section .shape4 {
    width: 12%;
  }
  .work-section .shape1 {
    width: 8%;
  }
  .work-section .shape4 {
    display: none;
  }
  .work-section .custom-button {
    margin-top: 0;
  }
  .work-section .single-work p {
    font-size: 15px;
  }
  .work-section .single-work .ico-bg1 {
    width: 120px;
    height: 120px;
  }
  .work-section .single-work .ico-bg2 {
    width: 120px;
    height: 120px;
  }
  .work-section .single-work .ico-bg3 {
    width: 120px;
    height: 120px;
  }
  .work-section .single-work .text {
    margin-top: 20px;
  }
  .work-section .single-work .ico-bg1 img {
    width: 50px;
  }
  .work-section .single-work .ico-bg2 img {
    width: 50px;
  }
  .work-section .single-work .ico-bg3 img {
    width: 50px;
  }
  section.choose-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .choose-section .single-choose h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .choose-section .single-choose .image {
    margin-bottom: 15px;
  }
  .event-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .event-section {
    background-image: linear-gradient(#e35272, #e35272);
    clip-path: unset;
    position: relative;
    text-align: center;
  }
  .event-shape {
    display: none;
  }
  .event-section .single-event {
    width: 258px;
  }
  .event-section .single-event h4 {
    max-width: 175px;
    font-size: 16px;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .services-section2 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .services-section .single-service .text p {
    font-size: 14px;
  }
  .services-section .single-service .image {
    width: 35px;
  }
  .services-section .single-service .image .img-bg1 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .image .img-bg2 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .image .img-bg3 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .image .img-bg4 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .image .img-bg5 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .image .img-bg6 {
    width: 45px;
    height: 45px;
  }
  .services-section .single-service .text {
    margin-left: 85px;
  }
  .testimonial-section .owl-theme .owl-dots .owl-dot {
    display: none;
  }
  .testimonial-section .test-baby-image ul li {
    width: 50%;
  }
  .testimonial-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .single-testimonial .test-text-img p {
    max-width: 200px;
  }
  .single-testimonial .test-profile img {
    margin-top: 20px;
  }
  .news-letter .news-letter-item h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .news-letter .news-letter-item {
    text-align: center;
  }
  .program-section .custom-button {
    margin-top: 0;
  }
  .news-letter {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .news-letter .news-letter-item input {
    width: 100%;
  }
  .news-letter .news-letter-item input {
    height: 50px;
  }
  .news-letter-item .head.float-left {
    float: none !important;
  }
  .news-letter-item .float-left {
    float: none !important;
  }
  .testimonial-section .test-baby-image {
    padding-top: 0;
  }
  .news-btn {
    padding: 10px 35px;
    font-size: 15px;
    margin-top: 20px;
  }
  .blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-section .blog-slider .single-blog .blog-caption .text h3 {
    font-size: 18px;
  }
  .blog-section .blog-slider .single-blog .blog-footer-text ul {
    padding: 10px 5px;
  }
  .blog-section .blog-slider .single-blog .blog-footer-text ul li {
    font-size: 13px;
  }
  .blog-section .blog-slider .single-blog .blog-caption .text p {
    font-size: 16px;
  }
  .blog-section .blog-slider .single-blog .blog-caption {
    padding: 15px;
  }
  .blog2-section .single-blog .img-caption h3 {
    font-size: 18px;
    max-width: unset;
  }
  .blog2-section .single-blog .read-more-btn {
    font-size: 15px;
  }
  .single-blog .blog-chat-list ul li {
    padding-right: 10px;
  }
  .blog-section .owl-theme .owl-nav {
    margin-top: 30px;
  }
  .blog2-section .single-blog .img-caption {
    padding: 20px;
  }
  .program-section .single-program .image-caption .pr-bottom ul li > span {
    font-size: 15px;
  }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .footer-top .foot-about .social-icon ul li {
    margin-right: 14px;
  }
  .footer-top .classes-foot h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .footer-top .foot-about {
    margin-bottom: 40px;
  }
  .footer-top .classes-foot {
    margin: unset;
    margin-bottom: 30px;
  }
  .footer-top .quick-link {
    margin-bottom: 30px;
  }
  .footer-top .quick-link h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .footer-top .latest-news {
    margin-bottom: 30px;
  }
  .footer-top .latest-news h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .program-section .single-program .image-caption .pr-bottom ul li {
    font-size: 13px;
  }
  .program-section .owl-theme .owl-nav {
    display: none;
  }
  .error-all-info .text h1 {
    font-size: 140px;
  }
  .event2-section .single-event2 .time span {
    font-size: 14px;
  }
  .logo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .event2-section .single-event2 {
    width: 100%;
    margin: 0;
  }
  .event2-section .single-event2 h2 {
    font-size: 18px;
  }
  .plan-section .single-plan .img-shape img {
    right: 0;
    width: 60px;
    left: unset;
  }
  .plan-section .single-plan:hover .img-shape img {
    left: 0;
  }
  .plan-section .single-plan .head h3 {
    font-size: 20px;
  }
  .testimonial-slider .single-testimonial {
    margin-top: 35px;
  }
  .plan-section .single-plan .head h1 {
    font-size: 45px;
  }
  .plan-section .plan-shape-image .shape1 {
    display: none;
  }
  .plan-section .plan-shape-image .shape2 {
    display: none;
  }
  .single-about-bg2 .image {
    display: none;
  }
  .single-about-bg2::before {
    display: none;
  }
  .single-about-bg2 .image-shape2 {
    display: none;
  }
  .testimonial-shape {
    display: none;
  }
  .program-section .single-program .image-caption .pr-content {
    padding: 30px 20px;
  }
  .program-section .single-program .image-caption .pr-bottom {
    padding: 20px;
    text-align: left;
  }
  section.program-section {
    padding-bottom: 50px;
  }
  .program-section .custom-btn {
    margin-top: 0;
  }
  section.features2-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .features2-section .feature-box-wrapper .single-feature {
    width: unset;
    float: unset;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg1 {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    line-height: 105px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg2 {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    line-height: 105px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg3 {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    line-height: 105px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg4 {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    line-height: 115px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg5 {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    line-height: 105px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg1 img {
    width: 65px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg2 img {
    width: 65px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg3 img {
    width: 65px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg4 img {
    width: 65px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg5 img {
    width: 65px;
  }
  .event2-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .plan-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .member-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .member-section .single-member .social-link ul li a {
    width: 35px;
    height: 35px;
  }
  .member-section .single-member .social-link ul li a > i {
    line-height: 35px;
  }
  .member-section .single-member .social-link ul li a > i::before {
    font-size: 15px;
  }
  .testimonial2-section {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .testimonial-slider .single-testimonial p {
    font-size: 14px;
  }
  .blog2-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog-details {
    padding-bottom: 0;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .blog2-section .blog-baby-image {
    padding-top: 30px;
  }
  .blog2-section .blog-baby-image {
    display: none;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list {
    left: 0;
    right: 0;
  }
  .blog2-section .owl-theme .owl-nav {
    display: none;
  }
  .all-page-banner.item-one .banner-text ul li > a {
    font-size: 16px;
  }
  .all-page-banner.item-one .banner-text ul li {
    font-size: 16px;
  }
  .news-letter .custom-button {
    position: unset;
    margin-top: 25px;
  }
  .blog-section .owl-theme .owl-nav {
    margin-top: 10px;
  }
  .all-page-banner.item-one .banner-text ul i::before {
    font-size: 15px;
  }
  .all-page-banner {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .all-page-banner .banner-text ul li {
    font-size: 16px;
  }
  .all-page-banner .banner-text ul li > a {
    font-size: 16px;
  }
  .all-page-banner .banner-text ul i::before {
    font-size: 15px;
  }
  .all-page-banner.item-one .banner-text h1 {
    font-size: 38px;
  }
  .all-page-banner.item-one .banner-text ul i {
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-section {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .about-section .custom-button {
    margin-top: 30px;
  }
  .about-services-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .daycare-section .daycare-bg {
    display: none;
  }
  .daycare-section .daycare-special {
    margin-left: 0;
  }
  .daycare-section .daycare-special {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .daycare-section .daycare-special h3 {
    font-size: 20px;
  }
  .daycare-section .daycare-special .special-list ul li {
    font-size: 15px;
  }
  .babysitter-section .babysitter-shape {
    display: none;
  }
  .babysitter-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .all-page-banner .banner-text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .address-section {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .classes-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .classes-section .single-box {
    padding: 30px 15px;
  }
  .class-service-wrap {
    margin-top: 20px;
  }
  .classes-section .single-box .class-service-wrap .class-main-content h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .classes-section .single-box .class-service-wrap .date-btn {
    display: none;
  }
  .classes-section .single-box .class-service-wrap .class-main-content p {
    margin-bottom: 5px;
  }
  .classes-section .next-prev-button {
    text-align: unset;
  }
  .classes-section .export-button {
    float: none;
    margin-bottom: 20px;
  }
  .classes-section .next-prev-button ul li {
    padding-right: 15px;
  }
  .plan-shape-image .plan-top-shape img {
    display: none;
  }
  section.activites-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-features .single-feature {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .our-features .single-feature .heading h3 {
    font-size: 18px;
  }
  .our-features .single-feature .icon i {
    font-size: 22px;
  }
  .our-activites {
    margin-bottom: 40px;
  }
  .our-features h3 {
    margin-bottom: 20px;
  }
  .our-activites h3 {
    margin-bottom: 20px;
  }
  .our-activites .bar-inner {
    height: 20px;
  }
  .our-activites .bar {
    height: 20px;
  }
  .our-activites .bar {
    width: 100%;
  }
  .team-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .team-section .single-team .img-caption h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .team-section .single-team .img-caption p {
    margin-bottom: 8px;
  }
  .team-section .single-team .social-icon li a {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
  .blog-section
    .right-blog
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text {
    display: unset;
  }
  .blog-section .left-blog .single-blog .blog-caption {
    background: #ffff;
    padding: 20px;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul li {
    padding-right: 10px;
  }
  .blog-section .left-blog .single-blog .blog-chat-list ul li.chat {
    padding: 5px 14px;
  }
  .blog-section .left-blog .single-blog .blog-chat-list ul li.gallery {
    padding: 5px 18px;
  }
  .shop-section
    .right-shop
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text {
    display: unset;
  }
  section.shop-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .right-sidebar {
    padding-top: 50px;
    padding-bottom: 20px !important;
  }
  .left-sidebar {
    padding-top: 0 !important;
    padding-bottom: 50px;
  }
  .related-post {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .rel-post {
    padding-top: 50px;
  }
  .shop-section .right-shop .blog-all-category-wrapper .latest-posts {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .shop-section .right-shop .productsearchform {
    margin-top: 50px;
  }
  .single-blog-section {
    padding-bottom: 50px;
  }
  .left-blog-section {
    padding-bottom: 50px;
  }
  .single-shop-section {
    padding-bottom: 20px;
  }
  section.contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .getin-touch-section .get-box .icon i::before {
    font-size: 18px;
  }
  .getin-touch-section .get-box .icon {
    display: inline-block;
  }
  .getin-touch-section .get-box .text {
    padding-left: 0;
    margin-top: 20px;
  }
  .getin-touch-section .get-box {
    text-align: center;
  }
  section.getin-touch-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .blog2-section
    .right-blog
    .blog-all-category-wrapper
    .latest-posts
    .latest-title
    h3 {
    font-size: 18px;
  }
  .blog2-section
    .right-blog
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text
    a
    > h3 {
    font-size: 15px;
  }
  .blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  section.right-blog-section {
    padding-bottom: 0;
  }
  .shop-section .pagination-lg .page-link {
    font-size: 14px;
  }
  .blog-content {
    padding: 22px;
  }
  .blog-content blockquote {
    padding: 14px;
  }
  .blog-section .right-blog .productsearchform input {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.cart-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cart-details .product-details h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .cart-details .product-details .price .current {
    font-size: 22px;
  }
  .cart-details .product-details .price .old {
    font-size: 14px;
  }
  button.theme-btn {
    margin-left: 5px;
  }
  section.shop-cart-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shop-cart-tab .nav-pills .nav-link {
    font-size: 15px;
  }
  .review h3 {
    font-size: 18px;
  }
  .review ol li .comment-wrap .prof-image img {
    position: unset;
  }
  .review ol li .comment-wrap .text-wrap {
    padding-left: 0;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul {
    padding: 10px 15px;
  }
  .review ol li .comment-wrap .text-wrap .text-meta .rate {
    margin-left: 0;
    position: unset;
    left: 40%;
    top: 0;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul li i:before {
    font-size: 15px;
  }
  section.number-matching {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-box h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  ul.nm-list {
    margin-bottom: 30px;
  }
  .single-box .nm-list li {
    font-size: 14px;
  }
  .single-box .nm-list li span {
    margin-right: 10px;
    font-size: 16px;
  }
  section.program-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .program-section .single-program .image-caption .pr-bottom {
    padding: 10px 20px;
  }
  .program-section .single-program .image-caption .pr-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .program-section .single-program .image-caption .pr-bottom ul li > span {
    font-size: 12px;
  }
  .program-section .single-program .image-caption .pr-bottom ul li {
    margin-left: 5px;
  }
  .program-section .single-program .image-caption .pr-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list ul li i::before {
    font-size: 15px;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list ul {
    padding: 10px 15px;
  }
  section.right-blog-section .pagination {
    padding-bottom: 20px;
  }
  section.services-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .comment-form-area {
    margin-bottom: 0;
  }
  .comment-form-area {
    padding-bottom: 50px;
  }
  .services-details .details-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .services-details .details-content blockquote {
    padding: 22px;
  }
  .table-box {
    overflow: scroll;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code input {
    height: 42px;
    width: 100%;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code h4 {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
    margin-top: 20px;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
    margin-left: 0;
  }
  .cart-wrapper .shopping-cart-wrap .cart-page .submit-cart button {
    font-size: 13px;
    padding: 8px 16px;
  }
  .cart-wrapper .shopping-cart-wrap .cart-page .submit-cart {
    text-align: center;
  }
  .cart-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cart-wrapper .shopping-cart-wrap .cart-page .tab-data .img-pro img {
    max-width: 100%;
  }
  .cart-wrapper
    .shopping-cart-wrap
    .coupon-wrapper
    .coupon-code
    .total
    .total-amount {
    font-size: 15px;
    float: right;
  }
  .cart-wrapper
    .shopping-cart-wrap
    .coupon-wrapper
    .coupon-code
    .subtotal
    p.price {
    font-size: 15px;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code {
    padding: 20px;
  }
  .cart-wrapper .shopping-cart-wrap .cart-page .tab-data .remove-pro i {
    font-size: 18px;
    color: #555;
  }
  section.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-content .blog-meta li {
    margin-right: 5px;
  }
  .comment-form-area .single-contact h3 {
    font-size: 20px;
  }
  .comment-form-area {
    padding-bottom: 20px;
  }
  .comment-form-area p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: unset;
    margin: auto;
  }
  .cart-wrapper
    .shopping-cart-wrap
    .coupon-wrapper
    .coupon-code
    input.form-control {
    height: 50px;
  }
  .number-matching .testi-all-shape {
    display: none;
  }
  .single-contact .submit-btn {
    margin-top: 10px;
  }
  .single-contact .submit-btn {
    padding: 10px 30px;
    font-size: 16px;
  }
  .review ol li .comment-wrap .text-wrap .text-meta {
    display: unset;
  }
  .review ol li .comment-wrap .text-wrap .text-meta .dashed {
    display: none;
  }
  .prof-image {
    margin: unset;
    display: unset;
  }
  .review ol li .comment-wrap .prof-image img {
    position: unset;
    margin-bottom: 20px;
  }
  .comment-box-wrapper button.btn.btn-primary.submit-btn {
    font-size: 15px;
  }
  .tab-content.shop-tab {
    padding: 20px;
  }
  .comment-form .col-lg-6 {
    padding-right: 0;
  }
  .review ol li .comment-wrap .text-wrap .text-meta .time {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .error-all-info .text p {
    font-size: 18px;
  }
  .features2-section .feature-box-wrapper .single-feature h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .event-section {
    text-align: center;
  }
  .event-section .single-event {
    width: 80%;
  }
  .event-section .single-event h4 {
    max-width: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .logo img {
    width: 100px;
  }
  .header-top-wrapper {
    display: none;
  }
  .navbar-nav .custom-btn {
    right: 80px;
  }
  .mean-container .mean-nav ul li:last-child a {
    padding-bottom: 1em;
  }
  li.custom-button.mean-last {
    display: none;
  }
  .child-care-slider-wrap {
    height: 500px;
  }
  .slider-video-icon a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .child-care-slider-wrap .img-video-shape {
    position: relative;
    margin-top: 40px;
  }
  .slider-all-shape .shape3 img {
    width: 5%;
  }
  .slider-all-shape .shape2 img {
    width: 5%;
  }
  .single-slider .slider-text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .single-slider .slider-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .child-care-slider.owl-theme .owl-nav {
    display: none;
  }
  .navbar-light {
    background: #ffff;
    padding: 0rem 1rem;
  }
  .navbar-light .custom-btn {
    display: none;
  }
  ul.navbar-nav {
    padding: 18px 0;
  }
  .navbar-light .navbar-toggler {
    background: #e1ebf1;
    border: none;
  }
  .slider-all-shape .shape1 img {
    display: none;
  }
  .slider-all-shape .shape4 img {
    display: none;
  }
  .slider-img {
    margin-top: 46px;
  }
  .event2-section .single-event2 h2 {
    color: #393d72;
    font-weight: 400;
    font-size: 18px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .event2-section .single-event2 {
    padding: 25px;
  }
  .features-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section.features-section {
    margin-top: 0;
  }
  .features-section .single-feature h3 {
    font-size: 18px;
  }
  .about-section {
    padding-bottom: 50px;
  }
  .about-section .single-about {
    margin-left: unset;
    max-width: 700px;
    margin: auto;
  }
  .about-section .single-about .section-title {
    margin-bottom: 30px;
  }
  .about-section .single-about .section-title h2 {
    font-size: 30px;
  }
  .about-section .single-about .section-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about-section .custom-button {
    margin-top: 35px;
  }
  .about-section .shape2 {
    display: none;
  }
  .about-section .shape1 {
    right: 18%;
    left: unset;
  }
  .single-about-bg .image img {
    margin-top: 48px;
  }
  .single-about-bg .about-img-cartwrap {
    position: unset;
  }
  .work-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .work-section .custom-button {
    margin-top: 20px;
  }
  .work-section .shape3 {
    width: 4%;
  }
  .work-section .shape2 {
    width: 3%;
  }
  .work-section .shape5 {
    width: 4%;
  }
  .work-section .shape4 {
    width: 5%;
  }
  .work-section .bg-shape {
    display: none;
  }
  .choose-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .event-section {
    padding-top: 50px;
    padding-bottom: 20px;
    clip-path: unset;
  }
  .event-section .event-shape .shape1 {
    width: 5%;
    top: 42%;
  }
  .event-section .event-shape .shape3 {
    width: 5%;
  }
  .event-section .event-shape .shape5 {
    width: 5%;
  }
  .event-section .event-shape .shape6 {
    width: 5%;
  }
  .event-section .event-shape .shape2 {
    left: 18%;
    width: 5%;
  }
  .event-section .event-shape .shape4 {
    width: 5%;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services-section2 {
    padding-bottom: 0;
  }
  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-letter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-letter .news-letter-item h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
  }
  .news-letter .news-letter-item input {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .form.float-left {
    float: none !important;
    margin: auto;
  }
  .news-letter .custom-button {
    position: unset;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: unset;
    justify-content: unset;
    display: unset;
  }
  .news-letter .news-letter-item .head.float-left {
    float: unset !important;
  }
  .blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-section .blog-slider .single-blog .blog-footer-text ul {
    padding: 10px;
  }
  .blog-section .blog-slider .single-blog .blog-caption {
    padding: 25px;
  }
  .blog-section .blog-slider .single-blog .blog-caption .text p {
    font-size: 16px;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
  }
  .blog2-section .single-blog .img-caption h3 {
    margin-top: 20px;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul {
    padding: 10px 25px;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul li {
    padding-right: 10px;
  }
  .blog2-section .owl-theme .owl-nav {
    display: none !important;
  }
  .testimonial-section .test-baby-image {
    padding-top: 40px;
  }
  .single-blog-section {
    padding-bottom: 70px;
  }
  .logo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-top .foot-about {
    margin-bottom: 40px;
  }
  .footer-top .classes-foot {
    margin: unset;
    margin-bottom: 40px;
  }
  .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-section .blog-slider .single-blog .blog-caption .text h3 {
    font-size: 20px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .about-section .shape1 {
    display: none;
  }
  .daycare-special {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .plan-section .single-plan .img-shape img {
    right: 0;
    width: 60px;
    left: unset;
  }
  .plan-section .single-plan:hover .img-shape img {
    left: 0;
  }
  .plan-section .plan-shape-image .shape1 {
    display: none;
  }
  .plan-section .plan-shape-image .shape2 {
    display: none;
  }
  .single-about-bg2 .image {
    display: none;
  }
  .single-about-bg2::before {
    display: none;
  }
  .single-about-bg2 .image-shape2 {
    display: none;
  }
  .testimonial-shape {
    display: none;
  }
  .program-section .single-program .image-caption .pr-bottom {
    padding: 15px 20px;
    text-align: left;
  }
  .program-section .owl-theme .owl-nav {
    display: none;
  }
  section.program-section {
    padding-bottom: 50px;
  }
  section.features2-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .features2-section .feature-box-wrapper .single-feature {
    width: 50%;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg1 {
    margin-bottom: 20px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg2 {
    margin-bottom: 20px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg3 {
    margin-bottom: 20px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg4 {
    margin-bottom: 20px;
  }
  .features2-section .feature-box-wrapper .single-feature .ico-bg5 {
    margin-bottom: 20px;
  }
  .event2-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .event-shape {
    display: none;
  }
  .plan-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .member-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .testimonial2-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog2-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-details {
    padding-bottom: 0;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .blog2-section .blog-baby-image {
    padding-top: 30px;
  }
  .blog-section .owl-theme .owl-nav {
    margin-top: 20px;
  }
  .blog-section .single-blog .blog-image .blog-chat-list ul li i:before {
    font-size: 16px;
  }
  .event2-section {
    overflow: hidden;
  }
  .event2-section .single-event2 {
    display: unset;
    float: left;
  }
  .event2-section .single-event2 {
    width: 45%;
  }
  .member-section .single-member .social-link ul li {
    margin-right: 16px;
  }
  .about-section {
    padding-top: 0;
  }
  .daycare-section .daycare-bg {
    display: none;
  }
  .daycare-section .daycare-special h3 {
    font-size: 32px;
  }
  .daycare-section .daycare-special {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    max-width: 435px;
    margin-left: 40px;
  }
  .babysitter-section .babysitter-shape {
    display: none;
  }
  .babysitter-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .about-services-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .ap-about-section {
    padding-top: 70px;
  }
  .classes-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .classes-section .single-box {
    padding: 30px;
  }
  .class-img-wrap img {
    margin-bottom: 30px;
  }
  .classes-section .single-box .class-service-wrap .date-btn {
    right: 15px;
  }
  .classes-section .single-box .class-service-wrap .date-btn a {
    font-size: 14px;
  }
  section.address-section {
    padding-bottom: 40px;
  }
  .plan-shape-image .plan-top-shape img {
    display: none;
  }
  section.activites-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .our-features .single-feature {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .our-features .single-feature .heading h3 {
    font-size: 18px;
  }
  .our-features .single-feature .icon i {
    font-size: 22px;
  }
  .our-activites {
    margin-bottom: 40px;
  }
  .our-features h3 {
    margin-bottom: 20px;
  }
  .our-activites h3 {
    margin-bottom: 20px;
  }
  .our-activites .bar-inner {
    height: 20px;
  }
  .our-activites .bar {
    height: 20px;
  }
  .our-activites .bar {
    width: 100%;
  }
  .shop-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .left-sidebar {
    padding-top: 50px !important;
    padding-bottom: 0;
  }
  .shop-section .shop-leftside .single-shop .image img {
    width: 100%;
  }
  .shop-section .shop-leftside .single-shop .image-caption ul li i {
    font-size: 15px;
  }
  .shop-section .shop-leftside .single-shop .image-caption h3 {
    margin-bottom: 10px;
  }
  .shop-section .shop-leftside .single-shop .image-caption h4 {
    margin-top: 10px;
  }
  .shop-leftside {
    margin-bottom: 50px;
  }
  .single-blog-section {
    padding-bottom: 50px;
  }
  .left-blog-section {
    padding-bottom: 50px;
  }
  .right-blog-section {
    padding-bottom: 20px;
  }
  .single-shop-section {
    padding-bottom: 0;
  }
  section.contact-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.getin-touch-section {
    padding-bottom: 25px;
    padding-top: 50px;
  }
  .single-contact .submit-btn {
    padding: 14px 30px;
    font-size: 15px;
  }
  .daycare-section .daycare-special {
    max-width: unset;
  }
  section.cart-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cart-details .product-details h2 {
    margin-top: 30px;
  }
  section.shop-cart-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.related-post {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .rel-post {
    padding-top: 50px;
  }
  section.number-matching {
    padding-top: 50px;
  }
  .single-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  ul.nm-list {
    margin-bottom: 30px;
  }
  .single-box .nm-list li {
    font-size: 14px;
  }
  .single-box .nm-list li span {
    margin-right: 10px;
    font-size: 16px;
  }
  section.program-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.services-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .comment-form-area {
    margin-bottom: 0;
  }
  .services-details .details-content blockquote {
    padding: 22px;
  }
  .cart-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .plan-section .single-plan .head h1 {
    font-size: 45px;
  }
  .services-details .details-content h3 {
    font-size: 25px;
  }
  .blog2-section .right-blog .blog-all-category-wrapper .free-call-wrap {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  section.right-blog-section {
    padding-bottom: 0;
  }
  section.right-blog-section .pagination {
    padding-bottom: 35px;
  }
  section.number-matching {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .number-matching .testi-all-shape {
    display: none;
  }
  .error-all-info .text p {
    font-size: 20px;
  }
  .getin-touch-section .get-box .icon {
    display: inline-block;
  }
  .getin-touch-section .get-box .text {
    padding-left: 0;
    margin-top: 20px;
  }
  .getin-touch-section .get-box {
    text-align: center;
  }
  section.getin-touch-section {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .child-care-slider.owl-carousel .owl-nav {
    display: none;
  }
  .child-care-slider-wrap {
    height: 600px;
  }
  .single-slider .slider-text h3 {
    font-size: 45px;
  }
  ul.navbar-nav {
    margin: unset;
  }
  .slider-all-shape .shape1 img {
    width: 5%;
  }
  .slider-all-shape .shape3 img {
    width: 5%;
    top: 85%;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list ul li {
    font-size: 14px;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list ul li i::before {
    font-size: 16px;
  }
  .blog2-section .single-blog .blog-image .blog-chat-list ul {
    padding: 10px 20px;
  }
  .blog2-section .single-blog .img-caption {
    padding: 25px;
  }
  .about-section .single-about .section-title h2 {
    font-size: 30px;
  }
  .slider-all-shape .shape2 img {
    display: none;
  }
  .slider-all-shape .shape4 img {
    position: absolute;
    top: 80%;
    width: 3%;
    right: 8%;
    z-index: 1;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-next span {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 38px;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-prev span {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 38px;
  }
  ul.navbar-nav.m-auto {
    margin-right: 178px !important;
  }
  .about-section .shape3 {
    display: none;
  }
  .about-section .shape2 {
    display: none;
  }
  .about-section .single-about {
    max-width: 450px;
  }
  .work-section .shape3 {
    width: 4%;
  }
  .work-section .bg-shape {
    display: none;
  }
  .work-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .work-section .custom-button {
    margin-top: 15px;
  }
  .choose-section .single-choose h3 {
    font-size: 17px;
  }
  .choose-section .single-choose p {
    font-size: 15px;
  }
  section.choose-section {
    padding-bottom: 40px;
    padding-top: 70px;
  }
  .event-section {
    clip-path: unset;
    padding: 70px 0;
  }
  .event-section .event-shape .shape1 {
    width: 5%;
    top: 6%;
  }
  .event-section .event-shape .shape3 {
    width: 3%;
    top: 90%;
  }
  .features-section .single-feature {
    padding: 25px 12px;
  }
  .event-section .event-shape .shape5 {
    width: 3%;
  }
  .event-section .event-shape .shape6 {
    width: 3%;
    top: 90%;
  }
  .event-section .event-shape .shape2 {
    left: 18%;
    width: 3%;
  }
  .features-section .single-feature h3 {
    font-size: 18px;
  }
  section.features-section {
    margin-top: 0;
  }
  section.services-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  section.services-section2 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .testimonial-section .test-baby-image {
    padding-top: 70px;
  }
  .testimonial-section ul li img {
    width: 125px;
    margin-right: 30px;
  }
  .news-letter .news-letter-item h2 {
    font-size: 30px;
  }
  .news-letter .news-letter-item input {
    width: 120%;
  }
  .blog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-top .foot-about .social-icon ul li {
    margin-right: 10px;
  }
  .single-about-bg2::before {
    width: 80%;
  }
  .program-section .single-program .image-caption .pr-content {
    padding: 30px 20px;
  }
  .program-section .single-program .image-caption .pr-bottom {
    padding: 20px;
  }
  .program-section .single-program .image-caption .pr-bottom ul li {
    font-size: 13px;
    margin-left: 0;
  }
  .program-section .owl-theme .owl-nav {
    display: none !important;
  }
  section.number-matching {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .features2-section .feature-box-wrapper .single-feature h2 {
    font-size: 18px;
  }
  section.features-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .about-section {
    padding-bottom: 70px;
  }
  section.program-section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  section.features2-section {
    padding-bottom: 70px;
  }
  section.features2-section {
    padding-bottom: 40px;
    padding-top: 70px;
  }
  .event2-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .plan-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .member-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .testimonial2-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog2-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-details {
    padding-bottom: 40px;
  }
  .plan-section .single-plan .img-shape img {
    left: 220px;
    width: 62px;
  }
  .member-section .single-member .social-link ul li {
    margin-right: 16px;
  }
  .plan-section .single-plan .head h3 {
    font-size: 22px;
  }
  section.team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .plan-section .single-plan .head h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .event2-section .single-event2 h2 {
    font-size: 18px;
  }
  .program-section .single-program .image-caption .pr-content h3 {
    font-size: 20px;
  }
  .ap-about-section {
    padding-top: 70px;
  }
  .about-services-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .daycare-section .daycare-special {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .daycare-section .daycare-special h3 {
    font-size: 34px;
  }
  .babysitter-section .babysitter-shape {
    display: none;
  }
  .babysitter-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .classes-section .single-box .class-service-wrap .class-main-content h3 {
    margin-bottom: 5px;
  }
  .classes-section .single-box .class-service-wrap .class-main-content p {
    margin-bottom: 12px;
  }
  .classes-section .single-box .class-service-wrap .class-main-content h3 {
    margin-top: 5px;
  }
  section.address-section {
    padding-bottom: 70px;
  }
  .address-section .single-address .add-it-text p {
    font-size: 15px;
  }
  .plan-shape-image .plan-top-shape img {
    display: none;
  }
  section.activites-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .our-features .single-feature {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .our-features .single-feature .heading h3 {
    font-size: 18px;
  }
  .our-features .single-feature .icon i {
    font-size: 22px;
  }
  .our-activites {
    margin-bottom: 40px;
  }
  .our-features h3 {
    margin-bottom: 20px;
  }
  .our-activites h3 {
    margin-bottom: 20px;
  }
  .our-activites .bar-inner {
    height: 20px;
  }
  .our-activites .bar {
    height: 20px;
  }
  .our-activites .bar {
    width: 100%;
  }
  .plan-shape-image {
    display: none;
  }
  .blog-section
    .right-blog
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text {
    display: unset;
  }
  .news-letter .news-letter-item input {
    width: 300px;
    height: 45px;
  }
  .shop-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .shop-section .right-shop .productsearchform input {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 35px;
    padding-bottom: 10px;
  }
  .shop-section
    .right-shop
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text {
    display: unset;
  }
  .single-blog-section {
    padding-bottom: 40px;
  }
  .right-blog-section {
    padding-bottom: 70px;
  }
  .blog2-section .blog-baby-image {
    padding-top: 70px;
  }
  .single-shop-section {
    padding-bottom: 70px;
  }
  section.contact-form {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.getin-touch-section {
    padding-bottom: 40px;
  }
  .blog2-section .single-blog .img-caption h3 {
    font-size: 18px;
  }
  .blog2-section .single-blog .img-caption h3 {
    margin-top: 20px;
  }
  .single-blog .blog-chat-list ul li {
    padding-right: 3px;
  }
  .review ol li .comment-wrap .text-wrap .text-meta .rate {
    position: unset;
  }
  .comment-form-area {
    padding-bottom: 70px;
  }
  section.services-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .comment-form-area {
    padding-bottom: 30px;
  }
  .comment-form-area {
    margin-bottom: 0;
  }
  .footer-top .quick-link h3 {
    font-size: 22px;
  }
  .cart-details .product-details h2 {
    font-size: 30px;
  }
  .cart-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .cart-wrapper .shopping-cart-wrap .coupon-wrapper .coupon-code button {
    margin-top: 20px;
  }
  section.faq-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog2-section .owl-theme .owl-nav {
    display: none !important;
  }
  .plan-section .single-plan .head h3 {
    font-size: 22px;
  }
  .plan-section .single-plan .img-shape img {
    left: 230px !important;
    width: 50px !important;
  }
  section.getin-touch-section {
    padding-bottom: 40px;
    padding-top: 70px;
  }
  .logo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .daycare-section .daycare-special {
    margin-right: 30px;
  }
  .services-details .details-content h3 {
    font-size: 25px;
  }
  .blog2-section
    .right-blog
    .blog-all-category-wrapper
    .latest-posts
    .posts-box
    .p-text
    a
    > h3 {
    font-size: 15px;
  }
  .comment-form-area p.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: unset;
    margin: auto;
  }
  .number-matching .testi-all-shape {
    display: none;
  }
  .error-all-info .text p {
    font-size: 20px;
  }
  .single-blog-section {
    padding-bottom: 70px;
  }
  section.cart-details {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  section.related-post {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .rel-post {
    padding-top: 70px;
  }
  .news-btn {
    font-size: 17px;
  }
  section.classes-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1824px) {
  .child-care-slider-wrap {
    height: 850px;
  }
  .slider-all-shape .shape1 img {
    position: absolute;
    top: 8%;
    width: 3%;
    left: 16%;
  }
  .slider-all-shape .shape2 img {
    position: absolute;
    top: 12%;
    width: 3%;
    left: 42%;
  }
  .slider-all-shape .shape3 img {
    position: absolute;
    top: 75%;
    width: 3%;
    left: 12%;
  }
  .slider-all-shape .shape4 img {
    position: absolute;
    top: 12%;
    width: 3%;
    right: 5%;
  }
  .about-section .shape1 {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 3%;
  }
  .testimonial-section .testi-all-shape .shape10 {
    position: absolute;
    top: 38%;
    right: 14%;
    width: 3%;
  }
  .testimonial2-section .testimonial-shape .shape3 {
    position: absolute;
    top: 24%;
    left: 17%;
    width: 2%;
  }
  .testimonial2-section .testimonial-shape .shape2 {
    position: absolute;
    top: 35%;
    left: 3%;
    width: 2%;
  }
  .testimonial2-section .testimonial-shape .shape9 {
    position: absolute;
    top: 76%;
    left: 6%;
    width: 3%;
  }
  .testimonial2-section .testimonial-shape .shape4 {
    position: absolute;
    top: 8%;
    left: 34%;
    width: 2%;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-prev span {
    background: #a6c5d4;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #ffff;
    border-radius: 50%;
    font-size: 50px;
    line-height: 45px;
    box-shadow: 1px 2px 7px -1px #868686;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-next span {
    background: #a6c5d4;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #ffff;
    border-radius: 50%;
    font-size: 50px;
    line-height: 45px;
    box-shadow: 1px 2px 7px -1px #868686;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-next span:hover {
    background: #ff6b79;
  }
  .child-care-slider.owl-carousel .owl-nav button.owl-prev span:hover {
    background: #ff6b79;
  }
  .work-section::before {
    left: 25%;
  }
  .work-section .shape1 {
    top: 16%;
    left: 20%;
  }
  .about-section .shape4 {
    left: 56%;
  }
  .plan-section .plan-shape-image .shape1 {
    position: absolute;
    left: 230px;
    bottom: 100px;
    width: 5%;
  }
  .plan-section .plan-shape-image .shape2 {
    position: absolute;
    right: 230px;
    bottom: 100px;
    width: 5%;
  }
  .single-about-bg2 .image-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
  }
  .babysitter-section {
    position: relative;
  }
}
.footer-bottom p {
  text-transform: none;
}
.footer-logo {
  margin-bottom: 15px;
}
.address {
  font-weight: 400;
  color: #ddd;
  margin-bottom: 30px;
}
.member-section .single-member .image img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: top;
}
.blog2-section {
  background: #fff;
}
.blog2-section .single-blog {
  background: #f6f6f6;
}
.blog2-section .single-blog .img-caption h3 a {
  color: #393d72;
}
.blog2-section .blog-content ul {
  list-style-type: disc;
  margin-left: 30px;
}
.blog2-section .blog-content ol {
  list-style: decimal;
}
.blog2-section .blog-content ul li {
  color: #686868;
  margin-bottom: 20px;
}
.main-nav nav .navbar-nav .nav-item a {
  margin-left: 25px;
  margin-right: 25px;
}
.single-team .image {
  height: 348px;
}
.single-team .image img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team-section .single-team .img-caption h3 a,
.member-section .single-member .text-content h3 a {
  font-size: 22px;
  color: #393d72;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.team-section .single-team .img-caption h3 a:hover,
.member-section .single-member .text-content h3 a:hover {
  color: #fe6367;
}
.single-person-detail {
  padding-left: 30px;
  padding-right: 30px;
}
.single-person-detail ul {
  text-align: left;
  list-style-type: square;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
}
.member-section .icon-2 {
  position: absolute;
  background: url(../images/shape/anim-icon-2.png);
  width: 188px;
  height: 192px;
  top: 70px;
  right: 110px;
  background-repeat: no-repeat;
}
.member-section,
.features2-section,
.features-section {
  position: relative;
}
.features-section .icon-2 {
  background: url(../images/shape/anim-icon-10.png);
  position: absolute;
  width: 149px;
  height: 106px;
  top: 440px;
  right: 445px;
  background-repeat: no-repeat;
}
.about-section .single-about .section-title p strong,
.single-box .nm-list li strong,
.program-content strong,
.application-detail .description strong {
  color: #000;
}
.feature-wrapper {
  display: flex;
}
.rotate-me {
  animation-name: rotate-me;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.event-shape .shape4 {
  width: 8%;
}
.blog-list {
  position: relative;
}
.blog-wrapper {
  display: flex;
}
.blog-list .shape1 {
  position: absolute;
  top: 18%;
  left: 5%;
  width: 3%;
}
.blog-list .shape2 {
  position: absolute;
  top: 35%;
  left: 7%;
  width: 5%;
}
.blog-list .shape3 {
  position: absolute;
  top: 75%;
  left: 3%;
  width: 5%;
  animation: mover 1s infinite alternate;
}
.blog-list .shape4 {
  position: absolute;
  top: 5%;
  left: 90%;
  width: 5%;
  animation: mover 1s infinite alternate;
}
.blog-list .shape5 {
  position: absolute;
  top: 85%;
  right: 4%;
  width: 5%;
  animation: mover 1s infinite alternate;
}
.blog-list .shape6 {
  position: absolute;
  top: 48%;
  right: 0;
  width: 5%;
}
.blog-list .shape7 {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 3%;
}
.blog-list .shape1 img,
.blog-list .shape7 img {
  animation: rotation 5s infinite linear;
}
.blog-list .shape2 img,
.blog-list .shape6 img {
  animation: rotation 8s infinite linear;
}
@keyframes rotate-me {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.member-section .icon-1 {
  position: absolute;
  background: url(../images/shape/anim-icon-4.png);
  width: 192px;
  height: 292px;
  transform: translateX(20px);
  bottom: -70px;
  background-repeat: no-repeat;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(20px);
  }
  30% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(70px);
  }
  80% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(20px);
  }
}
.features2-section .icon-2 {
  background: url(../images/shape/anim-icon-6.png);
  position: absolute;
  width: 321px;
  height: 289px;
  top: -120px;
  background-repeat: no-repeat;
}
.all-page-banner .banner-text ul li:last-of-type a {
  pointer-events: none;
  color: #fff;
}
.features2-section .feature-box-wrapper .single-feature {
  width: 33.33%;
}
.features2-section .feature-box-wrapper .single-feature {
  margin-bottom: 50px;
}
.daycare-section .daycare-special .special-list ul li i {
  bottom: 1px;
}
.about-section .single-about .section-title p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .member-section .icon-2,
  .member-section .icon-1,
  .features2-section .icon-2,
  .blog-list .shape1,
  .blog-list .shape2,
  .blog-list .shape3,
  .blog-list .shape4,
  .blog-list .shape5,
  .blog-list .shape6,
  .blog-list .shape7 {
    display: none;
  }
  .feature-wrapper {
    display: initial;
  }
  .mobile-nav .logo img {
    width: 93px;
  }
  .features2-section .feature-box-wrapper .single-feature {
    width: unset;
    float: unset;
  }
  .getin-touch-section .get-box .text {
    margin-top: 10px;
    padding-left: 10px;
    text-align: left;
  }
  li.custom-button.mean-last {
    display: block;
  }
  .mean-container .mean-nav ul li:last-child a {
    width: 50%;
    line-height: 25px;
    text-align: center;
  }
  .navbar-nav .custom-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-nav .navbar-nav {
    height: 370px;
  }
  .program-details ul.nm-list {
    margin-bottom: unset;
  }
  .program-details ul.nm-list.mt-3 {
    margin-top: unset !important;
  }
  .single-box h3,
  .single-box ul {
    margin-left: unset !important;
  }
  .about-section {
    padding-top: 50px;
  }
  .about-section .single-about .section-title p {
    text-align: left;
  }
}
.owl-carousel.owl-drag .owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.owl-carousel .owl-item {
  min-height: 255px;
}
.navbar-light .logo a.navbar-brand img,
.footer-logo a img {
  width: 156px;
}
.features-section .single-feature .image1::before {
  font-family: fontawesome;
  content: "\f02d";
}
.features-section .single-feature .image2::before {
  font-family: fontawesome;
  content: "\f007";
}
.features-section .single-feature .image4::before {
  font-family: fontawesome;
  content: "\f19d ";
}
.features-section .single-feature .image3::before {
  font-family: fontawesome;
  content: "\f109";
}
.feature-box-wrapper .single-feature img {
  width: 80px;
}
.features2-section .feature-box-wrapper .single-feature .ico-bg6 {
  background: #29a9e1;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  line-height: 150px;
  margin-bottom: 30px;
}
.getin-touch-section .get-box {
  display: flex;
}
.getin-touch-section .get-box .icon {
  margin: 0;
}
.header-top-wrapper .social-link ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.services-section .single-service .services-all .image img {
  width: 56px;
}
.single-about-bg2::before {
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(185, 19, 144, 0.73)
    ),
    url(../images/bg-shapes-2.jpg);
  background-color: #ddd;
  background-size: cover;
  height: 500px;
  top: 170px;
  border-top-left-radius: 225px;
  border-bottom-left-radius: 290px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 70px;
}
.single-about-bg2.bootcamp-section::before {
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(185, 19, 144, 0.73)
    ),
    url(../images/boot-camp-image-2.jpg);
  left: -80px;
  right: unset;
  width: 100%;
  top: 50px;
  overflow: hidden;
}
.single-about-bg2.bootcamp-section .image {
  left: 38%;
  right: unset;
  bottom: 100px;
}
.single-blog .blog-list {
  height: 250px;
}
.daycare-section .daycare-bg {
  background-image: url(../images/about-bg.jpg);
}
.condition-section .single-team .img-caption {
  text-align: unset;
}
.form-group .radio-lable {
  display: block;
  width: 100%;
  justify-content: flex-start;
}
.form-group .radio-btn lable {
  margin-right: 10px;
}
.form-group .radio-btn {
  margin-bottom: 30px;
}
.thank-you .text h1 {
  font-size: 100px;
}
.comment-form-area .single-contact .contact-form .form-group .checkbox {
  display: flex;
  justify-content: space-between;
}
.comment-form-area .single-contact .contact-form .form-group .checkbox input {
  margin-top: 6px;
  margin-left: 10px;
}
.comment-form-area .single-contact .contact-form .subjects-group {
  flex: initial;
  display: initial;
}
.comment-form-area .single-contact .contact-form .subjects-group .row {
  margin-bottom: 10px;
}
.free-call-wrap h4 a {
  color: #fff;
}
.free-call-wrap h4 a:hover {
  color: #ff6b79;
}
.all-page-banner .banner-text ul li {
  text-transform: none;
}
.all-page-banner .banner-text ul li > a {
  text-transform: none;
}
#toTop {
  bottom: 85px;
}
.testimonial2-section .section-title {
  margin-bottom: 0;
}
.single-box img {
  width: unset;
  border-radius: unset;
  box-shadow: unset;
}
.single-box h2 {
  margin-bottom: unset;
}
.shop-tab .description p {
  font-size: 18px;
  margin-bottom: 10px;
}
.left-program-detail h2 {
  color: #393d72;
  font-size: 35px;
  font-weight: 400;
}
.program-content span {
  font-size: 20px;
}
.program-content li span,
.program-content p {
  font-size: 18px;
}
.single-slider h1 {
  font-size: 42px;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .mobile-nav .logo img {
    width: 101px;
  }
  .features2-section .feature-box-wrapper .single-feature {
    width: 50%;
  }
  .getin-touch-section .get-box .text {
    margin-top: 0;
    padding-left: 10px;
    text-align: left;
  }
  li.custom-button.mean-last {
    display: block;
  }
  .navbar-nav .custom-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .mean-container .mean-nav ul li:last-child a {
    width: 25%;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-nav .navbar-nav {
    height: 380px;
  }
  .single-slider h1 {
    font-size: 28px;
  }
}
.phn-right {
  text-align: right;
}
