@charset "UTF-8";
/*
** - Default CSS
** - Preloader CSS
** - Header CSS
** - Search Overlay CSS
** - Main Banner CSS
** - Boxes CSS
** - About CSS
** - Story CSS
** - Values CSS
** - Courses Categories CSS
** - Partner CSS
** - Offer CSS
** - Become Instructor & Partner CSS
** - Funfacts CSS
** - Features CSS
** - Courses CSS
** - Courses Details CSS
** - Team CSS
** - Team Details CSS
** - Mission CSS
** - Testimonials CSS
** - Gallery CSS
** - Students Feedback Form CSS
** - Blog CSS
** - Blog Details CSS
** - How It Works CSS
** - Pricing CSS
** - Page Title CSS
** - Events CSS
** - Events Details CSS
** - Count Down CSS
** - Shop CSS
** - Product Details CSS
** - Cart CSS
** - Checkout CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Login CSS
** - Register CSS
** - FAQ CSS
** - Coming Soon CSS
** - Error 404 CSS
** - Contact CSS
** - Footer CSS
*/
/*================================================
Default CSS
=================================================*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 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;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "— ";
}

.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-wrap: 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, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table td, .table th {
  padding: 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-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, 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 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: #343a40;
  border-color: #454d55;
}

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

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

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

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

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  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;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

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

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

select.form-control[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, .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 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;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

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

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

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

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

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

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

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

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

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

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

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

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

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

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

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

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

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

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

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

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

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

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

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

.btn-group-lg > .btn, .btn-lg {
  padding: 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 (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=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;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.dropdown-toggle-split {
  padding-right: 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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

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

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

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 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 > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

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

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

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

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

.input-group > .input-group-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;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  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(0, 123, 255, 0.25);
}

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    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;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (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;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link: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: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    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, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -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, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  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, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

.navbar-light .navbar-text a: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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

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

.navbar-dark .navbar-text a: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: 1 1 auto;
  min-height: 1px;
  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, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

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

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 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 {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.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: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: 3;
  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;
  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 (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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 {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

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

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

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

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

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

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 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:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -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, -50px);
  transform: translate(0, -50px);
}

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

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

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

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

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

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

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

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

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

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

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

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

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

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

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

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

.m-n5 {
  margin: -3rem !important;
}

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

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

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

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

.m-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

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

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

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

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

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

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/boxicons.eot");
  src: url("../fonts/boxicons.eot") format("embedded-opentype"), url("../fonts/boxicons.woff2") format("woff2"), url("../fonts/boxicons.woff") format("woff"), url("../fonts/boxicons.ttf") format("truetype"), url("../fonts/boxicons.svg?#boxicons") format("svg");
}
.bx {
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.bx-ul .bx {
  font-size: inherit;
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2em;
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
  }
  40%, 60%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bx-spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.bx-tada {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-lg {
  font-size: 3 !important;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bx-abacus:before {
  content: "\e900";
}

.bx-accessibility:before {
  content: "\e901";
}

.bx-add-to-queue:before {
  content: "\e902";
}

.bx-adjust:before {
  content: "\e903";
}

.bx-alarm:before {
  content: "\e904";
}

.bx-alarm-add:before {
  content: "\e905";
}

.bx-alarm-exclamation:before {
  content: "\e906";
}

.bx-alarm-off:before {
  content: "\e907";
}

.bx-alarm-snooze:before {
  content: "\e908";
}

.bx-album:before {
  content: "\e909";
}

.bx-align-justify:before {
  content: "\e90a";
}

.bx-align-left:before {
  content: "\e90b";
}

.bx-align-middle:before {
  content: "\e90c";
}

.bx-align-right:before {
  content: "\e90d";
}

.bx-analyse:before {
  content: "\e90e";
}

.bx-anchor:before {
  content: "\e90f";
}

.bx-angry:before {
  content: "\e910";
}

.bx-aperture:before {
  content: "\e911";
}

.bx-arch:before {
  content: "\e912";
}

.bx-archive:before {
  content: "\e913";
}

.bx-archive-in:before {
  content: "\e914";
}

.bx-archive-out:before {
  content: "\e915";
}

.bx-area:before {
  content: "\e916";
}

.bx-arrow-back:before {
  content: "\e917";
}

.bx-arrow-from-bottom:before {
  content: "\e918";
}

.bx-arrow-from-left:before {
  content: "\e919";
}

.bx-arrow-from-right:before {
  content: "\e91a";
}

.bx-arrow-from-top:before {
  content: "\e91b";
}

.bx-arrow-to-bottom:before {
  content: "\e91c";
}

.bx-arrow-to-left:before {
  content: "\e91d";
}

.bx-arrow-to-right:before {
  content: "\e91e";
}

.bx-arrow-to-top:before {
  content: "\e91f";
}

.bx-at:before {
  content: "\e920";
}

.bx-atom:before {
  content: "\e921";
}

.bx-award:before {
  content: "\e922";
}

.bx-badge:before {
  content: "\e923";
}

.bx-badge-check:before {
  content: "\e924";
}

.bx-ball:before {
  content: "\e925";
}

.bx-band-aid:before {
  content: "\e926";
}

.bx-bar-chart:before {
  content: "\e927";
}

.bx-bar-chart-alt:before {
  content: "\e928";
}

.bx-bar-chart-alt-2:before {
  content: "\e929";
}

.bx-bar-chart-square:before {
  content: "\e92a";
}

.bx-barcode:before {
  content: "\e92b";
}

.bx-barcode-reader:before {
  content: "\e92c";
}

.bx-baseball:before {
  content: "\e92d";
}

.bx-basket:before {
  content: "\e92e";
}

.bx-basketball:before {
  content: "\e92f";
}

.bx-bath:before {
  content: "\e930";
}

.bx-battery:before {
  content: "\e931";
}

.bx-bed:before {
  content: "\e932";
}

.bx-been-here:before {
  content: "\e933";
}

.bx-beer:before {
  content: "\e934";
}

.bx-bell:before {
  content: "\e935";
}

.bx-bell-minus:before {
  content: "\e936";
}

.bx-bell-off:before {
  content: "\e937";
}

.bx-bell-plus:before {
  content: "\e938";
}

.bx-bible:before {
  content: "\e939";
}

.bx-bitcoin:before {
  content: "\e93a";
}

.bx-blanket:before {
  content: "\e93b";
}

.bx-block:before {
  content: "\e93c";
}

.bx-bluetooth:before {
  content: "\e93d";
}

.bx-body:before {
  content: "\e93e";
}

.bx-bold:before {
  content: "\e93f";
}

.bx-bolt-circle:before {
  content: "\e940";
}

.bx-bomb:before {
  content: "\e941";
}

.bx-bone:before {
  content: "\e942";
}

.bx-bong:before {
  content: "\e943";
}

.bx-book:before {
  content: "\e944";
}

.bx-book-add:before {
  content: "\e945";
}

.bx-book-alt:before {
  content: "\e946";
}

.bx-book-bookmark:before {
  content: "\e947";
}

.bx-book-content:before {
  content: "\e948";
}

.bx-book-heart:before {
  content: "\e949";
}

.bx-bookmark:before {
  content: "\e94a";
}

.bx-bookmark-alt:before {
  content: "\e94b";
}

.bx-bookmark-alt-minus:before {
  content: "\e94c";
}

.bx-bookmark-alt-plus:before {
  content: "\e94d";
}

.bx-bookmark-heart:before {
  content: "\e94e";
}

.bx-bookmark-minus:before {
  content: "\e94f";
}

.bx-bookmark-plus:before {
  content: "\e950";
}

.bx-bookmarks:before {
  content: "\e951";
}

.bx-book-open:before {
  content: "\e952";
}

.bx-book-reader:before {
  content: "\e953";
}

.bx-border-all:before {
  content: "\e954";
}

.bx-border-bottom:before {
  content: "\e955";
}

.bx-border-inner:before {
  content: "\e956";
}

.bx-border-left:before {
  content: "\e957";
}

.bx-border-none:before {
  content: "\e958";
}

.bx-border-outer:before {
  content: "\e959";
}

.bx-border-radius:before {
  content: "\e95a";
}

.bx-border-right:before {
  content: "\e95b";
}

.bx-border-top:before {
  content: "\e95c";
}

.bx-bot:before {
  content: "\e95d";
}

.bx-bowling-ball:before {
  content: "\e95e";
}

.bx-box:before {
  content: "\e95f";
}

.bx-bracket:before {
  content: "\e960";
}

.bx-braille:before {
  content: "\e961";
}

.bx-brain:before {
  content: "\e962";
}

.bx-briefcase:before {
  content: "\e963";
}

.bx-briefcase-alt:before {
  content: "\e964";
}

.bx-briefcase-alt-2:before {
  content: "\e965";
}

.bx-brightness:before {
  content: "\e966";
}

.bx-brightness-half:before {
  content: "\e967";
}

.bx-broadcast:before {
  content: "\e968";
}

.bx-brush:before {
  content: "\e969";
}

.bx-brush-alt:before {
  content: "\e96a";
}

.bx-bug:before {
  content: "\e96b";
}

.bx-bug-alt:before {
  content: "\e96c";
}

.bx-building:before {
  content: "\e96d";
}

.bx-building-house:before {
  content: "\e96e";
}

.bx-buildings:before {
  content: "\e96f";
}

.bx-bulb:before {
  content: "\e970";
}

.bx-bullseye:before {
  content: "\e971";
}

.bx-buoy:before {
  content: "\e972";
}

.bx-bus:before {
  content: "\e973";
}

.bx-bus-school:before {
  content: "\e974";
}

.bx-cabinet:before {
  content: "\e975";
}

.bx-cake:before {
  content: "\e976";
}

.bx-calculator:before {
  content: "\e977";
}

.bx-calendar:before {
  content: "\e978";
}

.bx-calendar-alt:before {
  content: "\e979";
}

.bx-calendar-check:before {
  content: "\e97a";
}

.bx-calendar-edit:before {
  content: "\e97b";
}

.bx-calendar-event:before {
  content: "\e97c";
}

.bx-calendar-exclamation:before {
  content: "\e97d";
}

.bx-calendar-heart:before {
  content: "\e97e";
}

.bx-calendar-minus:before {
  content: "\e97f";
}

.bx-calendar-plus:before {
  content: "\e980";
}

.bx-calendar-star:before {
  content: "\e981";
}

.bx-calendar-week:before {
  content: "\e982";
}

.bx-calendar-x:before {
  content: "\e983";
}

.bx-camera:before {
  content: "\e984";
}

.bx-camera-home:before {
  content: "\e985";
}

.bx-camera-movie:before {
  content: "\e986";
}

.bx-camera-off:before {
  content: "\e987";
}

.bx-capsule:before {
  content: "\e988";
}

.bx-captions:before {
  content: "\e989";
}

.bx-car:before {
  content: "\e98a";
}

.bx-card:before {
  content: "\e98b";
}

.bx-caret-down:before {
  content: "\e98c";
}

.bx-caret-down-circle:before {
  content: "\e98d";
}

.bx-caret-down-square:before {
  content: "\e98e";
}

.bx-caret-left:before {
  content: "\e98f";
}

.bx-caret-left-circle:before {
  content: "\e990";
}

.bx-caret-left-square:before {
  content: "\e991";
}

.bx-caret-right:before {
  content: "\e992";
}

.bx-caret-right-circle:before {
  content: "\e993";
}

.bx-caret-right-square:before {
  content: "\e994";
}

.bx-caret-up:before {
  content: "\e995";
}

.bx-caret-up-circle:before {
  content: "\e996";
}

.bx-caret-up-square:before {
  content: "\e997";
}

.bx-carousel:before {
  content: "\e998";
}

.bx-cart:before {
  content: "\e999";
}

.bx-cart-alt:before {
  content: "\e99a";
}

.bx-cast:before {
  content: "\e99b";
}

.bx-category:before {
  content: "\e99c";
}

.bx-category-alt:before {
  content: "\e99d";
}

.bx-cctv:before {
  content: "\e99e";
}

.bx-certification:before {
  content: "\e99f";
}

.bx-chair:before {
  content: "\e9a0";
}

.bx-chalkboard:before {
  content: "\e9a1";
}

.bx-chart:before {
  content: "\e9a2";
}

.bx-chat:before {
  content: "\e9a3";
}

.bx-check:before {
  content: "\e9a4";
}

.bx-checkbox:before {
  content: "\e9a5";
}

.bx-checkbox-checked:before {
  content: "\e9a6";
}

.bx-checkbox-square:before {
  content: "\e9a7";
}

.bx-check-circle:before {
  content: "\e9a8";
}

.bx-check-double:before {
  content: "\e9a9";
}

.bx-check-shield:before {
  content: "\e9aa";
}

.bx-check-square:before {
  content: "\e9ab";
}

.bx-chevron-down:before {
  content: "\e9ac";
}

.bx-chevron-down-circle:before {
  content: "\e9ad";
}

.bx-chevron-down-square:before {
  content: "\e9ae";
}

.bx-chevron-left:before {
  content: "\e9af";
}

.bx-chevron-left-circle:before {
  content: "\e9b0";
}

.bx-chevron-left-square:before {
  content: "\e9b1";
}

.bx-chevron-right:before {
  content: "\e9b2";
}

.bx-chevron-right-circle:before {
  content: "\e9b3";
}

.bx-chevron-right-square:before {
  content: "\e9b4";
}

.bx-chevrons-down:before {
  content: "\e9b5";
}

.bx-chevrons-left:before {
  content: "\e9b6";
}

.bx-chevrons-right:before {
  content: "\e9b7";
}

.bx-chevrons-up:before {
  content: "\e9b8";
}

.bx-chevron-up:before {
  content: "\e9b9";
}

.bx-chevron-up-circle:before {
  content: "\e9ba";
}

.bx-chevron-up-square:before {
  content: "\e9bb";
}

.bx-chip:before {
  content: "\e9bc";
}

.bx-church:before {
  content: "\e9bd";
}

.bx-circle:before {
  content: "\e9be";
}

.bx-clinic:before {
  content: "\e9bf";
}

.bx-clipboard:before {
  content: "\e9c0";
}

.bx-closet:before {
  content: "\e9c1";
}

.bx-cloud:before {
  content: "\e9c2";
}

.bx-cloud-download:before {
  content: "\e9c3";
}

.bx-cloud-drizzle:before {
  content: "\e9c4";
}

.bx-cloud-lightning:before {
  content: "\e9c5";
}

.bx-cloud-light-rain:before {
  content: "\e9c6";
}

.bx-cloud-rain:before {
  content: "\e9c7";
}

.bx-cloud-snow:before {
  content: "\e9c8";
}

.bx-cloud-upload:before {
  content: "\e9c9";
}

.bx-code:before {
  content: "\e9ca";
}

.bx-code-alt:before {
  content: "\e9cb";
}

.bx-code-block:before {
  content: "\e9cc";
}

.bx-code-curly:before {
  content: "\e9cd";
}

.bx-coffee:before {
  content: "\e9ce";
}

.bx-coffee-togo:before {
  content: "\e9cf";
}

.bx-cog:before {
  content: "\e9d0";
}

.bx-coin:before {
  content: "\e9d1";
}

.bx-coin-stack:before {
  content: "\e9d2";
}

.bx-collapse:before {
  content: "\e9d3";
}

.bx-collection:before {
  content: "\e9d4";
}

.bx-color-fill:before {
  content: "\e9d5";
}

.bx-columns:before {
  content: "\e9d6";
}

.bx-command:before {
  content: "\e9d7";
}

.bx-comment:before {
  content: "\e9d8";
}

.bx-comment-add:before {
  content: "\e9d9";
}

.bx-comment-check:before {
  content: "\e9da";
}

.bx-comment-detail:before {
  content: "\e9db";
}

.bx-comment-dots:before {
  content: "\e9dc";
}

.bx-comment-edit:before {
  content: "\e9dd";
}

.bx-comment-error:before {
  content: "\e9de";
}

.bx-comment-minus:before {
  content: "\e9df";
}

.bx-comment-x:before {
  content: "\e9e0";
}

.bx-compass:before {
  content: "\e9e1";
}

.bx-confused:before {
  content: "\e9e2";
}

.bx-conversation:before {
  content: "\e9e3";
}

.bx-cookie:before {
  content: "\e9e4";
}

.bx-cool:before {
  content: "\e9e5";
}

.bx-copy:before {
  content: "\e9e6";
}

.bx-copy-alt:before {
  content: "\e9e7";
}

.bx-copyright:before {
  content: "\e9e8";
}

.bx-credit-card:before {
  content: "\e9e9";
}

.bx-credit-card-alt:before {
  content: "\e9ea";
}

.bx-credit-card-front:before {
  content: "\e9eb";
}

.bx-crop:before {
  content: "\e9ec";
}

.bx-crosshair:before {
  content: "\e9ed";
}

.bx-crown:before {
  content: "\e9ee";
}

.bx-cube:before {
  content: "\e9ef";
}

.bx-cube-alt:before {
  content: "\e9f0";
}

.bx-cuboid:before {
  content: "\e9f1";
}

.bx-current-location:before {
  content: "\e9f2";
}

.bx-customize:before {
  content: "\e9f3";
}

.bx-cut:before {
  content: "\e9f4";
}

.bx-cycling:before {
  content: "\e9f5";
}

.bx-cylinder:before {
  content: "\e9f6";
}

.bx-data:before {
  content: "\e9f7";
}

.bx-desktop:before {
  content: "\e9f8";
}

.bx-detail:before {
  content: "\e9f9";
}

.bx-devices:before {
  content: "\e9fa";
}

.bx-dialpad:before {
  content: "\e9fb";
}

.bx-dialpad-alt:before {
  content: "\e9fc";
}

.bx-diamond:before {
  content: "\e9fd";
}

.bx-dice-1:before {
  content: "\e9fe";
}

.bx-dice-2:before {
  content: "\e9ff";
}

.bx-dice-3:before {
  content: "\ea00";
}

.bx-dice-4:before {
  content: "\ea01";
}

.bx-dice-5:before {
  content: "\ea02";
}

.bx-dice-6:before {
  content: "\ea03";
}

.bx-directions:before {
  content: "\ea04";
}

.bx-disc:before {
  content: "\ea05";
}

.bx-dish:before {
  content: "\ea06";
}

.bx-dislike:before {
  content: "\ea07";
}

.bx-dizzy:before {
  content: "\ea08";
}

.bx-dna:before {
  content: "\ea09";
}

.bx-dock-bottom:before {
  content: "\ea0a";
}

.bx-dock-left:before {
  content: "\ea0b";
}

.bx-dock-right:before {
  content: "\ea0c";
}

.bx-dock-top:before {
  content: "\ea0d";
}

.bx-dollar:before {
  content: "\ea0e";
}

.bx-dollar-circle:before {
  content: "\ea0f";
}

.bx-donate-blood:before {
  content: "\ea10";
}

.bx-donate-heart:before {
  content: "\ea11";
}

.bx-door-open:before {
  content: "\ea12";
}

.bx-dots-horizontal:before {
  content: "\ea13";
}

.bx-dots-horizontal-rounded:before {
  content: "\ea14";
}

.bx-dots-vertical:before {
  content: "\ea15";
}

.bx-dots-vertical-rounded:before {
  content: "\ea16";
}

.bx-doughnut-chart:before {
  content: "\ea17";
}

.bx-down-arrow:before {
  content: "\ea18";
}

.bx-down-arrow-alt:before {
  content: "\ea19";
}

.bx-down-arrow-circle:before {
  content: "\ea1a";
}

.bx-download:before {
  content: "\ea1b";
}

.bx-downvote:before {
  content: "\ea1c";
}

.bx-drink:before {
  content: "\ea1d";
}

.bx-droplet:before {
  content: "\ea1e";
}

.bx-dumbbell:before {
  content: "\ea1f";
}

.bx-duplicate:before {
  content: "\ea20";
}

.bx-edit:before {
  content: "\ea21";
}

.bx-edit-alt:before {
  content: "\ea22";
}

.bx-envelope:before {
  content: "\ea23";
}

.bx-envelope-open:before {
  content: "\ea24";
}

.bx-equalizer:before {
  content: "\ea25";
}

.bx-eraser:before {
  content: "\ea26";
}

.bx-error:before {
  content: "\ea27";
}

.bx-error-alt:before {
  content: "\ea28";
}

.bx-error-circle:before {
  content: "\ea29";
}

.bx-euro:before {
  content: "\ea2a";
}

.bx-exclude:before {
  content: "\ea2b";
}

.bx-exit:before {
  content: "\ea2c";
}

.bx-exit-fullscreen:before {
  content: "\ea2d";
}

.bx-expand:before {
  content: "\ea2e";
}

.bx-expand-alt:before {
  content: "\ea2f";
}

.bx-export:before {
  content: "\ea30";
}

.bx-extension:before {
  content: "\ea31";
}

.bx-face:before {
  content: "\ea32";
}

.bx-fast-forward:before {
  content: "\ea33";
}

.bx-fast-forward-circle:before {
  content: "\ea34";
}

.bx-female:before {
  content: "\ea35";
}

.bx-female-sign:before {
  content: "\ea36";
}

.bx-file:before {
  content: "\ea37";
}

.bx-file-blank:before {
  content: "\ea38";
}

.bx-file-find:before {
  content: "\ea39";
}

.bx-film:before {
  content: "\ea3a";
}

.bx-filter:before {
  content: "\ea3b";
}

.bx-filter-alt:before {
  content: "\ea3c";
}

.bx-fingerprint:before {
  content: "\ea3d";
}

.bx-first-aid:before {
  content: "\ea3e";
}

.bx-first-page:before {
  content: "\ea3f";
}

.bx-flag:before {
  content: "\ea40";
}

.bx-folder:before {
  content: "\ea41";
}

.bx-folder-minus:before {
  content: "\ea42";
}

.bx-folder-open:before {
  content: "\ea43";
}

.bx-folder-plus:before {
  content: "\ea44";
}

.bx-font:before {
  content: "\ea45";
}

.bx-font-color:before {
  content: "\ea46";
}

.bx-font-family:before {
  content: "\ea47";
}

.bx-font-size:before {
  content: "\ea48";
}

.bx-food-menu:before {
  content: "\ea49";
}

.bx-food-tag:before {
  content: "\ea4a";
}

.bx-football:before {
  content: "\ea4b";
}

.bx-fridge:before {
  content: "\ea4c";
}

.bx-fullscreen:before {
  content: "\ea4d";
}

.bx-game:before {
  content: "\ea4e";
}

.bx-gas-pump:before {
  content: "\ea4f";
}

.bx-ghost:before {
  content: "\ea50";
}

.bx-gift:before {
  content: "\ea51";
}

.bx-git-branch:before {
  content: "\ea52";
}

.bx-git-commit:before {
  content: "\ea53";
}

.bx-git-compare:before {
  content: "\ea54";
}

.bx-git-merge:before {
  content: "\ea55";
}

.bx-git-pull-request:before {
  content: "\ea56";
}

.bx-git-repo-forked:before {
  content: "\ea57";
}

.bx-glasses:before {
  content: "\ea58";
}

.bx-glasses-alt:before {
  content: "\ea59";
}

.bx-globe:before {
  content: "\ea5a";
}

.bx-globe-alt:before {
  content: "\ea5b";
}

.bx-grid:before {
  content: "\ea5c";
}

.bx-grid-alt:before {
  content: "\ea5d";
}

.bx-grid-horizontal:before {
  content: "\ea5e";
}

.bx-grid-small:before {
  content: "\ea5f";
}

.bx-grid-vertical:before {
  content: "\ea60";
}

.bx-group:before {
  content: "\ea61";
}

.bx-handicap:before {
  content: "\ea62";
}

.bx-happy:before {
  content: "\ea63";
}

.bx-happy-alt:before {
  content: "\ea64";
}

.bx-happy-beaming:before {
  content: "\ea65";
}

.bx-happy-heart-eyes:before {
  content: "\ea66";
}

.bx-hash:before {
  content: "\ea67";
}

.bx-hdd:before {
  content: "\ea68";
}

.bx-heading:before {
  content: "\ea69";
}

.bx-headphone:before {
  content: "\ea6a";
}

.bx-health:before {
  content: "\ea6b";
}

.bx-heart:before {
  content: "\ea6c";
}

.bx-heart-circle:before {
  content: "\ea6d";
}

.bx-heart-square:before {
  content: "\ea6e";
}

.bx-help-circle:before {
  content: "\ea6f";
}

.bx-hide:before {
  content: "\ea70";
}

.bx-highlight:before {
  content: "\ea71";
}

.bx-history:before {
  content: "\ea72";
}

.bx-hive:before {
  content: "\ea73";
}

.bx-home:before {
  content: "\ea74";
}

.bx-home-alt:before {
  content: "\ea75";
}

.bx-home-circle:before {
  content: "\ea76";
}

.bx-home-heart:before {
  content: "\ea77";
}

.bx-home-smile:before {
  content: "\ea78";
}

.bx-horizontal-center:before {
  content: "\ea79";
}

.bx-hotel:before {
  content: "\ea7a";
}

.bx-hourglass:before {
  content: "\ea7b";
}

.bx-id-card:before {
  content: "\ea7c";
}

.bx-image:before {
  content: "\ea7d";
}

.bx-image-add:before {
  content: "\ea7e";
}

.bx-image-alt:before {
  content: "\ea7f";
}

.bx-images:before {
  content: "\ea80";
}

.bx-import:before {
  content: "\ea81";
}

.bx-infinite:before {
  content: "\ea82";
}

.bx-info-circle:before {
  content: "\ea83";
}

.bx-info-square:before {
  content: "\ea84";
}

.bx-intersect:before {
  content: "\ea85";
}

.bx-italic:before {
  content: "\ea86";
}

.bx-joystick:before {
  content: "\ea87";
}

.bx-joystick-alt:before {
  content: "\ea88";
}

.bx-joystick-button:before {
  content: "\ea89";
}

.bx-key:before {
  content: "\ea8a";
}

.bx-label:before {
  content: "\ea8b";
}

.bx-landscape:before {
  content: "\ea8c";
}

.bx-laptop:before {
  content: "\ea8d";
}

.bx-last-page:before {
  content: "\ea8e";
}

.bx-laugh:before {
  content: "\ea8f";
}

.bx-layer:before {
  content: "\ea90";
}

.bx-layer-minus:before {
  content: "\ea91";
}

.bx-layer-plus:before {
  content: "\ea92";
}

.bx-layout:before {
  content: "\ea93";
}

.bx-left-arrow:before {
  content: "\ea94";
}

.bx-left-arrow-alt:before {
  content: "\ea95";
}

.bx-left-arrow-circle:before {
  content: "\ea96";
}

.bx-left-down-arrow-circle:before {
  content: "\ea97";
}

.bx-left-indent:before {
  content: "\ea98";
}

.bx-left-top-arrow-circle:before {
  content: "\ea99";
}

.bx-library:before {
  content: "\ea9a";
}

.bx-like:before {
  content: "\ea9b";
}

.bx-line-chart:before {
  content: "\ea9c";
}

.bx-line-chart-down:before {
  content: "\ea9d";
}

.bx-link:before {
  content: "\ea9e";
}

.bx-link-alt:before {
  content: "\ea9f";
}

.bx-link-external:before {
  content: "\eaa0";
}

.bx-lira:before {
  content: "\eaa1";
}

.bx-list-check:before {
  content: "\eaa2";
}

.bx-list-minus:before {
  content: "\eaa3";
}

.bx-list-ol:before {
  content: "\eaa4";
}

.bx-list-plus:before {
  content: "\eaa5";
}

.bx-list-ul:before {
  content: "\eaa6";
}

.bx-loader:before {
  content: "\eaa7";
}

.bx-loader-alt:before {
  content: "\eaa8";
}

.bx-loader-circle:before {
  content: "\eaa9";
}

.bx-location-plus:before {
  content: "\eaaa";
}

.bx-lock:before {
  content: "\eaab";
}

.bx-lock-alt:before {
  content: "\eaac";
}

.bx-lock-open:before {
  content: "\eaad";
}

.bx-lock-open-alt:before {
  content: "\eaae";
}

.bx-log-in:before {
  content: "\eaaf";
}

.bx-log-in-circle:before {
  content: "\eab0";
}

.bx-log-out:before {
  content: "\eab1";
}

.bx-log-out-circle:before {
  content: "\eab2";
}

.bx-low-vision:before {
  content: "\eab3";
}

.bx-magnet:before {
  content: "\eab4";
}

.bx-mail-send:before {
  content: "\eab5";
}

.bx-male:before {
  content: "\eab6";
}

.bx-male-sign:before {
  content: "\eab7";
}

.bx-map:before {
  content: "\eab8";
}

.bx-map-alt:before {
  content: "\eab9";
}

.bx-map-pin:before {
  content: "\eaba";
}

.bx-mask:before {
  content: "\eabb";
}

.bx-medal:before {
  content: "\eabc";
}

.bx-meh:before {
  content: "\eabd";
}

.bx-meh-alt:before {
  content: "\eabe";
}

.bx-meh-blank:before {
  content: "\eabf";
}

.bx-memory-card:before {
  content: "\eac0";
}

.bx-menu:before {
  content: "\eac1";
}

.bx-menu-alt-left:before {
  content: "\eac2";
}

.bx-menu-alt-right:before {
  content: "\eac3";
}

.bx-merge:before {
  content: "\eac4";
}

.bx-message:before {
  content: "\eac5";
}

.bx-message-add:before {
  content: "\eac6";
}

.bx-message-alt:before {
  content: "\eac7";
}

.bx-message-alt-add:before {
  content: "\eac8";
}

.bx-message-alt-check:before {
  content: "\eac9";
}

.bx-message-alt-detail:before {
  content: "\eaca";
}

.bx-message-alt-dots:before {
  content: "\eacb";
}

.bx-message-alt-edit:before {
  content: "\eacc";
}

.bx-message-alt-error:before {
  content: "\eacd";
}

.bx-message-alt-minus:before {
  content: "\eace";
}

.bx-message-alt-x:before {
  content: "\eacf";
}

.bx-message-check:before {
  content: "\ead0";
}

.bx-message-detail:before {
  content: "\ead1";
}

.bx-message-dots:before {
  content: "\ead2";
}

.bx-message-edit:before {
  content: "\ead3";
}

.bx-message-error:before {
  content: "\ead4";
}

.bx-message-minus:before {
  content: "\ead5";
}

.bx-message-rounded:before {
  content: "\ead6";
}

.bx-message-rounded-add:before {
  content: "\ead7";
}

.bx-message-rounded-check:before {
  content: "\ead8";
}

.bx-message-rounded-detail:before {
  content: "\ead9";
}

.bx-message-rounded-dots:before {
  content: "\eada";
}

.bx-message-rounded-edit:before {
  content: "\eadb";
}

.bx-message-rounded-error:before {
  content: "\eadc";
}

.bx-message-rounded-minus:before {
  content: "\eadd";
}

.bx-message-rounded-x:before {
  content: "\eade";
}

.bx-message-square:before {
  content: "\eadf";
}

.bx-message-square-add:before {
  content: "\eae0";
}

.bx-message-square-check:before {
  content: "\eae1";
}

.bx-message-square-detail:before {
  content: "\eae2";
}

.bx-message-square-dots:before {
  content: "\eae3";
}

.bx-message-square-edit:before {
  content: "\eae4";
}

.bx-message-square-error:before {
  content: "\eae5";
}

.bx-message-square-minus:before {
  content: "\eae6";
}

.bx-message-square-x:before {
  content: "\eae7";
}

.bx-message-x:before {
  content: "\eae8";
}

.bx-meteor:before {
  content: "\eae9";
}

.bx-microchip:before {
  content: "\eaea";
}

.bx-microphone:before {
  content: "\eaeb";
}

.bx-microphone-off:before {
  content: "\eaec";
}

.bx-minus:before {
  content: "\eaed";
}

.bx-minus-back:before {
  content: "\eaee";
}

.bx-minus-circle:before {
  content: "\eaef";
}

.bx-minus-front:before {
  content: "\eaf0";
}

.bx-mobile:before {
  content: "\eaf1";
}

.bx-mobile-alt:before {
  content: "\eaf2";
}

.bx-mobile-landscape:before {
  content: "\eaf3";
}

.bx-mobile-vibration:before {
  content: "\eaf4";
}

.bx-money:before {
  content: "\eaf5";
}

.bx-moon:before {
  content: "\eaf6";
}

.bx-mouse:before {
  content: "\eaf7";
}

.bx-mouse-alt:before {
  content: "\eaf8";
}

.bx-move:before {
  content: "\eaf9";
}

.bx-move-horizontal:before {
  content: "\eafa";
}

.bx-move-vertical:before {
  content: "\eafb";
}

.bx-movie:before {
  content: "\eafc";
}

.bx-movie-play:before {
  content: "\eafd";
}

.bx-music:before {
  content: "\eafe";
}

.bx-navigation:before {
  content: "\eaff";
}

.bx-network-chart:before {
  content: "\eb00";
}

.bx-news:before {
  content: "\eb01";
}

.bx-no-entry:before {
  content: "\eb02";
}

.bx-note:before {
  content: "\eb03";
}

.bx-notepad:before {
  content: "\eb04";
}

.bx-notification:before {
  content: "\eb05";
}

.bx-notification-off:before {
  content: "\eb06";
}

.bx-outline:before {
  content: "\eb07";
}

.bx-package:before {
  content: "\eb08";
}

.bx-paint:before {
  content: "\eb09";
}

.bx-paint-roll:before {
  content: "\eb0a";
}

.bx-palette:before {
  content: "\eb0b";
}

.bx-paperclip:before {
  content: "\eb0c";
}

.bx-paper-plane:before {
  content: "\eb0d";
}

.bx-paragraph:before {
  content: "\eb0e";
}

.bx-paste:before {
  content: "\eb0f";
}

.bx-pause:before {
  content: "\eb10";
}

.bx-pause-circle:before {
  content: "\eb11";
}

.bx-pen:before {
  content: "\eb12";
}

.bx-pencil:before {
  content: "\eb13";
}

.bx-phone:before {
  content: "\eb14";
}

.bx-phone-call:before {
  content: "\eb15";
}

.bx-phone-incoming:before {
  content: "\eb16";
}

.bx-phone-outgoing:before {
  content: "\eb17";
}

.bx-photo-album:before {
  content: "\eb18";
}

.bx-pie-chart:before {
  content: "\eb19";
}

.bx-pie-chart-alt:before {
  content: "\eb1a";
}

.bx-pie-chart-alt-2:before {
  content: "\eb1b";
}

.bx-pin:before {
  content: "\eb1c";
}

.bx-planet:before {
  content: "\eb1d";
}

.bx-play:before {
  content: "\eb1e";
}

.bx-play-circle:before {
  content: "\eb1f";
}

.bx-plug:before {
  content: "\eb20";
}

.bx-plus:before {
  content: "\eb21";
}

.bx-plus-circle:before {
  content: "\eb22";
}

.bx-plus-medical:before {
  content: "\eb23";
}

.bx-pointer:before {
  content: "\eb24";
}

.bx-poll:before {
  content: "\eb25";
}

.bx-polygon:before {
  content: "\eb26";
}

.bx-pound:before {
  content: "\eb27";
}

.bx-power-off:before {
  content: "\eb28";
}

.bx-printer:before {
  content: "\eb29";
}

.bx-pulse:before {
  content: "\eb2a";
}

.bx-purchase-tag:before {
  content: "\eb2b";
}

.bx-purchase-tag-alt:before {
  content: "\eb2c";
}

.bx-pyramid:before {
  content: "\eb2d";
}

.bx-question-mark:before {
  content: "\eb2e";
}

.bx-radar:before {
  content: "\eb2f";
}

.bx-radio:before {
  content: "\eb30";
}

.bx-radio-circle:before {
  content: "\eb31";
}

.bx-radio-circle-marked:before {
  content: "\eb32";
}

.bx-receipt:before {
  content: "\eb33";
}

.bx-rectangle:before {
  content: "\eb34";
}

.bx-recycle:before {
  content: "\eb35";
}

.bx-redo:before {
  content: "\eb36";
}

.bx-refresh:before {
  content: "\eb37";
}

.bx-rename:before {
  content: "\eb38";
}

.bx-repeat:before {
  content: "\eb39";
}

.bx-reply:before {
  content: "\eb3a";
}

.bx-reply-all:before {
  content: "\eb3b";
}

.bx-repost:before {
  content: "\eb3c";
}

.bx-reset:before {
  content: "\eb3d";
}

.bx-restaurant:before {
  content: "\eb3e";
}

.bx-revision:before {
  content: "\eb3f";
}

.bx-rewind:before {
  content: "\eb40";
}

.bx-rewind-circle:before {
  content: "\eb41";
}

.bx-right-arrow:before {
  content: "\eb42";
}

.bx-right-arrow-alt:before {
  content: "\eb43";
}

.bx-right-arrow-circle:before {
  content: "\eb44";
}

.bx-right-down-arrow-circle:before {
  content: "\eb45";
}

.bx-right-indent:before {
  content: "\eb46";
}

.bx-right-top-arrow-circle:before {
  content: "\eb47";
}

.bx-rocket:before {
  content: "\eb48";
}

.bx-rotate-left:before {
  content: "\eb49";
}

.bx-rotate-right:before {
  content: "\eb4a";
}

.bx-rss:before {
  content: "\eb4b";
}

.bx-ruble:before {
  content: "\eb4c";
}

.bx-ruler:before {
  content: "\eb4d";
}

.bx-run:before {
  content: "\eb4e";
}

.bx-rupee:before {
  content: "\eb4f";
}

.bx-sad:before {
  content: "\eb50";
}

.bx-save:before {
  content: "\eb51";
}

.bx-scan:before {
  content: "\eb52";
}

.bx-screenshot:before {
  content: "\eb53";
}

.bx-search:before {
  content: "\eb54";
}

.bx-search-alt:before {
  content: "\eb55";
}

.bx-search-alt-2:before {
  content: "\eb56";
}

.bx-selection:before {
  content: "\eb57";
}

.bx-select-multiple:before {
  content: "\eb58";
}

.bx-send:before {
  content: "\eb59";
}

.bx-server:before {
  content: "\eb5a";
}

.bx-shape-circle:before {
  content: "\eb5b";
}

.bx-shape-polygon:before {
  content: "\eb5c";
}

.bx-shape-square:before {
  content: "\eb5d";
}

.bx-shape-triangle:before {
  content: "\eb5e";
}

.bx-share:before {
  content: "\eb5f";
}

.bx-share-alt:before {
  content: "\eb60";
}

.bx-shekel:before {
  content: "\eb61";
}

.bx-shield:before {
  content: "\eb62";
}

.bx-shield-alt:before {
  content: "\eb63";
}

.bx-shield-alt-2:before {
  content: "\eb64";
}

.bx-shield-quarter:before {
  content: "\eb65";
}

.bx-shield-x:before {
  content: "\eb66";
}

.bx-shocked:before {
  content: "\eb67";
}

.bx-shopping-bag:before {
  content: "\eb68";
}

.bx-show:before {
  content: "\eb69";
}

.bx-show-alt:before {
  content: "\eb6a";
}

.bx-shuffle:before {
  content: "\eb6b";
}

.bx-sidebar:before {
  content: "\eb6c";
}

.bx-sitemap:before {
  content: "\eb6d";
}

.bx-skip-next:before {
  content: "\eb6e";
}

.bx-skip-next-circle:before {
  content: "\eb6f";
}

.bx-skip-previous:before {
  content: "\eb70";
}

.bx-skip-previous-circle:before {
  content: "\eb71";
}

.bx-sleepy:before {
  content: "\eb72";
}

.bx-slider:before {
  content: "\eb73";
}

.bx-slider-alt:before {
  content: "\eb74";
}

.bx-slideshow:before {
  content: "\eb75";
}

.bx-smile:before {
  content: "\eb76";
}

.bx-sort:before {
  content: "\eb77";
}

.bx-sort-alt-2:before {
  content: "\eb78";
}

.bx-sort-a-z:before {
  content: "\eb79";
}

.bx-sort-down:before {
  content: "\eb7a";
}

.bx-sort-up:before {
  content: "\eb7b";
}

.bx-sort-z-a:before {
  content: "\eb7c";
}

.bx-spa:before {
  content: "\eb7d";
}

.bx-space-bar:before {
  content: "\eb7e";
}

.bx-spray-can:before {
  content: "\eb7f";
}

.bx-spreadsheet:before {
  content: "\eb80";
}

.bx-square:before {
  content: "\eb81";
}

.bx-square-rounded:before {
  content: "\eb82";
}

.bx-star:before {
  content: "\eb83";
}

.bx-station:before {
  content: "\eb84";
}

.bx-stats:before {
  content: "\eb85";
}

.bx-sticker:before {
  content: "\eb86";
}

.bx-stop:before {
  content: "\eb87";
}

.bx-stop-circle:before {
  content: "\eb88";
}

.bx-stopwatch:before {
  content: "\eb89";
}

.bx-store:before {
  content: "\eb8a";
}

.bx-store-alt:before {
  content: "\eb8b";
}

.bx-street-view:before {
  content: "\eb8c";
}

.bx-strikethrough:before {
  content: "\eb8d";
}

.bx-subdirectory-left:before {
  content: "\eb8e";
}

.bx-subdirectory-right:before {
  content: "\eb8f";
}

.bx-sun:before {
  content: "\eb90";
}

.bx-support:before {
  content: "\eb91";
}

.bx-swim:before {
  content: "\eb92";
}

.bx-sync:before {
  content: "\eb93";
}

.bx-tab:before {
  content: "\eb94";
}

.bx-table:before {
  content: "\eb95";
}

.bx-tachometer:before {
  content: "\eb96";
}

.bx-tag:before {
  content: "\eb97";
}

.bx-tag-alt:before {
  content: "\eb98";
}

.bx-target-lock:before {
  content: "\eb99";
}

.bx-task:before {
  content: "\eb9a";
}

.bx-task-x:before {
  content: "\eb9b";
}

.bx-taxi:before {
  content: "\eb9c";
}

.bx-tennis-ball:before {
  content: "\eb9d";
}

.bx-terminal:before {
  content: "\eb9e";
}

.bx-test-tube:before {
  content: "\eb9f";
}

.bx-text:before {
  content: "\eba0";
}

.bx-time:before {
  content: "\eba1";
}

.bx-time-five:before {
  content: "\eba2";
}

.bx-timer:before {
  content: "\eba3";
}

.bx-tired:before {
  content: "\eba4";
}

.bx-toggle-left:before {
  content: "\eba5";
}

.bx-toggle-right:before {
  content: "\eba6";
}

.bx-tone:before {
  content: "\eba7";
}

.bx-traffic-cone:before {
  content: "\eba8";
}

.bx-train:before {
  content: "\eba9";
}

.bx-transfer:before {
  content: "\ebaa";
}

.bx-transfer-alt:before {
  content: "\ebab";
}

.bx-trash:before {
  content: "\ebac";
}

.bx-trash-alt:before {
  content: "\ebad";
}

.bx-trending-down:before {
  content: "\ebae";
}

.bx-trending-up:before {
  content: "\ebaf";
}

.bx-trim:before {
  content: "\ebb0";
}

.bx-trip:before {
  content: "\ebb1";
}

.bx-trophy:before {
  content: "\ebb2";
}

.bx-tv:before {
  content: "\ebb3";
}

.bx-underline:before {
  content: "\ebb4";
}

.bx-undo:before {
  content: "\ebb5";
}

.bx-unite:before {
  content: "\ebb6";
}

.bx-unlink:before {
  content: "\ebb7";
}

.bx-up-arrow:before {
  content: "\ebb8";
}

.bx-up-arrow-alt:before {
  content: "\ebb9";
}

.bx-up-arrow-circle:before {
  content: "\ebba";
}

.bx-upload:before {
  content: "\ebbb";
}

.bx-upside-down:before {
  content: "\ebbc";
}

.bx-upvote:before {
  content: "\ebbd";
}

.bx-usb:before {
  content: "\ebbe";
}

.bx-user:before {
  content: "\ebbf";
}

.bx-user-check:before {
  content: "\ebc0";
}

.bx-user-circle:before {
  content: "\ebc1";
}

.bx-user-minus:before {
  content: "\ebc2";
}

.bx-user-pin:before {
  content: "\ebc3";
}

.bx-user-plus:before {
  content: "\ebc4";
}

.bx-user-voice:before {
  content: "\ebc5";
}

.bx-user-x:before {
  content: "\ebc6";
}

.bx-vector:before {
  content: "\ebc7";
}

.bx-vertical-center:before {
  content: "\ebc8";
}

.bx-vial:before {
  content: "\ebc9";
}

.bx-video:before {
  content: "\ebca";
}

.bx-video-off:before {
  content: "\ebcb";
}

.bx-video-plus:before {
  content: "\ebcc";
}

.bx-video-recording:before {
  content: "\ebcd";
}

.bx-voicemail:before {
  content: "\ebce";
}

.bx-volume:before {
  content: "\ebcf";
}

.bx-volume-full:before {
  content: "\ebd0";
}

.bx-volume-low:before {
  content: "\ebd1";
}

.bx-volume-mute:before {
  content: "\ebd2";
}

.bx-walk:before {
  content: "\ebd3";
}

.bx-wallet:before {
  content: "\ebd4";
}

.bx-wallet-alt:before {
  content: "\ebd5";
}

.bx-water:before {
  content: "\ebd6";
}

.bx-webcam:before {
  content: "\ebd7";
}

.bx-wifi:before {
  content: "\ebd8";
}

.bx-wifi-0:before {
  content: "\ebd9";
}

.bx-wifi-1:before {
  content: "\ebda";
}

.bx-wifi-2:before {
  content: "\ebdb";
}

.bx-wifi-off:before {
  content: "\ebdc";
}

.bx-wind:before {
  content: "\ebdd";
}

.bx-window:before {
  content: "\ebde";
}

.bx-window-alt:before {
  content: "\ebdf";
}

.bx-window-close:before {
  content: "\ebe0";
}

.bx-window-open:before {
  content: "\ebe1";
}

.bx-windows:before {
  content: "\ebe2";
}

.bx-wine:before {
  content: "\ebe3";
}

.bx-wink-smile:before {
  content: "\ebe4";
}

.bx-wink-tongue:before {
  content: "\ebe5";
}

.bx-won:before {
  content: "\ebe6";
}

.bx-world:before {
  content: "\ebe7";
}

.bx-wrench:before {
  content: "\ebe8";
}

.bx-x:before {
  content: "\ebe9";
}

.bx-x-circle:before {
  content: "\ebea";
}

.bx-yen:before {
  content: "\ebeb";
}

.bx-zoom-in:before {
  content: "\ebec";
}

.bx-zoom-out:before {
  content: "\ebed";
}

.bxs-add-to-queue:before {
  content: "\ebee";
}

.bxs-adjust:before {
  content: "\ebef";
}

.bxs-adjust-alt:before {
  content: "\ebf0";
}

.bxs-alarm:before {
  content: "\ebf1";
}

.bxs-alarm-add:before {
  content: "\ebf2";
}

.bxs-alarm-exclamation:before {
  content: "\ebf3";
}

.bxs-alarm-off:before {
  content: "\ebf4";
}

.bxs-alarm-snooze:before {
  content: "\ebf5";
}

.bxs-album:before {
  content: "\ebf6";
}

.bxs-ambulance:before {
  content: "\ebf7";
}

.bxs-analyse:before {
  content: "\ebf8";
}

.bxs-angry:before {
  content: "\ebf9";
}

.bxs-arch:before {
  content: "\ebfa";
}

.bxs-archive:before {
  content: "\ebfb";
}

.bxs-archive-in:before {
  content: "\ebfc";
}

.bxs-archive-out:before {
  content: "\ebfd";
}

.bxs-area:before {
  content: "\ebfe";
}

.bxs-arrow-from-bottom:before {
  content: "\ebff";
}

.bxs-arrow-from-left:before {
  content: "\ec00";
}

.bxs-arrow-from-right:before {
  content: "\ec01";
}

.bxs-arrow-from-top:before {
  content: "\ec02";
}

.bxs-arrow-to-bottom:before {
  content: "\ec03";
}

.bxs-arrow-to-left:before {
  content: "\ec04";
}

.bxs-arrow-to-right:before {
  content: "\ec05";
}

.bxs-arrow-to-top:before {
  content: "\ec06";
}

.bxs-award:before {
  content: "\ec07";
}

.bxs-baby-carriage:before {
  content: "\ec08";
}

.bxs-backpack:before {
  content: "\ec09";
}

.bxs-badge:before {
  content: "\ec0a";
}

.bxs-badge-check:before {
  content: "\ec0b";
}

.bxs-badge-dollar:before {
  content: "\ec0c";
}

.bxs-ball:before {
  content: "\ec0d";
}

.bxs-band-aid:before {
  content: "\ec0e";
}

.bxs-bank:before {
  content: "\ec0f";
}

.bxs-bar-chart-alt-2:before {
  content: "\ec10";
}

.bxs-bar-chart-square:before {
  content: "\ec11";
}

.bxs-barcode:before {
  content: "\ec12";
}

.bxs-baseball:before {
  content: "\ec13";
}

.bxs-basket:before {
  content: "\ec14";
}

.bxs-basketball:before {
  content: "\ec15";
}

.bxs-bath:before {
  content: "\ec16";
}

.bxs-battery:before {
  content: "\ec17";
}

.bxs-battery-charging:before {
  content: "\ec18";
}

.bxs-battery-full:before {
  content: "\ec19";
}

.bxs-battery-low:before {
  content: "\ec1a";
}

.bxs-bed:before {
  content: "\ec1b";
}

.bxs-been-here:before {
  content: "\ec1c";
}

.bxs-beer:before {
  content: "\ec1d";
}

.bxs-bell:before {
  content: "\ec1e";
}

.bxs-bell-minus:before {
  content: "\ec1f";
}

.bxs-bell-off:before {
  content: "\ec20";
}

.bxs-bell-plus:before {
  content: "\ec21";
}

.bxs-bell-ring:before {
  content: "\ec22";
}

.bxs-bible:before {
  content: "\ec23";
}

.bxs-binoculars:before {
  content: "\ec24";
}

.bxs-blanket:before {
  content: "\ec25";
}

.bxs-bolt:before {
  content: "\ec26";
}

.bxs-bolt-circle:before {
  content: "\ec27";
}

.bxs-bomb:before {
  content: "\ec28";
}

.bxs-bone:before {
  content: "\ec29";
}

.bxs-bong:before {
  content: "\ec2a";
}

.bxs-book:before {
  content: "\ec2b";
}

.bxs-book-add:before {
  content: "\ec2c";
}

.bxs-book-alt:before {
  content: "\ec2d";
}

.bxs-book-bookmark:before {
  content: "\ec2e";
}

.bxs-book-content:before {
  content: "\ec2f";
}

.bxs-book-heart:before {
  content: "\ec30";
}

.bxs-bookmark:before {
  content: "\ec31";
}

.bxs-bookmark-alt:before {
  content: "\ec32";
}

.bxs-bookmark-alt-minus:before {
  content: "\ec33";
}

.bxs-bookmark-alt-plus:before {
  content: "\ec34";
}

.bxs-bookmark-heart:before {
  content: "\ec35";
}

.bxs-bookmark-minus:before {
  content: "\ec36";
}

.bxs-bookmark-plus:before {
  content: "\ec37";
}

.bxs-bookmarks:before {
  content: "\ec38";
}

.bxs-bookmark-star:before {
  content: "\ec39";
}

.bxs-book-open:before {
  content: "\ec3a";
}

.bxs-book-reader:before {
  content: "\ec3b";
}

.bxs-bot:before {
  content: "\ec3c";
}

.bxs-bowling-ball:before {
  content: "\ec3d";
}

.bxs-box:before {
  content: "\ec3e";
}

.bxs-brain:before {
  content: "\ec3f";
}

.bxs-briefcase:before {
  content: "\ec40";
}

.bxs-briefcase-alt:before {
  content: "\ec41";
}

.bxs-briefcase-alt-2:before {
  content: "\ec42";
}

.bxs-brightness:before {
  content: "\ec43";
}

.bxs-brightness-half:before {
  content: "\ec44";
}

.bxs-brush:before {
  content: "\ec45";
}

.bxs-brush-alt:before {
  content: "\ec46";
}

.bxs-bug:before {
  content: "\ec47";
}

.bxs-bug-alt:before {
  content: "\ec48";
}

.bxs-building:before {
  content: "\ec49";
}

.bxs-building-house:before {
  content: "\ec4a";
}

.bxs-buildings:before {
  content: "\ec4b";
}

.bxs-bulb:before {
  content: "\ec4c";
}

.bxs-bullseye:before {
  content: "\ec4d";
}

.bxs-buoy:before {
  content: "\ec4e";
}

.bxs-bus:before {
  content: "\ec4f";
}

.bxs-business:before {
  content: "\ec50";
}

.bxs-bus-school:before {
  content: "\ec51";
}

.bxs-cabinet:before {
  content: "\ec52";
}

.bxs-cake:before {
  content: "\ec53";
}

.bxs-calculator:before {
  content: "\ec54";
}

.bxs-calendar:before {
  content: "\ec55";
}

.bxs-calendar-alt:before {
  content: "\ec56";
}

.bxs-calendar-check:before {
  content: "\ec57";
}

.bxs-calendar-edit:before {
  content: "\ec58";
}

.bxs-calendar-event:before {
  content: "\ec59";
}

.bxs-calendar-exclamation:before {
  content: "\ec5a";
}

.bxs-calendar-heart:before {
  content: "\ec5b";
}

.bxs-calendar-minus:before {
  content: "\ec5c";
}

.bxs-calendar-plus:before {
  content: "\ec5d";
}

.bxs-calendar-star:before {
  content: "\ec5e";
}

.bxs-calendar-week:before {
  content: "\ec5f";
}

.bxs-calendar-x:before {
  content: "\ec60";
}

.bxs-camera:before {
  content: "\ec61";
}

.bxs-camera-home:before {
  content: "\ec62";
}

.bxs-camera-movie:before {
  content: "\ec63";
}

.bxs-camera-off:before {
  content: "\ec64";
}

.bxs-camera-plus:before {
  content: "\ec65";
}

.bxs-capsule:before {
  content: "\ec66";
}

.bxs-captions:before {
  content: "\ec67";
}

.bxs-car:before {
  content: "\ec68";
}

.bxs-car-battery:before {
  content: "\ec69";
}

.bxs-car-crash:before {
  content: "\ec6a";
}

.bxs-card:before {
  content: "\ec6b";
}

.bxs-caret-down-circle:before {
  content: "\ec6c";
}

.bxs-caret-down-square:before {
  content: "\ec6d";
}

.bxs-caret-left-circle:before {
  content: "\ec6e";
}

.bxs-caret-left-square:before {
  content: "\ec6f";
}

.bxs-caret-right-circle:before {
  content: "\ec70";
}

.bxs-caret-right-square:before {
  content: "\ec71";
}

.bxs-caret-up-circle:before {
  content: "\ec72";
}

.bxs-caret-up-square:before {
  content: "\ec73";
}

.bxs-car-garage:before {
  content: "\ec74";
}

.bxs-car-mechanic:before {
  content: "\ec75";
}

.bxs-carousel:before {
  content: "\ec76";
}

.bxs-cart:before {
  content: "\ec77";
}

.bxs-cart-add:before {
  content: "\ec78";
}

.bxs-cart-alt:before {
  content: "\ec79";
}

.bxs-cart-download:before {
  content: "\ec7a";
}

.bxs-car-wash:before {
  content: "\ec7b";
}

.bxs-category:before {
  content: "\ec7c";
}

.bxs-category-alt:before {
  content: "\ec7d";
}

.bxs-cctv:before {
  content: "\ec7e";
}

.bxs-certification:before {
  content: "\ec7f";
}

.bxs-chalkboard:before {
  content: "\ec80";
}

.bxs-chart:before {
  content: "\ec81";
}

.bxs-chat:before {
  content: "\ec82";
}

.bxs-checkbox:before {
  content: "\ec83";
}

.bxs-checkbox-checked:before {
  content: "\ec84";
}

.bxs-check-circle:before {
  content: "\ec85";
}

.bxs-check-shield:before {
  content: "\ec86";
}

.bxs-check-square:before {
  content: "\ec87";
}

.bxs-chess:before {
  content: "\ec88";
}

.bxs-chevron-down:before {
  content: "\ec89";
}

.bxs-chevron-down-circle:before {
  content: "\ec8a";
}

.bxs-chevron-down-square:before {
  content: "\ec8b";
}

.bxs-chevron-left:before {
  content: "\ec8c";
}

.bxs-chevron-left-circle:before {
  content: "\ec8d";
}

.bxs-chevron-left-square:before {
  content: "\ec8e";
}

.bxs-chevron-right:before {
  content: "\ec8f";
}

.bxs-chevron-right-circle:before {
  content: "\ec90";
}

.bxs-chevron-right-square:before {
  content: "\ec91";
}

.bxs-chevrons-down:before {
  content: "\ec92";
}

.bxs-chevrons-left:before {
  content: "\ec93";
}

.bxs-chevrons-right:before {
  content: "\ec94";
}

.bxs-chevrons-up:before {
  content: "\ec95";
}

.bxs-chevron-up:before {
  content: "\ec96";
}

.bxs-chevron-up-circle:before {
  content: "\ec97";
}

.bxs-chevron-up-square:before {
  content: "\ec98";
}

.bxs-chip:before {
  content: "\ec99";
}

.bxs-church:before {
  content: "\ec9a";
}

.bxs-circle:before {
  content: "\ec9b";
}

.bxs-city:before {
  content: "\ec9c";
}

.bxs-clinic:before {
  content: "\ec9d";
}

.bxs-cloud:before {
  content: "\ec9e";
}

.bxs-cloud-download:before {
  content: "\ec9f";
}

.bxs-cloud-lightning:before {
  content: "\eca0";
}

.bxs-cloud-rain:before {
  content: "\eca1";
}

.bxs-cloud-upload:before {
  content: "\eca2";
}

.bxs-coffee:before {
  content: "\eca3";
}

.bxs-coffee-alt:before {
  content: "\eca4";
}

.bxs-coffee-togo:before {
  content: "\eca5";
}

.bxs-cog:before {
  content: "\eca6";
}

.bxs-coin:before {
  content: "\eca7";
}

.bxs-coin-stack:before {
  content: "\eca8";
}

.bxs-collection:before {
  content: "\eca9";
}

.bxs-color-fill:before {
  content: "\ecaa";
}

.bxs-comment:before {
  content: "\ecab";
}

.bxs-comment-add:before {
  content: "\ecac";
}

.bxs-comment-check:before {
  content: "\ecad";
}

.bxs-comment-detail:before {
  content: "\ecae";
}

.bxs-comment-dots:before {
  content: "\ecaf";
}

.bxs-comment-edit:before {
  content: "\ecb0";
}

.bxs-comment-error:before {
  content: "\ecb1";
}

.bxs-comment-minus:before {
  content: "\ecb2";
}

.bxs-comment-x:before {
  content: "\ecb3";
}

.bxs-compass:before {
  content: "\ecb4";
}

.bxs-component:before {
  content: "\ecb5";
}

.bxs-confused:before {
  content: "\ecb6";
}

.bxs-contact:before {
  content: "\ecb7";
}

.bxs-conversation:before {
  content: "\ecb8";
}

.bxs-cookie:before {
  content: "\ecb9";
}

.bxs-cool:before {
  content: "\ecba";
}

.bxs-copy:before {
  content: "\ecbb";
}

.bxs-copy-alt:before {
  content: "\ecbc";
}

.bxs-copyright:before {
  content: "\ecbd";
}

.bxs-coupon:before {
  content: "\ecbe";
}

.bxs-credit-card:before {
  content: "\ecbf";
}

.bxs-credit-card-alt:before {
  content: "\ecc0";
}

.bxs-credit-card-front:before {
  content: "\ecc1";
}

.bxs-crop:before {
  content: "\ecc2";
}

.bxs-crown:before {
  content: "\ecc3";
}

.bxs-cube:before {
  content: "\ecc4";
}

.bxs-cube-alt:before {
  content: "\ecc5";
}

.bxs-cuboid:before {
  content: "\ecc6";
}

.bxs-customize:before {
  content: "\ecc7";
}

.bxs-cylinder:before {
  content: "\ecc8";
}

.bxs-dashboard:before {
  content: "\ecc9";
}

.bxs-data:before {
  content: "\ecca";
}

.bxs-detail:before {
  content: "\eccb";
}

.bxs-devices:before {
  content: "\eccc";
}

.bxs-diamond:before {
  content: "\eccd";
}

.bxs-dice-1:before {
  content: "\ecce";
}

.bxs-dice-2:before {
  content: "\eccf";
}

.bxs-dice-3:before {
  content: "\ecd0";
}

.bxs-dice-4:before {
  content: "\ecd1";
}

.bxs-dice-5:before {
  content: "\ecd2";
}

.bxs-dice-6:before {
  content: "\ecd3";
}

.bxs-direction-left:before {
  content: "\ecd4";
}

.bxs-direction-right:before {
  content: "\ecd5";
}

.bxs-directions:before {
  content: "\ecd6";
}

.bxs-disc:before {
  content: "\ecd7";
}

.bxs-discount:before {
  content: "\ecd8";
}

.bxs-dish:before {
  content: "\ecd9";
}

.bxs-dislike:before {
  content: "\ecda";
}

.bxs-dizzy:before {
  content: "\ecdb";
}

.bxs-dock-bottom:before {
  content: "\ecdc";
}

.bxs-dock-left:before {
  content: "\ecdd";
}

.bxs-dock-right:before {
  content: "\ecde";
}

.bxs-dock-top:before {
  content: "\ecdf";
}

.bxs-dollar-circle:before {
  content: "\ece0";
}

.bxs-donate-blood:before {
  content: "\ece1";
}

.bxs-donate-heart:before {
  content: "\ece2";
}

.bxs-door-open:before {
  content: "\ece3";
}

.bxs-doughnut-chart:before {
  content: "\ece4";
}

.bxs-down-arrow:before {
  content: "\ece5";
}

.bxs-down-arrow-alt:before {
  content: "\ece6";
}

.bxs-down-arrow-circle:before {
  content: "\ece7";
}

.bxs-down-arrow-square:before {
  content: "\ece8";
}

.bxs-download:before {
  content: "\ece9";
}

.bxs-downvote:before {
  content: "\ecea";
}

.bxs-drink:before {
  content: "\eceb";
}

.bxs-droplet:before {
  content: "\ecec";
}

.bxs-droplet-half:before {
  content: "\eced";
}

.bxs-dryer:before {
  content: "\ecee";
}

.bxs-duplicate:before {
  content: "\ecef";
}

.bxs-edit:before {
  content: "\ecf0";
}

.bxs-edit-alt:before {
  content: "\ecf1";
}

.bxs-edit-location:before {
  content: "\ecf2";
}

.bxs-eject:before {
  content: "\ecf3";
}

.bxs-envelope:before {
  content: "\ecf4";
}

.bxs-envelope-open:before {
  content: "\ecf5";
}

.bxs-eraser:before {
  content: "\ecf6";
}

.bxs-error:before {
  content: "\ecf7";
}

.bxs-error-alt:before {
  content: "\ecf8";
}

.bxs-error-circle:before {
  content: "\ecf9";
}

.bxs-ev-station:before {
  content: "\ecfa";
}

.bxs-exit:before {
  content: "\ecfb";
}

.bxs-extension:before {
  content: "\ecfc";
}

.bxs-eyedropper:before {
  content: "\ecfd";
}

.bxs-face:before {
  content: "\ecfe";
}

.bxs-face-mask:before {
  content: "\ecff";
}

.bxs-factory:before {
  content: "\ed00";
}

.bxs-fast-forward-circle:before {
  content: "\ed01";
}

.bxs-file:before {
  content: "\ed02";
}

.bxs-file-archive:before {
  content: "\ed03";
}

.bxs-file-blank:before {
  content: "\ed04";
}

.bxs-file-css:before {
  content: "\ed05";
}

.bxs-file-doc:before {
  content: "\ed06";
}

.bxs-file-export:before {
  content: "\ed07";
}

.bxs-file-find:before {
  content: "\ed08";
}

.bxs-file-gif:before {
  content: "\ed09";
}

.bxs-file-html:before {
  content: "\ed0a";
}

.bxs-file-image:before {
  content: "\ed0b";
}

.bxs-file-import:before {
  content: "\ed0c";
}

.bxs-file-jpg:before {
  content: "\ed0d";
}

.bxs-file-js:before {
  content: "\ed0e";
}

.bxs-file-json:before {
  content: "\ed0f";
}

.bxs-file-md:before {
  content: "\ed10";
}

.bxs-file-pdf:before {
  content: "\ed11";
}

.bxs-file-plus:before {
  content: "\ed12";
}

.bxs-file-png:before {
  content: "\ed13";
}

.bxs-file-txt:before {
  content: "\ed14";
}

.bxs-film:before {
  content: "\ed15";
}

.bxs-filter-alt:before {
  content: "\ed16";
}

.bxs-first-aid:before {
  content: "\ed17";
}

.bxs-flag:before {
  content: "\ed18";
}

.bxs-flag-alt:before {
  content: "\ed19";
}

.bxs-flag-checkered:before {
  content: "\ed1a";
}

.bxs-flame:before {
  content: "\ed1b";
}

.bxs-flask:before {
  content: "\ed1c";
}

.bxs-florist:before {
  content: "\ed1d";
}

.bxs-folder:before {
  content: "\ed1e";
}

.bxs-folder-minus:before {
  content: "\ed1f";
}

.bxs-folder-open:before {
  content: "\ed20";
}

.bxs-folder-plus:before {
  content: "\ed21";
}

.bxs-food-menu:before {
  content: "\ed22";
}

.bxs-fridge:before {
  content: "\ed23";
}

.bxs-game:before {
  content: "\ed24";
}

.bxs-gas-pump:before {
  content: "\ed25";
}

.bxs-ghost:before {
  content: "\ed26";
}

.bxs-gift:before {
  content: "\ed27";
}

.bxs-graduation:before {
  content: "\ed28";
}

.bxs-grid:before {
  content: "\ed29";
}

.bxs-grid-alt:before {
  content: "\ed2a";
}

.bxs-group:before {
  content: "\ed2b";
}

.bxs-guitar-amp:before {
  content: "\ed2c";
}

.bxs-hand-down:before {
  content: "\ed2d";
}

.bxs-hand-left:before {
  content: "\ed2e";
}

.bxs-hand-right:before {
  content: "\ed2f";
}

.bxs-hand-up:before {
  content: "\ed30";
}

.bxs-happy:before {
  content: "\ed31";
}

.bxs-happy-alt:before {
  content: "\ed32";
}

.bxs-happy-beaming:before {
  content: "\ed33";
}

.bxs-happy-heart-eyes:before {
  content: "\ed34";
}

.bxs-hdd:before {
  content: "\ed35";
}

.bxs-heart:before {
  content: "\ed36";
}

.bxs-heart-circle:before {
  content: "\ed37";
}

.bxs-heart-square:before {
  content: "\ed38";
}

.bxs-help-circle:before {
  content: "\ed39";
}

.bxs-hide:before {
  content: "\ed3a";
}

.bxs-home:before {
  content: "\ed3b";
}

.bxs-home-circle:before {
  content: "\ed3c";
}

.bxs-home-heart:before {
  content: "\ed3d";
}

.bxs-home-smile:before {
  content: "\ed3e";
}

.bxs-hot:before {
  content: "\ed3f";
}

.bxs-hotel:before {
  content: "\ed40";
}

.bxs-hourglass:before {
  content: "\ed41";
}

.bxs-hourglass-bottom:before {
  content: "\ed42";
}

.bxs-hourglass-top:before {
  content: "\ed43";
}

.bxs-id-card:before {
  content: "\ed44";
}

.bxs-image:before {
  content: "\ed45";
}

.bxs-image-add:before {
  content: "\ed46";
}

.bxs-image-alt:before {
  content: "\ed47";
}

.bxs-inbox:before {
  content: "\ed48";
}

.bxs-info-circle:before {
  content: "\ed49";
}

.bxs-info-square:before {
  content: "\ed4a";
}

.bxs-institution:before {
  content: "\ed4b";
}

.bxs-joystick:before {
  content: "\ed4c";
}

.bxs-joystick-alt:before {
  content: "\ed4d";
}

.bxs-joystick-button:before {
  content: "\ed4e";
}

.bxs-key:before {
  content: "\ed4f";
}

.bxs-keyboard:before {
  content: "\ed50";
}

.bxs-label:before {
  content: "\ed51";
}

.bxs-landmark:before {
  content: "\ed52";
}

.bxs-landscape:before {
  content: "\ed53";
}

.bxs-laugh:before {
  content: "\ed54";
}

.bxs-layer:before {
  content: "\ed55";
}

.bxs-layer-minus:before {
  content: "\ed56";
}

.bxs-layer-plus:before {
  content: "\ed57";
}

.bxs-layout:before {
  content: "\ed58";
}

.bxs-left-arrow:before {
  content: "\ed59";
}

.bxs-left-arrow-alt:before {
  content: "\ed5a";
}

.bxs-left-arrow-circle:before {
  content: "\ed5b";
}

.bxs-left-arrow-square:before {
  content: "\ed5c";
}

.bxs-left-down-arrow-circle:before {
  content: "\ed5d";
}

.bxs-left-top-arrow-circle:before {
  content: "\ed5e";
}

.bxs-like:before {
  content: "\ed5f";
}

.bxs-location-plus:before {
  content: "\ed60";
}

.bxs-lock:before {
  content: "\ed61";
}

.bxs-lock-alt:before {
  content: "\ed62";
}

.bxs-lock-open:before {
  content: "\ed63";
}

.bxs-lock-open-alt:before {
  content: "\ed64";
}

.bxs-log-in:before {
  content: "\ed65";
}

.bxs-log-in-circle:before {
  content: "\ed66";
}

.bxs-log-out:before {
  content: "\ed67";
}

.bxs-log-out-circle:before {
  content: "\ed68";
}

.bxs-low-vision:before {
  content: "\ed69";
}

.bxs-magic-wand:before {
  content: "\ed6a";
}

.bxs-magnet:before {
  content: "\ed6b";
}

.bxs-map:before {
  content: "\ed6c";
}

.bxs-map-alt:before {
  content: "\ed6d";
}

.bxs-map-pin:before {
  content: "\ed6e";
}

.bxs-mask:before {
  content: "\ed6f";
}

.bxs-medal:before {
  content: "\ed70";
}

.bxs-megaphone:before {
  content: "\ed71";
}

.bxs-meh:before {
  content: "\ed72";
}

.bxs-meh-alt:before {
  content: "\ed73";
}

.bxs-meh-blank:before {
  content: "\ed74";
}

.bxs-memory-card:before {
  content: "\ed75";
}

.bxs-message:before {
  content: "\ed76";
}

.bxs-message-add:before {
  content: "\ed77";
}

.bxs-message-alt:before {
  content: "\ed78";
}

.bxs-message-alt-add:before {
  content: "\ed79";
}

.bxs-message-alt-check:before {
  content: "\ed7a";
}

.bxs-message-alt-detail:before {
  content: "\ed7b";
}

.bxs-message-alt-dots:before {
  content: "\ed7c";
}

.bxs-message-alt-edit:before {
  content: "\ed7d";
}

.bxs-message-alt-error:before {
  content: "\ed7e";
}

.bxs-message-alt-minus:before {
  content: "\ed7f";
}

.bxs-message-alt-x:before {
  content: "\ed80";
}

.bxs-message-check:before {
  content: "\ed81";
}

.bxs-message-detail:before {
  content: "\ed82";
}

.bxs-message-dots:before {
  content: "\ed83";
}

.bxs-message-edit:before {
  content: "\ed84";
}

.bxs-message-error:before {
  content: "\ed85";
}

.bxs-message-minus:before {
  content: "\ed86";
}

.bxs-message-rounded:before {
  content: "\ed87";
}

.bxs-message-rounded-add:before {
  content: "\ed88";
}

.bxs-message-rounded-check:before {
  content: "\ed89";
}

.bxs-message-rounded-detail:before {
  content: "\ed8a";
}

.bxs-message-rounded-dots:before {
  content: "\ed8b";
}

.bxs-message-rounded-edit:before {
  content: "\ed8c";
}

.bxs-message-rounded-error:before {
  content: "\ed8d";
}

.bxs-message-rounded-minus:before {
  content: "\ed8e";
}

.bxs-message-rounded-x:before {
  content: "\ed8f";
}

.bxs-message-square:before {
  content: "\ed90";
}

.bxs-message-square-add:before {
  content: "\ed91";
}

.bxs-message-square-check:before {
  content: "\ed92";
}

.bxs-message-square-detail:before {
  content: "\ed93";
}

.bxs-message-square-dots:before {
  content: "\ed94";
}

.bxs-message-square-edit:before {
  content: "\ed95";
}

.bxs-message-square-error:before {
  content: "\ed96";
}

.bxs-message-square-minus:before {
  content: "\ed97";
}

.bxs-message-square-x:before {
  content: "\ed98";
}

.bxs-message-x:before {
  content: "\ed99";
}

.bxs-meteor:before {
  content: "\ed9a";
}

.bxs-microchip:before {
  content: "\ed9b";
}

.bxs-microphone:before {
  content: "\ed9c";
}

.bxs-microphone-alt:before {
  content: "\ed9d";
}

.bxs-microphone-off:before {
  content: "\ed9e";
}

.bxs-minus-circle:before {
  content: "\ed9f";
}

.bxs-minus-square:before {
  content: "\eda0";
}

.bxs-mobile:before {
  content: "\eda1";
}

.bxs-mobile-vibration:before {
  content: "\eda2";
}

.bxs-moon:before {
  content: "\eda3";
}

.bxs-mouse:before {
  content: "\eda4";
}

.bxs-mouse-alt:before {
  content: "\eda5";
}

.bxs-movie:before {
  content: "\eda6";
}

.bxs-movie-play:before {
  content: "\eda7";
}

.bxs-music:before {
  content: "\eda8";
}

.bxs-navigation:before {
  content: "\eda9";
}

.bxs-network-chart:before {
  content: "\edaa";
}

.bxs-news:before {
  content: "\edab";
}

.bxs-no-entry:before {
  content: "\edac";
}

.bxs-note:before {
  content: "\edad";
}

.bxs-notepad:before {
  content: "\edae";
}

.bxs-notification:before {
  content: "\edaf";
}

.bxs-notification-off:before {
  content: "\edb0";
}

.bxs-offer:before {
  content: "\edb1";
}

.bxs-package:before {
  content: "\edb2";
}

.bxs-paint:before {
  content: "\edb3";
}

.bxs-paint-roll:before {
  content: "\edb4";
}

.bxs-palette:before {
  content: "\edb5";
}

.bxs-paper-plane:before {
  content: "\edb6";
}

.bxs-parking:before {
  content: "\edb7";
}

.bxs-paste:before {
  content: "\edb8";
}

.bxs-pen:before {
  content: "\edb9";
}

.bxs-pencil:before {
  content: "\edba";
}

.bxs-phone:before {
  content: "\edbb";
}

.bxs-phone-call:before {
  content: "\edbc";
}

.bxs-phone-incoming:before {
  content: "\edbd";
}

.bxs-phone-outgoing:before {
  content: "\edbe";
}

.bxs-photo-album:before {
  content: "\edbf";
}

.bxs-piano:before {
  content: "\edc0";
}

.bxs-pie-chart:before {
  content: "\edc1";
}

.bxs-pie-chart-alt:before {
  content: "\edc2";
}

.bxs-pie-chart-alt-2:before {
  content: "\edc3";
}

.bxs-pin:before {
  content: "\edc4";
}

.bxs-pizza:before {
  content: "\edc5";
}

.bxs-plane:before {
  content: "\edc6";
}

.bxs-plane-alt:before {
  content: "\edc7";
}

.bxs-plane-land:before {
  content: "\edc8";
}

.bxs-planet:before {
  content: "\edc9";
}

.bxs-plane-take-off:before {
  content: "\edca";
}

.bxs-playlist:before {
  content: "\edcb";
}

.bxs-plug:before {
  content: "\edcc";
}

.bxs-plus-circle:before {
  content: "\edcd";
}

.bxs-plus-square:before {
  content: "\edce";
}

.bxs-pointer:before {
  content: "\edcf";
}

.bxs-polygon:before {
  content: "\edd0";
}

.bxs-printer:before {
  content: "\edd1";
}

.bxs-purchase-tag:before {
  content: "\edd2";
}

.bxs-purchase-tag-alt:before {
  content: "\edd3";
}

.bxs-pyramid:before {
  content: "\edd4";
}

.bxs-quote-alt-left:before {
  content: "\edd5";
}

.bxs-quote-alt-right:before {
  content: "\edd6";
}

.bxs-quote-left:before {
  content: "\edd7";
}

.bxs-quote-right:before {
  content: "\edd8";
}

.bxs-quote-single-left:before {
  content: "\edd9";
}

.bxs-quote-single-right:before {
  content: "\edda";
}

.bxs-radiation:before {
  content: "\eddb";
}

.bxs-radio:before {
  content: "\eddc";
}

.bxs-receipt:before {
  content: "\eddd";
}

.bxs-rectangle:before {
  content: "\edde";
}

.bxs-rename:before {
  content: "\eddf";
}

.bxs-report:before {
  content: "\ede0";
}

.bxs-rewind-circle:before {
  content: "\ede1";
}

.bxs-right-arrow:before {
  content: "\ede2";
}

.bxs-right-arrow-alt:before {
  content: "\ede3";
}

.bxs-right-arrow-circle:before {
  content: "\ede4";
}

.bxs-right-arrow-square:before {
  content: "\ede5";
}

.bxs-right-down-arrow-circle:before {
  content: "\ede6";
}

.bxs-right-top-arrow-circle:before {
  content: "\ede7";
}

.bxs-rocket:before {
  content: "\ede8";
}

.bxs-ruler:before {
  content: "\ede9";
}

.bxs-sad:before {
  content: "\edea";
}

.bxs-save:before {
  content: "\edeb";
}

.bxs-school:before {
  content: "\edec";
}

.bxs-search:before {
  content: "\eded";
}

.bxs-search-alt-2:before {
  content: "\edee";
}

.bxs-select-multiple:before {
  content: "\edef";
}

.bxs-send:before {
  content: "\edf0";
}

.bxs-server:before {
  content: "\edf1";
}

.bxs-shapes:before {
  content: "\edf2";
}

.bxs-share:before {
  content: "\edf3";
}

.bxs-share-alt:before {
  content: "\edf4";
}

.bxs-shield:before {
  content: "\edf5";
}

.bxs-shield-alt-2:before {
  content: "\edf6";
}

.bxs-shield-x:before {
  content: "\edf7";
}

.bxs-ship:before {
  content: "\edf8";
}

.bxs-shocked:before {
  content: "\edf9";
}

.bxs-shopping-bag:before {
  content: "\edfa";
}

.bxs-shopping-bag-alt:before {
  content: "\edfb";
}

.bxs-shopping-bags:before {
  content: "\edfc";
}

.bxs-show:before {
  content: "\edfd";
}

.bxs-skip-next-circle:before {
  content: "\edfe";
}

.bxs-skip-previous-circle:before {
  content: "\edff";
}

.bxs-skull:before {
  content: "\ee00";
}

.bxs-sleepy:before {
  content: "\ee01";
}

.bxs-slideshow:before {
  content: "\ee02";
}

.bxs-smile:before {
  content: "\ee03";
}

.bxs-sort-alt:before {
  content: "\ee04";
}

.bxs-spa:before {
  content: "\ee05";
}

.bxs-spray-can:before {
  content: "\ee06";
}

.bxs-spreadsheet:before {
  content: "\ee07";
}

.bxs-square:before {
  content: "\ee08";
}

.bxs-square-rounded:before {
  content: "\ee09";
}

.bxs-star:before {
  content: "\ee0a";
}

.bxs-star-half:before {
  content: "\ee0b";
}

.bxs-sticker:before {
  content: "\ee0c";
}

.bxs-stopwatch:before {
  content: "\ee0d";
}

.bxs-store:before {
  content: "\ee0e";
}

.bxs-store-alt:before {
  content: "\ee0f";
}

.bxs-sun:before {
  content: "\ee10";
}

.bxs-tachometer:before {
  content: "\ee11";
}

.bxs-tag:before {
  content: "\ee12";
}

.bxs-tag-alt:before {
  content: "\ee13";
}

.bxs-tag-x:before {
  content: "\ee14";
}

.bxs-taxi:before {
  content: "\ee15";
}

.bxs-tennis-ball:before {
  content: "\ee16";
}

.bxs-terminal:before {
  content: "\ee17";
}

.bxs-thermometer:before {
  content: "\ee18";
}

.bxs-time:before {
  content: "\ee19";
}

.bxs-time-five:before {
  content: "\ee1a";
}

.bxs-timer:before {
  content: "\ee1b";
}

.bxs-tired:before {
  content: "\ee1c";
}

.bxs-toggle-left:before {
  content: "\ee1d";
}

.bxs-toggle-right:before {
  content: "\ee1e";
}

.bxs-tone:before {
  content: "\ee1f";
}

.bxs-torch:before {
  content: "\ee20";
}

.bxs-to-top:before {
  content: "\ee21";
}

.bxs-traffic:before {
  content: "\ee22";
}

.bxs-traffic-barrier:before {
  content: "\ee23";
}

.bxs-traffic-cone:before {
  content: "\ee24";
}

.bxs-train:before {
  content: "\ee25";
}

.bxs-trash:before {
  content: "\ee26";
}

.bxs-trash-alt:before {
  content: "\ee27";
}

.bxs-tree:before {
  content: "\ee28";
}

.bxs-trophy:before {
  content: "\ee29";
}

.bxs-truck:before {
  content: "\ee2a";
}

.bxs-t-shirt:before {
  content: "\ee2b";
}

.bxs-tv:before {
  content: "\ee2c";
}

.bxs-up-arrow:before {
  content: "\ee2d";
}

.bxs-up-arrow-alt:before {
  content: "\ee2e";
}

.bxs-up-arrow-circle:before {
  content: "\ee2f";
}

.bxs-up-arrow-square:before {
  content: "\ee30";
}

.bxs-upside-down:before {
  content: "\ee31";
}

.bxs-upvote:before {
  content: "\ee32";
}

.bxs-user:before {
  content: "\ee33";
}

.bxs-user-account:before {
  content: "\ee34";
}

.bxs-user-badge:before {
  content: "\ee35";
}

.bxs-user-check:before {
  content: "\ee36";
}

.bxs-user-circle:before {
  content: "\ee37";
}

.bxs-user-detail:before {
  content: "\ee38";
}

.bxs-user-minus:before {
  content: "\ee39";
}

.bxs-user-pin:before {
  content: "\ee3a";
}

.bxs-user-plus:before {
  content: "\ee3b";
}

.bxs-user-rectangle:before {
  content: "\ee3c";
}

.bxs-user-voice:before {
  content: "\ee3d";
}

.bxs-user-x:before {
  content: "\ee3e";
}

.bxs-vector:before {
  content: "\ee3f";
}

.bxs-vial:before {
  content: "\ee40";
}

.bxs-video:before {
  content: "\ee41";
}

.bxs-video-off:before {
  content: "\ee42";
}

.bxs-video-plus:before {
  content: "\ee43";
}

.bxs-video-recording:before {
  content: "\ee44";
}

.bxs-videos:before {
  content: "\ee45";
}

.bxs-virus:before {
  content: "\ee46";
}

.bxs-virus-block:before {
  content: "\ee47";
}

.bxs-volume:before {
  content: "\ee48";
}

.bxs-volume-full:before {
  content: "\ee49";
}

.bxs-volume-low:before {
  content: "\ee4a";
}

.bxs-volume-mute:before {
  content: "\ee4b";
}

.bxs-wallet:before {
  content: "\ee4c";
}

.bxs-wallet-alt:before {
  content: "\ee4d";
}

.bxs-washer:before {
  content: "\ee4e";
}

.bxs-watch:before {
  content: "\ee4f";
}

.bxs-watch-alt:before {
  content: "\ee50";
}

.bxs-webcam:before {
  content: "\ee51";
}

.bxs-widget:before {
  content: "\ee52";
}

.bxs-window-alt:before {
  content: "\ee53";
}

.bxs-wine:before {
  content: "\ee54";
}

.bxs-wink-smile:before {
  content: "\ee55";
}

.bxs-wink-tongue:before {
  content: "\ee56";
}

.bxs-wrench:before {
  content: "\ee57";
}

.bxs-x-circle:before {
  content: "\ee58";
}

.bxs-x-square:before {
  content: "\ee59";
}

.bxs-yin-yang:before {
  content: "\ee5a";
}

.bxs-zap:before {
  content: "\ee5b";
}

.bxs-zoom-in:before {
  content: "\ee5c";
}

.bxs-zoom-out:before {
  content: "\ee5d";
}

.bxl-500px:before {
  content: "\ee5e";
}

.bxl-adobe:before {
  content: "\ee5f";
}

.bxl-airbnb:before {
  content: "\ee60";
}

.bxl-algolia:before {
  content: "\ee61";
}

.bxl-amazon:before {
  content: "\ee62";
}

.bxl-android:before {
  content: "\ee63";
}

.bxl-angular:before {
  content: "\ee64";
}

.bxl-apple:before {
  content: "\ee65";
}

.bxl-audible:before {
  content: "\ee66";
}

.bxl-baidu:before {
  content: "\ee67";
}

.bxl-behance:before {
  content: "\ee68";
}

.bxl-bing:before {
  content: "\ee69";
}

.bxl-bitcoin:before {
  content: "\ee6a";
}

.bxl-blender:before {
  content: "\ee6b";
}

.bxl-blogger:before {
  content: "\ee6c";
}

.bxl-bootstrap:before {
  content: "\ee6d";
}

.bxl-chrome:before {
  content: "\ee6e";
}

.bxl-codepen:before {
  content: "\ee6f";
}

.bxl-c-plus-plus:before {
  content: "\ee70";
}

.bxl-creative-commons:before {
  content: "\ee71";
}

.bxl-css3:before {
  content: "\ee72";
}

.bxl-dailymotion:before {
  content: "\ee73";
}

.bxl-deviantart:before {
  content: "\ee74";
}

.bxl-dev-to:before {
  content: "\ee75";
}

.bxl-digg:before {
  content: "\ee76";
}

.bxl-digitalocean:before {
  content: "\ee77";
}

.bxl-discord:before {
  content: "\ee78";
}

.bxl-discourse:before {
  content: "\ee79";
}

.bxl-django:before {
  content: "\ee7a";
}

.bxl-dribbble:before {
  content: "\ee7b";
}

.bxl-dropbox:before {
  content: "\ee7c";
}

.bxl-drupal:before {
  content: "\ee7d";
}

.bxl-ebay:before {
  content: "\ee7e";
}

.bxl-edge:before {
  content: "\ee7f";
}

.bxl-etsy:before {
  content: "\ee80";
}

.bxl-facebook:before {
  content: "\ee81";
}

.bxl-facebook-circle:before {
  content: "\ee82";
}

.bxl-facebook-square:before {
  content: "\ee83";
}

.bxl-figma:before {
  content: "\ee84";
}

.bxl-firebase:before {
  content: "\ee85";
}

.bxl-firefox:before {
  content: "\ee86";
}

.bxl-flickr:before {
  content: "\ee87";
}

.bxl-flickr-square:before {
  content: "\ee88";
}

.bxl-foursquare:before {
  content: "\ee89";
}

.bxl-git:before {
  content: "\ee8a";
}

.bxl-github:before {
  content: "\ee8b";
}

.bxl-gitlab:before {
  content: "\ee8c";
}

.bxl-google:before {
  content: "\ee8d";
}

.bxl-google-cloud:before {
  content: "\ee8e";
}

.bxl-google-plus:before {
  content: "\ee8f";
}

.bxl-google-plus-circle:before {
  content: "\ee90";
}

.bxl-html5:before {
  content: "\ee91";
}

.bxl-imdb:before {
  content: "\ee92";
}

.bxl-instagram:before {
  content: "\ee93";
}

.bxl-instagram-alt:before {
  content: "\ee94";
}

.bxl-internet-explorer:before {
  content: "\ee95";
}

.bxl-invision:before {
  content: "\ee96";
}

.bxl-javascript:before {
  content: "\ee97";
}

.bxl-joomla:before {
  content: "\ee98";
}

.bxl-jquery:before {
  content: "\ee99";
}

.bxl-jsfiddle:before {
  content: "\ee9a";
}

.bxl-kickstarter:before {
  content: "\ee9b";
}

.bxl-kubernetes:before {
  content: "\ee9c";
}

.bxl-less:before {
  content: "\ee9d";
}

.bxl-linkedin:before {
  content: "\ee9e";
}

.bxl-linkedin-square:before {
  content: "\ee9f";
}

.bxl-magento:before {
  content: "\eea0";
}

.bxl-mailchimp:before {
  content: "\eea1";
}

.bxl-markdown:before {
  content: "\eea2";
}

.bxl-mastercard:before {
  content: "\eea3";
}

.bxl-medium:before {
  content: "\eea4";
}

.bxl-medium-old:before {
  content: "\eea5";
}

.bxl-medium-square:before {
  content: "\eea6";
}

.bxl-messenger:before {
  content: "\eea7";
}

.bxl-microsoft:before {
  content: "\eea8";
}

.bxl-microsoft-teams:before {
  content: "\eea9";
}

.bxl-nodejs:before {
  content: "\eeaa";
}

.bxl-ok-ru:before {
  content: "\eeab";
}

.bxl-opera:before {
  content: "\eeac";
}

.bxl-patreon:before {
  content: "\eead";
}

.bxl-paypal:before {
  content: "\eeae";
}

.bxl-periscope:before {
  content: "\eeaf";
}

.bxl-pinterest:before {
  content: "\eeb0";
}

.bxl-pinterest-alt:before {
  content: "\eeb1";
}

.bxl-play-store:before {
  content: "\eeb2";
}

.bxl-pocket:before {
  content: "\eeb3";
}

.bxl-product-hunt:before {
  content: "\eeb4";
}

.bxl-python:before {
  content: "\eeb5";
}

.bxl-quora:before {
  content: "\eeb6";
}

.bxl-react:before {
  content: "\eeb7";
}

.bxl-redbubble:before {
  content: "\eeb8";
}

.bxl-reddit:before {
  content: "\eeb9";
}

.bxl-redux:before {
  content: "\eeba";
}

.bxl-sass:before {
  content: "\eebb";
}

.bxl-shopify:before {
  content: "\eebc";
}

.bxl-skype:before {
  content: "\eebd";
}

.bxl-slack:before {
  content: "\eebe";
}

.bxl-slack-old:before {
  content: "\eebf";
}

.bxl-snapchat:before {
  content: "\eec0";
}

.bxl-soundcloud:before {
  content: "\eec1";
}

.bxl-spotify:before {
  content: "\eec2";
}

.bxl-spring-boot:before {
  content: "\eec3";
}

.bxl-squarespace:before {
  content: "\eec4";
}

.bxl-stack-overflow:before {
  content: "\eec5";
}

.bxl-stripe:before {
  content: "\eec6";
}

.bxl-telegram:before {
  content: "\eec7";
}

.bxl-trello:before {
  content: "\eec8";
}

.bxl-tumblr:before {
  content: "\eec9";
}

.bxl-tux:before {
  content: "\eeca";
}

.bxl-twitch:before {
  content: "\eecb";
}

.bxl-twitter:before {
  content: "\eecc";
}

.bxl-unsplash:before {
  content: "\eecd";
}

.bxl-vimeo:before {
  content: "\eece";
}

.bxl-visa:before {
  content: "\eecf";
}

.bxl-vk:before {
  content: "\eed0";
}

.bxl-vuejs:before {
  content: "\eed1";
}

.bxl-whatsapp:before {
  content: "\eed2";
}

.bxl-whatsapp-square:before {
  content: "\eed3";
}

.bxl-wikipedia:before {
  content: "\eed4";
}

.bxl-windows:before {
  content: "\eed5";
}

.bxl-wix:before {
  content: "\eed6";
}

.bxl-wordpress:before {
  content: "\eed7";
}

.bxl-yahoo:before {
  content: "\eed8";
}

.bxl-yelp:before {
  content: "\eed9";
}

.bxl-youtube:before {
  content: "\eeda";
}

.bxl-zoom:before {
  content: "\eedb";
}

/*
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
*/
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 0 0 0;
  z-index: 999;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
  padding-top: 8px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 4px;
  margin-top: 3px;
  border-radius: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 62px;
}

.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 i {
  display: none;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5% 13px;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #DBEEFD;
  text-decoration: none;
}

.mean-container .mean-nav ul li a.active {
  color: #000;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10% 13px;
  color: #677294;
  border-top: 1px solid #DBEEFD;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
}

.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15% 13px;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20% 13px;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25% 13px;
}

.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: 1px;
  width: 100%;
  height: 24px;
  padding: 11px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 500;
  background: transparent;
  border: none !important;
}

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

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 1.5em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 1.25em);
  background-color: transparent;
}

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: 0;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  background: 0 0;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  word-wrap: break-word;
}

#swal2-content {
  text-align: center;
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em auto;
}

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}

.swal2-checkbox label, .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-checkbox input, .swal2-radio input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning::before {
  content: "!";
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info::before {
  content: "i";
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question::before {
  content: "?";
}

.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "؟";
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: #326AAF;
}
a:hover, a:focus {
  color: #326AAF;
  text-decoration: none;
}

input, button, a {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #4f5169;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

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

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

.playfair-display {
  font-family: "Playfair Display", serif;
}

.bg-f5faf8 {
  background-color: #f5faf8;
}

.bg-f8fafb {
  background-color: #f8fafb;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.bg-e4feff {
  background-color: #e4feff;
}

.bg-f8e8e9 {
  background-color: #f8e8e9;
}

.bg-F7F9FB {
  background-color: #F7F9FB;
}

.bg-e6fbff {
  background-color: #e6fbff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: "Poppins", sans-serif;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*default-btn*/
.default-btn {
  transition: 0.5s;
  display: inline-block;
  padding: 13px 25px 12px 55px;
  position: relative;
  background-color: #326AAF;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #326AAF;
  border-radius: 1px;
  font-size: 14.5px;
  font-weight: 600;
}
.default-btn .label, .default-btn .icon-arrow {
  backface-visibility: hidden;
  transform: translateZ(0);
  perspective: 1000;
}
.default-btn .label {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.default-btn .icon-arrow {
  color: #ffffff;
  top: 11px;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  font-size: 25px;
}
.default-btn .icon-arrow.before {
  left: 20px;
  position: absolute;
  transform-origin: left center;
}
.default-btn .icon-arrow.after {
  opacity: 0;
  position: absolute;
  right: 20px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
}
.default-btn:hover, .default-btn:focus {
  background-color: #e40505;
  color: #ffffff;
  border-color: #e40505;
}
.default-btn:hover .label, .default-btn:focus .label {
  transform: translateX(-32px);
}
.default-btn:hover .icon-arrow.before, .default-btn:focus .icon-arrow.before {
  opacity: 0;
  transform: translateX(-75%) scaleX(0.1);
}
.default-btn:hover .icon-arrow.after, .default-btn:focus .icon-arrow.after {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.btn-optional-color {
  background-color: #e40505;
  border-color: #e40505;
}
.btn-optional-color:hover, .btn-optional-color:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}

/*section-title*/
.section-title {
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-bottom: 60px;
}
.section-title .sub-title {
  text-transform: uppercase;
  display: block;
  color: #326AAF;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-title h2 {
  margin-bottom: 12px;
  font-size: 37px;
  font-weight: 600;
}
.section-title p {
  max-width: 620px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}
.section-title .default-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section-title.text-left h2 {
  max-width: 620px;
  margin-bottom: 0;
}
.section-title.text-left p {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 15px;
  margin-right: 0;
}

/*form-control*/
.form-control {
  height: 48px;
  padding: 0 0 0 12px;
  line-height: initial;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #e6e9fc;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.form-control::placeholder {
  color: #c4c5d0;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #d7d9eb;
}

textarea.form-control {
  height: auto !important;
  padding-top: 12px;
}

/*================================================
Preloader CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.9s;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.preloader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #326AAF;
  transition: 0.9s;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}
.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
/*================================================
Header CSS
=================================================*/
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 999;
}
.header-area.p-relative {
  position: relative;
}

.top-header {
  background-color: #326AAF;
  padding-top: 15px;
  padding-bottom: 25px;
}

.top-header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-contact-info li {
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
  position: relative;
  padding-left: 38px;
  font-size: 13px;
}
.top-header-contact-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.top-header-contact-info li span {
  display: block;
  margin-bottom: 2px;
}
.top-header-contact-info li a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 6;
}
.top-header-contact-info li a:hover, .top-header-contact-info li a:focus {
  opacity: 0.95;
}
.top-header-contact-info li:last-child {
  margin-right: 0;
}

.top-header-btn {
  text-align: right;
}
.top-header-btn .default-btn {
  background-color: #ffffff;
  color: #326AAF;
  border-color: #ffffff;
}
.top-header-btn .default-btn .icon-arrow {
  color: #326AAF;
  transition: 0.5s;
}
.top-header-btn .default-btn:hover, .top-header-btn .default-btn:focus {
  background-color: #252525;
  color: #ffffff;
  border-color: #252525;
}
.top-header-btn .default-btn:hover .icon-arrow, .top-header-btn .default-btn:focus .icon-arrow {
  color: #ffffff;
}

.top-header-style-two {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-style-two .top-header-contact-info {
  text-align: right;
}
.top-header-style-two .top-header-contact-info li {
  color: #4f5169;
  text-align: left;
}
.top-header-style-two .top-header-contact-info li i {
  color: #326AAF;
}
.top-header-style-two .top-header-contact-info li a {
  color: #252525;
}
.top-header-style-two .top-header-contact-info li a:hover, .top-header-style-two .top-header-contact-info li a:focus {
  color: #326AAF;
  opacity: 1;
}

.top-header-style-three {
  background-color: #1D1D1D;
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-style-three .top-header-contact-info {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header-style-three .top-header-contact-info li {
  padding-left: 0;
  font-size: 14px;
  color: #cccccc;
}
.top-header-style-three .top-header-contact-info li a {
  font-size: 14px;
  color: #cccccc;
  font-weight: 500;
}
.top-header-style-three .top-header-contact-info li a:hover, .top-header-style-three .top-header-contact-info li a:focus {
  color: #326AAF;
}

.top-header-login-register {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.top-header-login-register li {
  display: inline-block;
  color: #cccccc;
  margin-right: 20px;
}
.top-header-login-register li a {
  display: inline-block;
  color: #cccccc;
  position: relative;
  padding-left: 20px;
}
.top-header-login-register li a i {
  position: absolute;
  left: 0;
  top: 3px;
}
.top-header-login-register li a:hover, .top-header-login-register li a:focus {
  color: #326AAF;
}
.top-header-login-register li:last-child {
  margin-right: 0;
}

.top-header-social {
  display: inline-block;
  margin-left: 20px;
  border-left: 1px solid #4a4646;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.top-header-social span {
  display: inline-block;
  color: #cccccc;
  margin-right: 5px;
}
.top-header-social a {
  display: inline-block;
  color: #cccccc;
  position: relative;
  top: 2px;
  font-size: 17px;
  margin-right: 2px;
}
.top-header-social a:hover, .top-header-social a:focus {
  color: #326AAF;
}

.top-header-style-four {
  background-color: #326AAF;
  padding-top: 0;
  padding-bottom: 0;
}
.top-header-style-four .top-header-contact-info {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-header-style-four .top-header-contact-info li {
  padding-left: 0;
  font-size: 14px;
  color: #ffffff;
}
.top-header-style-four .top-header-contact-info li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.top-header-style-four .top-header-social {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.top-header-style-four .top-header-social span {
  color: #ffffff;
}
.top-header-style-four .top-header-social a {
  color: #ffffff;
}
.top-header-style-four .top-header-login-register li {
  color: #ffffff;
}
.top-header-style-four .top-header-login-register li a {
  color: #ffffff;
}

.raque-responsive-nav {
  display: none;
}

.raque-nav {
  margin-top: -10px;
}
.raque-nav .navbar {
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 3px;
}
.raque-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.raque-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.raque-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.raque-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.raque-nav .navbar .navbar-nav .nav-item a {
  color: #252525;
  font-size: 16.5px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}
.raque-nav .navbar .navbar-nav .nav-item a:hover, .raque-nav .navbar .navbar-nav .nav-item a:focus, .raque-nav .navbar .navbar-nav .nav-item a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item a i {
  font-size: 17px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
.raque-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.raque-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.raque-nav .navbar .navbar-nav .nav-item:hover a, .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 82px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #326AAF;
  padding: 0;
  transform: scaleX(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  display: block;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 15px;
  font-weight: 500;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 10px;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #326AAF;
}
.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.raque-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.raque-nav .navbar .others-option .language-switcher {
  position: relative;
  top: -1px;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 500;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-toggle::after {
  display: none;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-toggle img {
  width: 35px;
  border-radius: 5px;
  border: 3px solid #ffffff;
  position: relative;
  top: -2px;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  display: inline-block;
  margin-left: 3px;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-toggle span i {
  position: relative;
  font-size: 20px;
  top: 4px;
  margin-left: -3px;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu {
  padding: 15px;
  float: unset;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 27px;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
  transform: scaleX(0);
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item {
  padding: 0;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item img {
  width: 40px;
  border-radius: 5px;
  border: 3px solid #ffffff;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 5px;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:hover, .raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item:active, .raque-nav .navbar .others-option .language-switcher .dropdown-menu .dropdown-item.active {
  color: #252525;
  background-color: transparent;
}
.raque-nav .navbar .others-option .language-switcher .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.raque-nav .navbar .others-option .cart-wrapper-btn {
  margin-left: 8px;
  font-size: 25px;
  line-height: 1;
  position: relative;
  top: 5px;
}
.raque-nav .navbar .others-option .cart-wrapper-btn i {
  line-height: 1;
}
.raque-nav .navbar .others-option .cart-wrapper-btn span {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: red;
  color: #ffffff;
  line-height: 16.5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
}
.raque-nav .navbar .others-option .search-box {
  margin-left: 16px;
  cursor: pointer;
  font-size: 25px;
  color: #252525;
  transition: 0.5s;
  line-height: 1;
  position: relative;
  top: 4px;
}
.raque-nav .navbar .others-option .search-box i {
  line-height: 1;
}
.raque-nav .navbar .others-option .search-box:hover {
  color: #326AAF;
}

.navbar-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /*box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);*/
  background: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.navbar-area.header-sticky .raque-nav {
  margin-top: 0;
}
.navbar-area.header-sticky .raque-nav .navbar {
  box-shadow: unset;
  padding: 0;
}
.navbar-area.header-sticky.is-sticky {
  opacity: 1;
  visibility: visible;
}
.navbar-area.header-sticky.scrollUp {
  transform: translateY(-85px);
  opacity: 0;
  visibility: hidden;
}

.navbar-style-two {
  background-color: transparent;
}
.navbar-style-two .raque-nav {
  margin-top: 0;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-style: solid;
}
.navbar-style-two .raque-nav .navbar {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.navbar-style-two .raque-nav .navbar .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item:hover a, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .others-option {
  margin-left: auto;
}
.navbar-style-two .raque-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  color: #ffffff;
}
.navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn {
  color: #ffffff;
}
.navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn:hover, .navbar-style-two .raque-nav .navbar .others-option .cart-wrapper-btn:focus {
  color: #326AAF;
}
.navbar-style-two .raque-nav .navbar .others-option .search-box {
  color: #ffffff;
}
.navbar-style-two .raque-nav .navbar .others-option .search-box:hover {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav {
  border: none;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a {
  color: #252525;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item:hover a, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .others-option .language-switcher .dropdown-toggle span {
  color: #252525;
}
.navbar-style-two.is-sticky .raque-nav .navbar .others-option .cart-wrapper-btn {
  color: #252525;
}
.navbar-style-two.is-sticky .raque-nav .navbar .others-option .cart-wrapper-btn:hover, .navbar-style-two.is-sticky .raque-nav .navbar .others-option .cart-wrapper-btn:focus {
  color: #326AAF;
}
.navbar-style-two.is-sticky .raque-nav .navbar .others-option .search-box {
  color: #252525;
}
.navbar-style-two.is-sticky .raque-nav .navbar .others-option .search-box:hover {
  color: #326AAF;
}

.navbar-style-three .raque-nav {
  margin-top: 0;
  background-color: #ffffff;
}
.navbar-style-three .raque-nav .navbar {
  border-radius: 0;
  padding: 0;
}
.navbar-style-three .raque-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.navbar-style-three .raque-nav .navbar .others-option {
  margin-left: 25px;
}
.navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.navbar-style-three.header-sticky .raque-nav .navbar .others-option {
  margin-left: 25px;
}

.navbar-style-four .raque-nav {
  margin-top: 0;
  background-color: #ffffff;
}
.navbar-style-four .raque-nav .navbar {
  border-radius: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .raque-responsive-nav {
    display: block;
  }
  .raque-responsive-nav .raque-responsive-menu {
    position: relative;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav {
    margin-top: 53px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #326AAF;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
    display: none;
    position: absolute;
    right: 50px;
    top: 4px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher {
    position: relative;
    top: -1px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle::after {
    display: none;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 5px;
    border: 3px solid #ffffff;
    position: relative;
    top: -2px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 3px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 17px;
    opacity: 0;
    visibility: visible;
    transition: 0.5s;
    transform: scaleX(0);
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #252525;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid #ffffff;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 5px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:hover, .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item:active, .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu .dropdown-item.active {
    color: #252525;
    background-color: transparent;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn {
    margin-left: 8px;
    font-size: 25px;
    line-height: 1;
    position: relative;
    top: 5px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn i {
    line-height: 1;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .cart-wrapper-btn span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: red;
    color: #ffffff;
    line-height: 16.5px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    font-size: 10px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
    margin-left: 16px;
    cursor: pointer;
    font-size: 25px;
    color: #252525;
    transition: 0.5s;
    line-height: 1;
    position: relative;
    top: 4px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box i {
    line-height: 1;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
    color: #326AAF;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 294px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .raque-responsive-nav .mean-container a.meanmenu-reveal {
    color: #252525;
  }
  .raque-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #252525;
  }
  .raque-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.header-sticky.is-sticky {
    display: none !important;
  }
  .navbar-area.navbar-style-two .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
    height: 357px;
  }
  .raque-nav {
    display: none;
  }
}
/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #326AAF;
  transform: rotate(180deg);
}
.search-overlay .search-overlay-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}
.search-overlay .search-overlay-form form {
  position: relative;
}
.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 30px;
  padding-left: 20px;
  color: #252525;
  font-size: 15px;
}
.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: #ffffff;
  height: 45px;
  border-radius: 50%;
  background-color: #326AAF;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}
.search-overlay .search-overlay-form form button:hover {
  background-color: #252525;
  color: #ffffff;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  height: 950px;
  position: relative;
  z-index: 1;
  background-color: #326AAF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner.item-bg1 {
  background-image: url(../img/main-banner5.webp);
}
.main-banner.item-bg2 {
  background-image: url(../img/main-banner4.webp);
}
.main-banner.item-bg3 {
  background-image: url(../img/main-banner3.webp);
}

.main-banner-content {
  overflow: hidden;
  max-width: 750px;
  margin-top: 150px;
}
.main-banner-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.main-banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #326AAF;
}
.main-banner-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  animation-delay: 1s !important;
  font-size: 58px;
  font-weight: 600;
}
.main-banner-content p {
  animation-delay: 1.7s !important;
  color: #ffffff;
  max-width: 650px;
  line-height: 1.9;
  font-size: 16px;
}
.main-banner-content .btn-box {
  margin-top: 35px;
}
.main-banner-content .btn-box .default-btn {
  animation-delay: 2.2s !important;
}
.main-banner-content .btn-box .optional-btn {
  animation-delay: 2.9s !important;
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 600;
}
.main-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s;
}
.main-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #e40505;
  transition: 0.5s;
}
.main-banner-content .btn-box .optional-btn:hover, .main-banner-content .btn-box .optional-btn:focus {
  color: #ffffff;
}
.main-banner-content .btn-box .optional-btn:hover::before, .main-banner-content .btn-box .optional-btn:focus::before {
  width: 0;
}
.main-banner-content .btn-box .optional-btn:hover::after, .main-banner-content .btn-box .optional-btn:focus::after {
  width: 100%;
  right: auto;
  left: 0;
}
.main-banner-content.text-center {
  margin-left: auto;
  margin-right: auto;
}
.main-banner-content.text-center .sub-title {
  padding-left: 0;
}
.main-banner-content.text-center .sub-title::before {
  display: none;
}
.main-banner-content.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.main-banner-content.text-center .btn-box .default-btn {
  margin-right: 10px;
}
.main-banner-content.text-center .btn-box .optional-btn {
  margin-left: 10px;
}

.banner-section {
  height: 950px;
  position: relative;
  z-index: 1;
  background-color: #326AAF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*image: url(../img/main-banner4.webp);*/
}
.banner-section.servizi {
  height: auto;
  padding-bottom: 50px;
  padding-top: 30px;
  background-color: #252525;
  background: linear-gradient(90deg, #232021 0, #0093c8);
  position: relative;
}

.banner-content {
  max-width: 750px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.banner-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #e40505;
}
.banner-content h1 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 58px;
  font-weight: 600;
}
.banner-content p {
  color: #ffffff;
  max-width: 650px;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 600;
}
.banner-content .btn-box {
  margin-top: 35px;
}
.banner-content .btn-box .default-btn {
  margin-right: 25px;
}
.banner-content .btn-box .video-btn {
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-left: 46px;
  top: 2px;
}
.banner-content .btn-box .video-btn span {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 40px;
  z-index: 1;
  line-height: 1;
  transition: 0.5s;
}
.banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  left: 0;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.banner-content .btn-box .video-btn span::before {
  animation: ripple 2s linear infinite;
}
.banner-content .btn-box .video-btn span::after {
  animation: ripple 2s linear 1s infinite;
}
.banner-content::before {
  /*        content: '';
          position: absolute;
          top: -90px;
          width: 100%;
          max-width: 380px;
          text-align: center;
          height: 500px;
          left: 18%;
          margin-left: -190px;
          z-index: -1;
          border: 18px solid rgba(104, 89, 222, .10);
          box-sizing: border-box;
          box-shadow: 0 60px 40px -40px rgba(0, 0, 0, .09);*/
}

.divider {
  width: 100%;
  position: absolute;
  height: 6vw;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
}
.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #252525;
  font-size: 35px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  width: 55px;
  height: 55px;
  transition: 0.5s;
}
.home-slides.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}
.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #ffffff;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0.9);
}
.home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #326AAF;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.hero-banner {
  height: 800px;
  position: relative;
  z-index: 1;
  background-color: #326AAF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/main-banner3.jpg);
}
.hero-banner.bg-white {
  height: auto;
  padding-top: 50px;
  padding-bottom: 0;
  background-color: #ffffff;
  background-image: unset !important;
}

.hero-banner-content {
  overflow: hidden;
  max-width: 540px;
  margin-left: auto;
}
.hero-banner-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.hero-banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #326AAF;
}
.hero-banner-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  animation-delay: 1s !important;
  font-size: 58px;
  font-weight: 600;
}
.hero-banner-content p {
  animation-delay: 1.7s !important;
  color: #ffffff;
  line-height: 1.9;
  font-size: 16px;
}
.hero-banner-content .btn-box {
  margin-top: 35px;
}
.hero-banner-content .btn-box .default-btn {
  animation-delay: 2.2s !important;
}
.hero-banner-content .btn-box .optional-btn {
  animation-delay: 2.9s !important;
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 600;
}
.hero-banner-content .btn-box .optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: 0.5s;
}
.hero-banner-content .btn-box .optional-btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #e40505;
  transition: 0.5s;
}
.hero-banner-content .btn-box .optional-btn:hover, .hero-banner-content .btn-box .optional-btn:focus {
  color: #ffffff;
}
.hero-banner-content .btn-box .optional-btn:hover::before, .hero-banner-content .btn-box .optional-btn:focus::before {
  width: 0;
}
.hero-banner-content .btn-box .optional-btn:hover::after, .hero-banner-content .btn-box .optional-btn:focus::after {
  width: 100%;
  right: auto;
  left: 0;
}
.hero-banner-content.black-color .sub-title {
  color: #252525;
}
.hero-banner-content.black-color h1 {
  color: #252525;
}
.hero-banner-content.black-color p {
  color: #4f5169;
}
.hero-banner-content.black-color .btn-box .optional-btn {
  color: #252525;
}
.hero-banner-content.black-color .btn-box .optional-btn::before {
  background-color: #252525;
}
.hero-banner-content.black-color .btn-box .optional-btn::after {
  background-color: #e40505;
}
.hero-banner-content.black-color .btn-box .optional-btn:hover, .hero-banner-content.black-color .btn-box .optional-btn:focus {
  color: #252525;
}

.hero-banner-image {
  position: relative;
  padding-left: 15px;
}
.hero-banner-image img {
  animation: border-transform 10s linear infinite alternate forwards;
}

.main-banner-wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.banner-wrapper-content {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrapper-content h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
.banner-wrapper-content p {
  font-size: 16px;
  max-width: 600px;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.banner-wrapper-content form {
  position: relative;
  margin-top: 30px;
}
.banner-wrapper-content form .input-search {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 60px;
  padding-left: 20px;
  border-radius: 70px;
  outline: 0;
  color: #252525;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.banner-wrapper-content form .input-search::placeholder {
  transition: 0.5s;
  color: #4f5169;
}
.banner-wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}
.banner-wrapper-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #326AAF;
  color: #ffffff;
  border: none;
  height: 50px;
  padding: 0 30px;
  border-radius: 70px;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.banner-wrapper-content form button:hover, .banner-wrapper-content form button:focus {
  background-color: #e40505;
  color: #ffffff;
}

.banner-wrapper-image {
  margin-top: 50px;
}

.banner-wrapper {
  background-color: #252525;
  background: linear-gradient(90deg, #232021 0, #0093c8);
  position: relative;
  z-index: 1;
  padding-top: 300px;
  padding-bottom: 150px;
}
.banner-wrapper.banner-wrapper-big {
  padding-top: 130px;
}

.wrapper-content {
  padding-right: 15px;
}
.wrapper-content .sub-title {
  display: block;
  color: #ffffff;
  margin-bottom: 17px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.wrapper-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #326AAF;
}
.wrapper-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 600;
}
.wrapper-content p {
  color: #ffffff;
  line-height: 1.9;
}
.wrapper-content form {
  position: relative;
  margin-top: 30px;
  margin-right: 50px;
}
.wrapper-content form .input-search {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 60px;
  padding-left: 20px;
  border-radius: 70px;
  outline: 0;
  color: #252525;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
}
.wrapper-content form .input-search::placeholder {
  transition: 0.5s;
  color: #4f5169;
}
.wrapper-content form .input-search:focus::placeholder {
  color: transparent;
}
.wrapper-content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #326AAF;
  color: #ffffff;
  border: none;
  height: 50px;
  padding: 0 30px;
  border-radius: 70px;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
.wrapper-content form button:hover, .wrapper-content form button:focus {
  background-color: #e40505;
  color: #ffffff;
}

.banner-courses-category {
  text-align: center;
  padding-left: 15px;
}
.banner-courses-category ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.banner-courses-category ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.banner-courses-category ul li a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.4);
  padding: 15px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.banner-courses-category ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #326AAF;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.banner-courses-category ul li a i {
  display: block;
  font-size: 45px;
  margin-bottom: 8px;
  color: #326AAF;
}
.banner-courses-category ul li a:hover, .banner-courses-category ul li a:focus {
  transform: scale(1.1);
  border-radius: 0;
}
.banner-courses-category ul li a:hover::before, .banner-courses-category ul li a:focus::before {
  opacity: 1;
  visibility: visible;
}
.banner-courses-category ul li:nth-child(2) a i, .banner-courses-category ul li:nth-child(11) a i {
  color: #e40505;
}
.banner-courses-category ul li:nth-child(2) a::before, .banner-courses-category ul li:nth-child(11) a::before {
  background-color: #e40505;
}
.banner-courses-category ul li:nth-child(3) a i, .banner-courses-category ul li:nth-child(12) a i {
  color: #0093c9;
}
.banner-courses-category ul li:nth-child(3) a::before, .banner-courses-category ul li:nth-child(12) a::before {
  background-color: #0093c9;
}
.banner-courses-category ul li:nth-child(4) a i, .banner-courses-category ul li:nth-child(13) a i {
  color: #2d3942;
}
.banner-courses-category ul li:nth-child(4) a::before, .banner-courses-category ul li:nth-child(13) a::before {
  background-color: #2d3942;
}
.banner-courses-category ul li:nth-child(5) a i, .banner-courses-category ul li:nth-child(14) a i {
  color: #bfd131;
}
.banner-courses-category ul li:nth-child(5) a::before, .banner-courses-category ul li:nth-child(14) a::before {
  background-color: #bfd131;
}
.banner-courses-category ul li:nth-child(6) a i, .banner-courses-category ul li:nth-child(15) a i {
  color: #f49b29;
}
.banner-courses-category ul li:nth-child(6) a::before, .banner-courses-category ul li:nth-child(15) a::before {
  background-color: #f49b29;
}
.banner-courses-category ul li:nth-child(7) a i, .banner-courses-category ul li:nth-child(1165) a i {
  color: #833a8d;
}
.banner-courses-category ul li:nth-child(7) a::before, .banner-courses-category ul li:nth-child(1165) a::before {
  background-color: #833a8d;
}
.banner-courses-category ul li:nth-child(8) a i, .banner-courses-category ul li:nth-child(17) a i {
  color: #c81a7f;
}
.banner-courses-category ul li:nth-child(8) a::before, .banner-courses-category ul li:nth-child(17) a::before {
  background-color: #c81a7f;
}
.banner-courses-category ul li:nth-child(9) a i, .banner-courses-category ul li:nth-child(18) a i {
  color: #1cb5a3;
}
.banner-courses-category ul li:nth-child(9) a::before, .banner-courses-category ul li:nth-child(18) a::before {
  background-color: #1cb5a3;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.slider_area .tp-caption.NotGeneric-Icon, .slider_area .tp-caption .NotGeneric-Icon {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
}
.slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
  letter-spacing: 0 !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif !important;
}
.slider_area .tp-caption.NotGeneric-SubTitle, .slider_area .tp-caption .NotGeneric-SubTitle {
  letter-spacing: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Open Sans", sans-serif !important;
}
.slider_area .tp-caption.NotGeneric-btn .default-btn, .slider_area .tp-caption .NotGeneric-btn .default-btn {
  transition: 0.5s !important;
}
.slider_area .tp-caption.NotGeneric-btn .default-btn .icon-arrow, .slider_area .tp-caption .NotGeneric-btn .default-btn .icon-arrow {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.slider_area .tp-caption.NotGeneric-btn .default-btn .label, .slider_area .tp-caption .NotGeneric-btn .default-btn .label {
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.slider_area .metis .tp-bullet {
  background-color: #ffffff !important;
}
.slider_area .metis .tp-bullet.selected, .slider_area .metis .tp-bullet:hover {
  background-color: #326AAF !important;
}

/*================================================
Boxes CSS
=================================================*/
.boxes-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxes-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.boxes-area .container-fluid .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

.single-boxes-item {
  padding: 40px;
  position: relative;
  background-color: #f8f8f8;
  z-index: 1;
  min-height: 210px;
}
.single-boxes-item h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}
.single-boxes-item .boxes-btn {
  display: inline-block;
  position: relative;
  color: #252525;
  z-index: 1;
  padding-right: 22px;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 600;
}
.single-boxes-item .boxes-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-boxes-item .boxes-btn::before {
  content: "";
  position: absolute;
  background-color: #252525;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}
.single-boxes-item .boxes-btn:hover, .single-boxes-item .boxes-btn:focus {
  padding-right: 25px;
}
.single-boxes-item .boxes-btn:hover::before, .single-boxes-item .boxes-btn:focus::before {
  width: 0;
}
.single-boxes-item.bg-color {
  background-color: #326AAF;
}
.single-boxes-item.bg-color h3 {
  color: #ffffff;
}
.single-boxes-item.bg-color p {
  color: #ffffff;
  opacity: 0.95;
}
.single-boxes-item.bg-color .boxes-btn {
  color: #ffffff;
}
.single-boxes-item.bg-color .boxes-btn::before {
  background-color: #ffffff;
}
.single-boxes-item.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 50% 50% 0 0;
}
.single-boxes-item.bg-color::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
  animation: border-transform 5s linear infinite alternate forwards;
}
.single-boxes-item.bg-image {
  background-color: #326AAF;
  background-image: url(../img/mission-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-boxes-item.bg-image h3 {
  color: #ffffff;
}
.single-boxes-item.bg-image p {
  color: #ffffff;
  opacity: 0.95;
}
.single-boxes-item.bg-image .boxes-btn {
  color: #ffffff;
}
.single-boxes-item.bg-image .boxes-btn::before {
  background-color: #ffffff;
}

/*================================================
About CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 50px;
}
.about-image img {
  border-radius: 5px;
}
.about-image img:nth-child(2) {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}

.about-content {
  padding-left: 15px;
}
.about-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #326AAF;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-content h2 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 37px;
  font-weight: 600;
}
.about-content h6 {
  margin-bottom: 14px;
  line-height: 1.6;
}
.about-content .features-text {
  margin-top: 25px;
}
.about-content .features-text h5 {
  margin-bottom: 22px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding-left: 47px;
  padding-top: 7px;
}
.about-content .features-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: #e40505;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.about-content .default-btn {
  margin-top: 30px;
}
.about-content .signature {
  margin-top: 25px;
}
.about-content.left-content {
  max-width: 540px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 15px;
}

.about-right-image {
  position: relative;
  text-align: right;
  padding-left: 100px;
  padding-bottom: 60px;
}
.about-right-image img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-right-image .text-box {
  position: absolute;
  left: 220px;
  top: 60px;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.about-right-image .text-box .inner {
  position: absolute;
  left: 0;
  top: 55%;
  right: 0;
  transform: translateY(-55%);
  text-transform: uppercase;
  color: #4f5169;
  font-size: 15px;
  font-weight: 600;
}
.about-right-image .text-box .inner span {
  display: block;
  color: #326AAF;
  margin-top: -2px;
  font-size: 30px;
  font-weight: 600;
}
.about-right-image .text-box::before {
  position: absolute;
  content: "";
  border: 2px dashed #326AAF;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  right: 0;
  bottom: 0;
  margin: 10px;
  animation-name: rotateMe;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.about-inner-area {
  margin-top: 80px;
}

.about-text h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}
.about-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 50px;
  background-color: #326AAF;
  height: 1px;
}
.about-text .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.about-text .features-list li {
  position: relative;
  margin-bottom: 12px;
  color: #252525;
  padding-top: 3px;
  padding-left: 30px;
}
.about-text .features-list li i {
  font-size: 16px;
  color: #252525;
  background-color: #eaeaf2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-text .features-list li:last-child {
  margin-bottom: 0;
}
.about-text .features-list li:hover i {
  background-color: #326AAF;
  color: #ffffff;
}

@keyframes rotateMe {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*================================================
Story CSS
=================================================*/
.story-content {
  margin-top: -6px;
}
.story-content p {
  margin-bottom: 30px;
}
.story-content p:last-child {
  margin-bottom: 0;
}
.story-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Values CSS
=================================================*/
.values-content {
  margin-top: -6px;
}
.values-content p {
  margin-bottom: 30px;
}
.values-content p:last-child {
  margin-bottom: 0;
}
.values-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Courses Categories CSS
=================================================*/
.courses-categories-area {
  position: relative;
  z-index: 1;
}
.courses-categories-area.bg-image {
  background-image: url(../img/pattern.jpg);
}

.single-categories-courses-box {
  position: relative;
  z-index: 1;
  background-color: #e40505;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
}
.single-categories-courses-box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  font-size: 65px;
  color: #ffffff;
  transition: 0.5s;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-categories-courses-box .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-categories-courses-box h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-categories-courses-box span {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.single-categories-courses-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.single-categories-courses-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50px;
  height: 35px;
  background: #ffffff;
  opacity: 0.06;
  border-radius: 50% 50% 0 0;
}
.single-categories-courses-box::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.05;
  animation: border-transform 5s linear infinite alternate forwards;
}
.single-categories-courses-box:hover .icon, .single-categories-courses-box:focus .icon {
  background-color: #ffffff;
  border-color: #e40505;
  color: #e40505;
  animation: border-transform 10s linear infinite alternate forwards;
}

.single-categories-courses-item {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 20px;
  transition: 0.5s;
  background-color: #326AAF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-categories-courses-item .icon {
  width: 100px;
  height: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  font-size: 65px;
  color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
  animation: border-transform 10s linear infinite alternate forwards;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-categories-courses-item .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-categories-courses-item h3 {
  color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  font-weight: 600;
}
.single-categories-courses-item span {
  transition: all 0.4s ease-in-out 0s;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.single-categories-courses-item .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.single-categories-courses-item .learn-more-btn {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  padding-right: 22px;
  transition: all 0.5s ease-in-out 0s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 500;
}
.single-categories-courses-item .learn-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-categories-courses-item .learn-more-btn::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}
.single-categories-courses-item.bg1 {
  background-image: url(../img/categories/1.webp);
}
.single-categories-courses-item.bg2 {
  background-image: url(../img/categories/2.webp);
}
.single-categories-courses-item.bg3 {
  background-image: url(../img/categories/3.jpg);
}
.single-categories-courses-item.bg4 {
  background-image: url(../img/categories/4.webp);
}
.single-categories-courses-item.bg5 {
  background-image: url(../img/categories/5.jpg);
}
.single-categories-courses-item.bg6 {
  background-image: url(../img/categories/6.jpg);
}
.single-categories-courses-item.bg7 {
  background-image: url(../img/categories/7.jpg);
}
.single-categories-courses-item.bg8 {
  background-image: url(../img/categories/8.jpg);
}
.single-categories-courses-item:hover, .single-categories-courses-item:focus {
  transform: translateY(-10px);
}
.single-categories-courses-item:hover .icon, .single-categories-courses-item:focus .icon {
  border-color: #ffffff;
  transform: translateY(-18px);
}
.single-categories-courses-item:hover h3, .single-categories-courses-item:focus h3 {
  transform: translateY(-18px);
}
.single-categories-courses-item:hover span, .single-categories-courses-item:focus span {
  transform: translateY(-18px);
}
.single-categories-courses-item:hover .learn-more-btn, .single-categories-courses-item:focus .learn-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 18px;
}

.owl-item:nth-child(2) .single-categories-courses-box, .owl-item:nth-child(8) .single-categories-courses-box, .col-lg-3:nth-child(2) .single-categories-courses-box, .col-lg-3:nth-child(8) .single-categories-courses-box {
  background-color: #fea116;
}
.owl-item:nth-child(2) .single-categories-courses-box:hover .icon, .owl-item:nth-child(2) .single-categories-courses-box:focus .icon, .owl-item:nth-child(8) .single-categories-courses-box:hover .icon, .owl-item:nth-child(8) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(2) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(8) .single-categories-courses-box:focus .icon {
  border-color: #fea116;
  color: #fea116;
}
.owl-item:nth-child(3) .single-categories-courses-box, .owl-item:nth-child(9) .single-categories-courses-box, .col-lg-3:nth-child(3) .single-categories-courses-box, .col-lg-3:nth-child(9) .single-categories-courses-box {
  background-color: #1cb5a3;
}
.owl-item:nth-child(3) .single-categories-courses-box:hover .icon, .owl-item:nth-child(3) .single-categories-courses-box:focus .icon, .owl-item:nth-child(9) .single-categories-courses-box:hover .icon, .owl-item:nth-child(9) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(3) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(9) .single-categories-courses-box:focus .icon {
  border-color: #1cb5a3;
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-categories-courses-box, .owl-item:nth-child(10) .single-categories-courses-box, .col-lg-3:nth-child(4) .single-categories-courses-box, .col-lg-3:nth-child(10) .single-categories-courses-box {
  background-color: #3d64ff;
}
.owl-item:nth-child(4) .single-categories-courses-box:hover .icon, .owl-item:nth-child(4) .single-categories-courses-box:focus .icon, .owl-item:nth-child(10) .single-categories-courses-box:hover .icon, .owl-item:nth-child(10) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(4) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(10) .single-categories-courses-box:focus .icon {
  border-color: #3d64ff;
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-categories-courses-box, .owl-item:nth-child(11) .single-categories-courses-box, .col-lg-3:nth-child(5) .single-categories-courses-box, .col-lg-3:nth-child(11) .single-categories-courses-box {
  background-color: #e74d57;
}
.owl-item:nth-child(5) .single-categories-courses-box:hover .icon, .owl-item:nth-child(5) .single-categories-courses-box:focus .icon, .owl-item:nth-child(11) .single-categories-courses-box:hover .icon, .owl-item:nth-child(11) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(5) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(11) .single-categories-courses-box:focus .icon {
  border-color: #e74d57;
  color: #e74d57;
}
.owl-item:nth-child(6) .single-categories-courses-box, .owl-item:nth-child(12) .single-categories-courses-box, .col-lg-3:nth-child(6) .single-categories-courses-box, .col-lg-3:nth-child(12) .single-categories-courses-box {
  background-color: #9764df;
}
.owl-item:nth-child(6) .single-categories-courses-box:hover .icon, .owl-item:nth-child(6) .single-categories-courses-box:focus .icon, .owl-item:nth-child(12) .single-categories-courses-box:hover .icon, .owl-item:nth-child(12) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(6) .single-categories-courses-box:focus .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:hover .icon, .col-lg-3:nth-child(12) .single-categories-courses-box:focus .icon {
  border-color: #9764df;
  color: #9764df;
}

.single-courses-category {
  text-align: center;
}
.single-courses-category a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 25px;
  color: #252525;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
}
.single-courses-category a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #326AAF;
  z-index: -1;
  transition: 0.5s;
}
.single-courses-category a i {
  display: block;
  font-size: 55px;
  margin-bottom: 10px;
  color: #326AAF;
  transition: 0.5s;
}
.single-courses-category a:hover, .single-courses-category a:focus {
  border-radius: 0;
  color: #ffffff;
  transform: translateY(-7px);
}
.single-courses-category a:hover i, .single-courses-category a:focus i {
  color: #ffffff;
}
.single-courses-category a:hover::before, .single-courses-category a:focus::before {
  height: 100%;
}

.owl-item:nth-child(2) .single-courses-category a i, .owl-item:nth-child(11) .single-courses-category a i, .col-lg-3:nth-child(2) .single-courses-category a i, .col-lg-3:nth-child(11) .single-courses-category a i {
  color: #e40505;
}
.owl-item:nth-child(2) .single-courses-category a::before, .owl-item:nth-child(11) .single-courses-category a::before, .col-lg-3:nth-child(2) .single-courses-category a::before, .col-lg-3:nth-child(11) .single-courses-category a::before {
  background-color: #e40505;
}
.owl-item:nth-child(2) .single-courses-category a:hover i, .owl-item:nth-child(2) .single-courses-category a:focus i, .owl-item:nth-child(11) .single-courses-category a:hover i, .owl-item:nth-child(11) .single-courses-category a:focus i, .col-lg-3:nth-child(2) .single-courses-category a:hover i, .col-lg-3:nth-child(2) .single-courses-category a:focus i, .col-lg-3:nth-child(11) .single-courses-category a:hover i, .col-lg-3:nth-child(11) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(3) .single-courses-category a i, .owl-item:nth-child(12) .single-courses-category a i, .col-lg-3:nth-child(3) .single-courses-category a i, .col-lg-3:nth-child(12) .single-courses-category a i {
  color: #0093c9;
}
.owl-item:nth-child(3) .single-courses-category a::before, .owl-item:nth-child(12) .single-courses-category a::before, .col-lg-3:nth-child(3) .single-courses-category a::before, .col-lg-3:nth-child(12) .single-courses-category a::before {
  background-color: #0093c9;
}
.owl-item:nth-child(3) .single-courses-category a:hover i, .owl-item:nth-child(3) .single-courses-category a:focus i, .owl-item:nth-child(12) .single-courses-category a:hover i, .owl-item:nth-child(12) .single-courses-category a:focus i, .col-lg-3:nth-child(3) .single-courses-category a:hover i, .col-lg-3:nth-child(3) .single-courses-category a:focus i, .col-lg-3:nth-child(12) .single-courses-category a:hover i, .col-lg-3:nth-child(12) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(4) .single-courses-category a i, .owl-item:nth-child(13) .single-courses-category a i, .col-lg-3:nth-child(4) .single-courses-category a i, .col-lg-3:nth-child(13) .single-courses-category a i {
  color: #2d3942;
}
.owl-item:nth-child(4) .single-courses-category a::before, .owl-item:nth-child(13) .single-courses-category a::before, .col-lg-3:nth-child(4) .single-courses-category a::before, .col-lg-3:nth-child(13) .single-courses-category a::before {
  background-color: #2d3942;
}
.owl-item:nth-child(4) .single-courses-category a:hover i, .owl-item:nth-child(4) .single-courses-category a:focus i, .owl-item:nth-child(13) .single-courses-category a:hover i, .owl-item:nth-child(13) .single-courses-category a:focus i, .col-lg-3:nth-child(4) .single-courses-category a:hover i, .col-lg-3:nth-child(4) .single-courses-category a:focus i, .col-lg-3:nth-child(13) .single-courses-category a:hover i, .col-lg-3:nth-child(13) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(5) .single-courses-category a i, .owl-item:nth-child(14) .single-courses-category a i, .col-lg-3:nth-child(5) .single-courses-category a i, .col-lg-3:nth-child(14) .single-courses-category a i {
  color: #bfd131;
}
.owl-item:nth-child(5) .single-courses-category a::before, .owl-item:nth-child(14) .single-courses-category a::before, .col-lg-3:nth-child(5) .single-courses-category a::before, .col-lg-3:nth-child(14) .single-courses-category a::before {
  background-color: #bfd131;
}
.owl-item:nth-child(5) .single-courses-category a:hover i, .owl-item:nth-child(5) .single-courses-category a:focus i, .owl-item:nth-child(14) .single-courses-category a:hover i, .owl-item:nth-child(14) .single-courses-category a:focus i, .col-lg-3:nth-child(5) .single-courses-category a:hover i, .col-lg-3:nth-child(5) .single-courses-category a:focus i, .col-lg-3:nth-child(14) .single-courses-category a:hover i, .col-lg-3:nth-child(14) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(6) .single-courses-category a i, .owl-item:nth-child(15) .single-courses-category a i, .col-lg-3:nth-child(6) .single-courses-category a i, .col-lg-3:nth-child(15) .single-courses-category a i {
  color: #f49b29;
}
.owl-item:nth-child(6) .single-courses-category a::before, .owl-item:nth-child(15) .single-courses-category a::before, .col-lg-3:nth-child(6) .single-courses-category a::before, .col-lg-3:nth-child(15) .single-courses-category a::before {
  background-color: #f49b29;
}
.owl-item:nth-child(6) .single-courses-category a:hover i, .owl-item:nth-child(6) .single-courses-category a:focus i, .owl-item:nth-child(15) .single-courses-category a:hover i, .owl-item:nth-child(15) .single-courses-category a:focus i, .col-lg-3:nth-child(6) .single-courses-category a:hover i, .col-lg-3:nth-child(6) .single-courses-category a:focus i, .col-lg-3:nth-child(15) .single-courses-category a:hover i, .col-lg-3:nth-child(15) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(7) .single-courses-category a i, .owl-item:nth-child(1165) .single-courses-category a i, .col-lg-3:nth-child(7) .single-courses-category a i, .col-lg-3:nth-child(1165) .single-courses-category a i {
  color: #833a8d;
}
.owl-item:nth-child(7) .single-courses-category a::before, .owl-item:nth-child(1165) .single-courses-category a::before, .col-lg-3:nth-child(7) .single-courses-category a::before, .col-lg-3:nth-child(1165) .single-courses-category a::before {
  background-color: #833a8d;
}
.owl-item:nth-child(7) .single-courses-category a:hover i, .owl-item:nth-child(7) .single-courses-category a:focus i, .owl-item:nth-child(1165) .single-courses-category a:hover i, .owl-item:nth-child(1165) .single-courses-category a:focus i, .col-lg-3:nth-child(7) .single-courses-category a:hover i, .col-lg-3:nth-child(7) .single-courses-category a:focus i, .col-lg-3:nth-child(1165) .single-courses-category a:hover i, .col-lg-3:nth-child(1165) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(8) .single-courses-category a i, .owl-item:nth-child(17) .single-courses-category a i, .col-lg-3:nth-child(8) .single-courses-category a i, .col-lg-3:nth-child(17) .single-courses-category a i {
  color: #c81a7f;
}
.owl-item:nth-child(8) .single-courses-category a::before, .owl-item:nth-child(17) .single-courses-category a::before, .col-lg-3:nth-child(8) .single-courses-category a::before, .col-lg-3:nth-child(17) .single-courses-category a::before {
  background-color: #c81a7f;
}
.owl-item:nth-child(8) .single-courses-category a:hover i, .owl-item:nth-child(8) .single-courses-category a:focus i, .owl-item:nth-child(17) .single-courses-category a:hover i, .owl-item:nth-child(17) .single-courses-category a:focus i, .col-lg-3:nth-child(8) .single-courses-category a:hover i, .col-lg-3:nth-child(8) .single-courses-category a:focus i, .col-lg-3:nth-child(17) .single-courses-category a:hover i, .col-lg-3:nth-child(17) .single-courses-category a:focus i {
  color: #ffffff;
}
.owl-item:nth-child(9) .single-courses-category a i, .owl-item:nth-child(18) .single-courses-category a i, .col-lg-3:nth-child(9) .single-courses-category a i, .col-lg-3:nth-child(18) .single-courses-category a i {
  color: #1cb5a3;
}
.owl-item:nth-child(9) .single-courses-category a::before, .owl-item:nth-child(18) .single-courses-category a::before, .col-lg-3:nth-child(9) .single-courses-category a::before, .col-lg-3:nth-child(18) .single-courses-category a::before {
  background-color: #1cb5a3;
}
.owl-item:nth-child(9) .single-courses-category a:hover i, .owl-item:nth-child(9) .single-courses-category a:focus i, .owl-item:nth-child(18) .single-courses-category a:hover i, .owl-item:nth-child(18) .single-courses-category a:focus i, .col-lg-3:nth-child(9) .single-courses-category a:hover i, .col-lg-3:nth-child(9) .single-courses-category a:focus i, .col-lg-3:nth-child(18) .single-courses-category a:hover i, .col-lg-3:nth-child(18) .single-courses-category a:focus i {
  color: #ffffff;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.courses-categories-slides.owl-theme {
  margin-top: -30px;
}
.courses-categories-slides.owl-theme .single-categories-courses-box {
  margin-top: 30px;
}
.courses-categories-slides.owl-theme .single-categories-courses-item {
  margin-top: 30px;
}
.courses-categories-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-categories-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#particles-js-circle-bubble-4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*================================================
Partner CSS
=================================================*/
.partner-area.bg-color {
  background-color: #326AAF;
}
.partner-area.bg-color .section-title h2 {
  color: #ffffff;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  transition: 0.5s;
  opacity: 0.9;
}
.single-partner-item:hover a img, .single-partner-item:focus a img {
  opacity: 1;
}

.partner-slides.owl-theme .owl-stage {
  display: flex;
  align-items: center;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
  position: relative;
  z-index: 1;
  background-color: #326AAF;
  background-image: url(../img/offer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-area .section-title .sub-title {
  color: #ffffff;
}
.offer-area .section-title h2 {
  color: #ffffff;
}
.offer-area .section-title p {
  color: #ffffff;
  opacity: 0.95;
}
.offer-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: -1;
  background-color: #ffffff;
}

.single-offer-box {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.single-offer-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  background: #e40505;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.single-offer-box .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  border: 2px dashed #326AAF;
  border-radius: 50%;
  font-size: 45px;
  color: #326AAF;
  animation: border-transform 10s linear infinite alternate forwards;
  transition: 0.5s;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.single-offer-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-offer-box h3 {
  transition: 0.5s;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-offer-box p {
  transition: 0.5s;
  line-height: 1.8;
}
.single-offer-box:hover .icon {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #ffffff;
}
.single-offer-box:hover::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-offer-box:hover h3 {
  color: #ffffff;
}
.single-offer-box:hover p {
  color: #ffffff;
  opacity: 0.95;
}

.col-lg-4:nth-child(2) .single-offer-box::before {
  background: #326AAF;
}
.col-lg-4:nth-child(2) .single-offer-box .icon {
  border-color: #e40505;
  color: #e40505;
}
.col-lg-4:nth-child(2) .single-offer-box:hover .icon {
  background-color: #e40505;
  color: #ffffff;
  border-color: #ffffff;
}
.col-lg-4:nth-child(3) .single-offer-box::before {
  background: #3d64ff;
}
.col-lg-4:nth-child(3) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}
.col-lg-4:nth-child(3) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}
.col-lg-4:nth-child(5) .single-offer-box::before {
  background: #326AAF;
}
.col-lg-4:nth-child(5) .single-offer-box .icon {
  border-color: #e40505;
  color: #e40505;
}
.col-lg-4:nth-child(5) .single-offer-box:hover .icon {
  background-color: #e40505;
  color: #ffffff;
  border-color: #ffffff;
}
.col-lg-4:nth-child(6) .single-offer-box::before {
  background: #3d64ff;
}
.col-lg-4:nth-child(6) .single-offer-box .icon {
  border-color: #fea116;
  color: #fea116;
}
.col-lg-4:nth-child(6) .single-offer-box:hover .icon {
  background-color: #fea116;
  color: #ffffff;
  border-color: #ffffff;
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.become-instructor-partner-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.become-instructor-partner-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.become-instructor-partner-content {
  position: relative;
  z-index: 1;
  padding: 100px;
  background-image: url(../img/pattern.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
.become-instructor-partner-content h2 {
  margin-bottom: 14px;
  font-size: 37px;
  font-weight: 600;
}
.become-instructor-partner-content p {
  margin-bottom: 25px;
  max-width: 540px;
}
.become-instructor-partner-content .default-btn {
  border-radius: 30px;
}
.become-instructor-partner-content.bg-color {
  background-color: #326AAF;
  background-image: unset !important;
}
.become-instructor-partner-content.bg-color h2 {
  color: #ffffff;
}
.become-instructor-partner-content.bg-color p {
  color: #ffffff;
  opacity: 0.97;
}
.become-instructor-partner-content.bg-color .default-btn {
  background-color: #ffffff;
  color: #252525;
}
.become-instructor-partner-content.bg-color .default-btn .icon-arrow {
  color: #252525;
  transition: 0.5s;
}
.become-instructor-partner-content.bg-color .default-btn:focus, .become-instructor-partner-content.bg-color .default-btn:hover {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}
.become-instructor-partner-content.bg-color .default-btn:focus .icon-arrow, .become-instructor-partner-content.bg-color .default-btn:hover .icon-arrow {
  color: #ffffff;
}
.become-instructor-partner-content.bg-color::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.become-instructor-partner-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.become-instructor-partner-image.bg-image1 {
  background-image: url(../img/become-instructor.jpg);
}
.become-instructor-partner-image.bg-image2 {
  background-image: url(../img/become-partner.jpg);
}
.become-instructor-partner-image img {
  display: none;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-area {
  overflow: hidden;
}

.funfacts-inner {
  overflow: hidden;
  background-color: #326AAF;
  border-radius: 15px;
  padding: 50px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.funfacts-inner .col-lg-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.funfacts-inner .col-lg-3:last-child {
  border-right: 0;
}

.single-funfact {
  text-align: center;
}
.single-funfact .icon {
  color: #ffffff;
  line-height: 0;
  font-size: 50px;
  margin-top: -7px;
  margin-bottom: 10px;
}
.single-funfact h3 {
  margin-bottom: 2px;
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
}
.single-funfact h3 .odometer-formatting-mark {
  display: none;
}
.single-funfact p {
  color: #ffffff;
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.funfacts-style-two {
  overflow: hidden;
  background-color: #326AAF;
  position: relative;
  z-index: 1;
}

#particles-js-circle-bubble {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*================================================
Features CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
}

.single-features-box {
  min-height: 500px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 30px;
  border-right: 1px solid #cccccc;
}
.single-features-box .inner-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}
.single-features-box .inner-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
  font-size: 24px;
  font-weight: 600;
}
.single-features-box .inner-content p {
  color: #ffffff;
  opacity: 0.95;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 0;
}
.single-features-box .inner-content .default-btn {
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.single-features-box:hover .inner-content h3 {
  transform: translateY(-75px);
}
.single-features-box:hover .inner-content p {
  transform: translateY(-75px);
}
.single-features-box:hover .inner-content .default-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slideshow-box {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow-box .slideshow-slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow-box .slideshow-slides li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slideshow-box .slideshow-slides li span.bg1 {
  background-image: url(../img/slideshow/1.webp);
}
.slideshow-box .slideshow-slides li span.bg2 {
  background-image: url(../img/slideshow/2.webp);
}
.slideshow-box .slideshow-slides li span.bg3 {
  background-image: url(../img/slideshow/3.jpg);
}
.slideshow-box .slideshow-slides li span.bg4 {
  background-image: url(../img/slideshow/4.webp);
}
.slideshow-box .slideshow-slides li span.bg5 {
  background-image: url(../img/slideshow/5.jpg);
}
.slideshow-box .slideshow-slides .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage {
  height: 100%;
  width: 100%;
}
.slideshow-box .slideshow-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  width: 100%;
}

.col-lg-3:nth-child(4) .single-features-box {
  border-right: none;
}

/*================================================
Courses CSS
=================================================*/
.courses-area {
  position: relative;
  z-index: 1;
}

.single-courses-box {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid rgba(146, 184, 255, 0.2);
}
.single-courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
}
.single-courses-box .courses-image a img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box .courses-image .courses-tag {
  position: absolute;
  right: 25px;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-courses-box .courses-image .courses-tag a {
  color: #e40505;
  font-weight: 500;
}
.single-courses-box .courses-content {
  padding: 25px 25px 20px;
}
.single-courses-box .courses-content .course-author {
  margin-bottom: 13px;
}
.single-courses-box .courses-content .course-author img {
  width: 37px;
  height: 37px;
}
.single-courses-box .courses-content .course-author span {
  color: #828282;
  font-size: 14.5px;
  font-weight: 500;
}
.single-courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.single-courses-box .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-box .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}
.single-courses-box .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}
.single-courses-box .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-box .courses-box-footer ul li {
  color: #4f5169;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.single-courses-box .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}
.single-courses-box .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-box .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-box .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-box .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #e40505;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-box .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.single-courses-box.without-box-shadow {
  box-shadow: unset;
}
.single-courses-box.without-box-shadow .courses-content {
  padding: 25px 0 18px;
}
.single-courses-box.without-box-shadow .courses-box-footer {
  padding: 18px 0 0;
}
.single-courses-box:hover, .single-courses-box:focus {
  transform: translateY(-10px);
}
.single-courses-box:hover .courses-image .courses-tag, .single-courses-box:focus .courses-image .courses-tag {
  background-color: #e40505;
}
.single-courses-box:hover .courses-image .courses-tag a, .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-item {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  transition: 0.5s;
}
.single-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}
.single-courses-item .courses-image a img {
  transition: 0.5s;
}
.single-courses-item .courses-content {
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
}
.single-courses-item .courses-content .course-author {
  margin-top: -15px;
}
.single-courses-item .courses-content .course-author img {
  width: 50px;
  border: 3px solid #ffffff;
  height: 50px;
  border-radius: 3px;
}
.single-courses-item .courses-content .course-author span {
  color: #252525;
  position: relative;
  top: 10px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}
.single-courses-item .courses-content .courses-rating {
  position: relative;
  top: 4px;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.single-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}
.single-courses-item .courses-content h3 {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-item .courses-content p {
  line-height: 1.8;
}
.single-courses-item .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px;
}
.single-courses-item .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-item .courses-box-footer ul li {
  color: #4f5169;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.single-courses-item .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}
.single-courses-item .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-item .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-item .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-item .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #326AAF;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-item .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.single-courses-item:hover .courses-image img, .single-courses-item:focus .courses-image img {
  transform: scale(1.3) rotate(5deg);
}
.single-courses-item:hover .courses-image .courses-tag, .single-courses-item:focus .courses-image .courses-tag {
  background-color: #e40505;
}
.single-courses-item:hover .courses-image .courses-tag a, .single-courses-item:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.single-courses-list-box {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  transition: 0.5s;
}
.single-courses-list-box .box-item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.single-courses-list-box .box-item .courses-image {
  flex: 0 0 45%;
  max-width: 45%;
  border-radius: 5px 0 0 5px;
}
.single-courses-list-box .box-item .courses-image .image {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-courses-list-box .box-item .courses-image .image.bg-1 {
  background-image: url(../img/courses/1.webp);
}
.single-courses-list-box .box-item .courses-image .image.bg-2 {
  background-image: url(../img/courses/2.webp);
}
.single-courses-list-box .box-item .courses-image .image.bg-3 {
  background-image: url(../img/courses/3.jpg);
}
.single-courses-list-box .box-item .courses-image .image.bg-4 {
  background-image: url(../img/courses/4.webp);
}
.single-courses-list-box .box-item .courses-image .image.bg-5 {
  background-image: url(../img/courses/5.jpg);
}
.single-courses-list-box .box-item .courses-image .image.bg-6 {
  background-image: url(../img/courses/6.jpg);
}
.single-courses-list-box .box-item .courses-image .image img {
  display: none;
}
.single-courses-list-box .box-item .courses-image .image .courses-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-courses-list-box .box-item .courses-image .image .courses-tag a {
  color: #e40505;
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-image .image a.link-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.single-courses-list-box .box-item .courses-desc {
  flex: 0 0 55%;
  max-width: 55%;
}
.single-courses-list-box .box-item .courses-desc .courses-content {
  padding: 25px 25px 20px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author {
  margin-bottom: 13px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author img {
  width: 37px;
  height: 37px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .course-author span {
  color: #252525;
  font-size: 14.5px;
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-desc .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 19px;
  font-weight: 600;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating {
  margin-bottom: 12px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 16px;
  margin-right: -2px;
}
.single-courses-list-box .box-item .courses-desc .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 13px;
}
.single-courses-list-box .box-item .courses-desc .courses-content p {
  margin-bottom: 0;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer {
  border-top: 1px solid #e2f4ff;
  padding: 20px 25px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li {
  color: #4f5169;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
  color: #252525;
  position: relative;
  top: 1px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i.bx-book-open {
  top: 1.3px;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .students-number {
  flex: 0 0 37%;
  max-width: 37%;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-lesson {
  flex: 0 0 34%;
  max-width: 34%;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
  flex: 0 0 29%;
  max-width: 29%;
  text-align: right;
  color: #326AAF;
  font-size: 18px;
  font-weight: 500;
}
.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price span {
  color: #81868a;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}
.single-courses-list-box:hover .box-item .courses-image .image .courses-tag {
  background-color: #e40505;
  color: #ffffff;
}
.single-courses-list-box:hover .box-item .courses-image .image .courses-tag a {
  color: #ffffff;
}

.owl-item:nth-child(2) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box .courses-image .courses-tag a {
  color: #326AAF;
}
.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #326AAF;
}
.owl-item:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(2) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(8) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}
.owl-item:nth-child(3) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box .courses-image .courses-tag a {
  color: #fea116;
}
.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #fea116;
}
.owl-item:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(3) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(9) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}
.owl-item:nth-child(4) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box .courses-image .courses-tag a {
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #1cb5a3;
}
.owl-item:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(4) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(10) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}
.owl-item:nth-child(5) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box .courses-image .courses-tag a {
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #3d64ff;
}
.owl-item:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(5) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(11) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}
.owl-item:nth-child(6) .single-courses-box .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box .courses-image .courses-tag a {
  color: #e74d57;
}
.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag {
  background-color: #e74d57;
}
.owl-item:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .owl-item:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-4:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-6:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(6) .single-courses-box:focus .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:hover .courses-image .courses-tag a, .col-lg-3:nth-child(12) .single-courses-box:focus .courses-image .courses-tag a {
  color: #ffffff;
}

.shorting-menu {
  margin-bottom: 40px;
  margin-top: -30px;
}
.shorting-menu .filter {
  background-color: transparent;
  border: none;
  color: #4f5169;
  transition: 0.5s;
  padding: 0;
  margin-right: 20px;
  font-weight: 500;
}
.shorting-menu .filter:hover, .shorting-menu .filter:focus, .shorting-menu .filter.active {
  color: #326AAF;
}

.shorting .mix {
  display: none;
}

.courses-slides.owl-theme {
  margin-top: -25px;
}
.courses-slides.owl-theme .single-courses-box {
  margin-top: 25px;
}
.courses-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.courses-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.courses-slides.owl-theme .owl-nav [class*=owl-]:hover, .courses-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.courses-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.courses-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .courses-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}
.courses-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.courses-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0.9);
}
.courses-slides.owl-theme .owl-dots .owl-dot:hover span, .courses-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #326AAF;
}
.courses-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}

.courses-list-tab .tabs {
  margin-bottom: 40px;
  text-align: center;
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0px rgba(146, 184, 255, 0.15);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.courses-list-tab .tabs li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.courses-list-tab .tabs li:last-child {
  margin-right: 0;
}
.courses-list-tab .tabs li:first-child {
  margin-left: 0;
}
.courses-list-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
.courses-list-tab .tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  background: #eeeeee;
}
.courses-list-tab .tabs li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  background-color: #326AAF;
  transform: scaleX(0);
}
.courses-list-tab .tabs li a:hover, .courses-list-tab .tabs li a:focus {
  color: #326AAF;
}
.courses-list-tab .tabs li a:hover::after, .courses-list-tab .tabs li a:focus::after {
  transform: scaleX(1);
}
.courses-list-tab .tabs li.current a {
  color: #326AAF;
}
.courses-list-tab .tabs li.current a::after {
  transform: scaleX(1);
}

.tab .tabs-item {
  display: none;
}
.tab .tabs-item:first-child {
  display: block;
}

.courses-topbar {
  margin-bottom: 40px;
}
.courses-topbar .topbar-result-count p {
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.courses-topbar .topbar-ordering-and-search {
  text-align: right;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #4f5169;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #4f5169;
  border-width: 1px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #326AAF;
}
.courses-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
  color: #326AAF;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: #4f5169;
  transition: 0.5s;
}
.courses-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

/*================================================
Courses Details CSS
=================================================*/
.courses-details-header {
  margin-bottom: 30px;
}
.courses-details-header .courses-title h2 {
  margin-bottom: 12px;
  font-size: 29px;
  font-weight: 600;
}
.courses-details-header .courses-meta {
  margin-top: 20px;
}
.courses-details-header .courses-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-header .courses-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}
.courses-details-header .courses-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.courses-details-header .courses-meta ul li span {
  display: block;
  color: #326AAF;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.courses-details-header .courses-meta ul li a {
  display: inline-block;
  color: #252525;
}
.courses-details-header .courses-meta ul li a:hover, .courses-details-header .courses-meta ul li a:focus {
  color: #326AAF;
}
.courses-details-header .courses-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.courses-details-header .courses-price {
  text-align: right;
}
.courses-details-header .courses-price .price {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 6px;
  font-size: 35px;
  font-weight: 600;
}
.courses-details-header .courses-price .default-btn {
  border-radius: 5px;
}
.courses-details-header .courses-price .courses-review {
  display: block;
  margin-bottom: 10px;
}
.courses-details-header .courses-price .courses-review .review-stars {
  display: inline-block;
}
.courses-details-header .courses-price .courses-review .review-stars i {
  color: #f2b827;
  font-size: 20px;
  display: inline-block;
  margin-right: -3px;
}
.courses-details-header .courses-price .courses-review .reviews-total {
  position: relative;
  color: #4f5169;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 2px;
}

.courses-details-image {
  border-radius: 5px;
}
.courses-details-image img {
  width: 100%;
  border-radius: 5px;
}

.courses-details-desc {
  margin-top: 35px;
}
.courses-details-desc h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.courses-details-desc h3:not(first-child) {
  margin-top: 30px;
}
.courses-details-desc .why-you-learn {
  margin-top: 20px;
}
.courses-details-desc .why-you-learn ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -12px;
}
.courses-details-desc .why-you-learn ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
.courses-details-desc .why-you-learn ul li span {
  display: block;
  color: #252525;
  position: relative;
  padding-left: 28px;
  line-height: 1.7;
  font-weight: 500;
}
.courses-details-desc .why-you-learn ul li span i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #326AAF;
  font-size: 22px;
}
.courses-details-desc .requirements-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .requirements-list li {
  color: #4f5169;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
}
.courses-details-desc .requirements-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}
.courses-details-desc .requirements-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc p strong {
  color: #252525;
}
.courses-details-desc .description-features-list {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}
.courses-details-desc .description-features-list li {
  color: #4f5169;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}
.courses-details-desc .description-features-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}
.courses-details-desc .description-features-list li strong {
  color: #252525;
}
.courses-details-desc .description-features-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc .audience-list {
  padding-left: 15px;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .audience-list li {
  color: #4f5169;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}
.courses-details-desc .audience-list li::before {
  position: absolute;
  left: 0;
  content: "";
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #252525;
}
.courses-details-desc .audience-list li strong {
  color: #252525;
}
.courses-details-desc .audience-list li:last-child {
  margin-bottom: 0;
}
.courses-details-desc .courses-author {
  margin-top: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}
.courses-details-desc .courses-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #326AAF;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-details-desc .courses-author .author-profile {
  padding: 0 25px 25px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #e40505;
  font-size: 14px;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}
.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.courses-details-desc .courses-accordion {
  margin-top: 20px;
}
.courses-details-desc .courses-accordion .accordion {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .courses-accordion .accordion .accordion-item {
  background-color: #fdfdfd;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 0;
  position: relative;
  padding: 13px 40px 13px 15px;
  border-top: none;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active i {
  transform: translateY(-50%) rotate(180deg);
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title:hover, .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title.active {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF !important;
}
.courses-details-desc .courses-accordion .accordion .accordion-item:first-child .accordion-title {
  border-top: 1px solid #eeeeee;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content {
  border: 1px solid #eeeeee;
  border-top: none;
  display: none;
  padding: 10px 15px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  padding-top: 15px;
  padding-right: 210px;
  padding-bottom: 15px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons:last-child {
  border-bottom: none;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .number {
  color: #252525;
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  font-size: 15.5px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .preview {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: #0eb582;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .locked {
  padding: 1px 7px 0px;
  text-align: center;
  margin-left: 5px;
  background: red;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title {
  display: inline-block;
  color: #726b6b;
  font-size: 15.5px;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-title:hover {
  color: #326AAF;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  margin-right: 10px;
  color: #726b6b;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .duration i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #326AAF;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 500;
  color: #726b6b;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video i {
  position: absolute;
  left: 0;
  font-size: 17px;
  top: 2px;
  color: #326AAF;
}
.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info .attrachment-video:hover {
  color: #326AAF;
}

.related-courses {
  margin-top: 40px;
}
.related-courses h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

.courses-sidebar-information {
  margin-bottom: 40px;
}
.courses-sidebar-information ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.courses-sidebar-information ul li {
  border-bottom: 1px dashed #eeeeee;
  color: #252525;
  overflow: hidden;
  text-align: right;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
}
.courses-sidebar-information ul li span {
  display: block;
  width: 170px;
  text-align: left;
  float: left;
}
.courses-sidebar-information ul li span i {
  color: #326AAF;
  position: relative;
  top: 4px;
  transition: 0.5s;
  font-size: 20px;
  margin-right: 2px;
}
.courses-sidebar-information ul li:hover span i {
  transform: rotateY(-180deg);
}
.courses-sidebar-information ul li:last-child {
  border-bottom: none;
}

.courses-sidebar-syllabus {
  border: 1px solid #f3f3f3;
  margin-bottom: 40px;
  border-radius: 5px;
  padding: 20px;
}
.courses-sidebar-syllabus h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}
.courses-sidebar-syllabus .chapter {
  color: #326AAF;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}
.courses-sidebar-syllabus h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
.courses-sidebar-syllabus .courses-list {
  margin-bottom: 30px;
}
.courses-sidebar-syllabus .courses-list ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.courses-sidebar-syllabus .courses-list ul li {
  font-size: 15px;
  color: #4f5169;
  line-height: 23px;
  margin: 12px 0;
}
.courses-sidebar-syllabus .courses-list ul li a {
  display: inline-block;
  color: #4f5169;
}
.courses-sidebar-syllabus .courses-list ul li a:hover, .courses-sidebar-syllabus .courses-list ul li a:focus {
  color: #326AAF;
}
.courses-sidebar-syllabus .courses-list ul li a .free-lesson {
  padding: 1px 8px;
  text-align: center;
  margin-left: 5px;
  background: #e40505;
  color: #ffffff;
  position: relative;
  top: -2px;
  font-weight: 500;
  font-size: 12px;
}
.courses-sidebar-syllabus .courses-list ul li .number {
  display: inline-block;
  color: #252525;
  font-weight: 500;
}
.courses-sidebar-syllabus .courses-list:last-child {
  margin-bottom: 0;
}

.courses-purchase-info {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  background-image: url(../img/mission-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-purchase-info::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #326AAF;
  opacity: 0.6;
  z-index: -1;
}
.courses-purchase-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.courses-purchase-info h4 {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 19px;
}
.courses-purchase-info p {
  color: #ffffff;
  font-size: 14px;
}
.courses-purchase-info a {
  margin-right: 15px;
  text-decoration: underline;
  color: #ffffff;
  font-weight: 500;
}

.courses-review-comments {
  margin-top: 40px;
}
.courses-review-comments h3 {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.courses-review-comments .user-review {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0 20px 110px;
  position: relative;
}
.courses-review-comments .user-review img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.courses-review-comments .user-review .sub-comment {
  margin-bottom: 10px;
  font-weight: 600;
}
.courses-review-comments .user-review .review-rating {
  display: block;
  margin-bottom: 10px;
}
.courses-review-comments .user-review .review-rating .review-stars {
  display: inline-block;
}
.courses-review-comments .user-review .review-rating .review-stars i {
  color: #f2b827;
  font-size: 18px;
  display: inline-block;
  margin-right: -3px;
}
.courses-review-comments .user-review .review-rating span {
  color: #252525;
  position: relative;
  top: -2px;
  font-weight: 500;
  margin-left: 5px;
}

/*================================================
Team CSS
=================================================*/
.team-area {
  position: relative;
  z-index: 2;
}

.single-instructor-member {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  text-align: center;
  z-index: 1;
  transition: 0.5s;
}
.single-instructor-member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  transition: 0.5s;
  z-index: -1;
}
.single-instructor-member .member-image {
  overflow: hidden;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.single-instructor-member .member-image img {
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}
.single-instructor-member .member-content {
  padding: 15px 25px 25px 25px;
  border-radius: 5px;
  position: relative;
}
.single-instructor-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.single-instructor-member .member-content h3 a {
  display: inline-block;
}
.single-instructor-member .member-content span {
  display: block;
  color: #326AAF;
  font-weight: 500;
}
.single-instructor-member .member-content .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}
.single-instructor-member .member-content .social li {
  display: inline-block;
}
.single-instructor-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: #e40505;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-15px);
  position: relative;
}
.single-instructor-member .member-content .social li a.facebook {
  background-color: #3b5998;
}
.single-instructor-member .member-content .social li a.twitter {
  background-color: #1da1f2;
}
.single-instructor-member .member-content .social li a.instagram {
  background-color: #c13584;
}
.single-instructor-member .member-content .social li a.linkedin {
  background-color: #0077b5;
}
.single-instructor-member .member-content .social li a:hover, .single-instructor-member .member-content .social li a:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.single-instructor-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-instructor-member .member-content .social li:nth-child(2) a {
  transition-delay: 0.05s;
}
.single-instructor-member .member-content .social li:nth-child(3) a {
  transition-delay: 0.1s;
}
.single-instructor-member .member-content .social li:nth-child(4) a {
  transition-delay: 0.15s;
}
.single-instructor-member:hover::after, .single-instructor-member:focus::after {
  transform: rotate(7deg);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-instructor-member:hover .member-image img, .single-instructor-member:focus .member-image img {
  transform: translateY(-50px);
}
.single-instructor-member:hover .member-content .social li a, .single-instructor-member:focus .member-content .social li a {
  opacity: 1;
  transform: translateY(0);
}

.team-btn-box {
  margin-top: 40px;
}

.single-instructor-box {
  text-align: center;
}
.single-instructor-box .image {
  border: 4px solid #ffcbd6;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}
.single-instructor-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.single-instructor-box .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}
.single-instructor-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #252525;
  border-radius: 2px;
  transition: 0.5s;
}
.single-instructor-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #326AAF;
}
.single-instructor-box .image .social li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-instructor-box .image .social li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-instructor-box .image .social li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-instructor-box .image .social li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-instructor-box .content {
  margin-top: 25px;
}
.single-instructor-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-instructor-box .content h3 a {
  display: inline-block;
}
.single-instructor-box .content span {
  display: block;
  color: #326AAF;
  font-size: 14px;
  margin-top: 6px;
}
.single-instructor-box:hover .image {
  border-color: #326AAF;
}
.single-instructor-box:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.owl-item:nth-child(2) .single-instructor-box .image, .owl-item:nth-child(6) .single-instructor-box .image, .col-lg-4:nth-child(2) .single-instructor-box .image, .col-lg-4:nth-child(6) .single-instructor-box .image {
  border-color: #ffe5be;
}
.owl-item:nth-child(2) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(6) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(2) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(6) .single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fea116;
}
.owl-item:nth-child(2) .single-instructor-box .content span, .owl-item:nth-child(6) .single-instructor-box .content span, .col-lg-4:nth-child(2) .single-instructor-box .content span, .col-lg-4:nth-child(6) .single-instructor-box .content span {
  color: #fea116;
}
.owl-item:nth-child(2) .single-instructor-box:hover .image, .owl-item:nth-child(6) .single-instructor-box:hover .image, .col-lg-4:nth-child(2) .single-instructor-box:hover .image, .col-lg-4:nth-child(6) .single-instructor-box:hover .image {
  border-color: #fea116;
}
.owl-item:nth-child(3) .single-instructor-box .image, .owl-item:nth-child(5) .single-instructor-box .image, .col-lg-4:nth-child(3) .single-instructor-box .image, .col-lg-4:nth-child(5) .single-instructor-box .image {
  border-color: #b2f3df;
}
.owl-item:nth-child(3) .single-instructor-box .image .social li a:hover, .owl-item:nth-child(5) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(3) .single-instructor-box .image .social li a:hover, .col-lg-4:nth-child(5) .single-instructor-box .image .social li a:hover {
  color: #ffffff;
  background-color: #e40505;
}
.owl-item:nth-child(3) .single-instructor-box .content span, .owl-item:nth-child(5) .single-instructor-box .content span, .col-lg-4:nth-child(3) .single-instructor-box .content span, .col-lg-4:nth-child(5) .single-instructor-box .content span {
  color: #e40505;
}
.owl-item:nth-child(3) .single-instructor-box:hover .image, .owl-item:nth-child(5) .single-instructor-box:hover .image, .col-lg-4:nth-child(3) .single-instructor-box:hover .image, .col-lg-4:nth-child(5) .single-instructor-box:hover .image {
  border-color: #e40505;
}

.team-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.team-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.team-slides.owl-theme .owl-nav [class*=owl-]:hover, .team-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.team-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.team-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .team-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

#particles-js-circle-bubble-3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.single-team-member {
  text-align: center;
  position: relative;
}
.single-team-member .member-content {
  padding: 25px;
  position: absolute;
  left: 0;
  top: 85%;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  opacity: 0;
  right: 0;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(10px);
  margin-left: 15px;
  margin-right: 15px;
}
.single-team-member .member-content h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.single-team-member .member-content h3 a {
  display: inline-block;
}
.single-team-member .member-content span {
  display: block;
  color: #326AAF;
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 14px;
}
.single-team-member .member-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 5;
}
.single-team-member .member-content .social li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.single-team-member .member-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: unset;
  font-size: 16px;
  border-radius: 50%;
  background-color: #e40505;
  color: #ffffff;
  position: relative;
}
.single-team-member .member-content .social li a.facebook {
  background-color: #3b5998;
}
.single-team-member .member-content .social li a.twitter {
  background-color: #1da1f2;
}
.single-team-member .member-content .social li a.instagram {
  background-color: #c13584;
}
.single-team-member .member-content .social li a.linkedin {
  background-color: #0077b5;
}
.single-team-member .member-content .social li a:hover, .single-team-member .member-content .social li a:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.single-team-member .member-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-team-member:hover .member-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*================================================
Team Details CSS
=================================================*/
.instructor-details-area .section-title {
  margin-bottom: 40px;
}

.instructor-details-desc {
  margin-bottom: 60px;
}
.instructor-details-desc .instructor-details-sidebar {
  text-align: center;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta {
  margin-bottom: 20px;
  margin-top: 30px;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
  position: relative;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-left: 8px;
  margin-right: 8px;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li span {
  display: block;
  color: #326AAF;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a {
  display: inline-block;
  color: #252525;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a:hover, .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li a:focus {
  color: #326AAF;
}
.instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.instructor-details-desc .instructor-details-sidebar .default-btn {
  border-radius: 30px;
}
.instructor-details-desc .instructor-details-sidebar .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.instructor-details-desc .instructor-details-sidebar .social-link li {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  position: relative;
  background-color: #326AAF;
  border: 1px solid #326AAF;
  border-radius: 50%;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  transform: translateY(-48%);
}
.instructor-details-desc .instructor-details-sidebar .social-link li a:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a:focus {
  background-color: transparent;
  color: #326AAF;
  border-color: #326AAF;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff;
}
.instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:hover, .instructor-details-desc .instructor-details-sidebar .social-link li a.pinterest:focus {
  color: #bd081c;
  background-color: transparent;
}
.instructor-details-desc .instructor-details h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
}
.instructor-details-desc .instructor-details .sub-title {
  color: #326AAF;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.instructor-details-desc .instructor-details .instructor-details-info {
  margin-top: 25px;
}
.instructor-details-desc .instructor-details .instructor-details-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.instructor-details-desc .instructor-details .instructor-details-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li {
  position: relative;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-left: 37px;
  margin-bottom: 15px;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  margin-bottom: 0;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.instructor-details-desc .instructor-details .instructor-details-info ul li span {
  display: block;
  color: #326AAF;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.instructor-details-desc .instructor-details .instructor-details-info ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/*================================================
Mission CSS
=================================================*/
.mission-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/mission-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-content {
  background-color: #ffffff;
  padding: 60px;
  border-radius: 5px;
  max-width: 630px;
}
.mission-content .section-title {
  margin-bottom: 35px;
}
.mission-content h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.mission-content .default-btn {
  margin-top: 8px;
}
.mission-content .owl-theme .owl-nav {
  margin-top: 0;
}
.mission-content .owl-theme .owl-nav [class*=owl-] {
  color: #252525;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  position: absolute;
  left: -84px;
  transition: 0.5s;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 50%;
}
.mission-content .owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -84px;
}
.mission-content .owl-theme .owl-nav [class*=owl-]:hover, .mission-content .owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-testimonials-item {
  background-color: #ffffff;
  padding: 35px 30px 95px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: 0.5s;
  position: relative;
  margin-bottom: 100px;
}
.single-testimonials-item p {
  line-height: 1.9;
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 16px;
}
.single-testimonials-item .info {
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
}
.single-testimonials-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid #ffffff;
}
.single-testimonials-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.single-testimonials-item .info span {
  color: #326AAF;
  display: block;
  font-weight: 500;
}

.owl-item .single-testimonials-item {
  box-shadow: unset;
  margin-top: 30px;
  transition: 0.5s;
  opacity: 0.7;
}
.owl-item.active.center .single-testimonials-item {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
  margin-top: 0;
  background-color: #326AAF;
  transition: 0.5s;
  opacity: 1;
}
.owl-item.active.center .single-testimonials-item p {
  color: #ffffff;
}

.testimonials-slides.owl-theme .owl-dots {
  margin-top: 15px;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #dddddd;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0.9);
}
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #326AAF;
}
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1.2);
}

.feedback-area {
  position: relative;
  z-index: 1;
  background-color: #F7F5F4;
}

.single-feedback-item {
  text-align: left;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.single-feedback-item p {
  color: #252525;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.single-feedback-item .info {
  text-align: right;
  margin-top: 81px;
  position: relative;
  z-index: 1;
  padding-right: 28px;
  padding-bottom: 0;
}
.single-feedback-item .info img {
  width: 100px !important;
  height: 100px;
  display: inline-block !important;
  border: 3px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single-feedback-item .info h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.single-feedback-item .info span {
  color: #326AAF;
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.single-feedback-item .info::before {
  content: "";
  position: absolute;
  right: 190px;
  bottom: 45px;
  width: 110px;
  height: 75px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/arrow.webp);
}

.feedback-slides.owl-theme {
  margin-bottom: -40px;
}
.feedback-slides.owl-theme .single-feedback-item {
  margin-bottom: 40px;
}
.feedback-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: 50px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-]:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .feedback-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 70px;
  opacity: 1;
  visibility: visible;
}
.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 70px;
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.single-gallery-item img {
  border-radius: 5px;
  cursor: zoom-in;
  transition: 0.5s;
}
.single-gallery-item:hover img {
  transform: scale(1.2) rotate(5deg);
  filter: blur(3px);
}

/*================================================
Students Feedback Form CSS
=================================================*/
.students-feedback-form-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/feedback-form-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.students-feedback-form-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 600;
}

.students-feedback-form {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  color: #ffffff;
}
.students-feedback-form h3 {
  background-color: #326AAF;
  margin-bottom: 0;
  color: #ffffff;
  padding: 25px 20px;
  font-size: 25px;
  font-weight: 600;
}
.students-feedback-form form {
  color: #252525;
  padding: 30px;
}
.students-feedback-form form .form-group {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.students-feedback-form form .form-group .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1.3px solid #eeeeee;
  padding: 0 0 0 30px;
  color: #252525;
  height: 45px;
  box-shadow: unset !important;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 400;
}
.students-feedback-form form .form-group .form-control::placeholder {
  transition: 0.2s;
}
.students-feedback-form form .form-group .form-control:focus {
  padding-left: 0;
}
.students-feedback-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.students-feedback-form form .form-group .form-control:focus + .label-title::before {
  width: 100%;
}
.students-feedback-form form .form-group .form-control:focus + .label-title {
  color: #A1A1A1;
}
.students-feedback-form form .form-group .form-control:focus + .label-title i {
  top: -15px;
}
.students-feedback-form form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #252525;
}
.students-feedback-form form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.5s;
  background: #326AAF;
}
.students-feedback-form form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 10px;
  font-size: 20px;
}
.students-feedback-form form .form-group textarea.form-control {
  height: auto !important;
  padding-top: 10px;
}
.students-feedback-form::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-top: -20px;
  border-right-color: inherit;
  z-index: -1;
}

.feedback-form-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.feedback-form-inner {
  background-color: #ffffff;
  border-radius: 5px 0 5px 5px;
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
}
.feedback-form-inner .feedback-form-image {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.feedback-form-inner .feedback-form-image img {
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
  right: 0;
}
.feedback-form-inner .feedback-form {
  position: relative;
}
.feedback-form-inner .feedback-form h3 {
  color: #ffffff;
  background-color: #e40505;
  text-align: center;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}
.feedback-form-inner .feedback-form form {
  text-align: center;
  padding: 30px 30px 30px 0;
}
.feedback-form-inner .feedback-form form .form-group {
  text-align: left;
}
.feedback-form-inner .feedback-form form .form-control::placeholder {
  transition: 0.5s;
}
.feedback-form-inner .feedback-form form .form-control:focus::placeholder {
  color: transparent;
}
.feedback-form-inner .feedback-form form .default-btn {
  margin-top: 5px;
  border-radius: 3px;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image {
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  position: relative;
  overflow: hidden;
}
.single-blog-post .post-image img {
  transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
}
.single-blog-post .post-image::before, .single-blog-post .post-image::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.single-blog-post .post-image::before {
  width: 60px;
  height: 1px;
  left: 100%;
}
.single-blog-post .post-image::after {
  height: 60px;
  width: 1px;
  top: 0;
}
.single-blog-post .post-image .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}
.single-blog-post .post-image .tag a {
  display: inline-block;
  background-color: #ffffff;
  color: #326AAF;
  transition: 0.5s;
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post .post-content {
  margin-top: 25px;
}
.single-blog-post .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}
.single-blog-post .post-content .post-meta li {
  display: inline-block;
  color: #4f5169;
  margin-right: 15px;
  position: relative;
}
.single-blog-post .post-content .post-meta li.post-author img {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
}
.single-blog-post .post-content .post-meta li.post-author a {
  color: #e40505;
}
.single-blog-post .post-content .post-meta li a {
  display: inline-block;
  color: #4f5169;
}
.single-blog-post .post-content .post-meta li a:hover, .single-blog-post .post-content .post-meta li a:focus {
  color: #326AAF;
}
.single-blog-post .post-content .post-meta li::before {
  position: absolute;
  right: -10px;
  top: 7px;
  height: 14px;
  content: "";
  width: 1px;
  background-color: #4f5169;
  transform: rotate(15deg);
}
.single-blog-post .post-content .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-post .post-content .post-meta li:last-child::before {
  display: none;
}
.single-blog-post .post-content h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
.single-blog-post .post-content .read-more-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}
.single-blog-post .post-content .read-more-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-blog-post .post-content .read-more-btn::before {
  content: "";
  position: absolute;
  background-color: #326AAF;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: -1;
  transition: 0.5s;
}
.single-blog-post .post-content .read-more-btn:hover::before, .single-blog-post .post-content .read-more-btn:focus::before {
  width: 100%;
}
.single-blog-post:hover .post-image::before, .single-blog-post:hover .post-image::after, .single-blog-post:focus .post-image::before, .single-blog-post:focus .post-image::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.single-blog-post:hover .post-image img, .single-blog-post:focus .post-image img {
  zoom: 1;
  opacity: 0.9 !important;
  transform: scale(1.07);
}
.single-blog-post:hover .post-image .tag a, .single-blog-post:focus .post-image .tag a {
  background-color: #326AAF;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  border-style: solid;
  border-color: #e3e4ef;
  border-width: 2px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -50px;
}
.blog-slides.owl-theme .owl-nav [class*=owl-]:hover, .blog-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
  box-shadow: 0px 8px 16px 0px rgba(241, 96, 1, 0.2);
}
.blog-slides.owl-theme .owl-nav [class*=owl-].disabled {
  color: #e3e4ef;
}
.blog-slides.owl-theme .owl-nav [class*=owl-].disabled:hover, .blog-slides.owl-theme .owl-nav [class*=owl-].disabled:focus {
  background-color: transparent;
  color: #e3e4ef;
  border-color: #e3e4ef;
  box-shadow: unset;
}
.blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: -70px;
  opacity: 1;
  visibility: visible;
}
.blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.owl-item:nth-child(2) .single-blog-post .post-image .tag a, .owl-item:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post .post-image .tag a {
  color: #e40505;
}
.owl-item:nth-child(2) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(2) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(7) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(2) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(7) .single-blog-post:focus .post-image .tag a {
  background-color: #e40505;
  color: #ffffff;
}
.owl-item:nth-child(3) .single-blog-post .post-image .tag a, .owl-item:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post .post-image .tag a {
  color: #fea116;
}
.owl-item:nth-child(3) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(3) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(8) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(3) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(8) .single-blog-post:focus .post-image .tag a {
  background-color: #fea116;
  color: #ffffff;
}
.owl-item:nth-child(4) .single-blog-post .post-image .tag a, .owl-item:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post .post-image .tag a {
  color: #1cb5a3;
}
.owl-item:nth-child(4) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(4) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(9) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(4) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(9) .single-blog-post:focus .post-image .tag a {
  background-color: #1cb5a3;
  color: #ffffff;
}
.owl-item:nth-child(5) .single-blog-post .post-image .tag a, .owl-item:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post .post-image .tag a {
  color: #3d64ff;
}
.owl-item:nth-child(5) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(5) .single-blog-post:focus .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:hover .post-image .tag a, .owl-item:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-4:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-6:nth-child(10) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(5) .single-blog-post:focus .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:hover .post-image .tag a, .col-lg-3:nth-child(10) .single-blog-post:focus .post-image .tag a {
  background-color: #3d64ff;
  color: #ffffff;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 30px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #326AAF;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #252525;
}
.blog-details-desc .article-content .entry-meta ul li a:hover, .blog-details-desc .article-content .entry-meta ul li a:focus {
  color: #326AAF;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #4f5169;
}
.blog-details-desc .article-content .features-list li i {
  color: #326AAF;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #4f5169;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #252525;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #4f5169;
  font-weight: 500;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #326AAF;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  color: #4f5169;
  position: relative;
  top: -2px;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #326AAF;
  color: #ffffff;
  border: 1px solid #326AAF;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}
.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #326AAF;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f8f8f8;
}
.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #326AAF;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #e40505;
  font-size: 14px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #252525;
  padding: 5px 12px 4px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #326AAF;
  color: #ffffff;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: #252525;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #326AAF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.raque-post-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.prev-link-wrapper a {
  display: flex;
  align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #326AAF;
}
.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}
.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #326AAF;
  visibility: hidden;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: #252525;
  transition: 0.5s;
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #4f5169;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}
.next-link-wrapper a {
  display: flex;
  align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #326AAF;
}
.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: 0.5s;
}
.next-link-wrapper .image-next img {
  border-radius: 5px;
}
.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #326AAF;
  visibility: hidden;
  transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.next-link-wrapper .next-link-info-wrapper {
  transition: 0.5s;
  color: #252525;
}
.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: #4f5169;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 600;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: #252525;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #252525;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #326AAF;
  border-color: #326AAF;
}
.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #4f5169;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  color: #4f5169;
}
.comments-area .comment-metadata a:hover {
  color: #326AAF;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
  transition: 0.5s;
  color: #4f5169;
}
.comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #4f5169;
  position: relative;
  top: -1.5px;
  font-weight: normal;
  font-size: 16px;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #326AAF;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #e40505;
}

/*================================================
How It Works CSS
=================================================*/
.how-it-works-area {
  position: relative;
  z-index: 1;
  background-color: #326AAF;
}
.how-it-works-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/bg-lines.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.how-it-works-area .section-title .sub-title {
  color: #ffffff;
}
.how-it-works-area .section-title h2 {
  color: #ffffff;
}

.single-work-process {
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-work-process .icon {
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 30px;
  font-size: 50px;
  color: #ffffff;
  transition: 0.5s;
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.single-work-process .icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.single-work-process h3 {
  color: #ffffff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.single-work-process p {
  color: #ffffff;
  opacity: 0.95;
}
.single-work-process::before {
  content: "";
  position: absolute;
  right: -55px;
  top: 15px;
  width: 110px;
  height: 75px;
  transform: rotate(-15deg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/white-arrow.webp);
}
.single-work-process:hover .icon {
  background-color: #ffffff;
  color: #326AAF;
  border-color: #ffffff;
}

.col-lg-4:nth-child(2) .single-work-process:hover .icon {
  color: #e40505;
}
.col-lg-4:nth-child(2) .single-work-process::before {
  transform: rotate(-10deg);
}
.col-lg-4:nth-child(3) .single-work-process:hover .icon {
  color: #fea116;
}
.col-lg-4:nth-child(3) .single-work-process::before {
  display: none;
}

/*================================================
Pricing CSS
=================================================*/
.pricing-area {
  background-color: #f7fafd;
}

.pricing-table {
  background-color: #ffffff;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
}
.pricing-table table {
  margin-bottom: 0;
  text-align: center;
}
.pricing-table table thead tr {
  background: #326AAF;
}
.pricing-table table thead tr th {
  vertical-align: middle;
  border: none;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
}
.pricing-table table thead tr th:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.pricing-table table tbody td {
  vertical-align: middle;
  color: #252525;
  padding: 16px 20px;
  border-color: #eeeeee;
  font-size: 15px;
  font-weight: 400;
}
.pricing-table table tbody td:nth-child(1) {
  text-align: left;
  padding-left: 30px;
}
.pricing-table table tbody td i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background-color: #e40505;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.pricing-table table tbody td i.bx-x {
  line-height: 22px;
}
.pricing-table table tbody tr:nth-child(1) td i, .pricing-table table tbody tr:nth-child(8) td i {
  background-color: #facd60;
}
.pricing-table table tbody tr:nth-child(3) td i, .pricing-table table tbody tr:nth-child(10) td i {
  background-color: #fd6c28;
}
.pricing-table table tbody tr:nth-child(4) td i, .pricing-table table tbody tr:nth-child(11) td i {
  background-color: #ee0979;
}
.pricing-table table tbody tr:nth-child(5) td i, .pricing-table table tbody tr:nth-child(12) td i {
  background-color: #1ac0c6;
}
.pricing-table table tbody tr:nth-child(6) td i, .pricing-table table tbody tr:nth-child(13) td i {
  background-color: #f45271;
}
.pricing-table table tbody tr:nth-child(7) td i, .pricing-table table tbody tr:nth-child(14) td i {
  background-color: #fd6d27;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-color: #326AAF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 100px;
}
.page-title-area.page-title-style-two {
  padding-top: 280px;
  padding-bottom: 120px;
}
.page-title-area.page-title-style-three {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #1375b9 0%, #0f4b75 100%);
}
.page-title-area.item-bg1 {
  background-image: url(../img/page-title/1.webp);
}
.page-title-area.item-bg2 {
  background-image: url(../img/page-title/2.webp);
}
.page-title-area.item-bg3 {
  background-image: url(../img/page-title/3.jpg);
}
.page-title-area.item-bg4 {
  background-image: url(../img/page-title/4.webp);
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 12px;
  list-style-type: none;
}
.page-title-content ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  color: #ffffff;
}
.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  opacity: 0.85;
}
.page-title-content ul li a:hover, .page-title-content ul li a:focus {
  color: #326AAF;
  opacity: 1;
}
.page-title-content ul li::before {
  content: "\eb43";
  color: #ffffff;
  position: absolute;
  right: -25px;
  top: -4px;
  opacity: 0.85;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 20px;
}
.page-title-content ul li:last-child {
  margin-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.page-title-content h1, .page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}

/*================================================
Events CSS
=================================================*/
.single-events-box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
}
.single-events-box .events-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.single-events-box .events-box .events-image {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 5px 0 0 5px;
}
.single-events-box .events-box .events-image .image {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-events-box .events-box .events-image .image img {
  display: none;
}
.single-events-box .events-box .events-image .image.bg1 {
  background-image: url(../img/events/1.webp);
}
.single-events-box .events-box .events-image .image.bg2 {
  background-image: url(../img/events/2.webp);
}
.single-events-box .events-box .events-image .image.bg3 {
  background-image: url(../img/events/3.jpg);
}
.single-events-box .events-box .events-image .image.bg4 {
  background-image: url(../img/events/4.webp);
}
.single-events-box .events-box .events-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-events-box .events-box .events-content .content {
  padding: 30px;
}
.single-events-box .events-box .events-content .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.single-events-box .events-box .events-content .content h3 a {
  display: inline-block;
}
.single-events-box .events-box .events-content .content .location {
  display: block;
  color: #4f5169;
  margin-top: 15px;
}
.single-events-box .events-box .events-content .content .location i {
  color: #326AAF;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.single-events-box .events-box .events-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  color: #e40505;
}
.single-events-box .events-box .events-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #e40505;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
  width: 0;
}
.single-events-box .events-box .events-date {
  flex: 0 0 25%;
  max-width: 25%;
  border-radius: 0 5px 5px 0;
}
.single-events-box .events-box .events-date .date {
  width: 100%;
  height: 100%;
  background-color: #326AAF;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  font-size: 22px;
  font-weight: 600;
}
.single-events-box .events-box .events-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.single-events-box .events-box .events-date .date span::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-events-box .events-box .events-date .date h3 {
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.single-events-box .events-box .events-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.single-events-box .events-box .events-date .date i {
  display: inline-block;
  font-size: 200px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}

/*================================================
Events Details CSS
=================================================*/
.events-details-header {
  margin-bottom: 25px;
}
.events-details-header .back-all-events {
  display: inline-block;
  color: #4f5169;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  padding-left: 23px;
  font-weight: 600;
  font-size: 14px;
}
.events-details-header .back-all-events i {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.events-details-header .back-all-events:hover, .events-details-header .back-all-events:focus {
  color: #326AAF;
}
.events-details-header h3 {
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 600;
}
.events-details-header .events-meta {
  margin-top: 20px;
}
.events-details-header .events-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.events-details-header .events-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 37px;
}
.events-details-header .events-meta ul li i {
  font-size: 25px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.events-details-header .events-meta ul li span {
  display: block;
  color: #326AAF;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 600;
}
.events-details-header .events-meta ul li a {
  display: inline-block;
  color: #252525;
}
.events-details-header .events-meta ul li a:hover, .events-details-header .events-meta ul li a:focus {
  color: #326AAF;
}
.events-details-header .events-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.events-details .events-details-image {
  margin-bottom: 25px;
}
.events-details .events-info-links {
  margin-top: 25px;
}
.events-details .events-info-links a {
  display: inline-block;
  background-color: #326AAF;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
  border: 1px solid #326AAF;
  font-size: 15px;
  font-weight: 500;
}
.events-details .events-info-links a:hover, .events-details .events-info-links a:focus {
  color: #326AAF;
  background-color: transparent;
}

/*================================================
Count Down CSS
=================================================*/
.countdown-area {
  background-color: #326AAF;
}

.countdown-content h2 {
  margin-bottom: 18px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
}
.countdown-content .sign-up-btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  z-index: 1;
  padding-right: 22px;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 400;
}
.countdown-content .sign-up-btn i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.countdown-content .sign-up-btn::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}
.countdown-content .sign-up-btn:hover, .countdown-content .sign-up-btn:focus {
  padding-right: 25px;
}
.countdown-content .sign-up-btn:hover::before, .countdown-content .sign-up-btn:focus::before {
  width: 0;
}

.countdown-timer #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 50px;
  font-weight: 600;
  margin-left: 30px;
  margin-right: 30px;
}
.countdown-timer #timer div span {
  color: #ffffff;
  margin-top: -6px;
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.countdown-timer #timer div::before {
  content: "\ea4a";
  position: absolute;
  right: -48px;
  top: 9px;
  color: #ffffff;
  font-size: 35px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
.countdown-timer #timer div:first-child {
  margin-left: 0;
}
.countdown-timer #timer div:last-child {
  margin-right: 0;
}
.countdown-timer #timer div:last-child::before {
  display: none;
}

/*================================================
Shop CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}
.woocommerce-topbar .topbar-result-count p {
  line-height: initial;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.woocommerce-topbar .topbar-ordering-and-search {
  text-align: right;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select {
  background-color: transparent;
  border: none;
  height: 45px;
  line-height: 45px;
  color: #4f5169;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #4f5169;
  border-width: 1px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option {
  font-size: 14px;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option:hover, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.focus, .woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #326AAF;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-ordering .nice-select .list .option.selected {
  font-weight: 400;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form {
  position: relative;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form label {
  display: block;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  top: 14.2px;
  font-size: 18px;
  color: #326AAF;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search {
  height: 50px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 30px;
  padding: 3px 15px 0 48px;
  border: none;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search::placeholder {
  color: #4f5169;
  transition: 0.5s;
}
.woocommerce-topbar .topbar-ordering-and-search .topbar-search form .input-search:focus::placeholder {
  color: transparent;
}

.single-product-box {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}
.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.single-product-box .product-image a {
  display: block;
}
.single-product-box .product-image a img {
  transition: 0.5s;
}
.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}
.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background-color: #252525;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
.single-product-box .product-image .add-to-cart-btn:hover, .single-product-box .product-image .add-to-cart-btn:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.single-product-box .product-content {
  padding: 30px 25px;
}
.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.single-product-box .product-content h3 a {
  display: inline-block;
}
.single-product-box .product-content .price {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
}
.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 14px;
}
.single-product-box .product-content .rating {
  margin-top: 10px;
  color: #ffb708;
  font-size: 18px;
}
.single-product-box .product-content .rating i {
  margin-right: -1px;
}
.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details CSS
=================================================*/
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.products-details-image .slick-dots li {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li:last-child {
  margin-right: 0;
}
.products-details-image .slick-dots li:first-child {
  margin-left: 0;
}
.products-details-image .slick-thumbs {
  display: none;
}

.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.product-details-desc .price {
  margin-bottom: 10px;
  color: #326AAF;
  font-size: 15px;
  font-weight: 600;
}
.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}
.product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
}
.product-details-desc .product-review .rating i {
  color: #ffba0a;
  display: inline-block;
  margin-right: -2px;
}
.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #252525;
  border-bottom: 1px solid #252525;
  line-height: initial;
  position: relative;
  top: -2px;
}
.product-details-desc .product-review .rating-count:hover {
  color: #326AAF;
  border-color: #326AAF;
}
.product-details-desc .product-meta {
  margin-top: 20px;
}
.product-details-desc .product-meta span {
  display: block;
  color: #252525;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}
.product-details-desc .product-meta span span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
}
.product-details-desc .product-meta span span.sku {
  color: #326AAF;
}
.product-details-desc .product-meta span span.in-stock {
  color: #e40505;
}
.product-details-desc .product-meta span a {
  display: inline-block;
  color: #4f5169;
}
.product-details-desc .product-meta span a:hover, .product-details-desc .product-meta span a:focus {
  color: #326AAF;
}
.product-details-desc .product-meta span:last-child {
  margin-bottom: 0;
}
.product-details-desc .product-add-to-cart {
  margin-top: 25px;
}
.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: 0.5s;
  font-size: 25px;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #326AAF;
}
.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #252525;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #252525;
}
.product-details-desc .product-add-to-cart .default-btn {
  height: 50px;
  top: -1px;
  position: relative;
  line-height: 50px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-desc .custom-payment-options {
  margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
  display: block;
  color: #4f5169;
  margin-bottom: 10px;
}
.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  color: #252525;
  border: 1px dashed #eeeeee;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 500;
  font-size: 15px;
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #252525;
  transition: 0.5s;
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #252525;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #326AAF;
  border-color: #326AAF;
}
.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #326AAF;
  border-color: #326AAF;
}
.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab-content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #4f5169;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #252525;
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 18px;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 18px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #4f5169;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #326AAF;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control::placeholder {
  transition: 0.5s;
  color: #4f5169;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.related-products {
  margin-top: 70px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #4f5169;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name a {
  color: #4f5169;
  font-weight: 500;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #252525;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #326AAF;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #252525;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #252525;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}
.cart-buttons .shopping-coupon-code .form-control {
  height: 50px;
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
  transition: 0.5s;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}
.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #252525;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 48px;
  outline: 0;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: #326AAF;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 500px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #252525;
  overflow: hidden;
  font-weight: 500;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  font-size: 18px;
  border-top: none;
}
.cart-totals ul li:last-child span {
  color: #252525;
}
.cart-totals ul li span {
  float: right;
  color: #4f5169;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 3px solid #326AAF;
  position: relative;
  margin-bottom: 40px;
}
.user-actions i {
  color: #326AAF;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #326AAF;
}
.user-actions span a {
  display: inline-block;
  color: #252525;
}
.user-actions span a:hover, .user-actions span a:focus {
  color: #326AAF;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #326AAF;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #4f5169;
  font-weight: normal;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #326AAF !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-group .form-control {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.billing-details .form-group .form-control::placeholder {
  color: #4f5169;
  transition: 0.5s;
}
.billing-details .form-group .form-control:focus {
  background-color: transparent;
  border-color: #eeeeee;
}
.billing-details .form-group .form-control:focus::placeholder {
  color: transparent;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #252525;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  font-weight: 600;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: #326AAF;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  font-weight: 600;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #4f5169;
  border-color: #eaedff;
  font-size: 14.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #4f5169;
  display: inline-block;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #326AAF;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #252525;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
  color: #252525;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #252525;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #326AAF;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 15px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border-radius: 3px;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: -12px;
}
.pagination-area .page-numbers {
  color: #252525;
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
  color: #326AAF;
}
.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-left: -3px;
  margin-right: -3px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 40px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 10px;
  border-left: 3px dashed #dfdfdf;
  font-size: 19px;
  font-weight: 600;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 6px;
  background: #326AAF;
}
.widget-area .widget .widget-title::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 16px;
  width: 3px;
  height: 6px;
  background: #e40505;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .search-field {
  height: 55px;
  color: #252525;
  background-color: #eef5f9;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 3px 0 0 18px;
  border: none;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 400;
}
.widget-area .widget_search form .search-field::placeholder {
  color: #4f5169;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #326AAF;
  color: #ffffff;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 5px;
  transition: 0.5s;
  border-radius: 5px;
  top: 5px;
  font-size: 20px;
}
.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #e40505;
  color: #ffffff;
}
.widget-area .widget_raque_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_raque_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_raque_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_raque_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_raque_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/7.jpg);
}
.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/8.jpg);
}
.widget-area .widget_raque_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/9.jpg);
}
.widget-area .widget_raque_posts_thumb .item .thumb::before, .widget-area .widget_raque_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.widget-area .widget_raque_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}
.widget-area .widget_raque_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}
.widget-area .widget_raque_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_raque_posts_thumb .item .info time {
  display: block;
  color: #4f5169;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}
.widget-area .widget_raque_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}
.widget-area .widget_raque_posts_thumb .item .info .title a {
  display: inline-block;
}
.widget-area .widget_raque_posts_thumb .item:hover .thumb::before, .widget-area .widget_raque_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #252525;
  padding-left: 18px;
  font-weight: 600;
  font-size: 14px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #e40505;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #252525;
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: #326AAF;
}
.widget-area .widget_categories ul li .post-count {
  color: #4f5169;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}
.widget-area .tagcloud a {
  display: inline-block;
  background-color: #f6f6f6;
  color: #4f5169;
  padding: 7px 18px;
  border: 1px dashed #eeeeee;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #326AAF;
  border-color: #326AAF;
}
.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.widget-area .widget_instagram ul li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.widget-area .widget_instagram ul li a {
  position: relative;
}
.widget-area .widget_instagram ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #326AAF;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_instagram ul li a:hover::before {
  opacity: 0.7;
  visibility: visible;
}
.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  background-image: url(../img/mission-bg.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #326AAF;
  opacity: 0.6;
  z-index: -1;
}
.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}
.widget-area .widget_contact .text .icon {
  width: 65px;
  height: 65px;
  border: 2px dashed #ffffff;
  position: relative;
  color: #ffffff;
  border-radius: 50%;
  font-size: 35px;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.widget-area .widget_contact .text .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  opacity: 0.9;
  font-size: 16px;
  font-weight: 500;
}
.widget-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
}
.widget-area .widget_contact:hover .text .icon {
  background-color: #ffffff;
  color: #326AAF;
  border-color: #ffffff;
}
.widget-area .widget_events_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_events_details ul li {
  border-bottom: 1px dashed #eeeeee;
  color: #4f5169;
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget-area .widget_events_details ul li:first-child {
  border-top: 1px dashed #eeeeee;
}
.widget-area .widget_events_details ul li span {
  display: inline-block;
  color: #252525;
  font-weight: 600;
}
.widget-area .widget_events_details ul li a {
  display: inline-block;
  color: #4f5169;
}
.widget-area .widget_events_details ul li a:hover {
  color: #326AAF;
}

/*================================================
Login CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}
.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.login-content .login-form .logo {
  margin-bottom: 30px;
}
.login-content .login-form .logo a {
  display: inline-block;
}
.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}
.login-content .login-form p {
  margin-top: 8px;
  margin-bottom: 0;
}
.login-content .login-form p a {
  display: inline-block;
}
.login-content .login-form form {
  margin-top: 35px;
}
.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  transition: 0.5s;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
}
.login-content .login-form form .form-control::placeholder {
  transition: 0.5s;
}
.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}
.login-content .login-form form button {
  transition: 0.5s;
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  background-color: #326AAF;
  color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-color: #326AAF;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 600;
}
.login-content .login-form form button:hover, .login-content .login-form form button:focus {
  background-color: #e40505;
  color: #ffffff;
  border-color: #e40505;
}
.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 20px;
}
.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: #326AAF;
  text-decoration: underline;
}
.login-content .login-form form .forgot-password a:hover {
  color: #e40505;
}
.login-content .login-form form .connect-with-social {
  margin-top: 20px;
}
.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #326AAF;
  background-color: transparent;
  transition: 0.5s;
  padding: 12px 30px;
  border-radius: 2px;
  color: #326AAF;
  font-weight: 500;
}
.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.login-content .login-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}
.login-content .login-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
  border-color: #1da1f2;
}
.login-content .login-form form .connect-with-social button:hover {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}

/*================================================
Register CSS
=================================================*/
.register-image {
  height: 100%;
  width: 100%;
  background-image: url(../img/register-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.register-image img {
  display: none;
}

.register-content {
  height: 100vh;
}
.register-content .register-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.register-content .register-form .logo {
  margin-bottom: 30px;
}
.register-content .register-form .logo a {
  display: inline-block;
}
.register-content .register-form h3 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
}
.register-content .register-form p {
  margin-top: 8px;
  margin-bottom: 0;
}
.register-content .register-form p a {
  display: inline-block;
}
.register-content .register-form form {
  margin-top: 35px;
}
.register-content .register-form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  transition: 0.5s;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
}
.register-content .register-form form .form-control::placeholder {
  transition: 0.5s;
}
.register-content .register-form form .form-control:focus::placeholder {
  color: transparent;
}
.register-content .register-form form button {
  transition: 0.5s;
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  background-color: #326AAF;
  color: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-color: #326AAF;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 600;
}
.register-content .register-form form button:hover, .register-content .register-form form button:focus {
  background-color: #e40505;
  color: #ffffff;
  border-color: #e40505;
}
.register-content .register-form form .connect-with-social {
  margin-top: 20px;
}
.register-content .register-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #4f5169;
  margin-bottom: 20px;
}
.register-content .register-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #326AAF;
  background-color: transparent;
  transition: 0.5s;
  padding: 12px 30px;
  border-radius: 2px;
  color: #326AAF;
  font-weight: 500;
}
.register-content .register-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}
.register-content .register-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.register-content .register-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}
.register-content .register-form form .connect-with-social button.twitter {
  margin-top: 10px;
  border-color: #1da1f2;
  color: #1da1f2;
}
.register-content .register-form form .connect-with-social button.twitter:hover {
  background-color: #1da1f2;
  color: #ffffff;
  border-color: #1da1f2;
}
.register-content .register-form form .connect-with-social button:hover {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}
.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
  color: #252525;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 16px;
  font-weight: 600;
}
.faq-accordion-tab .tabs li a i {
  font-size: 30px;
}
.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}
.faq-accordion-tab .tabs li a:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.faq-accordion-tab .tabs li.current a {
  background-color: #326AAF;
  color: #ffffff;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: #252525;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background: #f6f7fb;
  background-image: url(../img/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 850px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 50px 60px 50px 30px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-content h2 {
  font-size: 37px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-content #timer div {
  background-color: #333333;
  color: #ffffff;
  width: 110px;
  height: 120px;
  border-radius: 5px;
  font-size: 38px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #252525;
}
.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.5s;
  background: #326AAF;
}
.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eeeeee;
  padding: 0 0 0 32px;
  color: #252525;
  height: 45px;
  display: block;
  width: 100%;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #A1A1A1;
  transition: 0.5s;
}
.coming-soon-content form .form-group .input-newsletter:focus {
  padding-left: 2px;
}
.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title::before {
  width: 100%;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title {
  color: #A1A1A1;
}
.coming-soon-content form .form-group .input-newsletter:focus + .label-title i {
  top: -22px;
}
.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

/*================================================
Error 404 CSS
=================================================*/
.error-404-area {
  z-index: 1;
  background: #f8f8f8;
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
.error-404-area .notfound {
  position: relative;
  max-width: 520px;
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.error-404-area .notfound .notfound-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.error-404-area .notfound .notfound-bg div {
  width: 100%;
  background: #ffffff;
  border-radius: 90px;
  height: 125px;
}
.error-404-area .notfound .notfound-bg div:nth-child(1) {
  box-shadow: 5px 5px 0 0 #f3f3f3;
}
.error-404-area .notfound .notfound-bg div:nth-child(2) {
  transform: scale(1.3);
  box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 10;
}
.error-404-area .notfound .notfound-bg div:nth-child(3) {
  box-shadow: 5px 5px 0 0 #f3f3f3;
  position: relative;
  z-index: 90;
}
.error-404-area .notfound h1 {
  background: url(../img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
.error-404-area .notfound h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}
.error-404-area .notfound p {
  color: #6084a4;
  margin-bottom: 20px;
  line-height: 1.7;
}

/*================================================
Contact CSS
=================================================*/
.contact-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #326AAF;
  transition: 0.5s;
  margin-bottom: 15px;
  position: relative;
}
.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.contact-info-box p {
  margin-bottom: 2px;
}
.contact-info-box p a {
  display: inline-block;
  color: #4f5169;
}
.contact-info-box p a:hover {
  color: #326AAF;
}
.contact-info-box p:last-child {
  margin-bottom: 0;
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}

.contact-form {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
}
#contactForm .form-group .form-control::placeholder {
  color: #4f5169;
  transition: 0.5s;
}
#contactForm .form-group .form-control:focus::placeholder {
  color: transparent;
}
#contactForm .form-group textarea.form-control {
  height: auto;
}
#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
#contactForm .default-btn {
  border-radius: 30px;
  margin-top: 10px;
  box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}
#contactForm .default-btn:hover, #contactForm .default-btn:focus {
  box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}
#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}
#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.contact-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  transform: translateY(-65%);
  text-align: center;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}

#map iframe {
  height: 550px;
  width: 100%;
  border: none;
  margin-bottom: -7px;
}

/*new-CSS*/
/*================================================
My Account CSS
=================================================*/
.myAccount-profile {
  margin-bottom: 35px;
  border-radius: 5px;
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}
.myAccount-profile .profile-image img {
  border-radius: 5px;
}
.myAccount-profile .profile-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.myAccount-profile .profile-content h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}
.myAccount-profile .profile-content .contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.myAccount-profile .profile-content .contact-info li {
  margin-bottom: 10px;
  color: #4f5169;
  position: relative;
  padding-left: 25px;
}
.myAccount-profile .profile-content .contact-info li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  color: #252525;
  top: 1px;
}
.myAccount-profile .profile-content .contact-info li a {
  display: inline-block;
  color: #4f5169;
}
.myAccount-profile .profile-content .contact-info li a:hover, .myAccount-profile .profile-content .contact-info li a:focus {
  color: #326AAF;
}
.myAccount-profile .profile-content .contact-info li:last-child {
  margin-bottom: 0;
}
.myAccount-profile .profile-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}
.myAccount-profile .profile-content .social li {
  display: inline-block;
  margin-right: 2px;
}
.myAccount-profile .profile-content .social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #326AAF;
  background-color: #f4f4f4;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.myAccount-profile .profile-content .social li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.myAccount-profile .profile-content .social li a:hover, .myAccount-profile .profile-content .social li a:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.myAccount-profile .profile-content .myAccount-logout {
  display: inline-block;
  margin-top: 20px;
  background-color: #d9534f;
  color: #ffffff;
  padding: 7px 20px 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.myAccount-profile .profile-content .myAccount-logout:hover {
  background-color: red;
  color: #ffffff;
}

.myAccount-navigation {
  margin-bottom: 30px;
}
.myAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}
.myAccount-navigation ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -1px;
}
.myAccount-navigation ul li a {
  display: block;
  padding: 9px 25px 9px 50px;
  color: #252525;
  border: 1px solid #eeeeee;
  position: relative;
  border-radius: 3px 3px 0 0;
  font-size: 15px;
  font-weight: 600;
}
.myAccount-navigation ul li a i {
  font-size: 18px;
  position: absolute;
  left: 25px;
  top: 47%;
  transform: translateY(-47%);
}
.myAccount-navigation ul li a.active, .myAccount-navigation ul li a:hover {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}
.myAccount-navigation ul li:last-child {
  margin-right: 0;
}

.myAccount-content p {
  margin-bottom: 10px;
}
.myAccount-content p:last-child {
  margin-bottom: 0;
}
.myAccount-content p a {
  display: inline-block;
  color: #326AAF;
}
.myAccount-content p a:hover {
  color: #252525;
}
.myAccount-content h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.myAccount-content .recent-orders-table .table {
  margin-bottom: 0;
}
.myAccount-content .recent-orders-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.myAccount-content .recent-orders-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}
.myAccount-content .recent-orders-table .table tbody td .view-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}
.myAccount-content .recent-orders-table .table tbody td .view-button:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.myAccount-content .orders-table .table {
  margin-bottom: 0;
}
.myAccount-content .orders-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.myAccount-content .orders-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}
.myAccount-content .orders-table .table tbody td .view-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}
.myAccount-content .orders-table .table tbody td .view-button:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.myAccount-content .downloads-table .table {
  margin-bottom: 0;
}
.myAccount-content .downloads-table .table thead th {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  padding: 13px 20px 12px;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.myAccount-content .downloads-table .table tbody td {
  vertical-align: middle;
  border: 1px solid #dee2e6;
  white-space: nowrap;
  color: #252525;
  padding: 13px 20px 12px;
}
.myAccount-content .downloads-table .table tbody td a {
  display: inline-block;
}
.myAccount-content .downloads-table .table tbody td .downloads-button {
  display: inline-block;
  background-color: #EAEAEC;
  border-radius: 3px;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 600;
}
.myAccount-content .downloads-table .table tbody td .downloads-button:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.myAccount-content .edit-account {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border: 1px solid rgba(146, 184, 255, 0.2);
  padding: 40px;
  border-radius: 5px;
}
.myAccount-content .edit-account h3 {
  margin-top: 0;
  font-size: 20px;
}
.myAccount-content .edit-account .form-group {
  margin-bottom: 20px;
}
.myAccount-content .edit-account .form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.myAccount-content .edit-account .form-group label .required {
  color: red;
  font-size: 15px;
}
.myAccount-content .edit-account .form-group span {
  font-size: 13.5px;
  color: #4f5169;
  display: inline-block;
}
.myAccount-content .edit-account .form-group span em {
  margin-top: 5px;
  display: inline-block;
}
.myAccount-content .edit-account .form-group .nice-select {
  background-color: #ffffff;
  border-radius: 3px;
  height: 48px;
  border: solid 1px #e6e9fc;
  line-height: 48px;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
}
.myAccount-content .edit-account .form-group .nice-select span {
  font-size: 15px;
  color: #252525;
  display: block;
}
.myAccount-content .edit-account .form-group .nice-select .list {
  border: solid 1px #e6e9fc;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.myAccount-content .edit-account .form-group .nice-select .list .option {
  font-size: 14px;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
}
.myAccount-content .edit-account .form-group .nice-select .list .option:hover, .myAccount-content .edit-account .form-group .nice-select .list .option.focus, .myAccount-content .edit-account .form-group .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #326AAF;
}
.myAccount-content .edit-account .form-group .nice-select .list .option.selected {
  font-weight: 400;
}
.myAccount-content .edit-account .form-group .nice-select::after {
  right: 15px;
}
.myAccount-content .edit-account legend {
  display: block;
  margin-bottom: 15px;
  color: #4f5169;
  font-size: 20px;
  font-weight: 500;
}
.myAccount-content .edit-account .default-btn {
  border-radius: 30px;
  margin-top: 5px;
  box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.1);
}
.myAccount-content .edit-account .default-btn:hover, .myAccount-content .edit-account .default-btn:focus {
  box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.1);
}
.myAccount-content .myAccount-addresses {
  margin-top: 20px;
}
.myAccount-content .myAccount-addresses .addresses-title {
  overflow: hidden;
}
.myAccount-content .myAccount-addresses .addresses-title h3 {
  font-size: 18px;
  float: left;
  margin-top: 0;
  margin-bottom: 12px;
}
.myAccount-content .myAccount-addresses .addresses-title .edit {
  float: right;
  display: block;
  background: #f9f9f9;
  padding: 4px 10px 2px;
  font-size: 13.5px;
  font-weight: 500;
}
.myAccount-content .myAccount-addresses .addresses-title .edit:hover {
  color: #ffffff;
  background-color: #326AAF;
}
.myAccount-content .myAccount-addresses address {
  color: #4f5169;
  line-height: 1.8;
  margin-bottom: 0;
}

/*end-new-CSS*/
/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #12141b;
  padding-top: 100px;
}

.single-footer-widget h3 {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.single-footer-widget .contact-us-link {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-right: 10px;
}
.single-footer-widget .contact-us-link li {
  margin-bottom: 12px;
  color: #cccccc;
  position: relative;
  padding-left: 25px;
}
.single-footer-widget .contact-us-link li i {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}
.single-footer-widget .contact-us-link li a {
  display: inline-block;
  color: #cccccc;
}
.single-footer-widget .contact-us-link li a:hover, .single-footer-widget .contact-us-link li a:focus {
  color: #326AAF;
}
.single-footer-widget .contact-us-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .support-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-footer-widget .support-link li {
  margin-bottom: 11px;
}
.single-footer-widget .support-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .support-link li a {
  display: inline-block;
  color: #cccccc;
}
.single-footer-widget .support-link li a:hover, .single-footer-widget .support-link li a:focus {
  color: #326AAF;
  padding-left: 7px;
}
.single-footer-widget .useful-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-footer-widget .useful-link li {
  margin-bottom: 11px;
}
.single-footer-widget .useful-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .useful-link li a {
  display: inline-block;
  color: #cccccc;
}
.single-footer-widget .useful-link li a:hover, .single-footer-widget .useful-link li a:focus {
  color: #326AAF;
  padding-left: 7px;
}
.single-footer-widget .social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 2px;
}
.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #326AAF;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.single-footer-widget .social-link li a:hover, .single-footer-widget .social-link li a:focus {
  background-color: #326AAF;
  color: #ffffff;
}
.single-footer-widget .newsletter-box p {
  color: #cccccc;
  font-family: "Poppins", sans-serif;
}
.single-footer-widget .newsletter-box form {
  position: relative;
}
.single-footer-widget .newsletter-box form label {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 15px;
}
.single-footer-widget .newsletter-box form .input-newsletter {
  width: 100%;
  background-color: transparent;
  border: 1px solid #848282;
  border-radius: 5px;
  height: 43px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 14px;
  transition: 0.5s;
}
.single-footer-widget .newsletter-box form .input-newsletter::placeholder {
  color: #cccccc;
}
.single-footer-widget .newsletter-box form .input-newsletter:focus {
  padding-left: 12px;
  border-color: #326AAF;
}
.single-footer-widget .newsletter-box form button {
  display: block;
  margin-top: 0.9rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #326AAF;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
}
.single-footer-widget .newsletter-box form button:hover, .single-footer-widget .newsletter-box form button:focus {
  background-color: #e40505;
  color: #ffffff;
}
.single-footer-widget .newsletter-box form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -35px;
  color: #ffffff;
}

.footer-bottom-area {
  margin-top: 70px;
  text-align: center;
  background-color: #090a0e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom-area .logo {
  margin-bottom: 18px;
}
.footer-bottom-area p {
  color: #cccccc;
  font-size: 14px;
}
.footer-bottom-area p i {
  position: relative;
  top: 1px;
}
.footer-bottom-area p a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}
.footer-bottom-area p a:hover, .footer-bottom-area p a:focus {
  color: #326AAF;
  text-decoration: underline;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: #ffffff;
  background-color: #326AAF;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}
.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
  transition: 0.3s;
}
.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  margin-top: -3px;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area {
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.08);
}
.navbar-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.header-area.header-color-white .top-header {
  background-color: transparent;
  border-bottom: 1px solid #343434;
}
.header-area.header-color-white .top-header .top-header-social {
  border-left-color: #343434;
}
.header-area.header-color-white .navbar-style-three .raque-nav {
  background-color: transparent;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar {
  background-color: transparent;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a {
  color: rgba(255, 255, 255, 0.87);
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a.active, .header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ffffff;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active, .header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle {
  color: rgba(255, 255, 255, 0.87);
  transition: 0.5s;
}
.header-area.header-color-white .navbar-style-three .others-option .language-switcher .dropdown-toggle:hover {
  color: #ffffff;
}
.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn {
  color: rgba(255, 255, 255, 0.87);
}
.header-area.header-color-white .navbar-style-three .others-option .cart-wrapper-btn:hover {
  color: #ffffff;
}
.header-area.header-color-white .navbar-style-three .others-option .search-box {
  color: rgba(255, 255, 255, 0.87);
}
.header-area.header-color-white .navbar-style-three .others-option .search-box:hover {
  color: #ffffff;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a.active, .header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item a:hover {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item.active a {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.active, .header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .language-switcher .dropdown-toggle:hover {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .cart-wrapper-btn:hover {
  color: #326AAF;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box {
  color: #252525;
}
.header-area.header-color-white .navbar-style-three.header-sticky .others-option .search-box:hover {
  color: #326AAF;
}

.top-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

/*================================================
Health Coaching Banner CSS
=================================================*/
.health-coaching-banner .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.single-banner-item {
  padding-top: 205px;
  padding-bottom: 205px;
  padding-left: 175px;
  padding-right: 175px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-banner-item.bg-1 {
  background-image: url(../img/health-coaching/main-banner1.webp);
}
.single-banner-item.bg-2 {
  background-image: url(../img/health-coaching/main-banner2.webp);
}
.single-banner-item h1 {
  max-width: 675px;
  margin-bottom: 35px;
  color: #219909;
  font-size: 70px;
  font-weight: 600;
}
.single-banner-item p {
  color: #252525;
  max-width: 590px;
  font-weight: 600;
  font-size: 16px;
}
.single-banner-item .default-btn {
  margin-top: 15px;
}

.health-coaching-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 35px;
  line-height: 1;
  color: #219909;
  background-color: transparent !important;
  transition: 0.5s;
  z-index: 1;
  padding: 0 0 0 6px !important;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]::before {
  width: 28px;
  height: 35px;
  content: "";
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 0;
  z-index: -1;
  border: 1px solid #219909;
  border-radius: 2px;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 40px;
  padding: 0 6px 0 0 !important;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next::before {
  left: auto;
  right: 0;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
}
.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-]:hover::before {
  border-color: #ffffff;
}

.owl-item.active .single-banner-item h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.7s;
}
.owl-item.active .single-banner-item p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.9s;
}
.owl-item.active .single-banner-item .default-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1.1s;
}

.health-coaching-bg-image {
  position: relative;
  z-index: 1;
}
.health-coaching-bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 73.5%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/health-coaching/bg-image.jpg);
  background-repeat: no-repeat;
}

/*================================================
Business Coaching Banner CSS
=================================================*/
.business-coaching-banner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  background-image: url(../img/business-coaching/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.business-coaching-banner .container {
  max-width: 1250px;
}

.business-banner-content {
  z-index: 1;
  position: relative;
  padding: 70px;
}
.business-banner-content .shape {
  position: absolute;
  left: -13%;
  top: 60%;
  transform: translateY(-60%);
  z-index: -1;
}
.business-banner-content .shape img {
  max-width: 140%;
}
.business-banner-content h1 {
  margin-bottom: 25px;
  font-size: 55px;
  font-weight: 600;
}
.business-banner-content p {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}
.business-banner-content .default-btn {
  margin-top: 15px;
}

.business-banner-image {
  text-align: right;
}

.business-shape1 {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
}
.business-shape1 img {
  animation: movebounce3 8s linear infinite;
}

.business-shape2 {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}
.business-shape2 img {
  animation: movebounce2 8s linear infinite;
}

.business-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Featured CSS
=================================================*/
.featured-area .section-title h2 {
  color: #ffffff;
}
.featured-area .section-title p {
  color: #ffffff;
  opacity: 0.95;
}

.single-featured-box {
  margin-bottom: 30px;
  text-align: center;
  border: 1px dashed #6ba292;
  border-radius: 5px;
  padding: 40px 20px;
  transition: 0.5s;
}
.single-featured-box .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #ffffff;
  font-size: 65px;
  color: #219909;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}
.single-featured-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 600;
}
.single-featured-box p {
  transition: 0.5s;
  color: #ffffff;
}
.single-featured-box .link-btn {
  display: inline-block;
  color: #326AAF;
  font-weight: 600;
  margin-top: 5px;
}
.single-featured-box:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.single-featured-box:hover .icon {
  color: #ffffff;
  background-color: #219909;
}
.single-featured-box:hover h3 {
  color: #252525;
}
.single-featured-box:hover p {
  color: #252525;
}

/*================================================
Services CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}
.services-area .section-title h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.single-services-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 92px;
}
.single-services-box .icon {
  width: 70px;
  height: 70px;
  line-height: 69px;
  background-color: #ffffff;
  font-size: 40px;
  color: #219909;
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 50%;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #d0e1dc;
  position: absolute;
  left: 0;
  top: 2px;
}
.single-services-box h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
}
.single-services-box:hover .icon {
  background-color: #219909;
  color: #ffffff;
  border-color: #219909;
}

.services-box {
  margin-bottom: 30px;
  border: 2px solid #e40505;
  border-radius: 5px;
  padding: 30px 30px 30px 90px;
  transition: 0.5s;
  position: relative;
}
.services-box .icon {
  position: absolute;
  left: 30px;
  top: 32px;
  color: #e40505;
  font-size: 40px;
  transition: 0.5s;
  line-height: 1;
}
.services-box h3 {
  margin-bottom: 8px;
  transition: 0.5s;
  color: #e40505;
  font-size: 22px;
  font-weight: 600;
}
.services-box p {
  transition: 0.5s;
}
.services-box:hover {
  border-color: #326AAF;
  background-color: #326AAF;
  color: #ffffff;
}
.services-box:hover .icon, .services-box:hover p, .services-box:hover h3 {
  color: #ffffff;
}

.services-btn {
  text-align: center;
  margin-top: 10px;
}

.divider.bg-f9f9f9 {
  background-color: #f9f9f9;
}
.divider.bg-e4feff {
  background-color: #e4feff;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.health-coaching-shape1 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}
.health-coaching-shape1 img {
  animation: movebounce 8s linear infinite;
}

.health-coaching-shape2 {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
}
.health-coaching-shape2 img {
  animation: movebounce2 8s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*================================================
Experience CSS
=================================================*/
.experience-area {
  position: relative;
  z-index: 1;
}

.experience-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #326AAF;
  font-weight: 500;
  margin-bottom: 10px;
}
.experience-content h2 {
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: 600;
}
.experience-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.experience-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.experience-content .features-list li span {
  display: block;
  color: #252525;
  position: relative;
  font-weight: 600;
  padding-left: 40px;
  padding-top: 5px;
}
.experience-content .features-list li span i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #a3c5bb;
  z-index: 1;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
.experience-content .features-list li span i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #219909;
  border-radius: 50%;
  z-index: -1;
  margin: 2px 1px 1px 2px;
  transition: 0.5s;
}
.experience-content .features-list li span:hover i {
  background-color: #326AAF;
  color: #326AAF;
}
.experience-content .features-list li span:hover i::after {
  background-color: #ffffff;
}
.experience-content .default-btn {
  margin-top: 35px;
}

.experience-image {
  text-align: right;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.experience-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  margin-right: 30px;
}

.health-coaching-shape3 {
  position: absolute;
  left: 8px;
  bottom: 0;
  z-index: -1;
}
.health-coaching-shape3 img {
  animation: movebounce3 8s linear infinite;
}

.health-coaching-shape4 {
  position: absolute;
  right: 3%;
  top: 65%;
  transform: translateY(-65%);
  z-index: -1;
}
.health-coaching-shape4 img {
  animation: movebounce 8s linear infinite;
  max-width: 300px;
}

@keyframes movebounce3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*================================================
Program CSS
=================================================*/
.program-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/health-coaching/program-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program-area .section-title h2 {
  max-width: 585px;
  color: #ffffff;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
}
.program-area .section-title p {
  color: #ffffff;
}
.program-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-color: #219909;
  opacity: 0.75;
}
.program-area::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 32%;
  background-color: #ffffff;
  z-index: -2;
}

.single-program-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  padding: 40px 25px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-program-box .icon {
  font-size: 60px;
  line-height: 1;
  color: #219909;
  margin-bottom: 20px;
}
.single-program-box h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.single-program-box .link-btn {
  display: inline-block;
  color: #326AAF;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 600;
}
.single-program-box .link-btn:hover {
  color: #219909;
}
.single-program-box .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.health-coaching-shape5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 4%;
}
.health-coaching-shape5 img {
  animation-name: rotateMe;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Courses CSS
=================================================*/
.single-courses-box-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.single-courses-box-item .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.single-courses-box-item .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.single-courses-box-item .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.single-courses-box-item .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.single-courses-box-item .courses-image .fav:hover {
  color: #326AAF;
}
.single-courses-box-item .courses-image .price {
  display: inline-block;
  background-color: #219909;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  text-align: center;
  line-height: 67px;
  font-size: 24px;
  font-weight: 600;
}
.single-courses-box-item .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
.single-courses-box-item .courses-content .course-author {
  margin-bottom: 15px;
}
.single-courses-box-item .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-courses-box-item .courses-content .course-author span {
  color: #326AAF;
}
.single-courses-box-item .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
}
.single-courses-box-item .courses-content h3 a {
  display: inline-block;
}

.courses-box {
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
}
.courses-box .courses-image {
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.courses-box .courses-image .image {
  border-radius: 5px 5px 0 0;
}
.courses-box .courses-image .image img {
  border-radius: 5px 5px 0 0;
}
.courses-box .courses-image .fav {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}
.courses-box .courses-image .fav:hover {
  color: #326AAF;
}
.courses-box .courses-image .price {
  display: inline-block;
  background-color: #326AAF;
  color: #ffffff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: -32.5px;
  border: 4px solid #f8e8e9;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
}
.courses-box .courses-content {
  border-radius: 0 0 5px 5px;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.courses-box .courses-content .course-author {
  margin-bottom: 15px;
}
.courses-box .courses-content .course-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.courses-box .courses-content .course-author span {
  color: #326AAF;
}
.courses-box .courses-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}
.courses-box .courses-content h3 a {
  display: inline-block;
}
.courses-box .courses-content .courses-box-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.courses-box .courses-content .courses-box-footer li {
  color: #4f5169;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}
.courses-box .courses-content .courses-box-footer li i {
  color: #326AAF;
  position: absolute;
  left: 7px;
  top: 3px;
  line-height: 1;
}
.courses-box .courses-content .courses-box-footer li i.flaticon-people {
  font-size: 18px;
  left: 3px;
}
.courses-box .courses-content::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: -1;
  background-color: #326AAF;
}

.courses-info {
  text-align: center;
  margin-top: 20px;
}
.courses-info p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.courses-info p a {
  color: #326AAF;
  font-weight: 600;
}
.courses-info p a:hover {
  text-decoration: underline;
  color: #252525;
}

/*================================================
Feedback CSS
=================================================*/
.feedback-area.bg-f8fafb {
  background-color: #ffffff;
}
.feedback-area.bg-f8fafb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  z-index: -1;
  background-color: #f8fafb;
}
.feedback-area .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

.feedback-content {
  position: relative;
  z-index: 1;
}
.feedback-content p {
  font-size: 28px;
  color: #252525;
}
.feedback-content .client-info {
  margin-top: 30px;
}
.feedback-content .client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.feedback-content .client-info .title {
  margin-left: 15px;
}
.feedback-content .client-info .title h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.feedback-content .client-info .title span {
  color: #326AAF;
  font-size: 14px;
}
.feedback-content::before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  bottom: -23px;
  line-height: 1;
  z-index: -1;
  color: #219909;
  opacity: 0.5;
  font-family: Flaticon;
  font-size: 150px;
}

/*================================================
Events CSS
=================================================*/
.events-area {
  position: relative;
  z-index: 1;
}

.single-events-box-item {
  transition: 0.5s;
  background-color: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.single-events-box-item .image {
  position: relative;
  border-radius: 5px 5px 5px 0;
}
.single-events-box-item .image img {
  border-radius: 5px 5px 5px 0;
}
.single-events-box-item .image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #219909;
  color: #ffffff;
  padding: 9px 20px 7px;
  border-radius: 0 5px 0 0;
  font-weight: 500;
}
.single-events-box-item .content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  position: relative;
}
.single-events-box-item .content h3 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 600;
}
.single-events-box-item .content h3 a {
  display: inline-block;
}
.single-events-box-item .content .location {
  display: block;
  color: #4f5169;
  margin-top: 13px;
  position: relative;
  padding-left: 22px;
}
.single-events-box-item .content .location i {
  color: #326AAF;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}

.events-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}
.events-box .image {
  height: 100%;
  border-radius: 5px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.events-box .image.bg1 {
  background-image: url(../img/business-coaching/events-img1.webp);
}
.events-box .image.bg2 {
  background-image: url(../img/business-coaching/events-img2.webp);
}
.events-box .image.bg3 {
  background-image: url(../img/business-coaching/events-img3.jpg);
}
.events-box .image.bg4 {
  background-image: url(../img/business-coaching/events-img4.webp);
}
.events-box .image img {
  display: none;
  border-radius: 5px;
}
.events-box .image .divider-shape {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 2vw;
  max-width: 72px;
  right: -1px;
  pointer-events: none;
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
  mask-size: 100% 101%;
  background-color: #ffffff;
}
.events-box .content {
  padding: 30px;
}
.events-box .content .date {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  padding: 6px 15px;
  background-color: #326AAF;
}
.events-box .content .date span {
  color: #ffffff;
  font-weight: 500;
}
.events-box .content h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 600;
}
.events-box .content h3 a {
  display: inline-block;
}
.events-box .content .location {
  display: block;
  color: #4f5169;
  margin-top: 10px;
  position: relative;
  padding-left: 22px;
  font-weight: 500;
}
.events-box .content .location i {
  color: #326AAF;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
}

.health-coaching-shape6 {
  position: absolute;
  right: 5%;
  top: 8%;
  z-index: -1;
}
.health-coaching-shape6 img {
  animation: movebounce 8s linear infinite;
}

.health-coaching-shape7 {
  position: absolute;
  z-index: -1;
  left: 20px;
  bottom: 20px;
}
.health-coaching-shape7 img {
  animation: movebounce 8s linear infinite;
  max-width: 150px;
}

/*================================================
Blog CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
}
.blog-area.bg-image {
  background-position: center center;
  background-size: cover;
  background-image: url(../img/health-coaching/bg-image2.webp);
  background-repeat: no-repeat;
}
.blog-area.bg-image .section-title h2 {
  color: #ffffff;
}
.blog-area.bg-image .section-title p {
  color: #ffffff;
}

.single-blog-post-box {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-post-box .post-image {
  border-radius: 5px 5px 0 0;
}
.single-blog-post-box .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.single-blog-post-box .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
.single-blog-post-box .post-content {
  background-color: #fffaf3;
  padding: 25px;
}
.single-blog-post-box .post-content .category {
  display: inline-block;
  margin-bottom: 7px;
  color: #4f5169;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.single-blog-post-box .post-content .category:hover {
  color: #326AAF;
}
.single-blog-post-box .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}
.single-blog-post-box .post-content h3 a {
  display: inline-block;
}
.single-blog-post-box .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.single-blog-post-box .post-content .post-content-footer li {
  color: #4f5169;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
  padding-right: 7px;
}
.single-blog-post-box .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.single-blog-post-box .post-content .post-content-footer li .post-author span {
  color: #326AAF;
  font-weight: 500;
  font-size: 15px;
}
.single-blog-post-box .post-content .post-content-footer li i {
  color: #326AAF;
  position: absolute;
  left: 7px;
  top: 3px;
}
.single-blog-post-box .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}
.single-blog-post-box.without-bg-color .post-content {
  padding: 25px 0 0 0;
  background-color: transparent;
}
.single-blog-post-box:hover .post-image a img {
  transform: rotate(5deg) scale(1.3);
}

.blog-post-info {
  text-align: center;
  margin-top: 15px;
}
.blog-post-info p {
  max-width: 600px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.blog-post-info p a {
  font-weight: 600;
  text-decoration: underline;
  color: #ffffff;
}

/*================================================
Subscribe CSS
=================================================*/
.subscribe-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.subscribe-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #326AAF;
  font-weight: 500;
  margin-bottom: 8px;
}
.subscribe-content h2 {
  max-width: 615px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 37px;
  font-weight: 600;
}
.subscribe-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.subscribe-content .newsletter-form {
  position: relative;
  max-width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  background-color: #ebebeb;
  color: #252525;
  height: 50px;
  border-radius: 5px;
  padding-left: 18px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #999999;
  transition: 0.5s;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.subscribe-content .newsletter-form .validation-danger {
  color: red;
  margin-top: 15px;
}
.subscribe-content .newsletter-form .validation-success {
  margin-top: 15px;
}
.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  height: 50px;
}

.health-coaching-shape8 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.health-coaching-shape8 img {
  max-width: 325px;
}

.health-coaching-shape9 {
  position: absolute;
  right: 7%;
  top: 30%;
  z-index: -1;
}
.health-coaching-shape9 img {
  animation: movebounce 8s linear infinite;
  max-width: 200px;
}

/*================================================
Premium Access CSS
=================================================*/
.premium-access-area {
  position: relative;
  z-index: 1;
}

.premium-access-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #326AAF;
  font-weight: 500;
  margin-bottom: 10px;
}
.premium-access-content h2 {
  max-width: 615px;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.premium-access-content p {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.premium-access-content .default-btn {
  margin-top: 10px;
}

/*================================================
Distance Learning CSS
=================================================*/
.distance-learning-area {
  position: relative;
  z-index: 1;
}

.distance-learning-image {
  text-align: center;
}

.distance-learning-content {
  padding-left: 15px;
  margin-top: 20px;
}
.distance-learning-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 12px;
  font-weight: 500;
}
.distance-learning-content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
}
.distance-learning-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}
.distance-learning-content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.distance-learning-content .features-list li span {
  display: block;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.distance-learning-content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #326AAF;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.distance-learning-content .default-btn {
  margin-top: 35px;
}

.business-shape4 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape4 img {
  animation: movebounce 8s linear infinite;
}

.business-shape5 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape5 img {
  animation: movebounce 8s linear infinite;
}

.business-shape7 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: -1;
}
.business-shape7 img {
  animation: movebounce 8s linear infinite;
}

.business-shape8 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.business-shape8 img {
  animation: movebounce2 8s linear infinite;
  max-width: 150px;
}

.business-shape9 {
  position: absolute;
  z-index: -1;
  left: 15%;
  top: 35%;
}
.business-shape9 img {
  animation: movebounce 8s linear infinite;
}

.business-shape10 {
  position: absolute;
  right: 15%;
  top: 25%;
  z-index: -1;
}
.business-shape10 img {
  animation-name: rotateMe;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
FAQ CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-video {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}
.faq-video img {
  border-radius: 5px;
}
.faq-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 60px;
  text-align: center;
  line-height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  background-color: #326AAF;
  border-radius: 50%;
  color: #ffffff;
}
.faq-video .video-btn::after, .faq-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.faq-video .video-btn::before {
  animation: ripple 2s linear infinite;
}
.faq-video .video-btn::after {
  animation: ripple 2s linear 1s infinite;
}
.faq-video .video-btn:hover {
  color: #326AAF;
  background-color: #ffffff;
}
.faq-video .video-btn:hover::before, .faq-video .video-btn:hover::after {
  border-color: #326AAF;
}

.faq-accordion-style-two.faq-accordion .accordion .accordion-item {
  box-shadow: unset !important;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-title {
  padding: 16px 15px 14px 45px;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-title i {
  left: 13px;
  top: 14px;
  font-size: 25px;
}
.faq-accordion-style-two.faq-accordion .accordion .accordion-content {
  padding-bottom: 18px;
  padding-right: 15px;
  padding-left: 45px;
}

/*================================================
Funfacts CSS
=================================================*/
.funfacts-list .single-funfacts-box {
  margin-bottom: 0;
}
.funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
  margin-top: 60px;
  margin-bottom: 30px;
}
.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
  margin-top: -60px;
}

.single-funfacts-box {
  text-align: center;
  border: 5px solid #fbf1f2;
  border-radius: 85px;
  margin-bottom: 30px;
  background-image: url(../img/business-coaching/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.single-funfacts-box h3 {
  margin-bottom: 0;
  color: #326AAF;
  font-size: 44px;
  font-weight: 800;
}
.single-funfacts-box h3 span {
  font-size: 48px;
}
.single-funfacts-box h3 .odometer {
  position: relative;
  top: -2px;
}
.single-funfacts-box p {
  text-transform: uppercase;
  color: #252525;
  line-height: 1;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
}

.funfacts-and-feedback-area {
  position: relative;
  z-index: 1;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 10px;
}
.feedback-slides-content h2 {
  margin-bottom: 0;
  font-size: 37px;
  font-weight: 600;
}
.feedback-slides-content p {
  margin-top: 15px;
}
.feedback-slides-content .feedback-info p {
  margin-bottom: 0;
}
.feedback-slides-content .feedback-info p a {
  color: #326AAF;
  font-weight: 600;
}
.feedback-slides-content .feedback-info p a:hover {
  text-decoration: underline;
  color: #e40505;
}
.feedback-slides-content .feedback-slides-two {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feedback-slides-item {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 50px 70px 50px 50px;
  border-radius: 5px;
  overflow: hidden;
}
.single-feedback-slides-item p {
  color: #606060;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.single-feedback-slides-item .client-info {
  margin-top: 25px;
}
.single-feedback-slides-item .client-info img {
  width: 55px;
  height: 55px;
}
.single-feedback-slides-item .client-info .title {
  margin-left: 15px;
}
.single-feedback-slides-item .client-info .title h3 {
  margin-bottom: 0;
  color: #326AAF;
  font-size: 18px;
  font-weight: 600;
}
.single-feedback-slides-item .client-info .title span {
  display: block;
  color: #4f5169;
  font-size: 14px;
  margin-top: 4px;
}
.single-feedback-slides-item::after {
  width: 75px;
  height: 75px;
  content: "";
  border-radius: 50%;
  background-color: #326AAF;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}
.single-feedback-slides-item::before {
  content: "\f10e";
  font-family: Flaticon;
  font-size: 100px;
  position: absolute;
  right: 50px;
  color: #e8e8e8;
  z-index: -1;
  bottom: 25px;
  line-height: 1;
}

.feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: block;
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 3px 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: 0.5s;
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: 0.5s;
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #326AAF;
}
.feedback-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .feedback-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #326AAF;
}

.business-shape6 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.business-shape6 img {
  animation: movebounce 8s linear infinite;
}

/*================================================
Language Banner Area CSS
=================================================*/
.language-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  background-color: #f8e8e9;
  background-image: url(../img/banner-bg.jpg);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.language-banner-area .container-fluid {
  max-width: 1275px;
}

.language-banner-content {
  padding-right: 10px;
}
.language-banner-content h1 {
  margin-bottom: 15px;
  font-size: 55px;
  font-weight: 600;
}
.language-banner-content p {
  color: #252525;
  font-weight: 600;
}
.language-banner-content .default-btn {
  margin-top: 10px;
}

.language-banner-image {
  text-align: center;
  position: relative;
  top: 15px;
}

.lang-shape1 {
  position: absolute;
  left: 0;
  top: 16%;
  z-index: -1;
}
.lang-shape1 img {
  max-width: 100px;
  animation: movebounce2 8s linear infinite;
}

.lang-shape2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.lang-shape2 img {
  animation: movebounce2 8s linear infinite;
  max-width: 170px;
}

.lang-shape3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.lang-shape3 img {
  animation: movebounce2 8s linear infinite;
  max-width: 250px;
}

.lang-shape4 {
  position: absolute;
  right: 5%;
  top: 30%;
  z-index: -1;
}
.lang-shape4 img {
  animation: movebounce3 8s linear infinite;
}

.lang-shape5 {
  position: absolute;
  left: 1%;
  bottom: 0;
  z-index: -1;
}
.lang-shape5 img {
  animation: movebounce3 8s linear infinite;
  max-width: 350px;
}

/*================================================
Courses Area CSS
=================================================*/
.single-language-courses-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.single-language-courses-box a img {
  border-radius: 5px;
}
.single-language-courses-box .content {
  padding: 30px 20px;
}
.single-language-courses-box .content h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.single-language-courses-box .content .link-btn {
  display: inline-block;
  color: #326AAF;
  font-weight: 600;
}
.single-language-courses-box .content .link-btn:hover {
  color: #e40505;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  position: relative;
  z-index: 1;
}
.why-choose-us-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.why-choose-us-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
.why-choose-us-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.why-choose-us-image {
  height: 100%;
  background-image: url(../img/why-choose-us.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-image img {
  display: none;
}

.why-choose-us-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 30px;
}
.why-choose-us-content .content {
  max-width: 455px;
}
.why-choose-us-content .content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 12px;
  font-weight: 500;
}
.why-choose-us-content .content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
}
.why-choose-us-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}
.why-choose-us-content .content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.why-choose-us-content .content .features-list li span {
  display: block;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.why-choose-us-content .content .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #326AAF;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-content .content .default-btn {
  margin-top: 35px;
}

.why-choose-us-area-two {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/bg-shape.jpg);
}

.why-choose-us-img {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-right: 15px;
  z-index: 1;
}
.why-choose-us-img .shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.why-choose-us-img .shape img {
  animation-name: rotateMe;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.why-choose-us-text {
  padding-left: 15px;
}
.why-choose-us-text .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 12px;
  font-weight: 500;
}
.why-choose-us-text h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
}
.why-choose-us-text .features-list {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: -8px;
  margin-right: -8px;
}
.why-choose-us-text .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
}
.why-choose-us-text .features-list li span {
  display: block;
  position: relative;
  color: #d4d4d4;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.why-choose-us-text .features-list li span i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  line-height: 40px;
  color: #326AAF;
  font-size: 25px;
  background-image: url(../img/circle-border.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-text .default-btn {
  margin-top: 35px;
}

/*================================================
Information Area CSS
=================================================*/
.information-image {
  padding-right: 15px;
}

.information-content {
  padding-left: 15px;
}
.information-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 10px;
  font-weight: 500;
}
.information-content h2 {
  margin-bottom: 40px;
  font-size: 37px;
  font-weight: 600;
}
.information-content .apply-details {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.information-content .apply-details li {
  position: relative;
  margin-top: 30px;
  padding-left: 108px;
}
.information-content .apply-details li .icon {
  width: 85px;
  height: 85px;
  line-height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #326AAF;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  transition: 0.5s;
}
.information-content .apply-details li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.information-content .apply-details li:hover .icon {
  background-color: #252525;
  color: #ffffff;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url(../img/free-trial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.free-trial-form {
  margin-left: auto;
  max-width: 600px;
  background-color: #f3f3f3;
  padding: 50px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
.free-trial-form::before {
  transform: rotate(6.5deg);
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(243, 243, 243, 0.85);
  transition: 0.5s;
  z-index: -2;
}
.free-trial-form::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: 0;
  background-color: #f3f3f3;
  z-index: -1;
}
.free-trial-form .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 10px;
  font-weight: 500;
}
.free-trial-form h2 {
  margin-bottom: 25px;
  font-size: 37px;
  font-weight: 600;
}
.free-trial-form form .form-control {
  border: none;
  padding-top: 2px;
  padding-left: 15px;
}
.free-trial-form form .form-control::placeholder {
  transition: 0.5s;
}
.free-trial-form form .form-control:focus::placeholder {
  color: transparent;
}
.free-trial-form form button {
  display: block;
  width: 100%;
  background-color: #326AAF;
  color: #ffffff;
  border: none;
  transition: 0.5s;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
}
.free-trial-form form button:hover {
  background-color: #e40505;
  color: #ffffff;
}
.free-trial-form:hover::before {
  transform: rotate(-6.5deg);
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area-two .feedback-slides.owl-theme {
  margin-bottom: 0;
}
.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 0;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
  font-size: 40px;
  color: #9d9d9d !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}
.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}
.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #326AAF !important;
}
.feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-area-two .section-title {
  margin-bottom: 20px;
}

.feedback-image {
  text-align: center;
  margin-top: 30px;
}

.single-feedback-box {
  text-align: center;
  position: relative;
  margin-top: 25px;
  z-index: 1;
}
.single-feedback-box p {
  margin-bottom: 0;
  font-size: 19px;
  color: #606060;
}
.single-feedback-box .info {
  margin-top: 25px;
  text-align: left;
}
.single-feedback-box .info img {
  width: 55px !important;
  display: inline-block !important;
  height: 55px;
  border-radius: 50%;
  margin-right: 7px;
}
.single-feedback-box .info .title {
  margin-left: 7px;
}
.single-feedback-box .info .title h3 {
  margin-bottom: 5px;
  color: #326AAF;
  font-size: 17px;
  font-weight: 600;
}
.single-feedback-box .info .title p {
  color: #606060;
  font-size: 14px;
}
.single-feedback-box::before {
  content: "\f10e";
  position: absolute;
  left: -70px;
  top: -35px;
  line-height: 1;
  z-index: -1;
  color: #e3e3e3;
  opacity: 0.8;
  opacity: 0.5;
  font-family: Flaticon;
  font-size: 110px;
}

/*================================================
Dark CSS
=================================================*/
.bg-dark {
  background-color: #000000 !important;
  color: #ffffff;
}
.bg-dark .h1, .bg-dark .h2, .bg-dark .h3, .bg-dark .h4, .bg-dark .h5, .bg-dark .h6, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #ffffff;
}
.bg-dark p {
  color: #d4d4d4;
}
.bg-dark.bg-0b0517 {
  background-color: #0b0517 !important;
}
.bg-dark.bg-100f1f {
  background-color: #100f1f !important;
}
.bg-dark a {
  color: #ffffff;
}
.bg-dark a:hover {
  color: #326AAF;
}
.bg-dark .default-btn {
  color: #ffffff;
}
.bg-dark .default-btn:hover, .bg-dark .default-btn:focus {
  color: #ffffff;
}
.bg-dark .single-blog-post-box .post-content .category {
  color: #326AAF;
}
.bg-dark .single-blog-post-box .post-content .category:hover {
  color: #e40505;
}
.bg-dark .courses-info p a:hover {
  color: #ffffff;
}
.bg-dark .courses-box {
  background-color: #100f1f;
  box-shadow: unset !important;
}
.bg-dark .courses-box .courses-image .price {
  border-color: #100f1f;
}
.bg-dark .courses-box .courses-content .courses-box-footer li {
  color: #d4d4d4;
}

.bg-370920 {
  background-color: #370920;
}

/*================================================
Online Area CSS
=================================================*/
.online-area {
  overflow: hidden;
}

.online-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.gym-shape1 {
  position: absolute;
  top: 18%;
  left: 13%;
  z-index: -1;
}
.gym-shape1 img {
  animation: movebounce2 6s linear infinite;
}

.gym-shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.gym-shape2 img {
  animation: movebounce3 6s linear infinite;
}

.online-content {
  margin-top: 100px;
}
.online-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 12px;
  font-weight: 500;
}
.online-content h2 {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
}
.online-content .default-btn {
  margin-top: 15px;
}

/*================================================
App Area CSS
=================================================*/
.app-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/app-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-area::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #100f1f;
  opacity: 0.88;
}
.app-area .row {
  margin-left: 0;
  margin-right: 0;
}
.app-area .row .col-lg-5, .app-area .row .col-md-7 {
  padding-left: 0;
  padding-right: 0;
}
.app-area .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  z-index: -1;
  background-color: #0b0517;
}
.app-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  height: 50px;
  z-index: -1;
  background-color: #0b0517;
}

.app-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #326AAF;
  margin-bottom: 10px;
  font-weight: 600;
}
.app-content h2 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 37px;
  font-weight: 600;
}
.app-content .default-btn {
  margin-top: 15px;
}

.app-image {
  text-align: center;
}
.app-image img {
  max-width: 112%;
}

/*================================================
Gym Trainer Area CSS
=================================================*/
.single-gym-trainer {
  text-align: center;
  margin-bottom: 30px;
}
.single-gym-trainer img {
  border-radius: 5px;
}
.single-gym-trainer .content {
  margin-top: 25px;
}
.single-gym-trainer .content span {
  display: block;
  font-weight: 600;
  color: #326AAF;
  margin-bottom: 9px;
}
.single-gym-trainer .content h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.single-gym-trainer .content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-gym-trainer .content .social-link li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.single-gym-trainer .content .social-link li a {
  width: 40px;
  height: 40px;
  background-color: #100f1f;
  color: #78777e;
  font-size: 22px;
  position: relative;
}
.single-gym-trainer .content .social-link li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-gym-trainer .content .social-link li a:hover {
  background-color: #326AAF;
  color: #ffffff;
}

/*================================================
Gym Feedback Area CSS
=================================================*/
.gym-feedback-area {
  background-image: url(../img/feedback-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gym-feedback-inner {
  background-color: #000000;
  max-width: 650px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.gym-feedback-inner::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 63%;
  transform: translateY(-63%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: -1;
  background-color: #326AAF;
}
.gym-feedback-inner .section-title {
  margin-bottom: 40px;
}
.gym-feedback-inner .feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0);
}
.gym-feedback-inner .feedback-slides-two.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.gym-feedback-inner .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
  margin: 0 4px;
}

.single-gym-feedback-box {
  text-align: center;
  position: relative;
  z-index: 1;
}
.single-gym-feedback-box img {
  width: 90px !important;
  height: 90px;
  display: inline-block !important;
  margin-bottom: 25px;
  border-radius: 50%;
}
.single-gym-feedback-box p {
  color: #d4d4d4;
  line-height: 1.8;
}
.single-gym-feedback-box .title {
  margin-top: 25px;
}
.single-gym-feedback-box .title h3 {
  margin-bottom: 5px;
  color: #326AAF;
  font-size: 18px;
  font-weight: 600;
}
.single-gym-feedback-box .title span {
  color: #d4d4d4;
  font-size: 14px;
}
.single-gym-feedback-box::before {
  content: "\f10e";
  position: absolute;
  right: 30px;
  bottom: 0px;
  line-height: 1;
  z-index: -1;
  color: #21071c;
  opacity: 0.9;
  font-family: Flaticon;
  font-size: 100px;
}

/*================================================
Learning Area CSS
=================================================*/
.learning-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.single-learning-box {
  margin-bottom: 30px;
  border: 1px solid #2b2635;
  border-radius: 5px;
  padding: 40px 25px;
  text-align: center;
}
.single-learning-box .icon {
  margin-bottom: 25px;
  line-height: 1;
  color: #326AAF;
  font-size: 50px;
}
.single-learning-box h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.single-learning-box .link-btn {
  display: inline-block;
  font-weight: 500;
  color: #326AAF;
  margin-top: 2px;
}
.single-learning-box .link-btn:hover {
  color: #e40505;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-style-three .row {
  margin-left: 0;
  margin-right: 0;
}
.funfacts-style-three .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
.funfacts-style-three .row .col-lg-3:last-child .single-funfacts-item {
  border-right: none;
}
.funfacts-style-three .row .col-lg-3:nth-child(2) .single-funfacts-item {
  background-image: url(../img/funfacts-bg2.png);
}
.funfacts-style-three .row .col-lg-3:nth-child(3) .single-funfacts-item {
  background-image: url(../img/funfacts-bg3.png);
}
.funfacts-style-three .row .col-lg-3:nth-child(4) .single-funfacts-item {
  background-image: url(../img/funfacts-bg4.png);
}

.single-funfacts-item {
  border-right: 1px solid #0b0517;
  text-align: center;
  background-image: url(../img/funfacts-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.single-funfacts-item h3 {
  margin-bottom: 0;
  color: #326AAF;
  font-size: 44px;
  font-weight: 800;
}
.single-funfacts-item h3 span {
  font-size: 48px;
}
.single-funfacts-item h3 .odometer {
  position: relative;
  top: -2px;
}
.single-funfacts-item p {
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
}

/*================================================
Gym Main Banner Area CSS
=================================================*/
.gym-main-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 247px;
}
.gym-main-banner.bg-1 {
  background-image: url(../img/gym-main-banner1.webp);
}
.gym-main-banner.bg-2 {
  background-image: url(../img/gym-main-banner2.webp);
}
.gym-main-banner .container {
  max-width: 1300px;
}

.gym-banner-content {
  max-width: 630px;
}
.gym-banner-content .sub-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #326AAF;
  display: block;
  margin-bottom: 12px;
}
.gym-banner-content h1 {
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 600;
}
.gym-banner-content .default-btn {
  margin-top: 15px;
}

.gym-home-slides.owl-theme {
  margin-bottom: -2px;
}
.gym-home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.gym-home-slides.owl-theme .owl-dots .owl-dot span {
  margin: 0 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid #a8a8a8;
  position: relative;
  transition: 0.5s;
}
.gym-home-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50%;
  margin: 2px;
  transition: 0.5s;
}
.gym-home-slides.owl-theme .owl-dots .owl-dot:hover span, .gym-home-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #326AAF;
}
.gym-home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .gym-home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #326AAF;
}
.gym-home-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gym-home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 25px;
  margin: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #252525;
  transition: 0.5s;
}
.gym-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 25px;
}
.gym-home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #326AAF;
  color: #ffffff;
}
.gym-home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.text-secondary {
  color: #e40505 !important;
}

.text-primary {
  color: #326AAF !important;
}

.courses-content h3 a {
  color: #252525;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottone {
  transition: 0.5s;
  display: block;
  width: 100%;
  padding: 13px 25px 12px 25px;
  position: relative;
  background-color: #326AAF;
  color: #ffffff;
  box-shadow: 0 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  border-width: 2px;
  border-style: solid;
  border-color: #326AAF;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 600;
  margin: auto;
}
.bottone:hover, .bottone:focus {
  background-color: #e40505;
  color: #ffffff;
  border-color: #e40505;
}
.bottone.bottone-hover-verde:hover, .bottone.bottone-hover-verde:focus {
  background-color: #219909;
  color: #ffffff;
  border-color: #219909;
}
.bottone.bottone-con-icona {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottone.bottone-con-icona .bx {
  font-size: 16px;
  margin-right: 4px;
}
.bottone.bottone-outline {
  background: transparent;
  color: #326AAF;
  box-shadow: 0 0 0 0 transparent;
}
.bottone.bottone-outline:hover, .bottone.bottone-outline:focus {
  background-color: #326AAF;
  color: #ffffff;
  border-color: #326AAF;
}
.bottone.bottone-outline.bottone-con-icona .bx {
  font-size: 19px;
}

.bottone-rosso {
  background-color: #e40505;
  border-color: #e40505;
}
.bottone-rosso:hover, .bottone-rosso:focus {
  background-color: #219909;
  color: #ffffff;
  border-color: #219909;
}
.bottone-rosso.bottone-outline {
  color: #e40505;
}
.bottone-rosso.bottone-outline:hover, .bottone-rosso.bottone-outline:focus {
  background-color: #219909;
  color: #ffffff;
  border-color: #219909;
}

.bottone-grigio {
  background-color: #8a8b9d;
  border-color: #8a8b9d;
}
.bottone-grigio:hover, .bottone-grigio:focus {
  background-color: #8a8b9d;
  color: #ffffff;
  border-color: #8a8b9d;
}

.bottone-verde {
  background-color: #219909;
  color: #fff;
  border-color: #219909;
}

.alert {
  text-align: center;
}

.single-courses-box .courses-box-footer ul .courses-lesson {
  flex-basis: auto;
  width: auto;
  max-width: none;
  flex-grow: 1;
}

.single-courses-box .courses-box-footer ul .courses-price {
  flex-basis: auto;
  width: auto;
  max-width: none;
}

.single-courses-box .courses-box-footer ul .courses-price {
  font-size: 15px;
}

.section-title {
  margin-bottom: 40px;
}

.courses-categories-slides.owl-theme .single-categories-courses-item {
  height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-categories-courses-item .learn-more-btn::before {
  display: none;
}

.repeat-email {
  display: none;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .ptb-70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .section-title .sub-title {
    margin-bottom: 8px;
    font-size: 13.5px;
  }
  .section-title h2 {
    font-size: 27px;
  }
  .section-title p {
    max-width: 100%;
  }
  .section-title.text-left {
    text-align: center !important;
  }
  .section-title.text-left h2 {
    max-width: 100%;
  }
  .section-title.text-left .default-btn {
    display: none;
  }
  .default-btn {
    padding: 12px 20px 11px 50px;
    font-size: 13px;
  }
  .default-btn .icon-arrow {
    top: 10px;
    font-size: 22px;
  }
  .top-header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .top-header-contact-info {
    display: flex;
    flex-wrap: wrap;
  }
  .top-header-contact-info li {
    font-size: 12.5px;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 8px;
    margin-right: 0;
    padding-left: 0;
  }
  .top-header-contact-info li i {
    font-size: 17px;
    position: relative;
    top: 3px;
    transform: unset;
  }
  .top-header-contact-info li span {
    display: none;
  }
  .top-header-contact-info li a {
    font-size: 13px;
  }
  .top-header-contact-info li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-header-btn {
    display: none;
  }
  .top-header-logo {
    display: none;
  }
  .top-header-style-two {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .top-header-style-two .top-header-contact-info {
    text-align: center;
  }
  .top-header-style-two .top-header-contact-info li {
    text-align: center;
  }
  .top-header-style-three {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-header-style-three .top-header-contact-info {
    flex-wrap: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-header-style-three .top-header-contact-info li {
    font-size: 13px;
  }
  .top-header-style-three .top-header-contact-info li a {
    font-size: 13px;
  }
  .top-header-style-three .top-header-contact-info li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-header-social {
    display: inline-block;
    margin-left: 10px;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .top-header-social span {
    margin-right: 2px;
    font-size: 13px;
  }
  .top-header-social a {
    font-size: 15px;
  }
  .top-header-login-register {
    text-align: center;
  }
  .top-header-style-four {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-header-style-four .top-header-contact-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-header-style-four .top-header-contact-info li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .top-header-style-four .top-header-social {
    border-left: none;
  }
  .main-banner {
    height: 100%;
    padding-top: 250px;
    padding-bottom: 125px;
  }
  .main-banner-content {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .main-banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .main-banner-content .sub-title::before {
    display: none;
  }
  .main-banner-content h1 {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .main-banner-content p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 15px;
  }
  .main-banner-content .btn-box {
    margin-top: 30px;
  }
  .main-banner-content .btn-box .default-btn {
    margin-right: 6px;
  }
  .main-banner-content .btn-box .optional-btn {
    margin-left: 6px;
    font-size: 13px;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    left: 10px;
    font-size: 27px;
    width: 35px;
    height: 35px;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] i {
    top: 55%;
    transform: translateY(-55%);
  }
  .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
  }
  .banner-section {
    height: 100%;
    padding-top: 250px;
    padding-bottom: 175px;
  }
  .banner-content {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .banner-content .sub-title::before {
    display: none;
  }
  .banner-content h1 {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .banner-content p {
    max-width: 100%;
    line-height: 1.7;
    font-weight: normal;
    font-size: 15px;
  }
  .banner-content .btn-box {
    margin-top: 25px;
  }
  .banner-content .btn-box .default-btn {
    margin-right: 6px;
  }
  .banner-content .btn-box .video-btn {
    margin-left: 6px;
    top: 0;
    font-size: 13px;
    padding-left: 35px;
  }
  .banner-content .btn-box .video-btn span {
    top: -6px;
    font-size: 30px;
  }
  .banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
    width: 30px;
    height: 30px;
  }
  .banner-content::before {
    display: none;
  }
  .hero-banner {
    height: 100%;
    padding-top: 125px;
    padding-bottom: 80px;
  }
  .hero-banner-content {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .hero-banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .hero-banner-content .sub-title::before {
    display: none;
  }
  .hero-banner-content h1 {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .hero-banner-content p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 15px;
  }
  .hero-banner-content .btn-box {
    margin-top: 30px;
  }
  .hero-banner-content .btn-box .default-btn {
    margin-right: 6px;
  }
  .hero-banner-content .btn-box .optional-btn {
    margin-left: 6px;
    font-size: 13px;
  }
  .hero-banner-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .divider {
    bottom: -1px;
  }
  .main-banner-wrapper {
    padding-top: 75px;
  }
  .banner-wrapper-content h1 {
    margin-bottom: 18px;
    font-size: 30px;
  }
  .banner-wrapper-content p {
    font-size: 15px;
    max-width: 100%;
  }
  .banner-wrapper-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 45px;
    font-size: 15px;
    margin-top: 15px;
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
  }
  .banner-wrapper-content form button:hover, .banner-wrapper-content form button:focus {
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
  }
  .banner-wrapper-image {
    margin-top: 35px;
  }
  .banner-wrapper {
    padding-top: 260px;
    padding-bottom: 110px;
  }
  .banner-wrapper.banner-wrapper-big {
    padding-top: 60px;
  }
  .wrapper-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .wrapper-content h1 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  .wrapper-content form {
    margin-right: 0;
    margin-top: 25px;
  }
  .wrapper-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 50px;
    font-size: 15px;
    margin-top: 15px;
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
  }
  .wrapper-content form button:hover, .wrapper-content form button:focus {
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
  }
  .banner-courses-category ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-courses-category ul li a {
    font-size: 15px;
  }
  .banner-courses-category ul li a i {
    font-size: 35px;
  }
  .slider_area .tp-caption.NotGeneric-Icon, .slider_area .tp-caption .NotGeneric-Icon {
    font-size: 14px !important;
  }
  .slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
    font-size: 25px !important;
  }
  .slider_area .tp-caption.NotGeneric-SubTitle, .slider_area .tp-caption .NotGeneric-SubTitle {
    font-size: 14px !important;
  }
  .slider_area .tp-caption.NotGeneric-btn .default-btn, .slider_area .tp-caption .NotGeneric-btn .default-btn {
    padding: 12px 20px 11px 50px !important;
    font-size: 13px !important;
  }
  .about-image {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .about-image img {
    width: 100%;
  }
  .about-image img:nth-child(2) {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .about-content {
    padding-left: 0;
    text-align: center;
  }
  .about-content .sub-title {
    margin-bottom: 8px;
    font-size: 13.5px;
  }
  .about-content h2 {
    font-size: 26px;
  }
  .about-content h6 {
    margin-bottom: 14px;
    line-height: 1.5;
  }
  .about-content .features-text {
    margin-top: 20px;
    text-align: left;
  }
  .about-content .features-text h5 {
    margin-bottom: 15px;
    max-width: 295px;
    font-size: 16px;
    padding-top: 2px;
  }
  .about-content .default-btn {
    margin-top: 25px;
  }
  .about-content.left-content {
    max-width: 100%;
    padding-right: 0;
  }
  .about-right-image {
    margin-top: 30px;
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
  }
  .about-right-image img {
    width: 100%;
  }
  .about-right-image img:nth-child(2) {
    position: relative;
    margin-top: 30px;
  }
  .about-right-image .text-box {
    left: auto;
    top: 30%;
    width: 140px;
    height: 140px;
    transform: translateY(-30%);
    right: 0;
  }
  .about-right-image .text-box .inner {
    font-size: 14px;
  }
  .about-right-image .text-box .inner span {
    font-size: 28px;
  }
  .about-inner-area {
    margin-top: 0;
  }
  .about-text {
    margin-top: 30px;
  }
  .about-text h3 {
    font-size: 18px;
  }
  .single-categories-courses-box {
    padding: 25px 20px;
  }
  .single-categories-courses-box h3 {
    font-size: 18px;
  }
  .single-categories-courses-box span {
    font-size: 13px;
  }
  .single-categories-courses-box .icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .single-categories-courses-item {
    padding: 25px 20px;
  }
  .single-categories-courses-item h3 {
    font-size: 18px;
  }
  .single-categories-courses-item span {
    font-size: 13px;
  }
  .single-categories-courses-item .icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .single-categories-courses-item:hover .icon, .single-categories-courses-item:focus .icon {
    transform: translateY(-15px);
  }
  .single-categories-courses-item:hover h3, .single-categories-courses-item:focus h3 {
    transform: translateY(-25px);
  }
  .single-categories-courses-item:hover span, .single-categories-courses-item:focus span {
    transform: translateY(-21px);
  }
  .single-categories-courses-item:hover .learn-more-btn, .single-categories-courses-item:focus .learn-more-btn {
    bottom: 15px;
  }
  .courses-categories-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .single-courses-category a {
    padding: 20px;
    font-size: 18px;
  }
  .single-courses-category a i {
    font-size: 45px;
  }
  .single-boxes-item {
    padding: 30px;
    min-height: auto;
  }
  .single-boxes-item h3 {
    font-size: 20px;
  }
  .single-boxes-item .boxes-btn {
    font-size: 13px;
  }
  .story-content {
    margin-top: 0;
    text-align: center;
  }
  .story-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .values-content {
    margin-top: 0;
    text-align: center;
  }
  .values-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .funfacts-inner {
    border-radius: 10px;
    padding: 25px 20px 0;
  }
  .funfacts-inner .col-lg-3 {
    border-right: none;
  }
  .single-funfact {
    margin-bottom: 25px;
  }
  .single-funfact .icon {
    font-size: 35px;
    margin-top: -3px;
    margin-bottom: 8px;
  }
  .single-funfact h3 {
    font-size: 32px;
  }
  .single-funfact p {
    font-size: 14px;
  }
  .shorting-menu {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .shorting-menu .filter {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .single-courses-box .courses-image .courses-tag {
    right: 20px;
    font-size: 13px;
  }
  .single-courses-box .courses-content {
    padding: 20px;
  }
  .single-courses-box .courses-content h3 {
    font-size: 18px;
  }
  .single-courses-box .courses-box-footer {
    padding: 20px;
    text-align: center;
  }
  .single-courses-box .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .single-courses-box .courses-box-footer ul .courses-price {
    font-size: 18px;
  }
  .single-courses-item .courses-content h3 {
    font-size: 18px;
  }
  .single-courses-item .courses-content .courses-rating .rating-total {
    display: none;
  }
  .single-courses-item .courses-box-footer {
    text-align: center;
  }
  .single-courses-item .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .single-courses-item .courses-box-footer ul .courses-price {
    font-size: 18px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .courses-slides.owl-theme .owl-dots {
    display: none !important;
  }
  .single-courses-list-box .box-item .courses-image {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .single-courses-list-box .box-item .courses-image .image {
    border-radius: 5px 5px 0 0;
    background-image: unset !important;
  }
  .single-courses-list-box .box-item .courses-image .image img {
    display: inline-block;
    border-radius: 5px 5px 0 0;
  }
  .single-courses-list-box .box-item .courses-desc {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-courses-list-box .box-item .courses-desc .courses-content h3 {
    font-size: 18px;
  }
  .single-courses-list-box .box-item .courses-desc .courses-box-footer {
    text-align: center;
  }
  .single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
    font-size: 18px;
  }
  .courses-list-tab .tabs {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }
  .courses-list-tab .tabs li {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .courses-list-tab .tabs li a {
    display: block;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .courses-topbar {
    text-align: center;
  }
  .courses-topbar .topbar-result-count p {
    font-size: 15px;
  }
  .courses-topbar .topbar-ordering {
    margin-top: 5px;
    margin-bottom: 7px;
  }
  .courses-details-header .courses-title h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  .courses-details-header .courses-meta {
    margin-top: 5px;
  }
  .courses-details-header .courses-meta ul li {
    font-size: 14px;
    margin-top: 15px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
  .courses-details-header .courses-meta ul li i {
    display: none;
  }
  .courses-details-header .courses-meta ul li span {
    font-size: 13px;
  }
  .courses-details-header .courses-price {
    text-align: left;
    margin-top: 20px;
  }
  .courses-details-header .courses-price .courses-review {
    display: block;
    margin-bottom: 10px;
  }
  .courses-details-header .courses-price .price {
    font-size: 30px;
  }
  .courses-details-desc h3 {
    font-size: 18px;
  }
  .courses-details-desc .why-you-learn ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .courses-details-desc .why-you-learn ul li span i {
    top: 0;
  }
  .courses-details-desc .courses-author .author-profile {
    padding: 0 20px 20px;
  }
  .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    font-size: 15px;
  }
  .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    font-size: 13px;
  }
  .courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details a {
    padding: 5px 10px 4px;
    font-size: 13px;
  }
  .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title {
    padding: 13px 40px 13px 15px;
    font-size: 14px;
  }
  .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons {
    padding-right: 0;
  }
  .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .number {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin-top: 8px;
  }
  .courses-review-comments .user-review {
    padding: 20px 0 20px 0;
  }
  .courses-review-comments .user-review img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .courses-review-comments .user-review .review-rating .review-stars i {
    font-size: 15px;
  }
  .courses-review-comments .user-review .review-rating span {
    top: 0;
  }
  .courses-sidebar-information ul li {
    padding: 12px 10px;
    font-size: 14px;
  }
  .courses-sidebar-syllabus {
    margin-bottom: 30px;
  }
  .courses-sidebar-syllabus h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .mission-content {
    padding: 25px;
    max-width: 100%;
  }
  .mission-content .section-title {
    margin-bottom: 25px;
  }
  .mission-content .section-title.text-left {
    text-align: left !important;
  }
  .mission-content h3 {
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 1.6;
  }
  .mission-content .owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 41px;
    left: -35px;
  }
  .mission-content .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -35px;
  }
  .team-area {
    overflow: hidden;
  }
  .single-instructor-member .member-content h3 {
    font-size: 18px;
  }
  .single-instructor-member .member-content span {
    font-size: 13.5px;
  }
  .team-btn-box {
    margin-top: 20px;
  }
  .single-instructor-box .content {
    margin-top: 20px;
  }
  .single-instructor-box .content h3 {
    font-size: 18px;
  }
  .single-instructor-box .content span {
    font-size: 13.5px;
  }
  .team-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .single-team-member .member-content {
    top: auto;
    padding: 20px;
    bottom: 0;
  }
  .single-team-member .member-content h3 {
    font-size: 18px;
  }
  .single-team-member .member-content span {
    font-size: 13.5px;
  }
  .instructor-details-area .section-title {
    margin-bottom: 30px;
  }
  .instructor-details-area .section-title h2 {
    font-size: 21px;
  }
  .instructor-details-desc {
    margin-bottom: 40px;
  }
  .instructor-details-desc .instructor-details-sidebar {
    margin-bottom: 30px;
  }
  .instructor-details-desc .instructor-details {
    text-align: center;
  }
  .instructor-details-desc .instructor-details h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .instructor-details-desc .instructor-details .sub-title {
    font-size: 14px;
  }
  .instructor-details-desc .instructor-details .instructor-details-info .row .col-lg-6:nth-child(2) {
    margin-top: 25px;
  }
  .instructor-details-desc .instructor-details .instructor-details-info h3 {
    font-size: 18px;
  }
  .instructor-details-desc .instructor-details .instructor-details-info ul li {
    font-size: 14px;
  }
  .instructor-details-desc .instructor-details .instructor-details-info ul li span {
    font-size: 13px;
  }
  .offer-area .section-title {
    margin-bottom: 5px;
  }
  .single-offer-box {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .single-offer-box .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    margin-bottom: 25px;
  }
  .single-offer-box h3 {
    font-size: 18px;
  }
  .single-testimonials-item {
    padding: 25px 20px 90px;
  }
  .single-testimonials-item p {
    font-size: 14.5px;
  }
  .single-testimonials-item .info h3 {
    font-size: 18px;
  }
  .testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .single-feedback-item {
    text-align: center;
    max-width: 100%;
  }
  .single-feedback-item p {
    font-size: 16px;
  }
  .single-feedback-item .info {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-right: 100px;
    padding-bottom: 14px;
  }
  .single-feedback-item .info h3 {
    font-size: 16px;
  }
  .single-feedback-item .info img {
    width: 75px !important;
    height: 75px;
    right: 10px;
  }
  .single-feedback-item .info::before {
    display: none;
  }
  .feedback-slides.owl-theme {
    margin-bottom: 0;
  }
  .feedback-slides.owl-theme .single-feedback-item {
    margin-bottom: 30px;
  }
  .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .single-features-box {
    min-height: 360px;
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
  .single-features-box .inner-content {
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .single-features-box .inner-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .single-features-box:hover .inner-content h3 {
    transform: translateY(-67px);
  }
  .single-features-box:hover .inner-content p {
    transform: translateY(-67px);
  }
  .col-lg-3:nth-child(4) .single-features-box {
    border-bottom: none;
  }
  .single-work-process .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    font-size: 35px;
  }
  .single-work-process h3 {
    font-size: 18px;
  }
  .single-work-process::before {
    display: none;
  }
  .students-feedback-form-content {
    text-align: center;
    margin-bottom: 35px;
  }
  .students-feedback-form-content h2 {
    font-size: 30px;
  }
  .students-feedback-form h3 {
    padding: 20px 15px;
    font-size: 17px;
  }
  .students-feedback-form::after {
    display: none;
  }
  .students-feedback-form form {
    padding: 25px;
  }
  .feedback-form-area {
    margin-top: -10px;
  }
  .feedback-form-image {
    display: none;
  }
  .feedback-form-inner .feedback-form h3 {
    font-size: 18px;
  }
  .feedback-form-inner .feedback-form form {
    padding: 20px;
  }
  .single-blog-post .post-content .post-meta {
    margin-bottom: 12px;
  }
  .single-blog-post .post-content .post-meta li.post-author {
    top: -2px;
  }
  .single-blog-post .post-content .post-meta li.post-author img {
    top: -1px;
  }
  .single-blog-post .post-content .post-meta li.post-author a {
    top: 2px;
    position: relative;
  }
  .single-blog-post .post-content .post-meta li::before {
    top: 8px;
  }
  .single-blog-post .post-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .single-blog-post .post-content .read-more-btn {
    font-size: 14px;
  }
  .blog-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .blog-details-desc .article-content .entry-meta {
    margin-bottom: -15px;
  }
  .blog-details-desc .article-content .entry-meta ul li {
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
  .blog-details-desc .article-content .entry-meta ul li i {
    display: none;
  }
  .blog-details-desc .article-content .entry-meta ul li span {
    font-size: 13px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 19px;
    margin-bottom: 13px;
    line-height: 1.5;
  }
  .blog-details-desc .article-footer {
    text-align: center;
  }
  .blog-details-desc .article-footer .article-tags {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: center;
    margin-top: 15px;
  }
  .blog-details-desc .article-author .author-profile {
    padding: 0 20px 20px;
  }
  .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    font-size: 15px;
  }
  .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    font-size: 13px;
  }
  .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details a {
    padding: 5px 10px 4px;
    font-size: 13px;
  }
  .comments-area .comments-title {
    font-size: 19px;
  }
  .comments-area .comment-author .avatar {
    height: 50px;
    left: 0;
    position: relative;
    width: 50px;
    display: block;
    margin-bottom: 10px;
  }
  .comments-area .comment-body {
    padding-left: 0;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 19px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond .form-submit input {
    font-size: 15px;
  }
  .single-events-box .events-box .events-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-events-box .events-box .events-image .image {
    border-radius: 5px 5px 0 0;
    background-image: unset !important;
  }
  .single-events-box .events-box .events-image .image img {
    display: inline-block;
    border-radius: 5px 5px 0 0;
  }
  .single-events-box .events-box .events-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-events-box .events-box .events-content .content {
    padding: 25px;
  }
  .single-events-box .events-box .events-content .content h3 {
    font-size: 18px;
  }
  .single-events-box .events-box .events-date {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0 0 5px 5px;
  }
  .single-events-box .events-box .events-date .date {
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    padding: 20px 10px;
  }
  .single-events-box .events-box .events-date .date h3 {
    font-size: 20px;
  }
  .single-events-box .events-box .events-date .date p {
    font-size: 15px;
  }
  .single-events-box .events-box .events-date .date i {
    font-size: 100px;
  }
  .events-details-header .back-all-events {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .events-details-header .back-all-events i {
    top: -1px;
  }
  .events-details-header h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .events-details-header .events-meta {
    margin-top: 0;
  }
  .events-details-header .events-meta ul li {
    font-size: 14px;
    margin-top: 15px;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
  .events-details-header .events-meta ul li span {
    font-size: 13px;
  }
  .events-details-header .events-meta ul li i {
    display: none;
  }
  .events-details .events-info-links a {
    padding: 5px 10px 6px;
    font-size: 14px;
  }
  .countdown-content {
    margin-bottom: 40px;
    text-align: center;
  }
  .countdown-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .countdown-content .sign-up-btn {
    font-size: 14px;
  }
  .countdown-timer #timer div {
    font-size: 33px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .countdown-timer #timer div span {
    font-size: 14px;
    margin-top: -5px;
  }
  .countdown-timer #timer div::before {
    display: none;
  }
  .become-instructor-partner-area .col-lg-6:nth-child(1) {
    order: 2;
  }
  .become-instructor-partner-area .col-lg-6:nth-child(2) {
    order: 1;
  }
  .become-instructor-partner-area .col-lg-6:nth-child(3) {
    order: 3;
  }
  .become-instructor-partner-area .col-lg-6:nth-child(4) {
    order: 4;
  }
  .become-instructor-partner-content {
    padding: 30px;
    text-align: center;
  }
  .become-instructor-partner-content h2 {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .become-instructor-partner-content p {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .become-instructor-partner-image {
    background-image: unset !important;
  }
  .become-instructor-partner-image img {
    display: inline-block;
  }
  .page-title-area {
    padding-top: 265px;
    padding-bottom: 90px;
  }
  .page-title-area.page-title-style-two {
    padding-top: 270px;
    padding-bottom: 100px;
  }
  .page-title-area.page-title-style-three {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-title-content h1, .page-title-content h2 {
    font-size: 30px;
  }
  blockquote, .blockquote {
    padding: 20px !important;
  }
  blockquote p, .blockquote p {
    font-size: 17px !important;
  }
  .prev-link-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .prev-link-wrapper .prev-title {
    font-size: 15px;
  }
  .prev-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .next-link-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .next-link-wrapper .next-title {
    font-size: 15px;
  }
  .next-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .pricing-table table thead tr th {
    padding: 12px 15px 10px;
    font-size: 16px;
    white-space: nowrap;
  }
  .pricing-table table thead tr th:nth-child(1) {
    padding-left: 20px;
  }
  .pricing-table table tbody td {
    padding: 14px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
  .pricing-table table tbody td:nth-child(1) {
    padding-left: 20px;
  }
  .login-image {
    background-image: unset !important;
  }
  .login-image img {
    display: inline-block;
  }
  .login-content {
    height: 100%;
    padding: 60px 15px;
  }
  .login-content .login-form .logo {
    margin-bottom: 25px;
  }
  .login-content .login-form h3 {
    font-size: 26px;
  }
  .register-image {
    background-image: unset !important;
  }
  .register-image img {
    display: inline-block;
  }
  .register-content {
    height: 100%;
    padding: 60px 15px;
  }
  .register-content .register-form .logo {
    margin-bottom: 25px;
  }
  .register-content .register-form h3 {
    font-size: 26px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget {
    margin-bottom: 30px;
  }
  .widget-area .widget:last-child {
    margin-bottom: 0;
  }
  .widget-area .widget .widget-title {
    font-size: 17px;
  }
  .widget-area .widget_raque_posts_thumb .item .info {
    margin-top: 0;
  }
  .widget-area .widget_raque_posts_thumb .item .info time {
    margin-top: 0;
  }
  .widget-area .widget_raque_posts_thumb .item .info .title {
    font-size: 14px;
  }
  .widget-area .widget_categories ul li {
    font-size: 13px;
  }
  .widget-area .widget_categories ul li::before {
    top: 6px;
  }
  .widget-area .tagcloud a {
    padding: 6px 15px;
    font-size: 13px !important;
  }
  .faq-accordion-tab .tabs {
    margin-bottom: 20px;
  }
  .faq-accordion-tab .tabs li {
    margin-bottom: 20px;
  }
  .faq-accordion-tab .tabs li a {
    padding: 15px;
    font-size: 14px;
  }
  .faq-accordion-tab .tabs li a i {
    font-size: 25px;
  }
  .faq-accordion .accordion .accordion-title {
    padding: 18px 20px 15px 47px;
    font-size: 15px;
  }
  .faq-accordion .accordion .accordion-title i {
    left: 15px;
    top: 16px;
  }
  .faq-accordion .accordion .accordion-content {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .error-404-area {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .error-404-area .notfound .notfound-bg div {
    height: 100px;
  }
  .error-404-area .notfound h1 {
    font-size: 50px;
  }
  .error-404-area .notfound h3 {
    font-size: 18px;
  }
  .woocommerce-topbar {
    text-align: center;
  }
  .woocommerce-topbar .topbar-result-count p {
    font-size: 15px;
  }
  .woocommerce-topbar .topbar-ordering {
    margin-top: 5px;
    margin-bottom: 7px;
  }
  .single-product-box .product-content h3 {
    font-size: 18px;
  }
  .single-product-box .product-content .rating {
    margin-top: 10px;
  }
  .product-details-desc {
    margin-top: 30px;
  }
  .product-details-desc h3 {
    font-size: 19px;
  }
  .product-details-desc .product-add-to-cart .default-btn .icon-arrow {
    top: 14px;
  }
  .products-details-tab .tabs li {
    display: block;
    margin-right: 0;
  }
  .products-details-tab .tabs li a {
    display: block;
  }
  .products-details-tab .tab-content {
    padding: 20px;
  }
  .products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
    display: block;
    width: 100%;
    margin-bottom: 3px;
  }
  .products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
    font-size: 18px;
  }
  .products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: relative;
    margin-top: 15px;
  }
  .products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 0;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
  }
  .cart-table table thead tr th {
    padding: 0 20px 15px;
    font-size: 14px;
  }
  .cart-table table thead tr th:nth-child(1) {
    padding-left: 0;
  }
  .cart-table table tbody tr td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-table table tbody tr td:nth-child(1) {
    padding-left: 0;
  }
  .cart-buttons .text-right {
    text-align: center !important;
    margin-top: 25px;
  }
  .cart-totals {
    padding: 25px;
    max-width: 100%;
    margin-top: 40px;
  }
  .cart-totals h3 {
    font-size: 18px;
  }
  .billing-details .title {
    font-size: 18px;
  }
  .order-details {
    margin-top: 30px;
  }
  .order-details .title {
    font-size: 18px;
  }
  .order-details .order-table table thead tr th {
    padding: 12px 20px 10px;
    white-space: nowrap;
  }
  .order-details .order-table table tbody tr td {
    white-space: nowrap;
  }
  .coming-soon-area {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon-content {
    padding: 30px 25px;
  }
  .coming-soon-content h2 {
    margin-top: 25px;
    font-size: 27px;
  }
  .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-content #timer div {
    width: 95px;
    height: 100px;
    font-size: 35px;
    margin-top: 20px;
  }
  .coming-soon-content #timer div span {
    font-size: 14px;
  }
  .coming-soon-content form {
    max-width: 100%;
    margin-top: 40px;
  }
  .pagination-area {
    margin-top: 0;
  }
  .contact-info-box h3 {
    font-size: 18px;
  }
  .contact-info-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .contact-form {
    padding: 25px;
    max-width: 100%;
  }
  #contactForm .form-group .form-control {
    font-size: 14px;
  }
  /*    .contact-bg-image {
          display: none;
      }*/
  .myAccount-profile .profile-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .myAccount-profile .profile-content h3 {
    font-size: 18px;
  }
  .myAccount-navigation ul {
    margin-top: -8px;
  }
  .myAccount-navigation ul li {
    margin-top: 8px;
  }
  .myAccount-navigation ul li a {
    padding: 9px 15px 9px 40px;
    font-size: 13px;
  }
  .myAccount-navigation ul li a i {
    font-size: 15px;
    left: 20px;
  }
  .myAccount-content h3 {
    font-size: 18px;
  }
  .myAccount-content .recent-orders-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
  .myAccount-content .recent-orders-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
  }
  .myAccount-content .recent-orders-table .table tbody td .view-button {
    font-size: 13px;
  }
  .myAccount-content .orders-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
  .myAccount-content .orders-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
  }
  .myAccount-content .orders-table .table tbody td .view-button {
    font-size: 13px;
  }
  .myAccount-content .downloads-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
  }
  .myAccount-content .downloads-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
  }
  .myAccount-content .downloads-table .table tbody td .downloads-button {
    font-size: 13px;
  }
  .myAccount-content .edit-account {
    box-shadow: unset;
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  .myAccount-content .edit-account .form-group label {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .myAccount-content .edit-account .form-group .form-control {
    font-size: 13.5px;
  }
  .myAccount-content .edit-account legend {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .myAccount-content .edit-account h3 {
    font-size: 18px;
  }
  .myAccount-content .myAccount-addresses .addresses-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .myAccount-content .myAccount-addresses .col-lg-6:nth-child(2) .addresses-title {
    margin-top: 30px;
  }
  .footer-area {
    padding-top: 60px;
  }
  .single-footer-widget h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .single-footer-widget .contact-us-link li i {
    font-size: 17px;
    top: 2px;
  }
  .footer-bottom-area {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .go-top {
    right: 10px;
    width: 38px;
    height: 36px;
    line-height: 45px;
    font-size: 25px;
  }
  .health-coaching-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-banner-item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-banner-item h1 {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 34px;
  }
  .single-banner-item h1 br {
    display: none;
  }
  .single-banner-item p {
    max-width: 100%;
    font-size: 14px;
  }
  .single-banner-item .default-btn {
    margin-top: 10px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
    left: 15px;
    top: auto;
    transform: translateY(0);
    bottom: 20px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
  }
  .health-coaching-bg-image::before {
    height: 90%;
  }
  .single-featured-box {
    padding: 20px 15px;
  }
  .single-featured-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    margin-bottom: 25px;
  }
  .single-featured-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .services-area .section-title h2 {
    max-width: 100%;
  }
  .single-services-box {
    padding-left: 0;
    text-align: center;
  }
  .single-services-box .icon {
    position: relative;
    top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
  }
  .single-services-box h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .services-box {
    border-width: 2px;
    padding: 20px 15px;
    text-align: center;
  }
  .services-box .icon {
    position: relative;
    left: 0;
    top: 0;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }
  .services-box h3 {
    font-size: 18px;
  }
  .divider {
    display: none;
  }
  .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
    display: none;
  }
  .distance-learning-area .col-lg-6:nth-child(1) {
    order: 2;
  }
  .distance-learning-area .col-lg-6:nth-child(2) {
    order: 1;
  }
  .distance-learning-content {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .distance-learning-content .sub-title {
    font-size: 13.5px;
  }
  .distance-learning-content h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .distance-learning-content .features-list li span {
    font-size: 13.5px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .distance-learning-content .features-list li span i {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
  }
  .distance-learning-image {
    margin-top: 30px;
  }
  .experience-content {
    text-align: center;
  }
  .experience-content .sub-title {
    font-size: 13.5px;
  }
  .experience-content h2 {
    margin-bottom: 15px;
    font-size: 27px;
  }
  .experience-content .features-list li span {
    padding-top: 0;
    padding-left: 0;
  }
  .experience-content .features-list li span i {
    position: relative;
    top: 0;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .experience-image {
    margin-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .experience-image::before {
    margin-right: 15px;
  }
  .program-area .section-title h2 {
    max-width: 100%;
  }
  .program-area::after {
    height: 15%;
  }
  .single-program-box {
    padding: 25px 15px;
  }
  .single-program-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .single-program-box .icon {
    font-size: 35px;
  }
  .single-program-box .link-btn {
    margin-top: 0;
    font-size: 14px;
  }
  .single-program-box .shape img {
    max-width: 80px;
  }
  .single-courses-box-item .courses-image .price {
    width: 54px;
    height: 54px;
    right: 15px;
    bottom: -27px;
    line-height: 55px;
    font-size: 18px;
  }
  .single-courses-box-item .courses-content {
    padding: 25px 15px 20px;
  }
  .single-courses-box-item .courses-content h3 {
    font-size: 18px;
  }
  .courses-info {
    margin-top: 0;
  }
  .courses-info p {
    max-width: 100%;
  }
  .courses-box .courses-image .price {
    width: 54px;
    height: 54px;
    right: 15px;
    bottom: -27px;
    border-width: 2px;
    line-height: 51px;
    font-size: 18px;
  }
  .courses-box .courses-content {
    padding: 25px 15px 20px;
  }
  .courses-box .courses-content::before {
    display: none;
  }
  .courses-box .courses-content h3 {
    font-size: 18px;
  }
  .events-box .image {
    height: auto;
    background-image: unset !important;
  }
  .events-box .image img {
    display: inline-block;
  }
  .events-box .image .divider-shape {
    display: none;
  }
  .events-box .content {
    padding: 20px;
  }
  .events-box .content h3 {
    font-size: 18px;
  }
  .events-box .content .date {
    margin-bottom: 17px;
    padding: 5px 10px;
  }
  .feedback-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-area.bg-f8fafb::before {
    width: 100%;
  }
  .feedback-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .feedback-content {
    text-align: center;
  }
  .feedback-content p {
    font-size: 18px;
  }
  .feedback-content .client-info {
    text-align: left;
  }
  .feedback-content .client-info .d-flex {
    justify-content: center;
  }
  .feedback-content .client-info .title h3 {
    font-size: 16.5px;
  }
  .feedback-content .client-info .title span {
    font-size: 13px;
  }
  .feedback-content::before {
    display: none;
  }
  .single-events-box-item .image .date {
    padding: 9px 15px 7px;
  }
  .single-events-box-item .content {
    padding: 15px;
  }
  .single-events-box-item .content h3 {
    font-size: 18px;
  }
  .single-events-box-item .content .location i {
    font-size: 15px;
  }
  .single-blog-post-box .post-content {
    padding: 15px;
  }
  .single-blog-post-box .post-content .category {
    font-size: 13px;
  }
  .single-blog-post-box .post-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .single-blog-post-box .post-content .post-content-footer li {
    padding-right: 0;
  }
  .subscribe-content {
    max-width: 100%;
  }
  .subscribe-content .sub-title {
    font-size: 13.5px;
  }
  .subscribe-content h2 {
    max-width: 100%;
    font-size: 27px;
  }
  .subscribe-content p {
    max-width: 100%;
  }
  .subscribe-content .newsletter-form {
    max-width: 100%;
    margin-top: 25px;
  }
  .subscribe-content .newsletter-form .input-newsletter {
    padding-left: 15px;
    font-size: 13px;
  }
  .subscribe-content .newsletter-form .default-btn {
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    height: auto;
  }
  .premium-access-content {
    max-width: 100%;
  }
  .premium-access-content .sub-title {
    font-size: 13.5px;
  }
  .premium-access-content h2 {
    max-width: 100%;
    font-size: 27px;
  }
  .premium-access-content p {
    max-width: 100%;
  }
  .business-coaching-banner {
    padding-top: 60px;
  }
  .business-coaching-banner .container {
    max-width: 100%;
  }
  .business-banner-content {
    padding: 0;
    text-align: center;
  }
  .business-banner-content .shape {
    display: none;
  }
  .business-banner-content h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .business-banner-content p {
    font-size: 14px;
    font-weight: 500;
  }
  .business-banner-content .default-btn {
    margin-top: 8px;
  }
  .business-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
    display: none;
  }
  .faq-video {
    margin-bottom: 35px;
  }
  .faq-video .video-btn {
    width: 55px;
    height: 55px;
    font-size: 45px;
    line-height: 65px;
  }
  .feedback-slides-content {
    text-align: center;
  }
  .feedback-slides-content .sub-title {
    font-size: 13.5px;
  }
  .feedback-slides-content h2 {
    font-size: 27px;
  }
  .feedback-slides-content .feedback-slides-two {
    margin-bottom: 20px;
  }
  .single-feedback-slides-item {
    padding: 20px;
  }
  .single-feedback-slides-item::after {
    display: none;
  }
  .single-feedback-slides-item p {
    font-size: 14px;
    font-weight: 500;
  }
  .single-feedback-slides-item .client-info {
    justify-content: center;
    text-align: left;
    margin-top: 20px;
  }
  .single-feedback-slides-item .client-info .title h3 {
    font-size: 15px;
  }
  .single-feedback-slides-item .client-info .title span {
    font-size: 13px;
  }
  .single-feedback-slides-item::before {
    font-size: 50px;
    right: 20px;
    bottom: 20px;
  }
  .feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
    margin-top: 25px;
  }
  .feedback-slides-two.owl-theme .owl-dots .owl-dot {
    display: inline-block;
  }
  .feedback-slides-two.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
  }
  .funfacts-list {
    margin-top: 30px;
  }
  .single-funfacts-box {
    border-radius: 30px;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .single-funfacts-box h3 {
    font-size: 33px;
  }
  .single-funfacts-box h3 span {
    font-size: 35px;
  }
  .single-funfacts-box p {
    margin-top: 10px;
    font-size: 13px;
  }
  .language-banner-area {
    padding-top: 80px;
    background-image: unset !important;
  }
  .language-banner-area .container-fluid {
    max-width: 100%;
  }
  .language-banner-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .language-banner-content h1 {
    font-size: 34px;
  }
  .lang-shape1, .lang-shape2, .lang-shape3, .lang-shape4, .lang-shape5 {
    display: none;
  }
  .single-language-courses-box .content h3 {
    font-size: 18px;
  }
  .why-choose-us-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .why-choose-us-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-us-image {
    height: auto;
    background-image: unset !important;
  }
  .why-choose-us-image img {
    display: inline-block;
  }
  .why-choose-us-content {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .why-choose-us-content .content {
    max-width: 100%;
  }
  .why-choose-us-content .content p {
    font-size: 13.5px;
  }
  .why-choose-us-content .content h2 {
    font-size: 27px;
  }
  .why-choose-us-content .content .features-list li span {
    font-size: 14px;
    padding: 0;
  }
  .why-choose-us-content .content .features-list li span i {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .why-choose-us-content .content .default-btn {
    margin-top: 30px;
  }
  .why-choose-us-img {
    margin-right: 0;
  }
  .why-choose-us-img .shape {
    right: 0;
  }
  .why-choose-us-text {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .why-choose-us-text p {
    font-size: 13.5px;
  }
  .why-choose-us-text h2 {
    font-size: 26px;
  }
  .why-choose-us-text .features-list li span {
    font-size: 14px;
    padding: 0;
  }
  .why-choose-us-text .features-list li span i {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .why-choose-us-text .default-btn {
    margin-top: 30px;
  }
  .feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
    max-width: 100%;
  }
  .feedback-area-two .feedback-slides.owl-theme .owl-nav {
    margin-top: 20px;
  }
  .feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 0;
  }
  .single-feedback-box p {
    font-size: 15px;
  }
  .single-feedback-box .info {
    margin-top: 20px;
  }
  .single-feedback-box .info .title h3 {
    font-size: 16px;
  }
  .single-feedback-box::before {
    left: 0;
    opacity: 0.4;
    font-size: 95px;
  }
  .information-content {
    text-align: center;
    padding-left: 0;
    margin-top: 35px;
  }
  .information-content .sub-title {
    font-size: 13.5px;
  }
  .information-content h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .information-content .apply-details li {
    padding-left: 0;
    margin-top: 25px;
  }
  .information-content .apply-details li .icon {
    position: relative;
    top: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    transform: unset;
    left: 0;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .information-content .apply-details li h3 {
    font-size: 17px;
  }
  .free-trial-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .free-trial-form {
    max-width: 100%;
    text-align: center;
    padding: 30px 20px;
  }
  .free-trial-form .sub-title {
    font-size: 13.5px;
  }
  .free-trial-form h2 {
    font-size: 27px;
  }
  .free-trial-form::before {
    display: none;
  }
  .free-trial-form::after {
    display: none;
  }
  .free-trial-form form .form-control {
    padding-top: 2px;
    font-size: 13px;
  }
  .single-learning-box .icon {
    font-size: 35px;
  }
  .single-learning-box h3 {
    font-size: 18px;
  }
  .gym-feedback-inner {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gym-feedback-inner::before {
    display: none;
  }
  .single-gym-feedback-box .title h3 {
    font-size: 17px;
  }
  .single-gym-feedback-box .title span {
    font-size: 13px;
  }
  .single-gym-trainer .content h3 {
    font-size: 18px;
  }
  .single-gym-trainer .content .social-link li a {
    width: 35px;
    height: 35px;
  }
  .app-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .app-area::after {
    display: none;
  }
  .app-area .overlay {
    display: none;
  }
  .app-content {
    text-align: center;
  }
  .app-content .sub-title {
    font-size: 13.5px;
  }
  .app-content h2 {
    font-size: 27px;
  }
  .app-content h2 br {
    display: none;
  }
  .app-image {
    margin-top: 35px;
  }
  .app-image img {
    max-width: 100%;
  }
  .online-area .col-lg-6:nth-child(1) {
    order: 2;
  }
  .online-area .col-lg-6:nth-child(2) {
    order: 1;
  }
  .online-content {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .online-content .sub-title {
    font-size: 13.5px;
  }
  .online-content h2 {
    font-size: 27px;
  }
  .gym-shape2 {
    right: 0;
  }
  .funfacts-style-three {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .single-funfacts-item {
    border-right: none;
    background-image: unset !important;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-funfacts-item h3 {
    font-size: 33px;
  }
  .single-funfacts-item h3 span {
    font-size: 35px;
  }
  .single-funfacts-item p {
    margin-top: 10px;
    font-size: 13px;
  }
  .top-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-header-login-register {
    margin-top: 10px;
  }
  .header-area.header-color-white .navbar-area {
    background-color: transparent;
    border-bottom: 1px solid #343434;
  }
  .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
  .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
    color: rgba(255, 255, 255, 0.87);
  }
  .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
    color: #ffffff;
  }
  .gym-main-banner {
    padding-top: 300px;
    padding-bottom: 140px;
  }
  .gym-main-banner .container {
    max-width: 100%;
  }
  .gym-banner-content {
    max-width: 100%;
    text-align: center;
  }
  .gym-banner-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .gym-banner-content .sub-title {
    font-size: 13.5px;
  }
  .gym-banner-content .default-btn {
    margin-top: 10px;
  }
  .gym-home-slides.owl-theme .owl-nav {
    display: none;
  }
}
/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-header-contact-info li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .top-header-contact-info li:last-child {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
    display: block;
  }
  .hero-banner .container-fluid {
    max-width: 540px;
  }
  .about-area .container-fluid {
    max-width: 540px;
  }
  .about-image {
    padding-right: 100px;
    padding-bottom: 50px;
  }
  .about-image img {
    width: auto;
  }
  .about-image img:nth-child(2) {
    position: absolute;
    right: 0;
    margin-top: 0;
  }
  .single-features-box {
    border-right: 1px solid #cccccc;
  }
  .banner-courses-category ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-title-area {
    padding-top: 240px;
  }
  .login-content {
    max-width: 548px;
    margin-left: auto;
    margin-right: auto;
  }
  .register-content {
    max-width: 548px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-details-desc .article-footer {
    text-align: left;
  }
  .blog-details-desc .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-details-desc .article-footer .article-share {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-details-desc .article-footer .article-share .social {
    text-align: right;
    margin-top: 0;
  }
  .comments-area .comment-author .avatar {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: -65px;
  }
  .comments-area .comment-body {
    padding-left: 65px;
  }
  .woocommerce-topbar .topbar-result-count {
    margin-bottom: 10px;
  }
  .woocommerce-topbar .topbar-ordering {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cart-buttons .text-right {
    text-align: right !important;
    margin-top: 0;
  }
  .courses-topbar .topbar-result-count {
    margin-bottom: 10px;
  }
  .courses-topbar .topbar-ordering {
    margin-top: 0;
    margin-bottom: 0;
  }
  .health-coaching-banner .container-fluid {
    max-width: 540px;
  }
  .experience-content .features-list li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .program-area::after {
    height: 20%;
  }
  .feedback-area .container-fluid {
    max-width: 540px;
  }
  .subscribe-content .newsletter-form .default-btn {
    position: absolute;
    border-radius: 0 5px 5px 0;
    height: 50px;
    margin-top: 0;
  }
  .distance-learning-content .features-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .business-coaching-banner .container {
    max-width: 540px;
  }
  .business-banner-content p {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
  .language-banner-area .container-fluid {
    max-width: 540px;
  }
  .why-choose-us-area .container-fluid {
    max-width: 540px;
  }
  .top-header .container-fluid {
    max-width: 540px;
  }
  .gym-main-banner .container {
    max-width: 540px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title.text-left {
    text-align: center !important;
  }
  .section-title.text-left h2 {
    max-width: 100%;
  }
  .section-title.text-left .default-btn {
    display: none;
  }
  .top-header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-header-btn {
    display: none;
  }
  .top-header-contact-info li {
    text-align: left;
  }
  .top-header-logo {
    display: none;
  }
  .top-header-style-two {
    border-bottom: 1px solid #eeeeee;
  }
  .top-header-style-two .top-header-contact-info {
    text-align: center;
  }
  .top-header-style-three {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-header-style-four {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav {
    margin-top: 60px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
    display: block;
  }
  .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
    height: 306px;
  }
  .main-banner {
    height: 100%;
    padding-top: 280px;
    padding-bottom: 165px;
  }
  .main-banner-content {
    margin-top: 0;
    max-width: 650px;
  }
  .main-banner-content .sub-title {
    font-size: 13px;
  }
  .main-banner-content h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .main-banner-content p {
    font-size: 15px;
    max-width: 570px;
  }
  .main-banner-content .btn-box {
    margin-top: 30px;
  }
  .banner-section {
    height: 100%;
    padding-top: 280px;
    padding-bottom: 165px;
  }
  .banner-content {
    margin-top: 0;
    max-width: 650px;
  }
  .banner-content .sub-title {
    font-size: 13px;
  }
  .banner-content h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .banner-content p {
    font-size: 15px;
    max-width: 570px;
  }
  .banner-content .btn-box {
    margin-top: 30px;
  }
  .banner-content::before {
    top: -55px;
    max-width: 340px;
    height: 400px;
    left: 15%;
    margin-left: -142px;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    top: auto;
    transform: unset;
    bottom: 20px;
    z-index: 2;
  }
  .divider {
    bottom: -1px;
  }
  .hero-banner {
    height: auto;
    padding-top: 125px;
    padding-bottom: 100px;
  }
  .hero-banner .container-fluid {
    max-width: 720px;
  }
  .hero-banner.bg-white {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .hero-banner-content {
    max-width: 650px;
    margin-left: 0;
  }
  .hero-banner-content .sub-title {
    font-size: 13px;
  }
  .hero-banner-content h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .hero-banner-content p {
    font-size: 15px;
    max-width: 570px;
  }
  .hero-banner-content .btn-box {
    margin-top: 30px;
  }
  .hero-banner-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .wrapper-content {
    padding-right: 0;
    max-width: 650px;
    margin-bottom: 35px;
  }
  .wrapper-content h1 {
    font-size: 45px;
    margin-bottom: 15px;
  }
  .banner-wrapper {
    padding-top: 280px;
    padding-bottom: 120px;
  }
  .banner-wrapper.banner-wrapper-big {
    padding-top: 80px;
  }
  .banner-courses-category {
    padding-left: 0;
  }
  .slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
    font-size: 45px !important;
  }
  .about-area .container-fluid {
    max-width: 720px;
  }
  .about-image {
    margin-bottom: 30px;
  }
  .about-content {
    padding-left: 0;
    text-align: center;
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-content .features-text {
    text-align: left;
  }
  .about-content.left-content {
    max-width: 100%;
    padding-right: 0;
  }
  .about-right-image {
    margin-top: 30px;
  }
  .about-inner-area {
    margin-top: 20px;
  }
  .about-text {
    margin-top: 30px;
  }
  .single-categories-courses-box {
    padding: 20px 15px;
  }
  .single-categories-courses-box h3 {
    font-size: 18px;
  }
  .courses-categories-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .single-categories-courses-item {
    padding: 40px 15px;
  }
  .single-categories-courses-item h3 {
    font-size: 18px;
  }
  .single-categories-courses-item .learn-more-btn {
    font-size: 14px;
  }
  .funfacts-inner {
    padding: 30px;
  }
  .single-funfact h3 {
    font-size: 38px;
  }
  .single-funfact p {
    font-size: 15px;
  }
  .single-features-box {
    min-height: 440px;
    border-bottom: 1px solid #cccccc;
  }
  .col-lg-3:nth-child(3) .single-features-box {
    border-bottom: none;
  }
  .col-lg-3:nth-child(4) .single-features-box {
    border-bottom: none;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .courses-slides.owl-theme .owl-dots {
    display: none !important;
  }
  .shorting-menu {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -10px;
  }
  .shorting-menu .filter {
    margin-bottom: 10px;
  }
  .team-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .offer-area .section-title {
    margin-bottom: 20px;
  }
  .single-offer-box {
    margin-top: 30px;
  }
  .single-work-process::before {
    display: none;
  }
  .become-instructor-partner-content {
    padding: 25px;
  }
  .become-instructor-partner-content h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .students-feedback-form-content {
    text-align: center;
    margin-bottom: 50px;
  }
  .students-feedback-form-content h2 {
    font-size: 37px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .students-feedback-form::after {
    display: none;
  }
  .feedback-form-area {
    margin-top: 0;
  }
  .feedback-form-image {
    display: none;
  }
  .feedback-form-inner .feedback-form form {
    padding: 35px;
  }
  .single-events-box .events-box .events-date .date h3 {
    font-size: 22px;
  }
  .courses-details-header .courses-price {
    text-align: left;
    margin-top: 30px;
  }
  .contact-form {
    max-width: 700px;
  }
  .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
    padding-left: 0;
  }
  .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
    display: none;
  }
  .instructor-details-desc .instructor-details .instructor-details-info .row .col-lg-6:nth-child(1) {
    margin-bottom: 25px;
  }
  .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    left: 0 !important;
    top: auto;
    transform: unset;
    bottom: 40px;
    opacity: 1;
    visibility: visible;
  }
  .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 75px !important;
    right: auto;
  }
  .blog-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .pricing-table table thead tr th {
    white-space: nowrap;
  }
  .pricing-table table tbody td {
    white-space: nowrap;
  }
  .login-image {
    background-image: none !important;
  }
  .login-image img {
    display: inline-block;
  }
  .login-content {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .register-image {
    background-image: none !important;
  }
  .register-image img {
    display: inline-block;
  }
  .register-content {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq-accordion-tab .tabs {
    margin-bottom: 30px;
  }
  .faq-accordion-tab .tabs li {
    margin-bottom: 20px;
  }
  .coming-soon-content {
    max-width: 720px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .countdown-content {
    text-align: center;
    margin-bottom: 50px;
  }
  .page-title-area {
    padding-top: 300px;
    padding-bottom: 110px;
  }
  .myAccount-profile .profile-content h3 {
    font-size: 19px;
  }
  .myAccount-profile .profile-content p {
    font-size: 14px;
  }
  .myAccount-profile .profile-content .contact-info li {
    font-size: 14px;
  }
  .myAccount-navigation ul {
    margin-top: -8px;
  }
  .myAccount-navigation ul li {
    margin-top: 8px;
  }
  .myAccount-navigation ul li a {
    font-size: 14px;
  }
  .myAccount-content h3 {
    font-size: 20px;
  }
  .myAccount-content .recent-orders-table .table thead th {
    font-size: 15px;
  }
  .myAccount-content .recent-orders-table .table tbody td {
    font-size: 14px;
  }
  .myAccount-content .recent-orders-table .table tbody td .view-button {
    font-size: 13px;
  }
  .myAccount-content .orders-table .table thead th {
    font-size: 15px;
  }
  .myAccount-content .orders-table .table tbody td {
    font-size: 14px;
  }
  .myAccount-content .orders-table .table tbody td .view-button {
    font-size: 13px;
  }
  .myAccount-content .downloads-table .table thead th {
    font-size: 15px;
  }
  .myAccount-content .downloads-table .table tbody td {
    font-size: 14px;
  }
  .myAccount-content .downloads-table .table tbody td .downloads-button {
    font-size: 13px;
  }
  .footer-area {
    padding-top: 80px;
  }
  .footer-bottom-area {
    margin-top: 50px;
  }
  .health-coaching-banner .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-banner-item {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 70px;
    padding-right: 70px;
  }
  .single-banner-item h1 {
    max-width: 675px;
    margin-bottom: 20px;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-banner-item p {
    max-width: 500px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-banner-item .default-btn {
    margin-top: 10px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
    left: 15px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
  }
  .single-featured-box .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 55px;
  }
  .single-featured-box h3 {
    font-size: 22px;
  }
  .services-box {
    padding: 25px 25px 25px 85px;
  }
  .services-box .icon {
    left: 25px;
    top: 26px;
    font-size: 35px;
  }
  .services-box h3 {
    font-size: 20px;
  }
  .distance-learning-area .col-lg-6:nth-child(1) {
    order: 2;
  }
  .distance-learning-area .col-lg-6:nth-child(2) {
    order: 1;
  }
  .distance-learning-content {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .distance-learning-content .features-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .distance-learning-content .features-list li span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .distance-learning-content .features-list li span i {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .distance-learning-image {
    margin-top: 35px;
  }
  .experience-content {
    text-align: center;
  }
  .experience-content .features-list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .experience-content .features-list li span {
    padding-top: 0;
    padding-left: 0;
  }
  .experience-content .features-list li span i {
    display: block;
    position: relative;
    top: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .experience-image {
    margin-top: 30px;
  }
  .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
    display: none;
  }
  .single-services-box h3 {
    font-size: 22px;
  }
  .program-area::after {
    height: 22%;
  }
  .single-program-box .icon {
    font-size: 50px;
  }
  .single-program-box h3 {
    font-size: 22px;
  }
  .single-courses-box-item .courses-content h3 {
    font-size: 22px;
  }
  .courses-box .courses-content h3 {
    font-size: 21px;
  }
  .feedback-area .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-events-box-item .content h3 {
    font-size: 22px;
  }
  .single-blog-post-box .post-content h3 {
    font-size: 22px;
  }
  .business-coaching-banner {
    padding-top: 80px;
  }
  .business-coaching-banner .container {
    max-width: 720px;
  }
  .business-banner-content {
    text-align: center;
    padding: 30px;
  }
  .business-banner-content .shape {
    display: none;
  }
  .business-banner-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .business-banner-content p {
    font-size: 15px;
  }
  .business-banner-content .default-btn {
    margin-top: 10px;
  }
  .business-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
    display: none;
  }
  .faq-area .divider {
    display: none;
  }
  .faq-video {
    margin-bottom: 35px;
  }
  .faq-video img {
    width: 100%;
  }
  .funfacts-list {
    margin-top: 35px;
  }
  .language-banner-area {
    background-image: unset !important;
    padding-top: 100px;
  }
  .language-banner-area .container-fluid {
    max-width: 720px;
  }
  .language-banner-content {
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .language-banner-content h1 {
    font-size: 50px;
  }
  .language-banner-content p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .lang-shape1, .lang-shape2, .lang-shape3, .lang-shape4, .lang-shape5 {
    display: none;
  }
  .single-language-courses-box .content h3 {
    font-size: 20px;
  }
  .why-choose-us-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-choose-us-area .container-fluid {
    max-width: 720px;
  }
  .why-choose-us-image {
    background-image: unset !important;
    height: auto;
  }
  .why-choose-us-image img {
    display: inline-block;
  }
  .why-choose-us-content {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
    padding-bottom: 0;
  }
  .why-choose-us-content .content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .why-choose-us-content .content .features-list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .why-choose-us-content .content .features-list li span {
    padding: 0;
    font-size: 15px;
  }
  .why-choose-us-content .content .features-list li span i {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .why-choose-us-img {
    margin-right: 0;
  }
  .why-choose-us-img .shape {
    right: 0;
  }
  .why-choose-us-text {
    padding-left: 0;
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .why-choose-us-text .features-list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .why-choose-us-text .features-list li span {
    padding: 0;
    font-size: 15px;
  }
  .why-choose-us-text .features-list li span i {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
    max-width: 100%;
  }
  .feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    bottom: 0;
    left: 0 !important;
  }
  .feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto !important;
    right: 0 !important;
  }
  .single-feedback-box p {
    font-size: 16.5px;
  }
  .single-feedback-box::before {
    left: 0;
    opacity: 0.4;
  }
  .gym-feedback-inner {
    max-width: 600px;
    margin-right: auto;
  }
  .information-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .single-gym-trainer .content h3 {
    font-size: 20px;
  }
  .app-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .app-area::after {
    display: none;
  }
  .app-area .overlay {
    display: none;
  }
  .app-content {
    text-align: center;
  }
  .app-content h2 br {
    display: none;
  }
  .app-image {
    margin-top: 35px;
  }
  .app-image img {
    max-width: 100%;
  }
  .online-area .col-lg-6:nth-child(1) {
    order: 2;
  }
  .online-area .col-lg-6:nth-child(2) {
    order: 1;
  }
  .online-content {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .gym-shape2 {
    right: 0;
  }
  .single-funfacts-item {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-funfacts-item h3 {
    font-size: 38px;
  }
  .single-funfacts-item h3 span {
    font-size: 40px;
  }
  .single-funfacts-item p {
    font-size: 13px;
  }
  .top-header .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-area.header-color-white .navbar-area {
    background-color: transparent;
    border-bottom: 1px solid #343434;
  }
  .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
  }
  .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
    color: rgba(255, 255, 255, 0.87);
  }
  .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
    color: #ffffff;
  }
  .gym-main-banner {
    padding-top: 290px;
    padding-bottom: 200px;
  }
  .gym-main-banner .container {
    max-width: 720px;
  }
  .gym-banner-content h1 {
    font-size: 44px;
  }
  .gym-home-slides.owl-theme .owl-nav {
    display: none;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-categories-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 0 !important;
    right: 0 !important;
  }
  .blog-slides.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 0 !important;
    right: 0 !important;
  }
  .team-slides.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 0 !important;
    right: 0 !important;
  }
  .courses-slides.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-] {
    position: relative;
    left: 0 !important;
    top: 0;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: 0 !important;
    right: 0 !important;
  }
  .courses-slides.owl-theme .owl-dots {
    display: none !important;
  }
  .single-boxes-item {
    padding: 25px;
    min-height: 232px;
  }
  .countdown-timer #timer div {
    margin-left: 25px;
    margin-right: 25px;
  }
  .single-features-box {
    padding: 20px;
  }
  .single-features-box .inner-content {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .single-courses-box .courses-content {
    padding: 20px;
  }
  .single-courses-box .courses-content h3 {
    font-size: 18px;
  }
  .single-courses-box .courses-box-footer {
    padding: 20px 20px;
  }
  .become-instructor-partner-content {
    padding: 50px;
  }
  .myAccount-navigation ul {
    margin-top: -8px;
  }
  .myAccount-navigation ul li {
    margin-top: 8px;
  }
  .navbar-area .container-fluid {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .health-coaching-banner .container-fluid {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-banner-item {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 110px;
    padding-right: 110px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
    left: 20px;
  }
  .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
  }
  .single-services-box h3 {
    font-size: 23px;
  }
  .services-box {
    border-width: 2px;
    padding: 25px 25px 25px 80px;
  }
  .services-box .icon {
    left: 25px;
    top: 27px;
    font-size: 35px;
  }
  .services-box h3 {
    font-size: 19px;
  }
  .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
    display: none;
  }
  .experience-image {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .experience-image::before {
    margin-right: 15px;
  }
  .courses-box .courses-content {
    padding: 25px 20px;
  }
  .courses-box .courses-content::before {
    display: none;
  }
  .courses-box .courses-content h3 {
    font-size: 20px;
  }
  .events-box .content h3 {
    font-size: 20px;
  }
  .distance-learning-content {
    padding-left: 0;
    margin-top: 0;
  }
  .single-courses-box-item .courses-content h3 {
    font-size: 23px;
  }
  .feedback-area .container-fluid {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-content p {
    font-size: 24px;
  }
  .feedback-content::before {
    font-size: 110px;
  }
  .single-events-box-item .content h3 {
    font-size: 23px;
  }
  .single-blog-post-box .post-content {
    padding: 20px;
  }
  .single-blog-post-box .post-content h3 {
    font-size: 22px;
  }
  .business-coaching-banner .container {
    max-width: 960px;
  }
  .business-banner-content {
    padding: 0;
  }
  .business-banner-content .shape {
    display: none;
  }
  .business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
    display: none;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 15px;
  }
  .faq-accordion .accordion .accordion-content p {
    font-size: 14px;
  }
  .single-funfacts-box {
    border-radius: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .language-banner-area .container-fluid {
    max-width: 960px;
  }
  .language-banner-content {
    padding-right: 0;
  }
  .language-banner-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .language-banner-content p {
    font-size: 14px;
  }
  .lang-shape1, .lang-shape2, .lang-shape4, .lang-shape5 {
    display: none;
  }
  .why-choose-us-content {
    padding: 70px 25px;
  }
  .why-choose-us-content .content {
    max-width: 445px;
  }
  .funfacts-style-two .single-funfacts-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
    max-width: 700px;
  }
  .single-feedback-box p {
    font-size: 16px;
  }
  .free-trial-form {
    max-width: 570px;
    padding: 40px;
  }
  .single-learning-box {
    padding: 30px 20px;
  }
  .app-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .app-area::after {
    display: none;
  }
  .app-area .overlay {
    display: none;
  }
  .app-content h2 br {
    display: none;
  }
  .app-image img {
    max-width: 100%;
  }
  .top-header .container-fluid {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gym-main-banner {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  .gym-main-banner .container {
    max-width: 960px;
  }
  .gym-home-slides.owl-theme .owl-nav {
    display: none;
  }
}
/* Min width 1200px to Max width 1275px */
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: -40px;
  }
  .courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -40px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: -40px;
  }
  .courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -40px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: -40px;
  }
  .blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -40px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: -40px;
  }
  .team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -40px;
  }
  .health-coaching-shape1, .health-coaching-shape2 {
    display: none;
  }
  .feedback-content::before {
    font-size: 120px;
  }
  .business-shape1 img {
    max-width: 620px;
  }
  .navbar-area .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .language-banner-area .container-fluid {
    max-width: 1140px;
  }
  .language-banner-content {
    padding-right: 0;
  }
  .language-banner-content h1 {
    font-size: 48px;
  }
  .lang-shape1 {
    display: none;
  }
  .why-choose-us-content {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 20px;
  }
  .why-choose-us-content .content {
    max-width: 475px;
  }
  .lang-shape5 img {
    max-width: 290px;
  }
  .lang-shape4 {
    right: 3%;
  }
  .lang-shape4 img {
    max-width: 200px;
  }
  .app-image img {
    max-width: 107%;
  }
  .gym-main-banner .container {
    max-width: 1140px;
  }
}
/* Min width 1550px */
@media only screen and (min-width: 1550px) {
  .navbar-area .container-fluid {
    padding-left: 125px;
    padding-right: 125px;
  }
  .health-coaching-banner .container-fluid {
    padding-left: 125px;
    padding-right: 125px;
  }
  .health-coaching-shape4 {
    right: 9.5%;
  }
  .health-coaching-shape4 img {
    max-width: 100%;
  }
  .health-coaching-shape7 img {
    max-width: 100%;
  }
  .health-coaching-shape8 img {
    max-width: 100%;
  }
  .health-coaching-shape9 {
    right: 12%;
    top: 25%;
  }
  .health-coaching-shape9 img {
    max-width: 100%;
  }
  .feedback-area .container-fluid {
    padding-left: 125px;
    padding-right: 125px;
  }
  .business-banner-content .shape {
    left: -15%;
  }
  .business-shape1 {
    right: 14%;
  }
  .business-shape8 img {
    max-width: 100%;
  }
  .language-banner-area .container-fluid {
    max-width: 1400px;
  }
  .lang-shape1 img {
    max-width: 100%;
  }
  .lang-shape2 img {
    max-width: 100%;
  }
  .lang-shape3 img {
    max-width: 100%;
  }
  .lang-shape4 {
    right: 8%;
    top: 30%;
  }
  .lang-shape5 {
    left: 3%;
  }
  .lang-shape5 img {
    max-width: 100%;
  }
  .gym-home-slides.owl-theme .owl-nav [class*=owl-] {
    left: 70px;
  }
  .gym-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 70px;
  }
  .top-header .container-fluid {
    padding-left: 125px;
    padding-right: 125px;
  }
}

/*# sourceMappingURL=style.css.map */
