@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Manjari:wght@100;400&display=swap");
:root {
  --blue: #19AFFF;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #141414;
  --gray-dark: #343a40;
  --primary: #19AFFF;
  --secondary: #141414;
  --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;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: "Muli", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.comingsoon {
 margin-left: 9px;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #19AFFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0085cc;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

.lead {
  font-size: 1.375rem;
  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.375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #141414;
}
.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.4rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container, .home-banner .slick-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .home-banner .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .home-banner .slick-dots {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .home-banner .slick-dots {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .home-banner .slick-dots {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container, .home-banner .slick-dots {
    max-width: 1390px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #99dbff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #141414;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #141414;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #141414;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #141414;
  opacity: 1;
}
.form-control::placeholder {
  color: #141414;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.4rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.94375rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.0625rem + 2px);
}

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

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #141414;
}

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #19AFFF;
  border-color: #19AFFF;
}
.btn-primary:hover {
  color: #fff;
  background-color: #009ef2;
  border-color: #0095e5;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #19AFFF;
  border-color: #19AFFF;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0095e5;
  border-color: #008dd8;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #010101;
  border-color: black;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #19AFFF;
  background-color: transparent;
  background-image: none;
  border-color: #19AFFF;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #19AFFF;
  border-color: #19AFFF;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #19AFFF;
  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: #19AFFF;
  border-color: #19AFFF;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.5);
}

.btn-outline-secondary {
  color: #141414;
  background-color: transparent;
  background-image: none;
  border-color: #141414;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #141414;
  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: #141414;
  border-color: #141414;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #19AFFF;
  background-color: transparent;
}
.btn-link:hover {
  color: #0085cc;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #141414;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.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.4rem;
}

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

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

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #19AFFF;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #141414;
  background-color: transparent;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.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.4rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #19AFFF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ccedff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #141414;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #19AFFF;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #19AFFF;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 175, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(25, 175, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #19AFFF;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(25, 175, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #99dbff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(153, 219, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(153, 219, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #141414;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.94375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(3.0625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #99dbff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(25, 175, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #99dbff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.4rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.4rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.4rem 0.4rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #141414;
}

.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.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #141414;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #19AFFF;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

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

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.4rem - 1px) calc(0.4rem - 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.4rem - 1px) calc(0.4rem - 1px);
}

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.4rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: white;
  border-radius: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #141414;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #141414;
}

.close {
  float: right;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3 0.5rem;
  border-top-right-radius: 0.3 0.5rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.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: #19AFFF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #19AFFF !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-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;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xxl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #19AFFF !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  color: #19AFFF !important;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*!
 * FullCalendar v3.6.2 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "‹";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "›";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "«";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "»";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "◄";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "►";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "▼";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "×";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
  /* undo built-in padding */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*  ===============
  1. Reset
===============  */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media (max-width: 1599px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding-top: 160px;
}
@media (max-width: 1599px) {
  body {
    padding-top: 150px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 104px;
  }
}

.ttl {
  font-weight: 600;
  margin-bottom: 1.5625rem;
  color: #003857;
}
.ttl h1, .ttl h2, .ttl h3, .ttl h4, .ttl h5, .ttl h6, .ttl p {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  padding: inherit;
}
.ttl h1 span, .ttl h2 span, .ttl h3 span, .ttl h4 span, .ttl h5 span, .ttl h6 span, .ttl p span {
  display: block;
}
.ttl h1 a, .ttl h2 a, .ttl h3 a, .ttl h4 a, .ttl h5 a, .ttl h6 a, .ttl p a {
  color: inherit;
}
.ttl h1 a:hover, .ttl h2 a:hover, .ttl h3 a:hover, .ttl h4 a:hover, .ttl h5 a:hover, .ttl h6 a:hover, .ttl p a:hover {
  color: #19AFFF;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}
.ttl.center {
  text-align: center;
}
.ttl .mb-0 {
  margin-bottom: 0;
}

.ttl-sec {
  font-size: 3.75rem;
  display: block;
}
@media (max-width: 1199px) {
  .ttl-sec {
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .ttl-sec {
    font-size: 2.1875rem;
  }
}
.ttl-sec.white {
  color: #fff;
}
.ttl-sec.black {
  color: #000;
}
.ttl-sec.ttu {
  text-transform: uppercase;
}
.ttl-sec.mb-0 {
  margin-bottom: 0;
}
.ttl-sec.center {
  text-align: center;
}
.ttl-sec small {
  display: block;
  font-weight: 300;
  text-transform: none;
  color: #7A98A8;
  font-size: 1.125rem;
}

.ttl-page {
  color: #003857;
}
.ttl-page.white {
  color: #fff;
}
.ttl-page.black {
  color: #000;
}
.ttl-page.ttu {
  text-transform: uppercase;
}
.ttl-page.mb-0 {
  margin-bottom: 0;
}
.ttl-page.center {
  text-align: center;
}

.ttl-lg {
  font-size: 3.75rem;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .ttl-lg {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199px) {
  .ttl-lg {
    font-size: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .ttl-lg {
    font-size: 2.1875rem;
  }
}

.ttl-md {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .ttl-md {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .ttl-md {
    font-size: 1.4375rem;
  }
}

.ttl-sm {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .ttl-sm {
    font-size: 1.0625rem;
  }
}

.line {
  position: relative;
  padding-bottom: 1.5625rem;
}
.line:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #19AFFF;
}
.line.line-orange:after {
  background: #FC7200;
}
.line.center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .line.mob-center {
    text-align: center;
  }
  .line.mob-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.line.left {
  padding-left: 2.1875rem;
  padding-bottom: 0;
}
.line.left:after {
  left: 0;
  -webkit-transform: inherit;
          transform: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 8px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}

@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }

  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li {
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i {
    position: absolute;
    width: 37px;
    height: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li.submenu i {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #19AFFF;
    position: absolute;
    right: -5px;
    top: 14px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    margin: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #141414;
    font-weight: 200;
  }
  .main-nav > ul > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0px;
    height: 3px;
    background: #19AFFF;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > a:before {
    width: 100%;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.active > a:before {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 250px;
    display: none;
    list-style: none;
    padding-top: 11px;
  }
  .main-nav > ul > li ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 52px;
    position: relative;
  }
  .main-nav > ul > li ul li:after {
    transition: all ease-in 0.3sec;
    -o-transition: all ease-in 0.3sec;
    -webkit-transition: all ease-in 0.3sec;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #D6E7F0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .main-nav > ul > li ul li:hover {
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: #F5FBFD;
  }
  .main-nav > ul > li ul li:hover:after {
    background: #19AFFF;
  }
  .main-nav > ul > li ul li a {
    color: #212529;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: black;
    text-decoration: none;
  }
  .main-nav > ul > li ul li.submenu::after {
    content: "";
    font-family: "deafult-icons";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    color: #19AFFF;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}
@media (min-width: 1340px) {
  .main-nav > ul > li.submenu i:after {
    right: 12px;
  }
}
@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    display: block;
    position: fixed;
    max-width: 100%;
    top: 103px;
    padding: 25px;
    padding-top: 10px;
    right: 0;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 3;
    width: 100%;
    height: calc(100% - 103px);
    overflow: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05rem;
    display: block;
    padding: 11px 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: #003857;
    border-bottom: 1px solid #F0F2F4;
  }
  .main-nav ul li.active > a {
    color: #19AFFF;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #19AFFF;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .main-nav ul .submenu.open ul {
    display: block;
  }

  .show-menu .main-nav {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .show-menu .overlay {
    position: fixed;
    top: 60;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 10px;
    bottom: 13px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: gray;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
}
.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
  background: #fff;
}
body.show-menu .mob-btn {
  z-index: 9;
}
body.show-menu .mob-btn span + span {
  width: 80%;
}
body.show-menu .mob-btn span + span + span {
  width: 50%;
}

@media (max-width: 1199px) {
  .header-right {
    margin-right: 50px;
  }
}

#mobileSearchHeaderModal .modal-dialog {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  #mobileSearchHeaderModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ================================
            Slick Slider
============================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider *:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
@media (max-width: 1450px) {
  .slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  font-size: 17px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "deafult-icons";
  font-size: 15px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.slick-prev {
  left: 35px;
}
@media (max-width: 992px) {
  .slick-prev {
    left: 15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -60px;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 35px;
}
@media (max-width: 992px) {
  .slick-next {
    right: 15px;
  }
}
[dir=rtl] .slick-next {
  left: -60px;
  right: auto;
}
@media (max-width: 1450px) {
  [dir=rtl] .slick-next {
    right: 0;
  }
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  width: 20px;
  background: #fff;
}
@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    height: 9px;
    width: 9px;
  }
}

.dots-left .slick-dots {
  left: 0;
}

.dots-right .slick-dots {
  right: 0;
}

.dots-center .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dots-primary .slick-dots li button {
  background: #c7c7c7;
}
.dots-primary .slick-dots li.slick-active button {
  background: #19AFFF;
}

/* RemixDesign | woaichidapi@163.com | Redesigned by JimmyCheung */
.audioplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
  width: 100%;
  height: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(162, 212, 239, 0.5);
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  background: #fff;
}
@media (max-width: 1600px) {
  .audioplayer {
    height: 85px;
  }
}
@media (max-width: 1199px) {
  .audioplayer {
    height: 75px;
  }
}
@media (max-width: 576px) {
  .audioplayer {
    height: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.audioplayer-playpause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1600px) {
  .audioplayer-playpause {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .audioplayer-playpause {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .audioplayer-playpause {
    width: 37px;
    height: 37px;
  }
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 2px solid #19AFFF;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 2px solid #23CB5F;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(35, 203, 95, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: "";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #19AFFF;
}
@media (min-width: 1600px) {
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #19AFFF;
  }
}

.audioplayer-playing .audioplayer-playpause a {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  content: "";
  width: 4px;
  height: 14px;
  background-color: #23CB5F;
}

.audioplayer-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-time-current {
  margin-left: 24px;
}
@media (max-width: 576px) {
  .audioplayer-time-current {
    margin-left: 10px;
  }
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 12px;
  height: 12px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #dde2e6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #d3e6f0;
}

.audioplayer-bar-played {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #09b1fa, #09b1fa);
}

.audioplayer-bar-played::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #bec8d2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #19AFFF;
}

.audioplayer-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.audioplayer-volume-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9a9fb0;
  position: relative;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9a9fb0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9a9fb0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #fd4f1a;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #fd4f1a;
}

.audioplayer-volume-adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #bec8d2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #19AFFF;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
.d-flx {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flx.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flx-both {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flx-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flx-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flx-hcenter {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.flx-equal-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cf {
  *zoom: 1;
}
.cf:after, .cf:before {
  content: "";
  display: block;
}
.cf:after {
  clear: both;
}

.d-blk {
  display: block;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.h100 {
  height: 100%;
}

.w100 {
  width: 100%;
}

.tel {
  cursor: default;
}

.no-pad {
  padding: 0 !important;
}

.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:before, .default li:after {
  display: none;
}

.crf-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #19AFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19AFFF;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media (max-width: 1600px) {
  .crf-play {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .crf-play {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .crf-play {
    width: 37px;
    height: 37px;
  }
}
.crf-play .icon-play-icon {
  font-size: 10px;
  line-height: 0;
}

@-webkit-keyframes zoom1 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes zoom1 {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.img-center {
  position: relative;
}

.img-center:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 100%;
}

.img-center.wide:after {
  padding-bottom: 56%;
}

.img-center > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 0;
  }
}
.crf-player {
  min-width: 100%;
}
@media (min-width: 1200px) {
  .crf-player {
    min-width: 500px;
  }
}
@media (max-width: 767px) {
  .crf-player {
    min-width: 100%;
  }
}

.hover-anim {
  transition: all ease-in 0.3sec;
  -o-transition: all ease-in 0.3sec;
  -webkit-transition: all ease-in 0.3sec;
}
.hover-anim:hover {
  transition: all ease-in 0.3sec;
  -o-transition: all ease-in 0.3sec;
  -webkit-transition: all ease-in 0.3sec;
}

@media (max-width: 767px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: 1.2rem;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

html::-webkit-scrollbar {
  width: 5px;
}

html::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.hover-zoom {
  cursor: pointer;
}
.hover-zoom img {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.hover-zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.hover-gray {
  cursor: pointer;
}
.hover-gray img {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.hover-gray:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.hover-shine {
  position: relative;
  overflow: hidden;
}
.hover-shine img {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.hover-shine:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-shine:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  z-index: 1;
}
.hover-shine:hover:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.hover-shine-box:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  z-index: 1;
}
.hover-shine-box:hover figure img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.sky-bg {
  background-color: #E6F6FF;
}

.lt-sky-bg {
  background-color: #F8FDFF;
}

.btn.black {
  color: black;
}
.btn.black i {
  color: #19AFFF;
}
.btn.black:hover {
  color: white;
}
.btn.black:hover i {
  color: white;
}

.ml-bold {
  font-family: "ml-bold" !important;
}

.ml-italic {
  font-family: "ml-italic" !important;
}

.ml-normal {
  font-family: "ml-normal";
}

.ml-normal2 {
  font-family: "fml-normal";
}

iframe.lazyloading {
  background: #19AFFF;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
  background: #19AFFF !important;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background: white;
  z-index: 1041;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(90, 90, 90, 0.23);
          box-shadow: 0px 15px 10px -15px rgba(90, 90, 90, 0.23);
}
@media (max-width: 1199px) {
  .main-header {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}
.main-header .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1599px) {
  .main-header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .main-header .container-fluid {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .main-header .container-fluid {
    padding-left: 15px;
    padding-right: 75px;
  }
}
.main-header .logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-header .logo img {
  max-width: 260px;
}
@media (max-width: 1599px) {
  .main-header .logo img {
    max-width: 230px;
  }
}
@media (max-width: 1300px) {
  .main-header .logo img {
    max-width: 200px;
  }
}
.main-header .main-nav .dropdown .dropdown-menu {
  top: 25px;
  top: 28px !important;
  border-radius: 0;
  border: none;
  width: 250px;
}
@media (max-width: 1199px) {
  .main-header .main-nav .dropdown .dropdown-menu {
    left: -25px !important;
    top: -16px !important;
  }
}
.main-header .main-nav .dropdown .dropdown-menu .dropdown-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header .main-nav .dropdown .dropdown-menu .dropdown-item {
    color: #003857;
  }
}
.main-header .main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: #f5fbfd;
  color: black;
}
.main-header .main-nav .dropdown .dropdown-menu .dropdown-item:hover:after {
  background: #19AFFF;
}
.main-header .main-nav .dropdown .dropdown-menu .dropdown-item:after {
  transition: all ease-in 0.3sec;
  -o-transition: all ease-in 0.3sec;
  -webkit-transition: all ease-in 0.3sec;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #d6e7f0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-header .main-nav .dropdown .dropdown-toggle {
  cursor: pointer;
}
.main-header .main-nav .dropdown .dropdown-toggle:after {
  border-top: 0.3em solid #19AFFF;
}
.main-header .top-button .serach-btn button {
  background-color: transparent;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.main-header .top-button .player-request {
  margin-left: 25px;
}
.main-header .top-button .player-request .btn {
  font-size: 1.125rem;
  font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
  color: inherit !important;
  background-color: inherit !important;
}

.topbar .logo-sec {
  display: none;
}
@media (min-width: 1200px) {
  .topbar .logo-sec {
    display: block;
  }
  .topbar .logo-sec img {
    height: 74px;
  }
}
@media (min-width: 1600px) {
  .topbar img {
    height: 83px;
  }
}

.quote-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote-sec img {
  height: 14px;
}
@media (min-width: 992px) {
  .quote-sec img {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .quote-sec img {
    height: 23px;
  }
}
@media (min-width: 1600px) {
  .quote-sec img {
    height: 28px;
  }
}
.quote-sec p {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .quote-sec p {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .quote-sec p {
    font-size: 24px;
  }
}

.search-sec {
  display: none;
}
.search-sec form {
  width: 100%;
}
.search-sec .input-group {
  max-width: 300px;
  margin-left: auto;
}
@media (min-width: 1600px) {
  .search-sec .input-group {
    max-width: 350px;
  }
}
.search-sec .input-group .form-control {
  background: #a7e2ff;
  border: 1px solid rgba(46, 185, 255, 0.4);
  border-right: none;
}
.search-sec .input-group .btn-primary {
  background: #a7e2ff;
  border: 1px solid rgba(46, 185, 255, 0.4);
  color: #000;
  border-left: none;
}
@media (min-width: 1200px) {
  .search-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-head .logo {
  display: block;
}
@media (min-width: 1200px) {
  .top-head .logo {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-head .header-right {
    margin-right: auto;
    width: 100%;
  }
  .top-head .header-right .main-nav {
    width: 100%;
  }
  .top-head .header-right .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .top-button {
    display: none !important;
  }
}

.main-header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1600px) {
  .main-header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main-header .main-nav > ul > li > a img {
  height: 15px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .main-header .main-nav > ul > li > a img {
    margin-right: 8px;
  }
}
@media (min-width: 1600px) {
  .main-header .main-nav > ul > li > a img {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .main-header .main-nav > ul > li {
    padding: 0px 1px;
  }
  .main-header .main-nav > ul > li > a {
    padding: 25px 0px;
  }
  .main-header .main-nav > ul > li > a img {
    height: 15px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .main-header .main-nav > ul > li > a img {
    height: 18px;
  }
}
@media (min-width: 1311px) {
  .main-header .main-nav > ul > li {
    padding: 0px 15px;
  }
}

.font-ml {
  font-family: "Manjari", sans-serif !important;
}

.brds {
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
}

.btn-orange {
  background: #fc7200;
  color: white;
  padding-right: 35px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-orange:hover {
  background: #f59d54;
  color: white;
}

.download-now {
  position: relative;
}
@media (min-width: 1200px) {
  .download-now {
    min-width: 500px;
  }
}
@media (min-width: 1600px) {
  .download-now {
    min-width: 555px;
  }
}
.download-now .audioplayer {
  padding-right: 150px;
}
@media (max-width: 576px) {
  .download-now .audioplayer {
    padding-right: 65px;
  }
}
.download-now .btn-download {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 576px) {
  .download-now .btn-download {
    right: 15px;
    top: 42%;
    font-size: 0;
  }
  .download-now .btn-download img {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .songs-nameOn {
    position: relative;
  }
  .songs-nameOn .audioplayer-time-current,
.songs-nameOn .audioplayer-bar,
.songs-nameOn .audioplayer-time-duration {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .songs-nameOn .song-name {
    max-width: 350px;
    position: absolute;
    left: 20%;
    top: 30px;
  }
}
@media (min-width: 1600px) {
  .songs-nameOn .song-name {
    left: 17%;
  }
}
@media (max-width: 1600px) {
  .songs-nameOn .song-name {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .songs-nameOn .song-name {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .songs-nameOn .song-name {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.songs-nameOn .song-name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .songs-nameOn .btn-download {
    top: 66%;
  }
}

.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.shape-bg {
  width: 100%;
  max-width: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .shape-bg {
    display: none;
  }
}
.shape-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.p-relative {
  position: relative;
}

.brn-hright {
  height: calc(100vh - 150px);
  max-height: 880px;
}
@media (max-width: 991px) {
  .brn-hright {
    height: inherit;
    max-height: inherit;
  }
}

.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner .banner-silder-wrap {
  position: relative;
}
.home-banner .slide-item {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 2000px) {
  .home-banner .slide-item {
    background-position-x: 65%;
    background-position-y: bottom;
  }
}
.home-banner .slide-item .container, .home-banner .slide-item .slick-dots {
  padding-top: 100px;
}
@media (max-width: 1600px) {
  .home-banner .slide-item .container, .home-banner .slide-item .slick-dots {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .home-banner .slide-item .container, .home-banner .slide-item .slick-dots {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .home-banner .slide-item {
    height: 375px;
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
  }
}
.home-banner .slide-item .btn {
  margin-top: -25px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .home-banner .slide-item .btn {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .home-banner .slide-item .btn {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .home-banner .slide-item .btn {
    margin-top: -30px;
  }
}
.home-banner .slide-item .btn.btn-white {
  background: white;
  color: #141414;
}
.home-banner .slide-item .btn.btn-white i {
  color: #19AFFF;
}
.home-banner .slide-item .banner-ctn {
  font-size: 4.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .home-banner .slide-item .banner-ctn {
    text-align: center;
  }
}
.home-banner .slide-item .ttl-md {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .home-banner .slide-item .ttl-md {
    font-size: 2rem;
  }
}
.home-banner .slick-dots {
  position: absolute;
  bottom: 300px;
  list-style: none;
  display: block;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  left: 0;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .home-banner .slick-dots {
    bottom: 235px;
  }
}
@media (max-width: 991px) {
  .home-banner .slick-dots {
    bottom: 35px;
  }
}
@media (max-width: 991px) {
  .home-banner .slick-dots {
    text-align: center;
  }
}
.home-banner .slick-dots li button {
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px #00000045;
          box-shadow: 1px 1px 3px #00000045;
}
.home-banner .slick-dots li.slick-active button {
  background: #fff;
}

.banner-player {
  position: relative;
  bottom: inherit;
  padding-top: 35px;
  padding-bottom: 35px;
  top: inherit;
}
@media (min-width: 991px) {
  .banner-player {
    z-index: 3;
    top: -225px;
  }
}
@media (min-width: 1600px) {
  .banner-player {
    top: -275px;
  }
}
.banner-player .download-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-player .bp-row {
  background: white;
  padding: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .banner-player .bp-row {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .banner-player .bp-row {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .banner-player .bp-row .crf-player {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .banner-player .bp-row .crf-player {
    min-width: 100%;
    margin-bottom: 25px;
  }
}
.banner-player .play-video {
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner-player .play-video {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.banner-player .play-video .ttl {
  color: #141414;
  font-weight: bold;
}
.banner-player .play-video:hover .ttl {
  color: #23CB5F;
}
@media (min-width: 992px) {
  .banner-player .daily-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-player .daily-message .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  color: #8296a0;
}
@media (min-width: 992px) {
  .banner-player .daily-message .ttl {
    margin-right: 25px;
  }
}
.banner-player .daily-message .ttl-logo figure {
  margin: 0;
}
@media (max-width: 991px) {
  .banner-player .daily-message .ttl-logo figure {
    margin-bottom: 25px;
  }
}
@media (max-width: 1599px) {
  .banner-player .daily-message .ttl-logo img {
    max-width: 200px;
  }
}
@media (max-width: 575.98px) {
  .banner-player .daily-message .ttl-logo img {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .banner-player .daily-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-player .daily-message br {
    display: none;
  }
}

.iframe-palyer {
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  max-width: 1360px;
  display: none;
  height: auto;
}
@media (max-width: 1600px) {
  .iframe-palyer {
    max-width: 900px;
    top: 125px;
  }
}
@media (max-width: 991px) {
  .iframe-palyer {
    max-width: 560px;
  }
}
@media (max-width: 576px) {
  .iframe-palyer {
    max-width: 100%;
  }
}
.iframe-palyer .vdo-position {
  padding: 20px;
  background: white;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .iframe-palyer .vdo-position {
    padding: 10px;
  }
}

.play-video-btn {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  padding-left: 13px;
  background: url(../images/over-lay.png) bottom left no-repeat;
  background-size: cover !important;
}

.banner-videoplayer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.banner-videoplayer:after {
  position: fixed;
  padding-top: 100vh;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background: rgba(3, 169, 244, 0.55);
}
.banner-videoplayer .bp-row {
  display: none !important;
}
.banner-videoplayer .iframe-palyer {
  display: block;
  opacity: 1;
  visibility: visible;
}

.crf-play.primary {
  background-color: #19AFFF;
}
.crf-play.primary .icon-play-icon {
  color: white;
}
.crf-play.white {
  background-color: white;
  border-color: white;
}
.crf-play.white .icon-play-icon {
  color: #19AFFF;
}

.service-section {
  padding-top: 6.25rem;
}
@media (max-width: 1600px) {
  .service-section {
    padding-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .service-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F1FAFF), color-stop(50%, #fff));
    background-image: linear-gradient(to bottom, #F1FAFF 0%, #fff 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF1FAFF", endColorstr="#FFFFFFFF", GradientType=0);
  }
}
.service-section .shape-circle {
  position: absolute;
  right: -391px;
  bottom: -342px;
  z-index: 1;
  display: none;
}
.service-section .ser-box-item .sb-bx {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
@media (max-width: 576px) {
  .service-section .ser-box-item .sb-bx {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-section .ser-box-item .sb-bx:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  display: block;
  width: 1px;
  height: 50%;
  background: url(../images/shapes/line-5.svg);
}
@media (max-width: 767px) {
  .service-section .ser-box-item .sb-bx:before {
    display: none;
  }
}
.service-section .ser-box-item .figure {
  margin-bottom: 0;
}
.service-section .ser-box-item .figure img {
  position: relative;
  margin: 0 auto;
}
.service-section .ser-box-item .figure-caption {
  position: relative;
  color: #7a98a8;
  font-weight: 700;
  margin-top: 4.6875rem;
}
@media (max-width: 767px) {
  .service-section .ser-box-item .figure-caption {
    margin-top: 2.8125rem;
  }
}
.service-section .ser-box-item .figure-caption h2 {
  margin-top: 1.25rem;
  min-height: 65px;
}
@media (max-width: 767px) {
  .service-section .ser-box-item .figure-caption h2 {
    min-height: inherit;
  }
}
.service-section .ser-box-item .figure-caption:after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 110px;
  height: 8px;
  border-radius: 50%;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service-section .ser-box-item .figure-caption:after {
    top: -35px;
  }
}
.service-section .ser-box-ctn p {
  font-weight: 200;
  padding-left: 35px;
  padding-right: 35px;
}
.service-section .ser-box-ctn a {
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  color: #141414;
}
.service-section .ser-box-ctn a:hover {
  color: #19AFFF;
}

.fellowship-sec {
  position: relative;
  margin-top: 4.6875rem;
  padding-bottom: 50px;
  background-size: cover;
}
@media (max-width: 1600px) {
  .fellowship-sec {
    margin-top: 3.75rem;
  }
}
@media (max-width: 767px) {
  .fellowship-sec {
    background-image: none !important;
    background: rgba(232, 253, 244, 0.57) !important;
  }
}
.fellowship-sec .fellowship-sec-inner {
  position: relative;
  z-index: 2;
  padding-top: 12.5rem;
}
@media (max-width: 1600px) {
  .fellowship-sec .fellowship-sec-inner {
    padding-top: 8.125rem;
  }
}
@media (max-width: 767px) {
  .fellowship-sec .fellowship-sec-inner {
    padding-top: 0;
  }
  .fellowship-sec .fellowship-sec-inner .sec-ttl {
    text-align: center;
  }
}
.fellowship-sec .fellowship-sec-inner .p-relative .welcome-message {
  z-index: 2;
}
.fellowship-sec .fellowship-sec-inner .p-relative .shape-grid {
  position: absolute;
  bottom: 45px;
  left: -60px;
  z-index: 1;
}
.fellowship-sec .fellowship-sec-inner .welcome-message {
  position: relative;
}
.fellowship-sec .fellowship-sec-inner .welcome-message .img-center {
  max-width: 585px;
  position: relative;
}
@media (max-width: 1600px) {
  .fellowship-sec .fellowship-sec-inner .welcome-message .img-center {
    max-width: 450px;
  }
}
.fellowship-sec .fellowship-sec-inner .welcome-message .img-center:before {
  position: absolute;
  content: "'";
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #23CB5F;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  z-index: 3;
}
.fellowship-sec .fellowship-sec-inner .welcome-message .img-center:after {
  padding-bottom: 115%;
}
.fellowship-sec .shape-bootom {
  position: absolute;
  bottom: -66px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .fellowship-sec .shape-bootom {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .fellowship-sec .shape-bootom {
    bottom: -45px;
  }
}
@media (max-width: 1100px) {
  .fellowship-sec .shape-bootom {
    bottom: -40px;
  }
}
@media (max-width: 992px) {
  .fellowship-sec .shape-bootom {
    display: none;
  }
}

.play-message {
  padding: 1.5625rem;
  background: #23CB5F;
  width: 100%;
  max-width: 392px;
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 3;
}
@media (max-width: 767px) {
  .play-message {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 65px;
  }
}
.play-message .crf-play {
  background: white;
  border-color: white;
}
.play-message .ttl {
  font-size: 1.625rem;
  font-weight: 700;
  color: white;
}
.play-message p {
  font-weight: 700;
  color: white;
}

.bg-curve {
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
}
.bg-curve img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

.welcome-message-right {
  padding-left: 2.8125rem;
}
@media (max-width: 992px) {
  .welcome-message-right {
    margin-top: 45px;
    padding-left: 15px;
  }
}
.welcome-message-right h2 {
  margin-bottom: 2.8125rem;
}
@media (max-width: 992px) {
  .welcome-message-right h2 {
    margin-bottom: 1.5625rem;
  }
}
.welcome-message-right p {
  font-size: 1.375rem;
  line-height: 46px;
}
@media (max-width: 1600px) {
  .welcome-message-right p {
    font-size: 1.3125rem;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .welcome-message-right p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.welcome-message-right .btn {
  margin-top: 2.8125rem;
}

.testimonial-sec {
  padding-top: 7.8125rem;
  padding-bottom: 4.0625rem;
  background-size: cover !important;
}
@media (max-width: 1600px) {
  .testimonial-sec {
    padding-top: 8.125rem;
  }
}
@media (max-width: 992px) {
  .testimonial-sec {
    padding-top: 4.0625rem;
  }
}
.testimonial-sec .test-icon {
  text-align: center;
}

.test-text-wrap {
  margin-top: 2.8125rem;
}
.test-text-wrap .ctn {
  font-size: 2rem;
  font-weight: 600;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .test-text-wrap .ctn {
    font-size: 1.25rem;
  }
}
.test-text-wrap .auther {
  margin-top: 2.1875rem;
  margin-bottom: 3.125rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  .test-text-wrap .auther {
    font-size: 1.25rem;
  }
}
.test-text-wrap .slick-arrow {
  border: 2px solid;
  border-color: white;
}

.latest-sermons {
  padding-bottom: 10.3125rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #F1FAFF));
  background-image: linear-gradient(to bottom, #fff 0%, #F1FAFF 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF1FAFF", GradientType=0);
}
@media (max-width: 992px) {
  .latest-sermons {
    padding-bottom: 7.8125rem;
  }
}
@media (max-width: 767px) {
  .latest-sermons {
    padding-bottom: 3.4375rem;
  }
}
.latest-sermons .latest-sermons-wrap {
  padding-top: 4.6875rem;
}
@media (max-width: 992px) {
  .latest-sermons .latest-sermons-wrap {
    padding-top: 2.8125rem;
  }
}
.latest-sermons .latest-sermons-wrap .vdo-poster {
  z-index: 2;
}
.latest-sermons .latest-sermons-wrap .p-relative .shape-grid {
  z-index: 1;
  position: absolute;
  right: -38px;
  top: 32px;
  z-index: 1;
}
@media (max-width: 767px) {
  .latest-sermons .latest-sermons-wrap .p-relative .shape-grid {
    display: none;
  }
}
.latest-sermons .shape-bg {
  top: -47px;
}
@media (max-width: 1199px) {
  .latest-sermons .shape-bg {
    top: -35px;
  }
}
@media (max-width: 992px) {
  .latest-sermons .shape-bg {
    display: none;
  }
}
.latest-sermons .audio-group {
  position: relative;
}
.latest-sermons .audio-group .crf-player {
  z-index: 2;
}
.latest-sermons .audio-group .shape-grid {
  position: absolute;
  left: -45px;
  top: 32px;
  z-index: 1;
}
@media (max-width: 991px) {
  .latest-sermons .audio-group .shape-grid {
    left: -45px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .latest-sermons .audio-group .shape-grid {
    display: none;
  }
}

.videos-icon .icon-youtube-icon,
.videos-icon .icon-volume {
  color: #19AFFF;
  font-size: 35px;
}
@media (max-width: 767px) {
  .videos-icon .icon-youtube-icon,
.videos-icon .icon-volume {
    font-size: 25px;
  }
}

.vdo-poster {
  position: relative;
  overflow: hidden;
}
.vdo-poster .embed-video {
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
}
.vdo-poster .img-center {
  overflow: hidden;
}
.vdo-poster .img-center:after {
  padding-bottom: 56%;
}
.vdo-poster .play-video-btn {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  padding-left: 13px;
  background: url(../images/over-lay.png) bottom left no-repeat;
  background-size: cover !important;
}
@media (max-width: 575.98px) {
  .vdo-poster .play-video-btn {
    height: 35px;
  }
  .vdo-poster .play-video-btn .crf-play {
    width: 25px;
    height: 25px;
    font-size: 9px;
  }
  .vdo-poster .play-video-btn .ttl {
    font-size: 11px;
  }
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@media (min-width: 1200px) {
  .audio-group .audioplayer {
    height: 115px;
  }
}

.latest-book {
  position: relative;
}
.latest-book .shape-bg {
  top: -70px;
}
@media (max-width: 1600px) {
  .latest-book .shape-bg {
    top: -48px;
  }
}
@media (max-width: 1199px) {
  .latest-book .shape-bg {
    top: -35px;
  }
}
@media (max-width: 992px) {
  .latest-book .shape-bg {
    top: -29px;
  }
}
.latest-book .latest-book-wrap {
  padding-top: 2.8125rem;
}
@media (max-width: 991px) {
  .latest-book .latest-book-wrap {
    padding-top: 0;
  }
}

.latest-book-list {
  position: relative;
}
.latest-book-list .bookslider {
  /* the parent */
}
.latest-book-list .bookslider .slick-slide {
  margin: 0 15px;
}
.latest-book-list .bookslider .slick-list {
  margin: 0 -15px;
}
.latest-book-list .figure {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.latest-book-list .figure .img-wrap {
  position: relative;
  padding-top: 150%;
}
.latest-book-list .figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.latest-book-list .figure .figure-caption {
  font-size: 1.375rem;
  font-weight: 600;
  color: #141414;
  text-align: center;
  margin-top: 0.9375rem;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.latest-book-list .figure:hover .figure-caption {
  color: #23CB5F;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.latest-book-list .book-expand-view {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  right: 15px;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 991px) {
  .latest-book-list .book-expand-view {
    right: 0;
    left: 0;
  }
}
.latest-book-list .book-expand-view .figure-img {
  width: 100%;
}
.latest-book-list .book-expand-view.open {
  opacity: 1;
  pointer-events: initial;
}
.latest-book-list .book-expand-view .book-expand-bx {
  position: relative;
  background: white;
  margin-left: 300px;
  padding: 2.1875rem;
  border: 1px solid #19AFFF;
  -webkit-box-shadow: #19afff26 -1px 1px 20px;
          box-shadow: #19afff26 -1px 1px 20px;
}
@media (max-width: 1600px) {
  .latest-book-list .book-expand-view .book-expand-bx {
    margin-left: 248px;
  }
}
@media (max-width: 1199px) {
  .latest-book-list .book-expand-view .book-expand-bx {
    margin-left: 323px;
  }
}
@media (max-width: 991px) {
  .latest-book-list .book-expand-view .book-expand-bx {
    margin: 0;
    height: 85%;
  }
}
@media (max-width: 767px) {
  .latest-book-list .book-expand-view .book-expand-bx {
    height: inherit;
  }
}
.latest-book-list .book-expand-view .book-expand-bx .expand-book-slider,
.latest-book-list .book-expand-view .book-expand-bx .slick-list,
.latest-book-list .book-expand-view .book-expand-bx .slick-track,
.latest-book-list .book-expand-view .book-expand-bx .slick-slide {
  height: 100% !important;
  max-height: 100%;
  width: 100%;
}
.latest-book-list .book-expand-view .book-expand-bx .item-bx {
  max-height: 100%;
  width: 100%;
}
.latest-book-list .book-expand-view .book-expand-bx .owl-stage-outer,
.latest-book-list .book-expand-view .book-expand-bx .owl-stage {
  height: 100%;
}
.latest-book-list .book-expand-view .book-expand-bx .bx-ctn {
  width: 100%;
}
.latest-book-list .book-expand-view .book-expand-bx .btn {
  font-size: 1.0625rem;
}
.latest-book-list .book-expand-view .book-expand-bx .close-pop {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.latest-book-list .book-expand-view .book-expand-bx .close-pop i {
  font-size: 25px;
  color: #8296a0;
}
.latest-book-list .book-expand-view .owl-prev {
  margin-right: 15px;
}
.latest-book-list .book-expand-view .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}
.latest-book-list .book-expand-view .owl-nav .owl-prev,
.latest-book-list .book-expand-view .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  border: 1px solid #19AFFF;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
.latest-book-list .book-expand-view .owl-nav .owl-prev span,
.latest-book-list .book-expand-view .owl-nav .owl-next span {
  font-size: 35px;
  color: black;
  line-height: inherit;
}
@media (max-width: 1450px) {
  .latest-book-list .book-expand-view .owl-nav .owl-prev,
.latest-book-list .book-expand-view .owl-nav .owl-next {
    width: 35px;
    height: 35px;
  }
}
.latest-book-list .book-expand-view .slick-arrow {
  border: 2px solid #19AFFF;
  bottom: -30px;
  top: inherit;
  right: 0;
  left: inherit;
  width: 40px;
  height: 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .latest-book-list .book-expand-view .slick-arrow {
    bottom: -18px;
    width: 30px;
    height: 30px;
    border: 1px solid #19AFFF;
  }
}
.latest-book-list .book-expand-view .slick-arrow.slick-prev {
  right: 51px;
}
@media (max-width: 767px) {
  .latest-book-list .book-expand-view .slick-arrow.slick-prev {
    right: 35px;
  }
}
.latest-book-list .book-expand-view .slick-arrow:before {
  color: #19AFFF;
}

.sec-upcoming-meeting {
  position: relative;
  padding-bottom: 7.8125rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .sec-upcoming-meeting {
    padding-bottom: 4.6875rem;
  }
}
@media (max-width: 991px) {
  .sec-upcoming-meeting {
    padding-bottom: 0;
  }
}
.sec-upcoming-meeting .shape-bg {
  bottom: -37px;
}
@media (max-width: 991px) {
  .sec-upcoming-meeting .shape-bg {
    display: none;
  }
}
.sec-upcoming-meeting .clould-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.25rem;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .sec-upcoming-meeting .clould-image {
    max-width: 70%;
    padding-top: 1.25rem;
  }
  .sec-upcoming-meeting .clould-image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-upcoming-meeting .clould-image {
    max-width: 100%;
    padding-top: 2.5rem;
  }
}
.sec-upcoming-meeting .lg-circle-image {
  position: absolute;
  bottom: -294px;
  right: -332px;
  z-index: 1;
}
.sec-upcoming-meeting .half-circle-image {
  position: absolute;
  left: -420px;
  top: 0;
}
.sec-upcoming-meeting .upcoming-mtng-wrap {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .sec-upcoming-meeting .upcoming-mtng-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .sec-upcoming-meeting .upcoming-mtng-wrap {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr {
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 576px) {
  .sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr {
    padding: 0 7px;
  }
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-box {
  background: #f5fcff;
  padding: 1.875rem;
  border: 1px solid #19afff;
  height: 300px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 576px) {
  .sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-box {
    height: 300px;
  }
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  top: 100%;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  left: 0;
  z-index: 2;
}
@media (max-width: 576px) {
  .sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn {
    padding: 0 7px;
  }
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn .ctn {
  max-width: 100%;
  height: 100%;
  width: 100%;
  background: #19AFFF;
  padding: 1.875rem;
  color: white;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn .ctn .h-date {
  font-weight: 500;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn .ctn .h-name {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn .ctn .h-icon-text a {
  color: white;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr:hover .item-bx-hover-ctn {
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  top: 0;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn {
  z-index: 1;
  position: relative;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-live-notify {
  position: absolute;
  right: -18px;
  top: -15px;
  padding: 4px 8px;
  border: 1px solid #23CB5F;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-live-notify i {
  font-size: 12px;
  color: #23CB5F;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-date {
  color: #19AFFF;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-date span {
  font-weight: 200;
  font-size: 1.0625rem;
  color: #141414;
  color: #003857;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bottom-sec {
  margin-top: 0.9375rem;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bottom-sec i {
  color: #c8d9e2;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-ttl {
  color: #003857;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5625rem;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-time {
  color: #003857;
  font-weight: 400;
  white-space: nowrap;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-place {
  color: #003857;
  font-weight: 400;
}

.audioplayer-volume {
  display: none;
}

.sec-latest-songs {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  background: url("../images/shapes/Bg-Songs.jpg");
  background-size: cover;
}
@media (max-width: 1600px) {
  .sec-latest-songs {
    padding-top: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .sec-latest-songs {
    padding-top: 0.9375rem;
    padding-bottom: 2.8125rem;
  }
}

.mp3-poster {
  background: white;
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .mp3-poster {
    padding: 0.9375rem;
  }
}
.mp3-poster .btn-lg, .mp3-poster .btn-group-lg > .btn {
  font-size: 0.875rem;
  color: #003857;
}
.mp3-poster .btn-lg:hover, .mp3-poster .btn-group-lg > .btn:hover {
  color: white;
}
.mp3-poster .btn-lg:hover i, .mp3-poster .btn-group-lg > .btn:hover i {
  color: white;
}
.mp3-poster .btn-lg i, .mp3-poster .btn-group-lg > .btn i {
  color: #19AFFF;
}
.mp3-poster .crf-player {
  min-width: 100%;
}
.mp3-poster .crf-player .audioplayer {
  border: none;
  padding: 0;
}

.home-swap {
  padding-bottom: 9.375rem;
  position: relative;
}
@media (max-width: 1600px) {
  .home-swap {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 1199px) {
  .home-swap {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 991px) {
  .home-swap .figure {
    margin-bottom: 0;
  }
}
.home-swap .shape-bg {
  position: absolute;
  bottom: -66px;
  left: 0;
  z-index: 2;
}
.home-swap .sec-top {
  text-align: center;
}
.home-swap .sec-top p {
  color: #fff;
  font-weight: 200;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .home-swap .sec-top p {
    text-align: justify;
  }
}

@media (min-width: 1600px) {
  .key-box {
    margin-left: -25px;
    margin-right: -25px;
  }
  .key-box .col-6 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .key-box .bx-1 {
    padding-right: 7px;
  }
  .key-box .bx-3 {
    padding-right: 7px;
  }
  .key-box .bx-4 {
    padding-left: 7px;
  }
}
.key-box .key-box-item {
  background: white;
  padding: 0.833rem 0.833rem 1.38rem 1.38rem;
  border-radius: 0.77rem;
  color: #141414;
}
@media (max-width: 991px) {
  .key-box .key-box-item {
    height: 100%;
    border-bottom: 1px solid #c2c2c2;
  }
}
@media (max-width: 767px) {
  .key-box .key-box-item {
    text-align: center;
    height: inherit;
    margin-bottom: 10px;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 0.9375rem;
    height: 96%;
  }
}
.key-box .key-box-item p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 0px;
}
.key-box .key-box-item p + p {
  margin-top: 15px;
}

.info-box {
  border: 1px solid #19afff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .info-box {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .info-box {
    padding: 25px;
    margin-bottom: 25px;
  }
}

.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xl {
    max-width: 1390px;
  }
}

.short-msg,
.tv-msg {
  border: 1px solid rgba(162, 212, 239, 0.5);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .short-msg,
.tv-msg {
    margin-bottom: 0;
  }
}

.song-search {
  position: relative;
}
.song-search .search-suggestion-list {
  position: absolute;
  padding-left: 0px;
  list-style: none;
  background: #fff;
  width: 100%;
  padding: 5px;
  top: 100%;
  margin-top: 5px;
  border-radius: 5px;
  margin-bottom: 0px;
  max-width: 330px;
  z-index: 1;
}
.song-search .search-suggestion-list li {
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
}
.song-search .search-suggestion-list li:last-of-type {
  border-bottom: none;
}

.ui-widget.ui-widget-content {
  max-height: 380px;
  max-width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 7px;
  border: 1px solid rgba(46, 185, 255, 0.4) !important;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .ui-widget.ui-widget-content {
    border-radius: 0px;
    border-top-color: transparent !important;
  }
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 5px;
}
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
          box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
}
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: #2eb9ff;
  outline: 1px solid slategrey;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid rgba(46, 185, 255, 0.4);
  cursor: pointer;
  text-transform: lowercase;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 5px;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
  background-color: rgba(46, 185, 255, 0.4);
}

.calendar-sec .topics {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.calendar-sec .topics:before {
  content: "";
  font-family: "deafult-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  position: absolute;
  font-size: 12px;
  color: #c5c5c5;
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 32%;
}
.calendar-sec .topics:hover {
  color: #19AFFF;
}

.key-seperator {
  background: transparent -webkit-gradient(linear, left top, right top, from(#19AFFF), to(#D8F4FF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #19AFFF 0%, #D8F4FF00 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px;
  height: 4px;
  width: 100%;
  display: block;
  margin: 10px 0px;
}

.quote-icon {
  margin-left: auto;
  width: 32px;
  display: block;
  height: 32px;
  margin-bottom: 10px;
}

#bannerVideoTwo .modal-dialog,
#bannerVideoOne .modal-dialog {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 576px) {
  #bannerVideoTwo .modal-dialog,
#bannerVideoOne .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
#bannerVideoTwo .modal-dialog .modal-content,
#bannerVideoOne .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
#bannerVideoTwo .modal-dialog .modal-content .modal-header,
#bannerVideoOne .modal-dialog .modal-content .modal-header {
  background-color: transparent;
}
#bannerVideoTwo .modal-dialog .modal-content .modal-header .close,
#bannerVideoOne .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  margin: -1rem 0rem -1rem auto;
}
@media (min-width: 576px) {
  #bannerVideoTwo .modal-dialog .modal-content .modal-header .close,
#bannerVideoOne .modal-dialog .modal-content .modal-header .close {
    margin: -1rem -1rem -1rem auto;
  }
}
#bannerVideoTwo .modal-dialog .modal-content .modal-body,
#bannerVideoOne .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#bannerVideoTwo .modal-dialog .modal-content .modal-body .vdo-poster,
#bannerVideoOne .modal-dialog .modal-content .modal-body .vdo-poster {
  margin-bottom: 0;
  border-radius: 0px;
}

.banner-player .download-now .audioplayer {
  height: 100%;
}
.banner-player .download-now .audioplayer-time-current {
  bottom: 2px !important;
  color: #3B3B3B;
}
@media (min-width: 576px) {
  .banner-player .download-now .audioplayer-time-current {
    bottom: 8px !important;
  }
}
.banner-player .download-now .audioplayer-time-duration {
  bottom: 2px !important;
  color: #3B3B3B;
}
@media (min-width: 576px) {
  .banner-player .download-now .audioplayer-time-duration {
    bottom: 8px !important;
  }
}
@media (max-width: 575.98px) {
  .banner-player .download-now .audioplayer {
    border: none;
  }
}
@media (max-width: 575.98px) {
  .banner-player .daily-message .ttl-logo figure {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner-player .col-sm-3,
.banner-player .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.84rem 0.8rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .btn-group-lg > .btn,
.btn-lg {
    padding: 0.84rem 1.8rem;
  }
}

.view-all .btn-lg, .view-all .btn-group-lg > .btn {
  color: #141414;
}
.view-all .btn-lg i, .view-all .btn-group-lg > .btn i {
  color: #19AFFF;
}
.view-all .btn-lg:hover, .view-all .btn-group-lg > .btn:hover {
  color: #fff;
}
.view-all .btn-lg:hover i, .view-all .btn-group-lg > .btn:hover i {
  color: #fff;
}

.book-expand-bx .btn-lg, .book-expand-bx .btn-group-lg > .btn {
  padding: 0.44rem 0.8rem;
}
@media (min-width: 340px) {
  .book-expand-bx .btn-lg, .book-expand-bx .btn-group-lg > .btn {
    padding: 0.84rem 1.28rem;
  }
}

.banner-player {
  will-change: opacity;
}

.cr-404 h1 {
  text-align: center;
  font-weight: 100;
  font-size: 4rem;
  text-shadow: #dbecff 1px 1px, #dbecff 2px 2px, #dbecff 3px 3px, #dbeccd 4px 4px, #dbeccd 5px 5px, #dbeccd 6px 6px, #dbeccd 7px 7px, #dbecce 8px 8px;
}
@media (min-width: 992px) {
  .cr-404 h1 {
    font-size: 15rem;
  }
}

.crf-dash-left-collapse .your-playlist ul li .delete-playlist {
  padding: 3px;
  position: absolute;
  top: -5px;
  left: 93%;
  background: white;
  border: 1px solid #19AFFF;
  text-align: center;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.crf-dash-left-collapse .your-playlist ul li .delete-playlist i {
  margin-top: 4px;
  display: block;
}

.ff-manjari {
  font-family: "Manjari", sans-serif;
  font-weight: 400 !important;
}

.breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.4);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(0, 0, 0, 0.4);
}

a:not([href]):not([tabindex]) {
  cursor: pointer;
}

@media (max-width: 567.98px) {
  .inner-banner .ttl-lg {
    font-size: 1.52rem;
  }
}
.inner-banner .bnr-bg {
  height: 25rem;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px;
}
@media (max-width: 991px) {
  .inner-banner .bnr-bg {
    height: auto;
    background-repeat: no-repeat;
  }
}
.inner-banner .banner-ttl,
.inner-banner .about-text {
  font-size: 160px;
  font-weight: 800;
  opacity: 0.7;
  color: #000;
  width: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .inner-banner .banner-ttl,
.inner-banner .about-text {
    font-size: 125px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-ttl,
.inner-banner .about-text {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .inner-banner .banner-ttl,
.inner-banner .about-text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-ttl,
.inner-banner .about-text {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .inner-banner .banner-ttl,
.inner-banner .about-text {
    font-size: 50px;
  }
}

.prayer-req-sec {
  background-color: #f8fdff;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .prayer-req-sec {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  .prayer-req-sec {
    padding: 90px 0px;
  }
}
@media (min-width: 1600px) {
  .prayer-req-sec {
    padding: 110px 0px;
  }
}
.prayer-req-sec .box-wrap {
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}
@media (min-width: 992px) {
  .prayer-req-sec .box-wrap {
    padding: 36px;
    background: #fff;
  }
}
@media (min-width: 1600px) {
  .prayer-req-sec .box-wrap {
    padding: 50px;
  }
}
.prayer-req-sec .box-wrap .form-group .form-control {
  padding: 8px 8px;
}
@media (min-width: 992px) {
  .prayer-req-sec .box-wrap .form-group .form-control {
    padding: 12px 12px;
  }
}
@media (min-width: 1600px) {
  .prayer-req-sec .box-wrap .form-group .form-control {
    padding: 20px 15px;
  }
}
.prayer-req-sec .box-wrap .form-group textarea {
  height: 115px;
}
@media (min-width: 992px) {
  .prayer-req-sec .box-wrap .form-group textarea {
    height: 215px;
  }
}
@media (min-width: 1600px) {
  .prayer-req-sec .box-wrap .form-group textarea {
    height: 234px;
  }
}
.prayer-req-sec .box-wrap .form-group label {
  font-weight: normal;
  font-size: 13px;
  color: #000;
}
@media (min-width: 992px) {
  .prayer-req-sec .box-wrap .form-group label {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .prayer-req-sec .box-wrap .form-group label {
    font-size: 22px;
  }
}
.prayer-req-sec .contact-bx .ttl-md {
  font-size: 1.5625rem;
}
.prayer-req-sec .contact-bx img {
  margin-right: 15px;
  position: relative;
  top: -4px;
}
@media (max-width: 576px) {
  .prayer-req-sec .contact-bx img {
    width: 20px;
  }
}
.prayer-req-sec .contact-bx p {
  padding-left: 3.125rem;
}
.prayer-req-sec .contact-bx p a {
  color: #141414;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.prayer-req-sec .contact-bx p a:hover {
  color: #19AFFF;
}

.tags .owl-nav {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
}
.tags .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}
.tags .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}
.tags .tag {
  padding: 4px 0px;
  border-radius: 4px;
  background: rgba(60, 190, 255, 0.2);
  border: 1px solid rgba(46, 185, 255, 0.2);
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.637);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 992px) {
  .tags .tag {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .tags .tag {
    font-size: 13px;
  }
}
.tags .tag:hover {
  background: rgba(60, 190, 255, 0.63);
}

.banner-player .download-now .btn-download {
  right: 25px;
  font-size: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .banner-player .download-now .btn-download {
    top: 42%;
  }
}
.banner-player .download-now .audioplayer {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .banner-player .download-now .audioplayer {
    bottom: 0;
    margin-bottom: 0;
  }
}
.banner-player .download-now .audioplayer .audioplayer-bar {
  margin: 0 15px;
}
.banner-player .download-now .audioplayer .audioplayer-time-current {
  position: absolute;
  bottom: 4px;
  left: 51px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .banner-player .download-now .audioplayer .audioplayer-time-current {
    bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .banner-player .download-now .audioplayer .audioplayer-time-current {
    font-size: 13px;
  }
}
.banner-player .download-now .audioplayer .audioplayer-time-duration {
  position: absolute;
  bottom: 4px;
  right: 43px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .banner-player .download-now .audioplayer .audioplayer-time-duration {
    bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .banner-player .download-now .audioplayer .audioplayer-time-duration {
    font-size: 13px;
  }
}

.cr-registration-sec {
  background-color: #edf9ff;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}
@media (max-width: 991px) {
  .cr-registration-sec {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.cr-registration-sec .btn-primary {
  padding: 12px 20px;
  font-weight: 700;
  border-radius: 0px;
  margin-bottom: 10px;
}
.cr-registration-sec .form-control.nice-select {
  float: none;
  text-align: right !important;
  height: auto;
  border: 1px solid #ced4da;
}
.cr-registration-sec .form-control.nice-select .current {
  padding-right: 18px;
}
.cr-registration-sec .form-control.nice-select ul {
  width: 100%;
  z-index: 101;
  max-height: 300px;
  overflow-y: auto;
}
.cr-registration-sec textarea {
  resize: none;
}
.cr-registration-sec label {
  position: absolute;
  top: -12px;
  z-index: 100;
  padding: 0px 5px;
  background: #fff;
  left: 10px;
}
.cr-registration-sec .form-control {
  padding: 0.9rem 0.75rem;
  line-height: 1.5;
}
.cr-registration-sec .form-group {
  margin-bottom: 30px;
  position: relative;
}
.cr-registration-sec .card {
  border-radius: 14px;
  border: 1px solid rgba(124, 212, 255, 0.63);
}
.cr-registration-sec .card-header {
  background-color: #fff;
  border: none;
  border-radius: 14px;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .cr-registration-sec .card-header {
    padding-top: 3.25rem;
  }
}
.cr-registration-sec .card-body {
  padding: 1rem;
}
@media (min-width: 768px) {
  .cr-registration-sec .card-body {
    padding: 1.25rem 3.25rem;
  }
}

.chat {
  background: #fff;
  border: 1px solid #b9e7ff;
  -webkit-box-shadow: 0px 3px 6px #d8eeff;
          box-shadow: 0px 3px 6px #d8eeff;
  border-radius: 11px;
}
.chat-header {
  padding: 14px 7px;
}
.chat-body {
  height: 320px;
  overflow-y: auto;
  padding-left: 5px;
  margin-right: 5px;
}
.chat-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.chat-body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: #D8F4FF;
  border-radius: 23px;
}
.chat-footer {
  padding: 8px 13px 22px;
}
.chat-footer .form-control {
  padding: 0.9rem 0.75rem;
  font-size: 14px;
}
.chat-footer .btn img {
  height: 15px;
}
.chat-title {
  font-size: 14px;
}
.chat-title img {
  height: 19px;
  margin-right: 5px;
}
.chat-refresh img {
  height: 16px;
}
.chat-admin {
  border-radius: 6px;
  background: #d8f0ff;
  -webkit-box-shadow: 0px 3px 6px rgba(216, 238, 255, 0.58);
          box-shadow: 0px 3px 6px rgba(216, 238, 255, 0.58);
  padding: 10px;
}
.chat-name {
  font-size: 14px;
  margin-bottom: 2px;
}
.chat-info {
  margin-bottom: 0;
  font-size: 14px;
}
.chat-time {
  font-weight: normal;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.chat-bubble {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .chat-bubble {
    width: 85%;
  }
}
.chat-bubble__icon {
  padding-left: 5px;
  padding-right: 10px;
}
.chat-bubble__icon span {
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 27px;
  background: #eee;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.chat-bubble__info {
  padding: 8px;
  border-radius: 9px 9px 9px 0px;
  background: #f2faff;
}

#captcha_container {
  margin-bottom: 30px;
}

.modal-body .ui-widget.ui-widget-content {
  z-index: 1043 !important;
  left: 0px !important;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .main-nav > ul > li ul li.active {
    background: #F5FBFD;
  }
  .main-nav > ul > li ul li.active:after {
    background: #19AFFF;
  }
}
#mobileSearchModal .modal-dialog {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 2rem !important;
}

.sign-sec .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

a {
  outline: none;
}

#playlistModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.country-select {
  width: 100%;
}

.sign-sec .form-control:disabled + .form-control-placeholder, .sign-sec .form-control[readonly] + .form-control-placeholder {
  font-size: 85%;
  -webkit-transform: translate3d(7px, -66%, 0);
          transform: translate3d(7px, -66%, 0);
  opacity: 1;
}

.about-us .image-wrapper {
  max-width: 425px;
}
@media (min-width: 992px) {
  .about-us .image-wrapper {
    max-width: 100%;
  }
}
.about-us .about-sec1 {
  padding-top: 6.875rem;
}
@media (max-width: 991px) {
  .about-us .about-sec1 {
    padding-top: 2.8125rem;
  }
}
.about-us .about-sec1 .img-center {
  height: 37.5rem;
  width: 32.8125rem;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
.about-us .about-sec1 .img-center:after {
  padding-bottom: 115%;
}
@media (max-width: 767px) {
  .about-us .about-sec1 .img-center {
    height: inherit;
    width: inherit;
  }
}
.about-us .about-sec1 .shape-grid {
  position: absolute;
  right: 81px;
  bottom: -54px;
}
@media (max-width: 1600px) {
  .about-us .about-sec1 .shape-grid {
    right: 24px;
    bottom: -54px;
  }
}
@media (max-width: 767px) {
  .about-us .about-sec1 .line {
    text-align: center;
  }
  .about-us .about-sec1 .line:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

p.p-22 {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 200;
}
@media (max-width: 767px) {
  p.p-22 {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
  }
}

.about-sec2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #F1FAFF));
  background-image: linear-gradient(to bottom, #fff 0%, #F1FAFF 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF1FAFF", GradientType=0);
}
@media (max-width: 1199px) {
  .about-sec2 {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .about-sec2 {
    padding-bottom: 0;
    background-image: inherit !important;
  }
  .about-sec2 .fellowship-sec-inner {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #F1FAFF));
    background-image: linear-gradient(to bottom, #fff 0%, #F1FAFF 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF1FAFF", GradientType=0);
  }
}
.about-sec2 .shape-bg {
  z-index: 2;
  bottom: -120px;
}
@media (max-width: 1800px) {
  .about-sec2 .shape-bg {
    bottom: -90px;
  }
}
@media (max-width: 1600px) {
  .about-sec2 .shape-bg {
    bottom: -75px;
  }
}
@media (max-width: 1300px) {
  .about-sec2 .shape-bg {
    bottom: -62px;
  }
}
@media (max-width: 1200px) {
  .about-sec2 .shape-bg {
    bottom: -55px;
  }
}
.about-sec2 .our-row img {
  position: relative;
  z-index: 1;
}
.about-sec2 .our-row .img-circle-shape {
  position: relative;
}
@media (max-width: 991px) {
  .about-sec2 .our-row .img-circle-shape {
    max-width: 440px;
  }
}
@media (max-width: 576px) {
  .about-sec2 .our-row .img-circle-shape {
    max-width: 100%;
  }
}
.about-sec2 .our-row .img-circle-shape:after {
  position: absolute;
  content: "";
  height: 100%;
  right: -34px;
  width: 285px;
  border: 5px solid #23CB60;
  z-index: 2;
  top: 0;
  border-radius: 155px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .about-sec2 .our-row .img-circle-shape:after {
    width: 228px;
  }
}
@media (max-width: 576px) {
  .about-sec2 .our-row .img-circle-shape:after {
    right: -15px;
    width: 164px;
  }
}
@media (max-width: 1600px) {
  .about-sec2 .our-row img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-sec2 .line:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-sec3 {
  padding-bottom: 9.375rem;
  position: relative;
}
@media (max-width: 1600px) {
  .about-sec3 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 1199px) {
  .about-sec3 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 991px) {
  .about-sec3 .figure {
    margin-bottom: 0;
  }
}
.about-sec3 .shape-bg {
  position: absolute;
  bottom: -66px;
  left: 0;
  z-index: 2;
}
.about-sec3 .sec-top {
  text-align: center;
}
.about-sec3 .sec-top p {
  color: #fff;
  font-weight: 200;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about-sec3 .sec-top p {
    text-align: justify;
  }
}

.about-sec4 {
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  position: relative;
}
@media (max-width: 1600px) {
  .about-sec4 {
    padding-top: 2.8125rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 767px) {
  .about-sec4 {
    padding-bottom: 3.125rem;
  }
}
.about-sec4 .activity-bottom {
  padding-top: 6.25rem;
}
.about-sec4 .activity-bottom .img-center {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}
.about-sec4 .shape-grid {
  position: absolute;
  left: 12px;
  top: -67px;
  z-index: -1;
}
.about-sec4 .half-circle-image {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-sec4 .mission-row .item {
  background: white;
  padding: 3.125rem;
  border: 1px solid rgba(25, 175, 255, 0.33);
}
@media (max-width: 767px) {
  .about-sec4 .mission-row .item {
    padding: 1.25rem;
    text-align: center;
  }
}
.about-sec4 .mission-row .item .figure-img {
  width: 72px;
  height: 72px;
}
.about-sec4 .shape-bg {
  top: -47px;
}
@media (max-width: 1199px) {
  .about-sec4 .shape-bg {
    top: -25px;
  }
}

.about-sec5 {
  position: relative;
  padding-top: 4.6875rem;
}
@media (max-width: 1600px) {
  .about-sec5 {
    padding-top: 2.8125rem;
  }
}
.about-sec5 .activity-bottom {
  padding-top: 6.25rem;
}
.about-sec5 .activity-bottom .img-center {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}
.about-sec5 .single-post-content-wrapper ul {
  text-align: left;
  padding-left: 15px;
}
.about-sec5 .single-post-content-wrapper ul li {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 200;
  position: relative;
  margin-bottom: 10px;
}
.about-sec5 .single-post-content-wrapper ul li::marker {
  color: #19AFFF;
}
.about-sec5 .col-lg-10 ul {
  text-align: left;
  padding-left: 0px;
  list-style: none;
}
.about-sec5 .col-lg-10 ul li {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 200;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.about-sec5 .col-lg-10 ul li:after {
  left: 0;
  -webkit-transform: inherit;
          transform: inherit;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  content: "";
  background: #19AFFF;
}
@media (min-width: 1600px) {
  .about-sec5 .col-lg-10 ul li:after {
    top: 20px;
  }
}
.about-sec5 .shape-grid {
  position: absolute;
  left: 12px;
  top: -67px;
  z-index: -1;
}
.about-sec5 .half-circle-image {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-sec6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #F1FAFF));
  background-image: linear-gradient(to bottom, #fff 0%, #F1FAFF 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF1FAFF", GradientType=0);
}
@media (max-width: 767px) {
  .about-sec6 {
    margin-top: 2.8125rem;
  }
  .about-sec6 .ttl-lg {
    font-size: 2rem;
  }
}
.about-sec6 .clould-image {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .about-sec6 .clould-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-sec6 {
    padding-bottom: 2.8125rem;
  }
}
.about-sec6 .shape-grid {
  position: absolute;
  left: -70px;
  bottom: -70px;
}
@media (max-width: 991px) {
  .about-sec6 .shape-grid {
    bottom: -21px;
  }
}
@media (max-width: 767px) {
  .about-sec6 .shape-grid {
    bottom: -35px;
    width: 35%;
  }
  .about-sec6 .shape-grid img {
    width: 100%;
  }
}

.about-ctn p {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 200;
}
@media (max-width: 767px) {
  .about-ctn p {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
  }
}

.vdo-outline {
  position: relative;
  overflow: inherit;
}
.vdo-outline:after {
  position: absolute;
  content: "'";
  left: 16px;
  top: 15px;
  width: 100%;
  height: 100%;
  border: 2px solid #23CB5F;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  z-index: 3;
}

.modal-open {
  padding-right: 0px !important;
}

.modal {
  padding-right: 0px !important;
}

.slick-dots {
  white-space: nowrap;
}

.kids-corner {
  overflow: hidden;
}
.kids-corner .inner-banner {
  position: relative;
}
.kids-corner .inner-banner .anim-ico1 {
  top: 5%;
}
.kids-corner .inner-banner .anim-ico2 {
  top: 30%;
}
.kids-corner .inner-banner .anim-ico3 {
  bottom: 30%;
}
.kids-corner .inner-banner .anim-ico4 {
  bottom: 5%;
}
.kids-corner .inner-banner .anim-ico5 {
  left: 170px;
}
.kids-corner .inner-banner .anim-ico6 {
  left: 50%;
}
.kids-corner .inner-banner .anim-icons {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.kids-corner .inner-banner .anim-icons img {
  position: absolute;
}
.kids-corner .language-tab .nav-link {
  border: 1px solid rgba(46, 185, 255, 0.4);
  color: #89A3B2;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .kids-corner .language-tab .nav-link {
    padding: 0.65rem;
  }
}
@media (min-width: 992px) {
  .kids-corner .language-tab .nav-link {
    padding: 0.82rem 1rem;
  }
}
@media (min-width: 1600px) {
  .kids-corner .language-tab .nav-link {
    padding: 1rem;
  }
}
@media (max-width: 767.98px) {
  .kids-corner .section-filter .input-group {
    margin-right: auto;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .kids-corner .language-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kids-corner .nav-pills .nav-link.active, .kids-corner .nav-pills .show > .nav-link {
  color: #fff;
  border: 1px solid #19AFFF;
}
.kids-corner .line.left:after {
  top: 8px;
  -webkit-transform: initial;
          transform: initial;
}
@media (min-width: 992px) {
  .kids-corner .line.left:after {
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .kids-corner .line.left:after {
    top: 13px;
  }
}
.kids-corner .kc-banner figure {
  overflow: hidden;
}
.kids-corner .row-bg {
  height: 681px;
  z-index: 2;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .kids-corner .row-bg {
    height: 570px;
  }
}
@media (max-width: 991px) {
  .kids-corner .row-bg {
    height: inherit;
    padding-top: 4.0625rem;
    padding-bottom: 2.8125rem;
  }
}
.kids-corner .row-bg .col-left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 991px) {
  .kids-corner .row-bg .col-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.kids-corner .row-bg .col-left .kids-ttl-img img {
  max-width: 100%;
}
.kids-corner .row-bg .col-left .kids-text {
  font-size: 1.8125rem;
  font-weight: 900;
  color: #547281;
}
@media (max-width: 1600px) {
  .kids-corner .row-bg .col-left .kids-text {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .kids-corner .row-bg .col-left .kids-text {
    font-size: 1.125rem;
  }
}
.kids-corner .row-bg .col-left .icn-anim {
  right: 0;
  position: absolute;
  top: -100px;
}
@media (max-width: 991px) {
  .kids-corner .row-bg .col-left .icn-anim {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .kids-corner .row-bg .col-left .icn-anim {
    top: -50px;
  }
}
@media (max-width: 1600px) {
  .kids-corner .row-bg .col-left .icn-anim .anim-ico7 {
    max-width: 85%;
  }
}
@media (max-width: 1199px) {
  .kids-corner .row-bg .col-left .icn-anim .anim-ico7 {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .kids-corner .row-bg .col-left .icn-anim .anim-ico7 {
    max-width: 35px;
  }
}
.kids-corner .row-bg .col-left .anim-star {
  position: absolute;
  left: -200px;
  top: 0;
}
.kids-corner .row-bg .col-right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .kids-corner .row-bg .col-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.kids-corner .row-bg .col-right .anim-ico1 {
  position: absolute;
  opacity: 0.5;
}
.kids-corner .row-bg .col-right .anim-ico2 {
  position: absolute;
  right: -50px;
}
@media (max-width: 1199px) {
  .kids-corner .row-bg .col-right .anim-ico2 {
    max-width: 35px;
  }
}
@media (max-width: 991px) {
  .kids-corner .row-bg .col-right .anim-ico2 {
    right: 0;
  }
}
.kids-corner .row-bg .col-right .image-group img {
  max-width: 90%;
}
@media (max-width: 1600px) {
  .kids-corner .row-bg .col-right .image-group img {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .kids-corner .row-bg .col-right .image-group img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .kids-corner .row-bg .col-right .image-group .anim-floatingbanner {
    width: 100%;
    max-width: 100%;
  }
}

.welcome-text {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 991px) {
  .welcome-text {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.welcome-text.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding-right: 50px;
  padding-left: 50px;
  background: white;
  padding-top: 90px;
  padding-bottom: 0;
  z-index: 1039;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(90, 90, 90, 0.23);
          box-shadow: 0px 15px 10px -15px rgba(90, 90, 90, 0.23);
}

  .welcome-text.fixed {
    padding-top: 170px;
    padding-bottom: 5px;
  }

@media (max-width:1199px) {
  .welcome-text.fixed {
    padding-top:110px;
  }
  .welcome-text.fixed .ttl-lg {
    display: none;
  }
}
@media (max-width:870px) {
.audio-action-col {
    flex: 0 0 40%;
    max-width: 40%;
}
}
@media (max-width:750px) {
.audio-action-col {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.welcome-text.fixed h1 {
  font-size: 1.5625rem;
}

.welcome-text.fixed .buttons button {
  height: 51px;
  width: 51px;
  background-size: cover;
}
.welcome-text p {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1600px) {
  .welcome-text p {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .welcome-text p {
    max-width: 100%;
  }
}
.welcome-text .anim-para {
  right: -200px;
  bottom: -100px;
}
@media (max-width: 1600px) {
  .welcome-text .anim-para {
    width: 100px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .welcome-text .anim-para {
    right: -57px;
    opacity: 0.2;
    bottom: inherit;
    top: 0;
  }
}
.welcome-text .anim-star {
  right: 100px;
  bottom: 50px;
}
@media (max-width: 767px) {
  .welcome-text .anim-star {
    opacity: 0.4;
    top: 0;
  }
}
.welcome-text .anim-starred {
  left: 0;
}

.kids-corner-content {
  padding-top: 5.9375rem;
  padding-bottom: 4.0625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(65%, #EAF8FF));
  background-image: linear-gradient(to bottom, #fff 0%, #EAF8FF 65%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEAF8FF", GradientType=0);
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .kids-corner-content {
    padding-top: 4.0625rem;
  }
}
@media (max-width: 767px) {
  .kids-corner-content {
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 575.98px) {
  .kids-corner-content {
    padding-top: 40px;
  }
}
.kids-corner-content .anim-icons img {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .kids-corner-content .anim-icons img {
    opacity: 0.5;
  }
}
.kids-corner-content .anim-ico1 {
  top: 5%;
}
.kids-corner-content .anim-ico2 {
  top: 10%;
  opacity: 0.5;
}
.kids-corner-content .anim-ico4 {
  bottom: 40%;
  left: 4%;
}
.kids-corner-content .anim-ico5 {
  top: 40%;
  left: 4%;
}
@media (max-width: 1600px) {
  .kids-corner-content .anim-ico5 {
    max-width: 45px;
  }
}
@media (max-width: 576px) {
  .kids-corner-content .anim-ico5 {
    left: 50px;
    top: 50%;
  }
}
.kids-corner-content .anim-ico6 {
  top: 50%;
  right: 4%;
}
@media (max-width: 576px) {
  .kids-corner-content .anim-ico6 {
    top: 40%;
  }
}
.kids-corner-content .anim-ico7 {
  bottom: 10%;
  right: 4%;
}
@media (max-width: 767px) {
  .kids-corner-content .anim-ico7 {
    width: 35px;
  }
}
.kids-corner-content .anim-ico8 {
  top: 15%;
  left: 4%;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .kids-corner-content .anim-ico8 {
    max-width: 45px;
  }
}
@media (max-width: 1199px) {
  .kids-corner-content .anim-ico8 {
    max-width: 35px;
  }
}
.kids-corner-content .anim-ico10 {
  top: 45%;
}
.kids-corner-content .anim-ico11 {
  top: 22%;
  left: 4%;
}

.anim-img {
  position: absolute;
}

.kids-corner-conatiner {
  position: relative;
  z-index: 2;
}
.kids-corner-conatiner p {
  text-align: justify;
}

.story-list-wrap .story-row .item-link {
  color: inherit;
  text-decoration: none;
}
.story-list-wrap .story-row .item-link:hover .hover-shine:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.story-list-wrap .story-row .item-link:hover .hover-shine img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.story-list-wrap .story-row .item-link:hover p.readmore {
  color: #19AFFF;
}
.story-list-wrap .story-row .story-list {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 1600px) {
  .story-list-wrap .story-row .story-list {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .story-list-wrap .story-row .story-list {
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.story-list-wrap .story-row .story-list .sl-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 294px;
          flex: 0 0 294px;
  max-width: 294px;
  position: relative;
}
@media (max-width: 1600px) {
  .story-list-wrap .story-row .story-list .sl-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
    max-width: 245px;
  }
}
@media (max-width: 991px) {
  .story-list-wrap .story-row .story-list .sl-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .story-list-wrap .story-row .story-list .sl-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto;
  }
}
.story-list-wrap .story-row .story-list .sl-image figure {
  cursor: pointer;
  width: 100%;
  height: 100%;
  height: 340px;
}
.story-list-wrap .story-row .story-list .sl-image figure.hover-shine:before {
  z-index: 3;
}
.story-list-wrap .story-row .story-list .sl-image .shape-grid {
  left: -63px;
  top: -38px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1600px) {
  .story-list-wrap .story-row .story-list .sl-image .shape-grid {
    height: 120px;
    width: 120px;
    left: -34px;
    top: -48px;
  }
}
@media (max-width: 991px) {
  .story-list-wrap .story-row .story-list .sl-image .shape-grid img {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .story-list-wrap .story-row .story-list .sl-image .shape-grid {
    left: -25px;
    right: -35px;
  }
}
.story-list-wrap .story-row .story-list .sl-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  position: relative;
}
.story-list-wrap .story-row .story-list .sl-text {
  padding-left: 4.6875rem;
}
@media (max-width: 1600px) {
  .story-list-wrap .story-row .story-list .sl-text {
    padding-left: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .story-list-wrap .story-row .story-list .sl-text {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    padding-left: 0;
    text-align: left;
  }
}
.story-list-wrap .story-row .story-list .sl-text h4 {
  display: inline-block;
}
@media (min-width: 768px) {
  .story-list-wrap .story-row .item-link:nth-child(even) .story-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .story-list-wrap .story-row .item-link:nth-child(even) .story-list .sl-image .shape-grid {
    left: inherit;
    right: -73px;
  }
  .story-list-wrap .story-row .item-link:nth-child(even) .story-list .sl-text {
    padding-left: 0;
    padding-right: 2.8125rem;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .story-list-wrap .story-row .item-link:nth-child(even) .story-list .sl-text {
    padding-right: 4.6875rem;
  }
}

.language-tab .nav-link {
  border: 2px solid #19AFFF;
  min-width: 135px;
  color: black;
  text-align: center;
}
.language-tab .nav-link.pills-malayalam-tab {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.language-tab .nav-link.pills-english-tab {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 -5%;
  overflow: hidden;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #23CB5F;
  color: #23CB5F;
  -webkit-box-shadow: 9999px 0 0 -5px #23CB5F;
          box-shadow: 9999px 0 0 -5px #23CB5F;
  -webkit-animation: dotPulse 1.5s infinite linear;
          animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #23CB5F;
  color: #23CB5F;
}

.dot-pulse::before {
  -webkit-box-shadow: 9984px 0 0 -5px #23CB5F;
          box-shadow: 9984px 0 0 -5px #23CB5F;
  -webkit-animation: dotPulseBefore 1.5s infinite linear;
          animation: dotPulseBefore 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-pulse::after {
  -webkit-box-shadow: 10014px 0 0 -5px #23CB5F;
          box-shadow: 10014px 0 0 -5px #23CB5F;
  -webkit-animation: dotPulseAfter 1.5s infinite linear;
          animation: dotPulseAfter 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #23CB5F;
            box-shadow: 9984px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #23CB5F;
            box-shadow: 9984px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #23CB5F;
            box-shadow: 9984px 0 0 -5px #23CB5F;
  }
}

@keyframes dotPulseBefore {
  0% {
    -webkit-box-shadow: 9984px 0 0 -5px #23CB5F;
            box-shadow: 9984px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 9984px 0 0 2px #23CB5F;
            box-shadow: 9984px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 9984px 0 0 -5px #23CB5F;
            box-shadow: 9984px 0 0 -5px #23CB5F;
  }
}
@-webkit-keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #23CB5F;
            box-shadow: 9999px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #23CB5F;
            box-shadow: 9999px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #23CB5F;
            box-shadow: 9999px 0 0 -5px #23CB5F;
  }
}
@keyframes dotPulse {
  0% {
    -webkit-box-shadow: 9999px 0 0 -5px #23CB5F;
            box-shadow: 9999px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 9999px 0 0 2px #23CB5F;
            box-shadow: 9999px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 9999px 0 0 -5px #23CB5F;
            box-shadow: 9999px 0 0 -5px #23CB5F;
  }
}
@-webkit-keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #23CB5F;
            box-shadow: 10014px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #23CB5F;
            box-shadow: 10014px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #23CB5F;
            box-shadow: 10014px 0 0 -5px #23CB5F;
  }
}
@keyframes dotPulseAfter {
  0% {
    -webkit-box-shadow: 10014px 0 0 -5px #23CB5F;
            box-shadow: 10014px 0 0 -5px #23CB5F;
  }
  30% {
    -webkit-box-shadow: 10014px 0 0 2px #23CB5F;
            box-shadow: 10014px 0 0 2px #23CB5F;
  }
  60%, 100% {
    -webkit-box-shadow: 10014px 0 0 -5px #23CB5F;
            box-shadow: 10014px 0 0 -5px #23CB5F;
  }
}
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #23CB5F;
  color: #23CB5F;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #23CB5F;
  color: #23CB5F;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #23CB5F;
  color: #23CB5F;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #23CB5F;
  }
  50%, 100% {
    background-color: #ebe6ff;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #23CB5F;
  }
  50%, 100% {
    background-color: #ebe6ff;
  }
}
.kids-corner-single .anim-icon2 .anim-para {
  top: 25%;
  right: 5%;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .kids-corner-single .anim-icon2 .anim-para {
    top: 20%;
    right: 0%;
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .kids-corner-single .anim-icon2 .anim-para {
    right: -57px;
    opacity: 0.2;
    bottom: inherit;
    width: 45px;
  }
}
.kids-corner-single .anim-icon2 .anim-star {
  top: 25%;
  right: 5%;
}
@media (max-width: 767px) {
  .kids-corner-single .anim-icon2 .anim-star {
    opacity: 0.2;
    bottom: inherit;
    top: 25px;
  }
}
.kids-corner-single .breadcrumb {
  background: transparent;
}
@media (min-width: 1200px) {
  .kids-corner-single .container, .kids-corner-single .home-banner .slick-dots, .home-banner .kids-corner-single .slick-dots {
    max-width: 1140px;
  }
}
.kids-corner-single .kids-corner-content {
  padding-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), color-stop(35%, #fff));
  background-image: linear-gradient(to bottom, #EAF8FF 0%, #fff 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEAF8FF", endColorstr="#FFFFFFFF", GradientType=0);
}
.kids-corner-single .kids-corner-content p {
  text-align: justify;
}
.kids-corner-single .kc-content p {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
}
@media (max-width: 767px) {
  .kids-corner-single .kc-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: justify;
  }
}
.kids-corner-single .other-stories {
  margin-top: 4.0625rem;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F8FDFF), color-stop(65%, #F8FDFF));
  background-image: linear-gradient(to bottom, #F8FDFF 0%, #F8FDFF 65%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF8FDFF", endColorstr="#FFF8FDFF", GradientType=0);
}
@media (max-width: 767px) {
  .kids-corner-single .other-stories {
    margin-top: 2.8125rem;
    padding-bottom: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .kids-corner-single .play-controls .ttl:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.kids-corner-single .play-controls button {
  background: none;
  border: none;
  cursor: pointer;
  height: 40px;
  background-size: contain;
  outline: none;
  padding: 0;
  width: 40px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
@media (min-width: 992px) {
  .kids-corner-single .play-controls button {
    height: 52px;
    width: 52px;
  }
}
@media (min-width: 1600px) {
  .kids-corner-single .play-controls button {
    width: 68px;
    height: 68px;
  }
}
.kids-corner-single .play-controls button:hover {
  opacity: 0.6;
}
.kids-corner-single .play-controls #share {
  background-image: url(../images/icon/share.svg);
}
.kids-corner-single .play-controls #play {
  background-image: url(../images/icon/play.svg);
}
.kids-corner-single .play-controls #play.played {
  background-image: url(../images/icon/play1.svg);
}
.kids-corner-single .play-controls #pause {
  background-image: url(../images/icon/pause.svg);
}
.kids-corner-single .play-controls #pause.paused {
  background-image: url(../images/icon/pause1.svg);
}
.kids-corner-single .play-controls #stop {
  background-image: url(../images/icon/stop.svg);
}
.kids-corner-single .play-controls #stop.stopped {
  background-image: url(../images/icon/stop1.svg);
}
.kids-corner-single .item-col:nth-of-type(1n+4) {
  display: none !important;
}

.abiding-peace {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fFF), color-stop(35%, #F8FDFF));
  background-image: linear-gradient(to bottom, #fFF 0%, #F8FDFF 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFF8FDFF", GradientType=0);
}
.abiding-peace .banner-ttl {
  font-size: 127px;
  font-weight: 800;
  opacity: 0.7;
  color: #000;
  width: 100%;
  text-align: center;
}
@media (max-width: 1600px) {
  .abiding-peace .banner-ttl {
    font-size: 95px;
  }
}
@media (max-width: 1199px) {
  .abiding-peace .banner-ttl {
    font-size: 85px;
  }
}
@media (max-width: 992px) {
  .abiding-peace .banner-ttl {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .abiding-peace .banner-ttl {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .abiding-peace .banner-ttl {
    font-size: 35px;
  }
}

.abp-listing-sec {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
@media (max-width: 767px) {
  .abp-listing-sec .view-all {
    margin: 0 !important;
  }
}

.crf-serchbox {
  max-width: 400px;
}
.crf-serchbox .form-control {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: 1px solid #2EB9FF;
}

.abiding-list-row {
  padding-top: 3.4375rem;
}
.abiding-list-row .item-bx {
  padding-bottom: 3.4375rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .abiding-list-row .item-bx {
    padding-bottom: 2.8125rem;
  }
}
.abiding-list-row .item-bx .card {
  border-color: transparent;
  background-color: transparent;
}
.abiding-list-row .item-bx .card-img-top {
  height: 220px;
}
.abiding-list-row .item-bx .card-body {
  padding: 0;
}
.abiding-list-row .item-bx .card-body .card-subtitle {
  background-color: #D3F1FF;
  padding: 0.9375rem;
  font-size: 0.9375rem;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.abp-single-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EAF8FF), color-stop(35%, #fff));
  background-image: linear-gradient(to bottom, #EAF8FF 0%, #fff 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEAF8FF", endColorstr="#FFFFFFFF", GradientType=0);
}
.abp-single-page .abp-banner {
  height: 524px;
}
@media (max-width: 991px) {
  .abp-single-page .abp-banner {
    height: 326px;
  }
}
@media (max-width: 576px) {
  .abp-single-page .abp-banner {
    height: 180px;
  }
}
.abp-single-page .abp-banner .img-center.wide {
  height: 100%;
  max-height: 100%;
}
.abp-single-page .breadcrumb {
  background: transparent;
}
@media (min-width: 1200px) {
  .abp-single-page .container, .abp-single-page .home-banner .slick-dots, .home-banner .abp-single-page .slick-dots {
    max-width: 1140px;
  }
}
.abp-single-page .abp-content-sec {
  padding-bottom: 0;
}
.abp-single-page .abp-content p {
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 200;
}
@media (max-width: 767px) {
  .abp-single-page .abp-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
  }
}
.abp-single-page .other-article {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #eaf8ff59));
  background-image: linear-gradient(to bottom, #fff 0%, #eaf8ff59 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#59EAF8FF", GradientType=0);
}
@media (max-width: 767px) {
  .abp-single-page .other-article {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  .abp-single-page .other-article .container, .abp-single-page .other-article .home-banner .slick-dots, .home-banner .abp-single-page .other-article .slick-dots {
    max-width: 1390px;
  }
}
@media (max-width: 767px) {
  .abp-single-page .other-article .abiding-list-row {
    padding-top: 2.8125rem;
  }
}
.abp-single-page .other-article .abiding-list-row .list-col:nth-of-type(1n+4) {
  display: none;
}
@media (max-width: 767px) {
  .abp-single-page .welcome-text .line::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.contact-page .inner-banner .bnr-bg {
  height: 25rem;
}
@media (max-width: 991px) {
  .contact-page .inner-banner .bnr-bg {
    height: auto;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-page .inner-banner .bnr-bg .banner-ttl {
  text-align: left;
  font-size: 100px;
}
@media (max-width: 1600px) {
  .contact-page .inner-banner .bnr-bg .banner-ttl {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .contact-page .inner-banner .bnr-bg .banner-ttl {
    font-size: 85px;
  }
}
@media (max-width: 992px) {
  .contact-page .inner-banner .bnr-bg .banner-ttl {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .contact-page .inner-banner .bnr-bg .banner-ttl {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .contact-page .inner-banner .bnr-bg .banner-ttl {
    font-size: 40px;
  }
}
.contact-page .contact-sec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #eaf8ff59));
  background-image: linear-gradient(to bottom, #fff 0%, #eaf8ff59 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#59EAF8FF", GradientType=0);
}
.contact-page .adrs-details {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 991px) {
  .contact-page .adrs-details {
    padding-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .contact-page .adrs-details {
    padding-top: 2.5rem;
  }
}
.contact-page .adrs-details .contact-bx {
  position: relative;
  padding-left: 44px;
}
.contact-page .adrs-details .contact-bx .ttl-md {
  font-size: 1.5625rem;
}
.contact-page .adrs-details .contact-bx img {
  margin-right: 15px;
  position: absolute;
  top: 4px;
  left: 0px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 576px) {
  .contact-page .adrs-details .contact-bx img {
    width: 20px;
  }
}
.contact-page .adrs-details .contact-bx p {
  margin-bottom: 40px;
}
.contact-page .adrs-details .contact-bx p a {
  color: #141414;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .adrs-details .contact-bx p a:hover {
  color: #19AFFF;
}
@media (min-width: 992px) {
  .contact-page .form-right {
    position: absolute;
    top: -250px;
    right: 0;
  }
}
.contact-page .form-right .form-ttl {
  margin-bottom: 3.75rem;
}
@media (max-width: 576px) {
  .contact-page .form-right .form-ttl {
    margin-bottom: 1.875rem;
  }
}
.contact-page .form-wrapper {
  width: 100%;
  max-width: 500px;
  padding: 3.4375rem;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .contact-page .form-wrapper {
    max-width: 425px;
    padding: 2.1875rem;
  }
}
@media (max-width: 991px) {
  .contact-page .form-wrapper {
    max-width: 100%;
    padding: 3.4375rem;
  }
}
@media (max-width: 576px) {
  .contact-page .form-wrapper {
    max-width: 100%;
    padding: 2.1875rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #03a9f461;
    border-radius: 5px;
  }
}
.contact-page .form-group {
  position: relative;
}
.contact-page .form-group + .form-group {
  margin-top: 30px;
}
.contact-page .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  padding-left: 0.625rem;
}
.contact-page .focused .form-label {
  -webkit-transform: translateY(-125%);
          transform: translateY(-125%);
  font-size: 0.75em;
}
.contact-page .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0 !important;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: border 150ms ease-out;
  transition: border 150ms ease-out;
}
.contact-page .form-input:focus {
  border-color: #19AFFF;
}
.contact-page textarea.form-input {
  height: 100px;
  resize: none;
}
.contact-page .form-input.filled {
  border-color: #23CB5F;
}

.locate-map {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
@media (max-width: 1600px) {
  .locate-map {
    padding-top: 2.1875rem;
  }
}
@media (max-width: 576px) {
  .locate-map {
    padding-bottom: 2.5rem;
  }
}

.circle-anim {
  opacity: 0.54;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: relative;
  z-index: 0;
  cursor: pointer;
  list-style: none;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.circle-anim:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  bottom: -2px;
  left: -5px;
  right: -5px;
  top: -5px;
  background: none;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}
.circle-anim:hover {
  opacity: 1;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.circle-anim:hover:before {
  background-color: rgba(32, 33, 36, 0.059);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.calendar-sidebar {
  position: relative;
  padding-right: 3.125rem;
  padding-top: 3.125rem;
}
@media (max-width: 1599px) {
  .calendar-sidebar {
    padding-right: 3.125rem;
    padding-top: 3.125rem;
  }
}
.calendar-sidebar .bx-ttl {
  padding-left: 3.125rem;
  margin-bottom: 2.1875rem;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .calendar-sidebar .bx-ttl {
    padding-left: 3.125rem;
  }
}
.calendar-sidebar .calendar-sec {
  padding-left: 3.375rem;
}

.crf-dashbord {
  background-color: #f7fdff;
}
.crf-dashbord .crf-dashbord-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.41%;
          flex: 0 0 25.41%;
  max-width: 25.41%;
  background: white;
  min-height: 100vh;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: width;
  transition-property: width;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left .crf-side-nav {
  z-index: 1039;
  position: sticky;
  top: 110px;
}
@media (min-width: 1200px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left .crf-side-nav {
    top: 150px;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left .crf-side-nav {
    position: static;
  }
}
@media (max-width: 1599px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.41%;
            flex: 0 0 25.41%;
    max-width: 25.41%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media (max-width: 1300px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
@media (max-width: 991.98px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  max-width: 122px;
  background: white;
  min-height: 100vh;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse .crf-side-nav {
  z-index: 1039;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse .brows-music ul li {
  padding-left: 2.75rem;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse .item-ttl {
  display: none;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse .your-playlist ul li {
  padding-left: 2.75rem;
}
@media (max-width: 1599px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 122px;
            flex: 0 0 122px;
    max-width: 122px;
  }
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul {
  list-style: none;
  padding-left: 0;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li {
  position: relative;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 1599px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li {
    padding-left: 3.75rem;
  }
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li a {
  z-index: 10;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li:before {
  content: "";
  position: absolute;
  height: 55px;
  width: 55px;
  z-index: 0;
  left: 2.2rem;
  border-radius: 50%;
  background: rgba(46, 185, 255, 0);
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (min-width: 1600px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li:before {
    left: 2.6rem;
  }
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li:hover {
  background: transparent;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li:hover:before {
  background: rgba(46, 185, 255, 0.2);
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li.active {
  background: transparent;
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-left-collapse ul li.active:before {
  background: rgba(46, 185, 255, 0.2);
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-right-collapse {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right-collapse {
    -webkit-box-flex: calc(100% - 122px) !important;
        -ms-flex: calc(100% - 122px) !important;
            flex: calc(100% - 122px) !important;
    max-width: calc(100% - 122px) !important;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right-collapse {
    padding-top: 48px;
  }
}
@media (min-width: 1600px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right-collapse {
    -webkit-box-flex: calc(100% - 122px) !important;
        -ms-flex: calc(100% - 122px) !important;
            flex: calc(100% - 122px) !important;
    max-width: calc(100% - 122px) !important;
    padding-top: 65px;
  }
}
.crf-dashbord .crf-dashbord-wrap .crf-dash-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: width;
  transition-property: width;
  padding-top: 20px;
  overflow: hidden;
  min-height: calc(100vh - 160px);
  background: #fff;
  border-left: 1px solid #bfeaff;
}
@media (min-width: 768px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    -webkit-box-flex: calc(100% - 25.41%);
        -ms-flex: calc(100% - 25.41%);
            flex: calc(100% - 25.41%);
    max-width: calc(100% - 25.41%);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    padding-top: 48px;
  }
}
@media (min-width: 1600px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    -webkit-box-flex: calc(100% - 25.41%);
        -ms-flex: calc(100% - 25.41%);
            flex: calc(100% - 25.41%);
    max-width: calc(100% - 25.41%);
    padding-top: 65px;
  }
}
@media (min-width: 992px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    background: #f7fdff;
  }
}

.brows-music {
  position: relative;
  padding-right: 4.375rem;
  padding-top: 4.375rem;
}
@media (max-width: 1599px) {
  .brows-music {
    padding-right: 3.125rem;
    padding-top: 3.125rem;
  }
}
.brows-music .bx-ttl {
  padding-left: 4.375rem;
  margin-bottom: 2.1875rem;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .brows-music .bx-ttl {
    padding-left: 3.125rem;
  }
}
.brows-music .btn-sidebar {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.brows-music .btn-sidebar span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: gray;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.brows-music .btn-sidebar span + span {
  margin-top: 5px;
}
.brows-music .btn-sidebar-collapse {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.brows-music .btn-sidebar-collapse span {
  width: 4px;
  border-radius: 50% !important;
  height: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.brows-music ul {
  list-style: none;
  padding-left: 0;
}
.brows-music ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
  height: 4.25rem;
  padding-left: 5.625rem;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 1599px) {
  .brows-music ul li {
    padding-left: 3.75rem;
  }
}
.brows-music ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.brows-music ul li .delete-playlist {
  display: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  padding: 12px;
}
.brows-music ul li .li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}
.brows-music ul li .li-item .item-icons {
  width: 3.125rem;
  text-align: center;
  margin-right: 20px;
}
.brows-music ul li .li-item .item-icons img {
  width: 15px;
}
.brows-music ul li .li-item .item-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  white-space: nowrap;
}
.brows-music ul li:hover:not(.nohover) {
  background: rgba(46, 185, 255, 0.2);
}
.brows-music ul li:hover:not(.nohover) .delete-playlist {
  display: block;
}
.brows-music ul li.active {
  background: rgba(46, 185, 255, 0.2);
}

.your-playlist {
  position: relative;
  padding-right: 4.375rem;
  max-height: 300px;
  overflow-y: auto;
}
@media (max-width: 1599px) {
  .your-playlist {
    padding-right: 3.125rem;
  }
}
.your-playlist .bx-ttl {
  padding-left: 4.375rem;
  margin-bottom: 2.1875rem;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .your-playlist .bx-ttl {
    padding-left: 3.125rem;
  }
}
.your-playlist .btn-sidebar {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.your-playlist .btn-sidebar span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: gray;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.your-playlist .btn-sidebar span + span {
  margin-top: 5px;
}
.your-playlist .btn-sidebar-collapse {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.your-playlist .btn-sidebar-collapse span {
  width: 4px;
  border-radius: 50% !important;
  height: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.your-playlist ul {
  list-style: none;
  padding-left: 0;
}
.your-playlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.25rem;
  padding-left: 5.625rem;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 1599px) {
  .your-playlist ul li {
    padding-left: 3.75rem;
  }
}
.your-playlist ul li a {
  text-decoration: none;
}
.your-playlist ul li .delete-playlist {
  display: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  padding: 12px;
}
.your-playlist ul li .li-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
}
.your-playlist ul li .li-item .item-icons {
  width: 3.125rem;
  text-align: center;
  margin-right: 20px;
}
.your-playlist ul li .li-item .item-icons img {
  border-radius: 7px;
  width: 43px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.your-playlist ul li .li-item .item-ttl {
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  white-space: nowrap;
}
.your-playlist ul li:hover {
  background: rgba(46, 185, 255, 0.2);
}
.your-playlist ul li:hover .delete-playlist {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.your-playlist ul li:hover .delete-playlist:hover {
  color: #e23434;
}
.your-playlist ul li.active {
  background: rgba(46, 185, 255, 0.2);
}

.bx-circle {
  height: 2.4375rem;
  width: 2.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 2.4375rem;
}
.bx-circle.primary {
  background: #19AFFF;
}

.crf-fixed-bottom-player {
  position: fixed;
  bottom: 63px;
  width: 100%;
  padding: 0px 0px;
  background-color: #19afff;
  z-index: 1040;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player {
    padding: 15px 0px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .crf-fixed-bottom-player {
    padding: 5px 10px;
  }
}
@media (min-width: 1440px) {
  .crf-fixed-bottom-player {
    padding: 15px 10px;
  }
}
@media (min-width: 1600px) {
  .crf-fixed-bottom-player {
    padding: 30px 10px;
  }
}
.crf-fixed-bottom-player * {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.crf-fixed-bottom-player .exp-btm {
  display: none;
}
.crf-fixed-bottom-player .plyr__time--current {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.crf-fixed-bottom-player.expanded-mob {
  bottom: 0px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000 !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 100px;
}
.crf-fixed-bottom-player.expanded-mob .plyr__time--current {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.crf-fixed-bottom-player.expanded-mob .container-fluid {
  height: 100%;
}
.crf-fixed-bottom-player.expanded-mob .track-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.crf-fixed-bottom-player.expanded-mob .track-title-text img {
  height: 278px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  padding: 20px;
}
.crf-fixed-bottom-player.expanded-mob #tracks .large-toggle-btn {
  width: 55px;
  height: 55px;
}
.crf-fixed-bottom-player.expanded-mob #tracks .icon-next,
.crf-fixed-bottom-player.expanded-mob #tracks .icon-prev {
  font-size: 23px;
}
.crf-fixed-bottom-player.expanded-mob #collapse-icon i {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.crf-fixed-bottom-player.expanded-mob .exp-album {
  padding-top: 30px;
  width: 100%;
}
.crf-fixed-bottom-player.expanded-mob .exp-album p {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  margin-bottom: 5px;
}
.crf-fixed-bottom-player.expanded-mob .exp-album h3 {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.crf-fixed-bottom-player.expanded-mob .img-title-wrap {
  background: #fff;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.crf-fixed-bottom-player.expanded-mob .slider-bar {
  background: #fff;
  margin-bottom: 0;
  border-top: 1px solid #fff;
}
.crf-fixed-bottom-player.expanded-mob .track-title-text div p {
  font-weight: 600;
  opacity: 0.3;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}
.crf-fixed-bottom-player.expanded-mob .btn-wrap {
  padding: 15px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #19AFFF;
}
@media (max-width: 767.9px) {
  .crf-fixed-bottom-player.expanded-mob .btn-wrap {
    position: absolute;
    bottom: 0px;
    z-index: 1000;
  }
}
.crf-fixed-bottom-player.expanded-mob .btn-wrap #tracks {
  margin-right: auto;
}
.crf-fixed-bottom-player.expanded-mob .btn-wrap .exp-btm {
  display: block;
}
.crf-fixed-bottom-player.expanded-mob .btn-wrap .exp-btm i {
  font-size: 22px;
  color: #fff;
}
.crf-fixed-bottom-player.expanded-mob .plyr--audio .plyr__controls {
  padding: 5px 0px 10px 0px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.crf-fixed-bottom-player.expanded-mob .plyr__controls .plyr__controls__item.plyr__progress__container {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.crf-fixed-bottom-player.expanded-mob .plyr__controls .plyr__controls__item.plyr__time {
  color: #000;
  display: block;
}
.crf-fixed-bottom-player.expanded-mob .track-title-text div h3 {
  color: #000;
  font-size: 18px;
}
.crf-fixed-bottom-player .slider-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .crf-fixed-bottom-player .slider-bar {
    display: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px;
  }
}
.crf-fixed-bottom-player .icon-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media (max-width: 767.98px) {
  .crf-fixed-bottom-player .icon-bar {
  order: 1;
    margin-bottom: 15px;
    padding-top: 6px;
  }
}

.crf-fixed-lyrics {
  position: fixed;
  bottom: 85px;
  width: 100%;
  background: #def4ff;
  -webkit-box-shadow: 0px -2px 3px rgba(191, 234, 255, 0.25);
          box-shadow: 0px -2px 3px rgba(191, 234, 255, 0.25);
  z-index: 1040;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  opacity: 0;
}
@media (min-width: 768px) {
  .crf-fixed-lyrics {
    padding-top: 65px;
    padding-bottom: 65px;
    height: 300px;
    bottom: 100px;
  }
}
.crf-fixed-lyrics .lyrics-div {
  opacity: 0;
}
.crf-fixed-lyrics.h-full {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}
.crf-fixed-lyrics.h-full .lyrics-div {
  opacity: 1;
}
.crf-fixed-lyrics .lyrics-div {
  height: 160px;
  overflow-y: auto;
}
.crf-fixed-lyrics .lyrics-div::-webkit-scrollbar {
  width: 5px;
}
.crf-fixed-lyrics .lyrics-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
          box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
}
.crf-fixed-lyrics .lyrics-div::-webkit-scrollbar-thumb {
  background-color: #2eb9ff;
  outline: 1px solid slategrey;
}
.crf-fixed-lyrics .lyrics-div p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #000;
}
@media (min-width: 992px) {
  .crf-fixed-lyrics .lyrics-div p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .crf-fixed-lyrics .lyrics-div p {
    font-size: 21px;
  }
}

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.disabled {
  color: #666;
  cursor: default;
}

.show {
  display: inline-block !important;
}

.crf-fixed-bottom-player .img-title-wrap {
  padding: 0px;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player .img-title-wrap {
    padding: 0px 15px;
  }
}
.crf-fixed-bottom-player .btn-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .crf-fixed-bottom-player .btn-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.crf-fixed-bottom-player .btn-wrap #tracks {
  margin-left: auto;
}
.crf-fixed-bottom-player .track-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crf-fixed-bottom-player .track-title-text div p {
  display: none;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player .track-title-text div p {
    display: block;
  }
}
.crf-fixed-bottom-player .track-title-text img {
  height: 53px;
  width: 57px;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player .track-title-text img {
    height: 43px;
    width: 43px;
    border-radius: 7px;
  }
}
.crf-fixed-bottom-player .track-title-text div {
  padding-left: 15px;
}
.crf-fixed-bottom-player .track-title-text div h3 {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .crf-fixed-bottom-player .track-title-text div h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .crf-fixed-bottom-player .track-title-text div h3 {
    font-size: 18px;
  }
}
.crf-fixed-bottom-player .track-title-text div p {
  font-weight: 600;
  opacity: 0.4;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .crf-fixed-bottom-player .track-title-text div p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .crf-fixed-bottom-player .track-title-text div p {
    font-size: 18px;
  }
}
.crf-fixed-bottom-player .track-title-text:hover {
  text-decoration: none;
}
.crf-fixed-bottom-player .player {
  width: 100%;
  *zoom: 1;
}
.crf-fixed-bottom-player .player .large-toggle-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .crf-fixed-bottom-player .player .large-toggle-btn {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  .crf-fixed-bottom-player .player .large-toggle-btn {
    width: 54px;
    height: 54px;
  }
}
.crf-fixed-bottom-player .player .large-toggle-btn i {
  color: #19AFFF;
}
.crf-fixed-bottom-player .player .info-box {
  width: 100%;
}
.crf-fixed-bottom-player .player .info-box .track-info-box {
  padding: 0px;
  *zoom: 1;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player .player .info-box .track-info-box {
    padding: 0px 10px;
  }
}
.crf-fixed-bottom-player .player .info-box .track-info-box .track-title-text {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.crf-fixed-bottom-player .player .info-box .track-info-box .audio-time span {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
.crf-fixed-bottom-player .player .info-box .track-info-box:after, .crf-fixed-bottom-player .player .info-box .track-info-box:before {
  content: "";
  display: block;
}
.crf-fixed-bottom-player .player .info-box .track-info-box:after {
  clear: both;
}
.crf-fixed-bottom-player .player .progress-box {
  position: relative;
  width: 100%;
}
.crf-fixed-bottom-player .player .progress-box .progress-cell {
  height: 12px;
  position: relative;
}
.crf-fixed-bottom-player .player .progress-box .progress-cell .progress {
  background: rgba(193, 234, 255, 0.801);
  height: 5px;
  border-radius: 5px;
  position: relative;
  width: auto;
}
.crf-fixed-bottom-player .player .progress-box .progress-cell .progress .progress-buffer {
  background: #fff;
  height: 100%;
  width: 0;
  border-radius: 5px;
}
.crf-fixed-bottom-player .player .progress-box .progress-cell .progress .progress-indicator {
  background: #ff0808;
  border: 6px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 16px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -5px;
  width: 16px;
}
.crf-fixed-bottom-player .player .controls-box {
  padding: 0px 5px;
}
@media (min-width: 768px) {
  .crf-fixed-bottom-player .player .controls-box {
    padding: 0px 15px;
  }
}
.crf-fixed-bottom-player .player .controls-box i {
  color: #fff;
}
.crf-fixed-bottom-player .player:after, .crf-fixed-bottom-player .player:before {
  content: "";
  display: block;
}
.crf-fixed-bottom-player .player:after {
  clear: both;
}
.crf-fixed-bottom-player .bottom-player-icon-wrap {
  width: 100%;
}
.crf-fixed-bottom-player .bottom-player-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.crf-fixed-bottom-player .bottom-player-icon-wrap ul li a {
  cursor: pointer;
}
.crf-fixed-bottom-player .bottom-player-icon-wrap ul li a i {
  color: #fff;
  font-size: 20px;
}

.play-list-row .dropdown-menu {
  border: 1px solid #bfeaff;
  border-radius: 7px;
  position: relative;
}
.play-list-row .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 17px;
}
.play-list-row .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #bfeaff;
  top: -11px;
  right: 15.8px;
}
.play-list-row .dropdown-item {
  font-family: Muli;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .play-list-row .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .play-list-row .dropdown-item {
    padding: 15px 30px;
    font-size: 16px;
  }
}
.play-list-row .dropdown-item:hover {
  background-color: #19AFFF;
  color: #fff;
}
.play-list-row .dropdown-item:focus {
  background-color: #19AFFF;
  color: #fff;
}
.play-list-row td {
  vertical-align: middle;
  border-top: 1px solid #bfeaff;
}
.play-list-row .active-row {
  background-color: #def4ff;
}
.play-list-row .track-title .playlist-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.play-list-row .track-title .playlist-track img {
  height: 43px;
  width: 43px;
  border-radius: 7px;
  display: none;
}
@media (min-width: 768px) {
  .play-list-row .track-title .playlist-track img {
    display: block;
  }
}
.play-list-row .track-title .playlist-track div {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .play-list-row .track-title .playlist-track div {
    padding-left: 15px;
  }
}
.play-list-row .track-title .playlist-track div h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .play-list-row .track-title .playlist-track div h3 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .play-list-row .track-title .playlist-track div h3 {
    font-size: 16px;
  }
}
.play-list-row .track-title .playlist-track div p {
  font-weight: 600;
  opacity: 0.4;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .play-list-row .track-title .playlist-track div p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .play-list-row .track-title .playlist-track div p {
    font-size: 18px;
  }
}
.play-list-row .track-title .playlist-track:hover {
  text-decoration: none;
}
.play-list-row .icon-play {
  width: 34px;
  height: 34px;
  background: #c3ebff;
  color: #19AFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .play-list-row .icon-play {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .play-list-row .icon-play {
    width: 46px;
    height: 46px;
  }
}
.play-list-row .icon-pause {
  width: 34px;
  height: 34px;
  background: #19AFFF;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .play-list-row .icon-pause {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .play-list-row .icon-pause {
    width: 46px;
    height: 46px;
  }
}
.play-list-row .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.play-list-row .icon-wrap > a {
  padding: 0px 15px;
}
.play-list-row .icon-wrap > a i {
  color: #000000;
}
.play-list-row .icon-wrap > a i.icon-heart-fill {
  color: rgba(46, 185, 255, 0.2);
}
.play-list-row .icon-wrap > a:hover {
  text-decoration: none;
}
.play-list-row .icon-wrap > .dropdown {
  padding: 0px 0px;
}
.play-list-row .icon-wrap > .dropdown a {
  color: #000;
}

#plList {
  padding: 0px 15px;
}
@media (min-width: 1200px) {
  #plList {
    height: 400px;
    overflow-y: auto;
  }
}
#plList::-webkit-scrollbar {
  width: 5px;
}
#plList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
          box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
}
#plList::-webkit-scrollbar-thumb {
  background-color: #2eb9ff;
  outline: none;
}
#plList .play-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #plList .play-list-row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #bfeaff;
  }
}
#plList .play-list-row > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #plList .play-list-row > div {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  #plList .play-list-row.plSel {
    background-color: #def4ff;
  }
}

.track-play {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  display: none !important;
  cursor: pointer;
}
@media (min-width: 992px) {
  .track-play {
    display: block !important;
  }
}
.track-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  display: none !important;
}
@media (min-width: 992px) {
  .track-number {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.track-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  max-width: 72%;
}
@media (min-width: 768px) {
  .track-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .track-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.track-album {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  display: none !important;
}
@media (min-width: 992px) {
  .track-album {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.track-duration {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  display: none !important;
}
@media (min-width: 992px) {
  .track-duration {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.track-downloads {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
  display: none !important;
}
@media (min-width: 768px) {
  .track-downloads {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.track-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  max-width: 28%;
}
@media (min-width: 768px) {
  .track-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (min-width: 992px) {
  .track-action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
    max-width: 18%;
  }
}
.track-action .icon-wrap {
  width: 100%;
}
.track-action .icon-wrap a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.track-action .icon-wrap a:hover {
  opacity: 0.6;
}
.track-action .icon-wrap .icon-more {
  padding: 0px 20px;
}
.track-action .icon-wrap .downloadSong {
  display: none;
}
@media (min-width: 768px) {
  .track-action .icon-wrap .downloadSong {
    display: block;
  }
}

.track-head {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding: 25px 15px;
}
@media (min-width: 992px) {
  .track-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.track-head > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plyr--full-ui input[type=range] {
  color: #19AFFF !important;
}
@media (min-width: 768px) {
  .plyr--full-ui input[type=range] {
    color: #ffffff !important;
  }
}

#tracks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tracks .icon-next,
#tracks .icon-prev {
  font-size: 15px;
}
#tracks .large-toggle-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  #tracks .large-toggle-btn {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  #tracks .large-toggle-btn {
    width: 54px;
    height: 54px;
  }
}
#tracks .large-toggle-btn i {
  color: #19AFFF;
  font-size: 16px;
}

#plwrap {
  overflow-y: auto;
}
#plwrap .btn {
  margin-bottom: 20px;
}
#plwrap .btn .icon-download {
  font-size: 12px;
}
#plwrap .btn .icon-play {
  font-size: 12px;
  position: relative;
}
@media (min-width: 992px) {
  #plwrap .btn {
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  #plwrap .btn {
    margin-bottom: 33px;
  }
}

audio {
  display: none;
}

#audiowrap,
#plwrap {
  margin: 0 auto;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#tracks {
  font-size: 0;
  position: relative;
  text-align: center;
}

#nowPlay span {
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: top;
}

#nowPlay span#npAction {
  padding: 21px;
  width: 30%;
}

#nowPlay span#npTitle {
  padding: 21px;
  text-align: right;
  width: 70%;
}

.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.plNum {
  padding-left: 21px;
  width: 25px;
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}

#tracks a {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.3rem;
  height: 35px;
  line-height: 0.175;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* Plyr Overrides
================================================== */
.plyr--audio .plyr__controls {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 20px 20px 20px 13px !important;
  width: 100% !important;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
  background-color: rgba(126, 57, 57, 0.1) !important;
}

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(0, 0, 0, 0.1) !important;
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(0, 0, 0, 0.1) !important;
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1) !important;
}

.playlist-wrap #createPlaylist {
  width: 100%;
  border: 2px solid #707070;
  border-radius: 7px;
  text-align: center;
  padding: 14px 14px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .playlist-wrap #createPlaylist {
    height: 132px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap #createPlaylist {
    height: 141px;
  }
}
.playlist-wrap #createPlaylist span {
  height: 19px;
  width: 19px;
  display: inline-block;
  border: 2px solid #292929;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .playlist-wrap #createPlaylist span {
    height: 23px;
    width: 23px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap #createPlaylist span {
    height: 27px;
    width: 27px;
  }
}
.playlist-wrap form {
  width: 100%;
  background-color: rgba(240, 240, 240, 0.6);
  border-radius: 7px;
  text-align: center;
  padding: 14px 14px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .playlist-wrap form {
    height: 132px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap form {
    height: 141px;
  }
}
.playlist-wrap form input {
  width: 100%;
  border-radius: 3px;
  background: rgba(12, 15, 19, 0.1);
  border: none;
  outline: none;
}
.playlist-wrap .playlist-item {
  width: 100%;
}
.playlist-wrap .playlist-item:hover .playlist-item-icon {
  background-color: rgba(0, 0, 0, 0.904);
  color: rgba(255, 255, 255, 0.26);
}
.playlist-wrap .playlist-item:hover .playlist-item-icon .add {
  opacity: 1;
}
.playlist-wrap .playlist-item-icon {
  border-radius: 7px;
  text-align: center;
  padding: 14px 14px;
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.playlist-wrap .playlist-item-icon img {
  height: 38px;
}
@media (min-width: 992px) {
  .playlist-wrap .playlist-item-icon {
    font-size: 49px;
    height: 132px;
  }
  .playlist-wrap .playlist-item-icon img {
    height: 43px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap .playlist-item-icon {
    font-size: 55px;
    height: 141px;
  }
  .playlist-wrap .playlist-item-icon img {
    height: 50px;
  }
}
.playlist-wrap .playlist-item-icon span {
  position: relative;
}
.playlist-wrap .playlist-item-icon span .add {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.playlist-wrap .playlist-item-icon span .add i {
  font-size: 16px;
}
.playlist-wrap .playlist-item h4 {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  .playlist-wrap .playlist-item h4 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap .playlist-item h4 {
    font-size: 22px;
  }
}
.playlist-wrap .playlist-item p {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .playlist-wrap .playlist-item p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .playlist-wrap .playlist-item p {
    font-size: 18px;
  }
}

.input-playlist-wrap {
  display: none;
}

.dropdown .dropdown-menu {
  padding: 0 0;
}
.dropdown .dropdown-item {
  padding: 8px 1.5rem;
}
.dropdown .dropdown-item:hover {
  background-color: #19AFFF;
  color: #fff;
}

.main-nav .online {
  position: relative;
}
.main-nav .online:before {
  content: "";
  position: absolute;
  background: #1dde1d;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 15px;
  left: 150px;
}
@media (min-width: 1200px) {
  .main-nav .online:before {
    right: 10px;
    left: initial;
  }
}

.abp-single-page .abp-content p {
  text-align: justify;
}

#playlistModal .modal-content {
  border-radius: 16px;
}

.banner-player .ttl {
  margin-bottom: 11px;
}
.banner-player .daily-message .ttl-logo img {
  max-width: 200px;
  width: 100%;
}
.banner-player .col-sm-3,
.banner-player .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .banner-player .col-sm-3,
.banner-player .col-sm-6 {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .banner-player .col-sm-3,
.banner-player .col-sm-6 {
    padding-left: 15px;
  }
}
.banner-player .audioplayer-playpause {
  width: 36px;
  height: 36px;
}
@media (min-width: 1600px) {
  .banner-player .audioplayer-playpause {
    width: 42px;
    height: 42px;
  }
}
.banner-player .play-video .ttl {
  font-size: 12px;
  white-space: nowrap;
}
.banner-player .crf-play {
  width: 36px;
  height: 36px;
}
@media (min-width: 1600px) {
  .banner-player .crf-play {
    width: 42px;
    height: 42px;
  }
}
.banner-player .download-now .audioplayer {
  padding-right: 40px;
}
.banner-player .audioplayer {
  padding: 0 11px;
}
.banner-player .download-now {
  min-width: auto;
}
.banner-player .daily-message .ttl-logo img {
  width: 100%;
  border-radius: 7px;
}
.banner-player .audioplayer-time-current {
  margin-left: 0px;
}
.banner-player .audioplayer-time-duration {
  margin-right: 7px;
}
.banner-player .audioplayer-bar {
  margin: 0 5px;
}
.banner-player .audioplayer {
  background-color: transparent;
}

.bg-white-tr {
  background-color: rgba(255, 255, 255, 0.89);
}

.p-20 {
  padding: 10px;
}
@media (min-width: 992px) {
  .p-20 {
    padding: 14px;
  }
}
@media (min-width: 1600px) {
  .p-20 {
    padding: 20px;
  }
}

.play-list-row .icon-wrap > .dropdown a.dropdown-item ul {
  display: none;
}

@media (max-width: 767.9px) {
  .plyr__controls .plyr__controls__item.plyr__volume {
    display: none;
  }
}

.plyr__time + .plyr__time:before {
  content: "" !important;
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 40px !important;
  }
}
.plyr__volume input[type=range] {
  display: none !important;
}

.li-nohover:hover {
  background: transparent !important;
}

a.copy {
  display: block;
  margin-top: 10px;
}

.crf-dashboard .plyr__tooltip {
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 2px 7.5px !important;
}

.track-head .track-number {
  display: none !important;
}

.play-list-row .track-number {
  display: none !important;
}

.track-title h3 {
  margin-bottom: 0;
}
.track-title p {
  margin-bottom: 0;
}

.album-wrap a .card {
  margin-bottom: 15px;
}

.album-wrap a .card-img .play-btn {
  display: none !important;
}

.alert-box.success {
  top: 50%;
  bottom: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  -webkit-box-shadow: 0px 0px 100vmax 100vmax rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 100vmax 100vmax rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.crf-fixed-lyrics .lyrics-div p {
  max-width: 58%;
}

.lyrics-div p {
  white-space: pre;
}

.lyrics-wrap p {
  white-space: pre;
}

#chat-wrapper {
  padding-top: 2.8rem !important;
}

.chat-header a img {
  display: none;
}

.mob-nav-icon {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .crf-fixed-lyrics .lyrics-div p {
    max-width: 380px;
    font-size: 11px;
  }
}
@media (max-width: 374.98px) {
  .crf-fixed-lyrics .lyrics-div p {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  .crf-fixed-bottom-player .track-title-text div h3 {
    font-size: 10px;
    line-height: 1.7;
  }
}

article.abp-content p {
  white-space: pre-wrap;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-sub {
  border-bottom: 2px solid rgba(46, 185, 255, 0.2);
  margin-bottom: 30px;
}
.nav-sub a:hover {
  text-decoration: none;
}
.nav-sub .nav-item {
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 12px;
  margin-left: 12px;
}
@media (min-width: 576px) {
  .nav-sub .nav-item {
    margin-right: 25px;
    margin-left: 0;
  }
}
.nav-sub .nav-item:hover {
  opacity: 0.8;
}
.nav-sub .nav-item.active {
  opacity: 1;
}
.nav-sub .nav-item.active .nav-sub-item:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #2eb9ff;
}
.nav-sub .nav-item.active .nav-sub-title {
  color: #000 !important;
}
.nav-sub .nav-item .nav-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 25px;
}
.nav-sub .nav-item .nav-sub-item i {
  color: #19AFFF;
  font-size: 18px;
}
@media (min-width: 992px) {
  .nav-sub .nav-item .nav-sub-item i {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .nav-sub .nav-item .nav-sub-item i {
    font-size: 28px;
  }
}
.nav-sub .nav-item .nav-sub-item .nav-sub-title {
  font-family: Muli;
  font-weight: bold;
  font-size: 14px;
  color: #19AFFF;
  margin-left: 11px;
}
@media (min-width: 992px) {
  .nav-sub .nav-item .nav-sub-item .nav-sub-title {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .nav-sub .nav-item .nav-sub-item .nav-sub-title {
    font-size: 23px;
  }
}

.section-filter {
  border-bottom: 2px solid rgba(46, 185, 255, 0.2);
  padding: 0px 0px 18px;
}
@media (min-width: 768px) {
  .section-filter {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section-filter {
    padding: 0px 0px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .section-filter {
    padding: 0px 0px 40px;
    margin-bottom: 40px;
  }
}
.section-filter .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
@media (min-width: 1600px) {
  .section-filter .sort {
    font-size: 18px;
  }
}
.section-filter .sort label {
  margin-bottom: 0;
}
.section-filter .sort .form-control {
  width: 90px;
  height: 45px !important;
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(46, 185, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
  padding-right: 18px;
}
.section-filter .sort .form-control .current {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .section-filter .sort .form-control {
    margin-left: 14px;
  }
}
@media (min-width: 992px) {
  .section-filter .sort .form-control {
    width: 134px;
  }
}
.section-filter .input-group {
  max-width: 400px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .section-filter .input-group {
    margin-bottom: 0;
    max-width: 320px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-filter .input-group {
    max-width: 395px;
  }
}
@media (min-width: 1600px) {
  .section-filter .input-group {
    max-width: 475px;
  }
}
.section-filter .input-group .form-control {
  border-radius: 7px 0px 0px 7px;
  border: 1px solid rgba(46, 185, 255, 0.4);
  padding: 10px 16px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .section-filter .input-group .form-control {
    padding: 10px 22px;
    padding: 0.625rem 1.875rem;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .section-filter .input-group .form-control {
    padding: 0.5rem 1.875rem;
    font-size: 1.11rem;
  }
}
.section-filter .input-group .form-control::-webkit-input-placeholder {
  color: rgba(59, 59, 59, 0.6);
}
.section-filter .input-group .form-control::-moz-placeholder {
  color: rgba(59, 59, 59, 0.6);
}
.section-filter .input-group .form-control:-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.6);
}
.section-filter .input-group .form-control::-ms-input-placeholder {
  color: rgba(59, 59, 59, 0.6);
}
.section-filter .input-group .form-control::placeholder {
  color: rgba(59, 59, 59, 0.6);
}
.section-filter .input-group-append .btn {
  padding: 5px 16px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .section-filter .input-group-append .btn {
    padding: 5px 16px;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .section-filter .input-group-append .btn {
    padding: 8px 25px;
    font-size: 30px;
  }
}

.video-dashboard {
  background: #fff;
}
@media (min-width: 768px) {
  .video-dashboard {
    background: #f7fdff;
  }
}

.video-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .video-menu {
    margin-top: 5px;
  }
}
.video-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 5px;
}
.video-menu li a {
  text-align: center;
  font-family: Muli;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media (min-width: 1200px) {
  .video-menu li a {
    font-size: 15px;
  }
}
.video-menu li a img {
  display: block;
  height: 14px;
  margin: auto;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .video-menu li a img {
    display: inline-block;
  }
}

.video-sec .video-cards {
  margin: 0px 0px 40px;
  padding: 0px 5px;
}
@media (min-width: 1200px) {
  .video-sec .video-cards {
    height: 735px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.video-sec .video-cards::-webkit-scrollbar {
  width: 5px;
}
.video-sec .video-cards::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
          box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
}
.video-sec .video-cards::-webkit-scrollbar-thumb {
  background-color: #2eb9ff;
  outline: 1px solid slategrey;
}
@media (min-width: 1600px) {
  .video-sec .video-cards {
    padding: 0px 10px 50px;
  }
}
@media (min-width: 1200px) {
  .video-sec .video-cards > .row {
    max-width: 87.88%;
  }
}
.video-sec .video-cards > .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.video-sec .video-inner-cards {
  margin: 0px 0px 40px;
  padding: 0px 5px;
}
@media (min-width: 1600px) {
  .video-sec .video-inner-cards {
    padding: 0px 0px 50px;
  }
}
.video-sec .video-inner-cards .card h3 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.video-sec .video-inner-cards .card h3 span.author-mob {
  padding-left: 25px;
  position: relative;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .video-sec .video-inner-cards .card h3 span.author-mob {
    display: none;
  }
}
.video-sec .video-inner-cards .card h3 span.author-mob:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #141414;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}
@media (min-width: 576px) {
  .video-sec .video-inner-cards .card h3 {
    font-weight: 600;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .video-sec .video-inner-cards .card h3 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .video-sec .video-inner-cards .card h3 {
    font-size: 19px;
  }
}
.video-sec .video-inner-cards .card p {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .video-sec .video-inner-cards .card p {
    display: block;
  }
}
.video-sec .video-inner-cards .card p span {
  padding-left: 15px;
  position: relative;
  color: #141414;
  margin-right: 10px;
}
.video-sec .video-inner-cards .card p span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #141414;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
@media (min-width: 992px) {
  .video-sec .video-inner-cards .card p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .video-sec .video-inner-cards .card p {
    font-size: 16px;
  }
}
.video-sec .card {
  background-color: transparent;
  border: none;
}
.video-sec .card-img {
  position: relative;
  padding-top: 56%;
}
.video-sec .card-img img {
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-sec .card-img .overlay {
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 1;
}
@media (min-width: 768px) {
  .video-sec .card-img .overlay {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}
.video-sec .card-img .overlay .icon-ply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  margin: 18px;
}
@media (min-width: 992px) {
  .video-sec .card-img .overlay .icon-ply {
    width: 26px;
    height: 26px;
  }
}
.video-sec .card-img .overlay .icon-ply i {
  color: #19AFFF;
  font-size: 12px;
}
.video-sec .card-body {
  padding: 1.25rem 0px;
}
.video-sec .card-body h3 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.video-sec .card-body h3 span.author-mob {
  padding-left: 25px;
  position: relative;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .video-sec .card-body h3 span.author-mob {
    display: none;
  }
}
.video-sec .card-body h3 span.author-mob:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #141414;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}
@media (min-width: 992px) {
  .video-sec .card-body h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .video-sec .card-body h3 {
    font-size: 20px;
  }
}
.video-sec .card-body p {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .video-sec .card-body p {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .video-sec .card-body p {
    font-size: 18px;
  }
}
.video-sec a {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.video-sec a:hover {
  text-decoration: none;
  color: #19AFFF;
}
.video-sec a:hover h3 {
  color: #19AFFF;
}
.video-sec a:hover .overlay {
  opacity: 1;
}

@media (min-width: 992px) {
  .playlist-card-wrap {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.playlist-card-wrap::-webkit-scrollbar {
  width: 5px;
  outline: none;
}
.playlist-card-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
          box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
  outline: none;
}
.playlist-card-wrap::-webkit-scrollbar-thumb {
  background-color: #2eb9ff;
  outline: 1px solid slategrey;
  outline: none;
}
.playlist-card-wrap a .playlist-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  margin-bottom: 20px;
}
.playlist-card-wrap a .playlist-card-img {
  padding-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
  position: relative;
  overflow: hidden;
  padding-top: 23%;
  width: 135px;
}
.playlist-card-wrap a .playlist-card-img img {
  border-radius: 7px;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.playlist-card-wrap a .playlist-card-img .overlay {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.playlist-card-wrap a .playlist-card-img .overlay .icon-ply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.playlist-card-wrap a .playlist-card-img .overlay .icon-ply i {
  color: #19AFFF;
  font-size: 12px;
}
.playlist-card-wrap a .playlist-card-detail {
  padding-left: 12px;
}
.playlist-card-wrap a .playlist-card-detail h3 {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  word-break: break-all;
}
@media (min-width: 992px) {
  .playlist-card-wrap a .playlist-card-detail h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .playlist-card-wrap a .playlist-card-detail h3 {
    font-size: 18px;
  }
}
.playlist-card-wrap a .playlist-card-detail p {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .playlist-card-wrap a .playlist-card-detail p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .playlist-card-wrap a .playlist-card-detail p {
    font-size: 15px;
  }
}
.playlist-card-wrap a:hover .playlist-card-img .overlay {
  opacity: 1;
}

.bottom-nav {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 12px 0px;
  z-index: 1000;
  background: #def4ff;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.bottom-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 5px;
  opacity: 0.4;
}
.bottom-nav ul li.active {
  opacity: 1;
}
.bottom-nav ul li .icon {
  text-align: center;
  font-family: Muli;
  font-weight: 600;
  font-size: 10px;
  color: #000;
}
.bottom-nav ul li .icon img {
  display: block;
  height: 20px;
  margin: auto;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .crf-dashbord .crf-dashbord-wrap .crf-dash-right {
    padding-left: 60px;
  }
}

.sharebtntv {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.sharebtntv:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .modal .section-filter .input-group {
    margin-bottom: 0;
    max-width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 1599px) {
  .dashboard-calendar .crf-dashbord-wrap .crf-dash-left-collapse {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
  }

  .dashboard-calendar .crf-dashbord-wrap .crf-dash-right-collapse {
    -webkit-box-flex: calc(100%) !important;
        -ms-flex: calc(100%) !important;
            flex: calc(100%) !important;
    max-width: calc(100%) !important;
  }
}
.album-sec-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.album-sec-thumb-img {
  padding-right: 15px;
  padding-left: 15px;
}
.album-sec-thumb-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  height: 105px;
  border-radius: 7px;
}
@media (min-width: 992px) {
  .album-sec-thumb-img img {
    width: 226px;
    height: 184px;
  }
}
@media (min-width: 1600px) {
  .album-sec-thumb-img img {
    width: 246px;
    height: 204px;
  }
}
.album-sec-thumb-content {
  padding-right: 15px;
  padding-left: 15px;
}
.album-sec-thumb-content .btn {
  margin-right: 5px;
}
.album-sec-thumb-content h3 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
@media (min-width: 992px) {
  .album-sec-thumb-content h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .album-sec-thumb-content h3 {
    font-size: 20px;
  }
}
.album-sec-thumb-content h4 {
  font-weight: bold;
  font-size: 21px;
  color: #000;
}
@media (min-width: 992px) {
  .album-sec-thumb-content h4 {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .album-sec-thumb-content h4 {
    font-size: 33px;
  }
}
.album-sec-thumb-content p {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
@media (min-width: 992px) {
  .album-sec-thumb-content p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .album-sec-thumb-content p {
    font-size: 21px;
  }
}
.album-sec-thumb-content p span {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.3;
  padding-left: 20px;
  position: relative;
}
.album-sec-thumb-content p span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 7px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .album-sec-thumb-content p span {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .album-sec-thumb-content p span {
    font-size: 18px;
  }
}

.album-songs .album-song {
  padding: 14px 0px;
}
.album-songs .album-song h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .album-songs .album-song h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .album-songs .album-song h3 {
    font-size: 18px;
  }
}
.album-songs .album-song p {
  font-weight: 600;
  font-size: 13px;
  color: #000;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .album-songs .album-song p {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .album-songs .album-song p {
    font-size: 17px;
  }
}
.album-songs .album-song .icon-more {
  padding: 0px 10px;
}

.head {
  font-family: Muli;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .head {
    font-size: 21px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  .head {
    font-size: 25px;
    margin-bottom: 33px;
  }
}

.album-wrap .item {
  padding: 0px 4px;
}
@media (min-width: 768px) {
  .album-wrap .item {
    padding: 0px 10px;
  }
}
.album-wrap .item.active1 .play-btn {
  opacity: 1;
}
.album-wrap .owl-nav {
  position: absolute;
  top: -35px;
  right: 5px;
}
.album-wrap .owl-prev {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.album-wrap .owl-prev:hover {
  color: #19AFFF !important;
}
.album-wrap .owl-next {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.album-wrap .owl-next:hover {
  color: #19AFFF !important;
}
.album-wrap a .card {
  background: transparent;
  border: none;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.album-wrap a .card-img {
  position: relative;
  padding-top: 87%;
}
.album-wrap a .card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.album-wrap a .card-img .play-btn {
  position: absolute;
  bottom: -15px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c3ebff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 992px) {
  .album-wrap a .card-img .play-btn {
    width: 38px;
    height: 38px;
    bottom: -16px;
  }
}
@media (min-width: 1600px) {
  .album-wrap a .card-img .play-btn {
    width: 46px;
    height: 46px;
    bottom: -23px;
  }
}
.album-wrap a .card-img .play-btn i {
  color: #19AFFF;
}
.album-wrap a .card-body {
  padding: 12px 0px;
}
@media (min-width: 768px) {
  .album-wrap a .card-body {
    padding: 20px 16px;
  }
}
@media (min-width: 992px) {
  .album-wrap a .card-body {
    padding: 22px 18px;
  }
}
@media (min-width: 1600px) {
  .album-wrap a .card-body {
    padding: 30px 25px;
  }
}
.album-wrap a .card-body h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .album-wrap a .card-body h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .album-wrap a .card-body h3 {
    font-size: 18px;
  }
}
.album-wrap a .card-body p {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .album-wrap a .card-body p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .album-wrap a .card-body p {
    font-size: 18px;
  }
}
.album-wrap a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .album-wrap a:hover .card {
    background: #bfeaff;
  }
}
.album-wrap a:hover .card .play-btn {
  opacity: 1;
}

@media (min-width: 1200px) {
  .col-xl-c5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.icon-heart-fill.fav {
  color: #fc1922 !important;
}

h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: 18px;
  }
}

p small {
  font-weight: 600;
  opacity: 0.4;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  p small {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  p small {
    font-size: 18px;
  }
}

.btn-detail-wrap {
  margin-bottom: 30px;
}
.btn-detail-wrap .play-all {
  width: 46px;
  height: 46px;
  color: #fff;
  background-color: #19AFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 992px) {
  .btn-detail-wrap .play-all {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1600px) {
  .btn-detail-wrap .play-all {
    width: 68px;
    height: 68px;
  }
}
.btn-detail-wrap .more {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  padding: 15px;
  color: #000;
  font-size: 22px;
}
.btn-detail-wrap ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-detail-wrap ul li {
  margin-right: 10px;
}

.tab-pane#favourites {
  width: 100%;
}
.tab-pane#favourites h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
}

.add_to_fav img {
  width: 16px !important;
}

.search-item .card {
  border: 1px solid rgba(5, 168, 255, 0.13);
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.search-item .card h3 {
  color: #636363;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.search-item .card:hover h3 {
  color: #19AFFF;
}

.calendar-sec {
  padding-left: 3.125rem;
}
@media (max-width: 1599px) {
  .calendar-sec {
    padding-left: 3.125rem;
  }
}
.calendar-sec .btn {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.calendar-sec .cal .datepicker-inline {
  width: 100%;
}
.calendar-sec .cal table {
  width: 100%;
  max-width: 470px;
}
.calendar-sec .cal .datepicker-switch {
  font-weight: bold !important;
  font-size: 19px !important;
  text-align: left !important;
  color: #141414 !important;
  opacity: 1 !important;
}
@media (min-width: 1600px) {
  .calendar-sec .cal .datepicker-switch {
    font-size: 23px !important;
  }
}
.calendar-sec .cal .datepicker-switch:hover {
  background-color: transparent;
}
.calendar-sec .cal .datepicker th {
  font-weight: 500;
  color: #141414;
  opacity: 0.5;
}
.calendar-sec .cal .datepicker table tr td.day {
  position: relative;
}
.calendar-sec .cal .datepicker table tr td.day:before {
  content: "";
  height: 0px;
  width: 0px;
  border-radius: 50%;
  background-color: rgba(25, 174, 255, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 174, 255, 0.1)), to(rgba(25, 174, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(25, 174, 255, 0.1), rgba(25, 174, 255, 0.1));
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.calendar-sec .cal .datepicker table tr td.day:hover {
  background: rgba(25, 174, 255, 0);
  color: #141414;
  cursor: pointer;
}
.calendar-sec .cal .datepicker table tr td.day:hover:before {
  height: 40px;
  width: 40px;
}
.calendar-sec .cal .dotred {
  position: relative;
}
.calendar-sec .cal .dotred:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: red;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 0px;
  right: 0px;
}
.calendar-sec .cal .day {
  display: table-cell;
  margin: auto;
}
.calendar-sec .cal .datepicker td,
.calendar-sec .cal .datepicker th {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .calendar-sec .cal .datepicker td,
.calendar-sec .cal .datepicker th {
    font-size: 13px !important;
  }
}
@media (min-width: 1600px) {
  .calendar-sec .cal .datepicker td,
.calendar-sec .cal .datepicker th {
    font-size: 16px !important;
  }
}
.calendar-sec .cal .datepicker td.active,
.calendar-sec .cal .datepicker th.active {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.calendar-sec .cal .datepicker td.active:before,
.calendar-sec .cal .datepicker th.active:before {
  height: 40px !important;
  width: 40px !important;
  background-color: #19afff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19afff), to(#19afff)) !important;
  background-image: linear-gradient(to bottom, #19afff, #19afff) !important;
}
.calendar-sec .cal .datepicker td.active:focus,
.calendar-sec .cal .datepicker th.active:focus {
  background-color: #19AFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19afff), to(#19afff));
  background-image: linear-gradient(to bottom, #19afff, #19afff);
}
.calendar-sec .cal .datepicker td.active:hover,
.calendar-sec .cal .datepicker th.active:hover {
  background-color: #19AFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19afff), to(#19afff));
  background-image: linear-gradient(to bottom, #19afff, #19afff);
}
.calendar-sec .cal .datepicker td.today,
.calendar-sec .cal .datepicker th.today {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.calendar-sec .cal .datepicker td.today:before,
.calendar-sec .cal .datepicker th.today:before {
  height: 40px !important;
  width: 40px !important;
  background-color: #19afff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19afff), to(#19afff)) !important;
  background-image: linear-gradient(to bottom, #19afff, #19afff) !important;
}
.calendar-sec .topics {
  font-weight: bold;
  font-size: 17px;
  color: #141414;
  text-decoration: none;
  margin-top: 26px;
  display: block;
}
@media (min-width: 992px) {
  .calendar-sec .topics {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .calendar-sec .topics {
    font-size: 23px;
  }
}
.calendar-sec .topics img {
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .calendar-sec .topics img {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .calendar-sec .topics img {
    width: 28px;
  }
}

.mobile-calendar {
  position: relative;
  margin-bottom: 14px;
}
.mobile-calendar .acco {
  position: absolute;
  top: 16px;
  left: 100px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  padding: 11px 15px;
}
.mobile-calendar .acco:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 4.5px solid #19AFFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 33.33%;
}
.mobile-calendar .acco.rotate:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.mobile-calendar .next,
.mobile-calendar .prev,
.mobile-calendar .dow,
.mobile-calendar tbody {
  display: none;
}

a:hover {
  text-decoration: none;
}

.play-sec {
  z-index: 100;
}
@media (min-width: 992px) {
  .play-sec {
    position: static;
  }
}

.fc-header-toolbar {
  background-color: rgba(191, 234, 255, 0.7);
  padding: 30px 50px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .fc-header-toolbar {
    display: none;
  }
}
.fc-header-toolbar .fc-next-button, .fc-header-toolbar .fc-prev-button {
  position: relative;
}
.fc-header-toolbar .fc-next-button:focus, .fc-header-toolbar .fc-prev-button:focus {
  background-color: transparent;
}
.fc-header-toolbar .fc-next-button:before, .fc-header-toolbar .fc-prev-button:before {
  content: "";
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.fc-header-toolbar .fc-next-button.fc-state-down, .fc-header-toolbar .fc-prev-button.fc-state-down {
  background-color: transparent !important;
  color: #fff;
}
.fc-header-toolbar .fc-next-button:hover:before, .fc-header-toolbar .fc-prev-button:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.fc-right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-right div h2 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
}
@media (min-width: 1600px) {
  .fc-right div h2 {
    font-size: 22px;
  }
}

.fc-state-default {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(to bottom, transparent, transparent);
  background-repeat: repeat-x;
  border: none;
  color: #333;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 4px 4px;
  padding: 0px 20px !important;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1600px) {
  .fc-state-default {
    font-size: 22px;
  }
}

.fc-state-active,
.fc-state-down {
  background-color: #19AFFF !important;
  color: #fff;
}

.fc-event {
  border: none;
  background: #def4ff !important;
  border-top: 3.5px solid #fc0000;
  border-radius: 0px;
}
@media (min-width: 1600px) {
  .fc-event {
    border-top: 6px solid #fc0000;
  }
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #7cd4ff;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 9px 0px;
  vertical-align: top;
}

.fc-time-grid-event .fc-content {
  padding: 12px;
}
.fc-time-grid-event .fc-content .fc-title {
  font-weight: bold;
  font-size: 14px;
  color: #141414;
  margin-bottom: 12px;
}
@media (min-width: 1600px) {
  .fc-time-grid-event .fc-content .fc-title {
    font-size: 16px;
  }
}
.fc-time-grid-event .fc-content p {
  font-weight: 500;
  font-size: 14px;
  color: #141414;
}
@media (min-width: 1600px) {
  .fc-time-grid-event .fc-content p {
    font-size: 16px;
  }
}

.fc-time-grid .fc-slats .fc-minor .fc-axis {
  border-top: none !important;
}

.tableToggle {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0px;
}
.tableToggle td {
  width: 50px;
}

.sign-sec .modal-dialog {
  max-width: 435px;
}
@media (min-width: 1600px) {
  .sign-sec .modal-dialog {
    max-width: 450px;
  }
}
.sign-sec .btn-primary {
  padding: 12px 10px;
  font-weight: 700;
  border-radius: 0px;
  margin-bottom: 10px;
}
.sign-sec .btn-default {
  padding: 12px 10px;
  font-weight: 700;
  border-radius: 0px;
  color: #000;
}
.sign-sec .modal-header {
  border-bottom: none;
}
.sign-sec .check-sec {
  margin-bottom: 1.5rem;
}
.sign-sec .check-sec .custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
@media (min-width: 992px) {
  .sign-sec .check-sec .custom-check {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .sign-sec .check-sec .custom-check {
    font-size: 16px;
  }
}
.sign-sec .check-sec .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sign-sec .check-sec .custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .sign-sec .check-sec .custom-check .checkmark {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 1600px) {
  .sign-sec .check-sec .custom-check .checkmark {
    height: 22px;
    width: 22px;
  }
}
.sign-sec .check-sec .custom-check:hover input ~ .checkmark {
  background-color: #ccc;
}
.sign-sec .check-sec .custom-check input:checked ~ .checkmark {
  background-color: #2196f3;
}
.sign-sec .check-sec .custom-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.sign-sec .check-sec .custom-check input:checked ~ .checkmark:after {
  display: block;
}
.sign-sec .check-sec .custom-check .checkmark:after {
  left: 7px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign-sec .check-sec a {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #1dafff;
  opacity: 0.76;
}
@media (min-width: 992px) {
  .sign-sec .check-sec a {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .sign-sec .check-sec a {
    font-size: 16px;
  }
}
.sign-sec .captcha {
  width: 129px;
  height: 57px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.315);
  margin-bottom: 1.5rem;
  padding: 5px;
  position: relative;
}
@media (min-width: 992px) {
  .sign-sec .captcha {
    width: 171px;
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .sign-sec .captcha {
    width: 191px;
    height: 85px;
  }
}
.sign-sec .captcha img.cap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sign-sec .captcha .refresh {
  position: absolute;
  top: 0px;
  right: -20px;
}
.sign-sec .captcha .refresh img {
  width: 15px;
}
.sign-sec .modal-footer {
  border-radius: 0px 0px 5px 5px;
  background: #efefef;
}
.sign-sec .modal-footer p {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.sign-sec .modal-title {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #000;
  width: 100%;
  padding: 16px 0px 21px;
}
@media (min-width: 1600px) {
  .sign-sec .modal-title {
    font-size: 28px;
  }
}
.sign-sec .modal-body {
  padding: 10px 30px;
}
@media (min-width: 1600px) {
  .sign-sec .modal-body {
    padding: 10px 30px;
  }
}
.sign-sec .form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.sign-sec .form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 12px 15px 0 15px;
  background: #fff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  opacity: 0.3;
  color: #000;
}
.sign-sec .form-control:focus + .form-control-placeholder,
.sign-sec .form-control:valid + .form-control-placeholder {
  font-size: 85%;
  -webkit-transform: translate3d(7px, -66%, 0);
          transform: translate3d(7px, -66%, 0);
  opacity: 1;
}
.sign-sec .focus-label {
  font-size: 85%;
  -webkit-transform: translate3d(7px, -66%, 0);
          transform: translate3d(7px, -66%, 0);
  opacity: 1;
}
.sign-sec .form-control {
  padding: 12px 10px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.3);
}
.sign-sec .form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
          box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #ebfdff;
}

.vdo-poster .play-video-btn {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.vdo-poster .crf-play {
  display: none !important;
}
.vdo-poster .ttl {
  margin-left: 0 !important;
}

.testimonial-sec .slick-next, .testimonial-sec .slick-prev {
  top: 0%;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.nice-select:after {
  border-bottom: 2px solid #19AFFF;
  border-right: 2px solid #19AFFF;
  height: 8px;
  width: 8px;
}

.plyr__control--overlaid {
  padding: 20px !important;
}

.flowpaper-logo-bg {
  display: none !important;
}

.shimr-animate {
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #dfe6e8), color-stop(36%, #eff1f3)) !important;
  background: linear-gradient(to right, #eff1f3 4%, #dfe6e8 25%, #eff1f3 36%) !important;
  background-size: 1000px 100% !important;
}

.shimr-image {
  height: 18.5625rem;
  background: #777;
}

.shimr-comment {
  height: 7px;
  background: #777;
  margin-top: 20px;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.plyr__poster {
  background-size: cover;
}

.accordion {
  margin: 0 auto 30px;
  list-style: none;
  padding-left: 0;
}
.accordion > li {
  position: relative;
  border-radius: 4px 4px 0px 0px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #bfeaff;
}
.accordion > li:nth-of-type(1) {
  border-radius: 0px 0px 0px 0px;
}
.accordion > li .exp-sec {
  display: none;
  color: #6b97a4;
  background-color: #f8fdff;
}
.accordion > li a.exp-link {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 15px 15px;
}
@media (min-width: 576px) {
  .accordion > li a.exp-link {
    padding: 22px 30px;
  }
}
@media (min-width: 1600px) {
  .accordion > li a.exp-link {
    font-size: 18px;
    padding: 30px 40px;
  }
}
.accordion > li a.exp-link:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 20px;
  content: " ";
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .accordion > li a.exp-link:after {
    top: 30px;
  }
}
@media (min-width: 1600px) {
  .accordion > li a.exp-link:after {
    top: 40px;
  }
}
.accordion > li a.exp-link.active {
  background-color: #1dafff;
  color: #fff;
}
.accordion > li a.exp-link.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #fff;
}
.accordion .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 22px 30px 0px;
}
@media (min-width: 1600px) {
  .accordion .title {
    font-size: 18px;
    padding: 30px 40px 0px;
  }
}
.accordion .timeline {
  padding-left: 0;
  list-style: none;
}
.accordion .timeline li {
  position: relative;
  padding: 20px 50px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.accordion .timeline li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #d6e7f0;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  left: 25px;
}
.accordion .timeline li:hover, .accordion .timeline li.active {
  background-color: rgba(195, 235, 255, 0.4);
}
.accordion .timeline li:hover:before, .accordion .timeline li.active:before {
  background: #19afff;
}

.nice-select .list {
  min-width: 100%;
}

.global-meeting-sec {
  background-color: #f8fdff;
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .global-meeting-sec {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  .global-meeting-sec {
    padding: 90px 0px;
  }
}
@media (min-width: 1600px) {
  .global-meeting-sec {
    padding: 110px 0px;
  }
}
@media (max-width: 767.98px) {
  .global-meeting-sec .section-filter .input-group {
    margin-top: 0;
  }
}
.global-meeting-sec .card {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #bfeaff;
}
.global-meeting-sec .card .card-body {
  padding: 25px;
}
@media (min-width: 992px) {
  .global-meeting-sec .card .card-body {
    padding: 28px;
  }
}
@media (min-width: 1200px) {
  .global-meeting-sec .card .card-body {
    padding: 35px;
  }
}
@media (min-width: 1600px) {
  .global-meeting-sec .card .card-body {
    padding: 45px;
  }
}
.global-meeting-sec .card .card-body h4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.global-meeting-sec .card .card-body h4:before {
  content: "";
  width: 40px;
  height: 3px;
  background: #19afff;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 1600px) {
  .global-meeting-sec .card .card-body h4 {
    font-size: 20px;
  }
}
.global-meeting-sec .section-filter .col-sm-7 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .global-meeting-sec .section-filter .col-sm-7 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.map-category-wrap {
  width: 65%;
  position: absolute;
  right: 20px;
  top: 30px;
}
@media (min-width: 768px) {
  .map-category-wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .map-category-wrap {
    width: 33.33%;
  }
}
.map-category-wrap .location-header {
  background-color: #19afff;
  text-align: center;
  padding: 12px;
}
@media (min-width: 992px) {
  .map-category-wrap .location-header {
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  .map-category-wrap .location-header {
    padding: 18px;
  }
}
.map-category-wrap .location-header h3 {
  color: #fff;
  margin-bottom: 0;
}
.map-category-wrap ul {
  padding-left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0px 10px;
  margin-bottom: 0;
}
.map-category-wrap ul li {
  padding: 12px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.map-category-wrap ul li img, .map-category-wrap ul li i {
  float: right;
}
.map-category-wrap ul li a {
  font-weight: normal;
  font-size: 13px;
  color: #3b3b3b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}
@media (min-width: 992px) {
  .map-category-wrap ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .map-category-wrap ul li a {
    font-size: 16px;
  }
}
.map-category-wrap ul li a:hover {
  color: #19AFFF;
}
.map-category-wrap .hide-show {
  background-color: #19afff;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 12px;
  width: 70%;
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .map-category-wrap .hide-show {
    padding: 15px;
  }
}
@media (min-width: 1600px) {
  .map-category-wrap .hide-show {
    padding: 18px;
  }
}
@media (min-width: 1600px) {
  .map-category-wrap .hide-show {
    font-size: 16px;
  }
}

.locate-map {
  position: relative;
}

.modal-body .form-group .input-group .input-group-text {
  background-color: transparent;
}
.modal-body .form-group .input-group input {
  border-left: none;
}
.modal-body .form-group .input-group label {
  z-index: 100;
}

.or-seperator {
  position: relative;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 10px 0px 20px;
}
.or-seperator:before, .or-seperator:after {
  content: "";
  height: 1px;
  background: #E9EAED;
  width: 46%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.or-seperator:before {
  left: 0px;
}
.or-seperator:after {
  right: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

h1.page-title {
  font-size: 25px;
}
h1.page-title span {
  color: #19AFFF;
}

.main-search-page article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .main-search-page article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .main-search-page article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.main-search-page article.type-page {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.main-search-page article .entry-title {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.main-search-page article .entry-title a {
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.main-search-page article .entry-title a:hover {
  color: #19AFFF;
}
.main-search-page article img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.main-search-page article.type-page {
  padding-bottom: 5px;
  padding-top: 5px;
}

.modal-backdrop {
  z-index: 1042;
}

.testi-monial-slider .slick-dots {
  width: 100%;
  text-align: center;
}

.navigation {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.navigation .wp-paginate li .title {
  display: none;
}
.navigation .wp-paginate li .current {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
}
.navigation .wp-paginate li .current:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #19AFFF;
  z-index: -1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navigation .wp-paginate li a {
  background: transparent;
  border: 1px solid transparent;
}
.navigation .wp-paginate li a:active:before {
  content: "";
}
.navigation .wp-paginate li a:hover:before {
  content: "";
}
.navigation .wp-paginate li a:before {
  content: "";
}

#map_canvas {
  display: none;
}

.logo-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.input-group span.error {
  width: 100%;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #19AFFF !important;
}

.tribe-common .tribe-common-c-svgicon {
  color: #19AFFF !important;
}

.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #19AFFF !important;
  color: #19AFFF !important;
}

.tribe-events-nav-pagination {
  display: none;
}

span.error {
  color: #fd0707;
  font-size: 0.8rem;
  margin-top: 4px;
}

.wp-paginate a:hover, .wp-paginate a:active {
  color: #19AFFF;
}

.lyrics-sec .album-sec-thumb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .lyrics-sec .album-sec-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.lyrics-sec .album-sec-thumb-img {
  text-align: center;
}
@media (min-width: 992px) {
  .lyrics-sec .album-sec-thumb-img {
    text-align: left;
  }
}
.lyrics-sec .album-sec-thumb-img img {
  width: 150px;
  height: 126px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .lyrics-sec .album-sec-thumb-img img {
    width: 179px;
    height: 186px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .lyrics-sec .album-sec-thumb-img img {
    width: 189px;
    height: 196px;
  }
}
.lyrics-sec .album-sec-thumb-content {
  text-align: center;
}
@media (min-width: 992px) {
  .lyrics-sec .album-sec-thumb-content {
    text-align: left;
  }
}
.lyrics-sec .lyrics-title {
  font-weight: 600;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #000;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .lyrics-sec .lyrics-title {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .lyrics-sec .lyrics-title {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .lyrics-sec .lyrics-wrap {
    height: 500px;
    overflow-y: auto;
  }
  .lyrics-sec .lyrics-wrap::-webkit-scrollbar {
    width: 5px;
    outline: none;
  }
  .lyrics-sec .lyrics-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
            box-shadow: inset 0 0 6px rgba(46, 185, 255, 0.4);
    outline: none;
  }
  .lyrics-sec .lyrics-wrap::-webkit-scrollbar-thumb {
    background-color: #2eb9ff;
    outline: 1px solid slategrey;
    outline: none;
  }
}
.lyrics-sec .lyrics-wrap p {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 2;
  color: #000;
}
@media (min-width: 992px) {
  .lyrics-sec .lyrics-wrap p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .lyrics-sec .lyrics-wrap p {
    font-size: 21px;
  }
}

.songs-side .icon-sec {
  text-align: right;
  padding-left: 0;
}
.songs-side .icon-sec a.round-icon {
  color: #19AFFF;
  width: 44px;
  height: 44px;
  border: 2px solid #1dafff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.songs-side .icon-sec a.round-icon i {
  font-size: 20px;
}
.songs-side .icon-sec a.round-icon:hover {
  background-color: #19AFFF;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1600px) {
  .songs-side .icon-sec a.round-icon {
    width: 52px;
    height: 52px;
  }
}
.songs-side .detail-sec {
  padding-right: 0;
}
.songs-side .detail-sec h3 {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
@media (min-width: 992px) {
  .songs-side .detail-sec h3 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .songs-side .detail-sec h3 {
    font-size: 25px;
  }
}
.songs-side .detail-sec p {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  opacity: 0.3;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .songs-side .detail-sec p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .songs-side .detail-sec p {
    font-size: 18px;
  }
}
.songs-side .detail-sec p span {
  position: relative;
  padding-left: 15px;
}
.songs-side .detail-sec p span:before {
  content: "";
  position: absolute;
  left: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  opacity: 0.2;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.song-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: 22px;
}
.song-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 15px;
}
.song-item-img img {
  border-radius: 7px;
  width: 43px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}
.song-item-content {
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.song-item-content h5 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-transform: lowercase;
  cursor: pointer;
}
.song-item-content p {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  opacity: 0.4;
  margin-bottom: 0;
}
.song-item-action {
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.song-item-action a {
  padding: 3px 10px;
  color: #000;
}
.song-item:hover .song-item-content h5 {
  color: #19AFFF;
}

.head1 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head1 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .head1 {
    font-size: 22px;
  }
}

.my-library .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-library .nav-tabs .nav-link {
  border: none;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  opacity: 0.3;
  position: relative;
}
.my-library .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #19AFFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.my-library .nav-tabs .nav-link.active {
  opacity: 1;
}
.my-library .nav-tabs .nav-link.active:before {
  background-color: #19AFFF;
  width: 80%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 767.98px) {
  #captcha_container {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.playlist-wrap .playlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.playlist-wrap .playlist-icon {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.playlist-wrap .playlist-icon .ico-plus {
  font-size: 28px;
}
.playlist-wrap .playlist-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.playlist-wrap .playlist-content {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.playlist-wrap .playlist-content h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 2px;
}
.playlist-wrap .playlist-content p {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

.books-sidebar .your-playlist ul li .li-item .item-icons img {
  border-radius: 50%;
}

.books-page {
  position: relative;
}

.books-wrap .col-3 {
  padding: 0px 7px;
}
@media (min-width: 768px) {
  .books-wrap .col-3 {
    padding: 0px 15px;
  }
}
.books-wrap .book-thumb {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 1rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.books-wrap .book-thumb .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.7rem;
  padding-top: 160%;
}
.books-wrap .book-thumb .img-wrap .btn-wrap {
  position: absolute;
  bottom: 0px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(41.66%, rgba(0, 23, 36, 0.29)), to(#003857));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 23, 36, 0.29) 41.66%, #003857 100%);
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 84px 5px 7px;
  opacity: 0;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
.books-wrap .book-thumb .img-wrap .btn-wrap .btn {
  display: none;
}
@media (min-width: 768px) {
  .books-wrap .book-thumb .img-wrap .btn-wrap .btn {
    display: block;
  }
}
@media (min-width: 1200px) {
  .books-wrap .book-thumb .img-wrap .btn-wrap {
    padding: 150px 15px 15px;
  }
}
@media (min-width: 1500px) {
  .books-wrap .book-thumb .img-wrap .btn-wrap {
    padding: 150px 30px 15px;
  }
}
.books-wrap .book-thumb .img-wrap .btn-wrap a {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.books-wrap .book-thumb .img-wrap .btn-wrap a.btn-outline-primary {
  color: #fff;
}
.books-wrap .book-thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}
.books-wrap .book-thumb .book-caption {
  font-size: 9px;
  font-weight: 600;
  color: #141414;
  text-align: center;
  word-break: break-word;
  margin-top: 0.9375rem;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
@media (min-width: 768px) {
  .books-wrap .book-thumb .book-caption {
    font-size: 1.375rem;
  }
}
.books-wrap .book-thumb:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.books-wrap .book-thumb:hover .book-caption {
  color: #23CB5F;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (min-width: 768px) {
  .books-wrap .book-thumb:hover .img-wrap .btn-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.books-wrap .book-thumb.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.books-wrap .book-thumb.active .book-caption {
  color: #23CB5F;
  transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
@media (min-width: 768px) {
  .books-wrap .book-thumb.active .img-wrap .btn-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.books-wrap .share {
  position: absolute;
  right: 67px;
  font-size: 20px;
  padding: 0px 10px;
  text-decoration: none;
  top: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .books-wrap .share {
    bottom: 0;
    top: auto;
    right: 100px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .share {
    right: 115px;
  }
}
.books-wrap .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .books-wrap .owl-nav {
    bottom: 0;
    top: auto;
  }
}
.books-wrap .owl-nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  width: 23px;
  background-color: #fff !important;
  border: 1.9px solid #19afff !important;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
.books-wrap .owl-nav button i {
  font-size: 11px;
}
@media (min-width: 992px) {
  .books-wrap .owl-nav button {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .owl-nav button {
    height: 38px;
    width: 38px;
  }
}
.books-wrap .owl-nav button.owl-prev {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .books-wrap .owl-nav button.owl-prev {
    margin-right: 15px;
  }
}
.books-wrap .book-exp-wrap {
  background: #fff;
  border: 1px solid rgba(25, 175, 255, 0.35);
  -webkit-box-shadow: 0px 13px 26px rgba(2, 104, 159, 0.09);
          box-shadow: 0px 13px 26px rgba(2, 104, 159, 0.09);
  border-radius: 15.5px;
  background: #fff;
  padding: 20px 10px;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .books-wrap .book-exp-wrap {
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap {
    padding: 36px 55px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-exp-wrap {
    padding: 45px 64px;
  }
}
.books-wrap .book-exp-wrap .close-pop {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 16px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .close-pop {
    display: block;
  }
}
.books-wrap .book-exp-wrap .close-pop i {
  font-size: 25px;
}
.books-wrap .book-exp-wrap .book-exp-item .readmore {
  right: 21px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .readmore {
    position: absolute;
  }
}
.books-wrap .book-exp-wrap .book-exp-item .img-sec {
  text-align: center;
}
.books-wrap .book-exp-wrap .book-exp-item .img-sec img {
  border-radius: 10px;
  width: 64px;
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .img-sec img {
    width: 190px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-exp-wrap .book-exp-item .img-sec img {
    width: 214px;
  }
}
.books-wrap .book-exp-wrap .book-exp-item .img-sec p {
  font-weight: 600;
  text-align: center;
  color: #141414;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .books-wrap .book-exp-wrap .book-exp-item .img-sec p {
    display: block;
  }
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .img-sec p {
    font-size: 18px;
    max-width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-exp-wrap .book-exp-item .img-sec p {
    font-size: 22px;
    max-width: 214px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: center;
  }
}
.books-wrap .book-exp-wrap .book-exp-item .content-sec .btn {
  font-size: 14px;
}
.books-wrap .book-exp-wrap .book-exp-item .content-sec h3 {
  font-weight: normal;
  /* font-style: italic; */
  font-size: 16px;
  color: #000;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec h3 {
    font-size: 26px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec h3 {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec h3 {
    font-size: 42px;
  }
}
.books-wrap .book-exp-wrap .book-exp-item .content-sec p {
  font-weight: normal;
  font-size: 13px;
  color: #000;
  overflow-y: auto;
  max-height: 80px;
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec p {
    max-height: 185px;
  }
}
@media (min-width: 768px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec p {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-exp-wrap .book-exp-item .content-sec p {
    font-size: 25px;
  }
}
.books-wrap .book-sec {
  position: fixed;
  width: 100%;
  left: 0px;
  padding: 0px 10px;
  bottom: 60px;
  z-index: 100;
}
@media (min-width: 768px) {
  .books-wrap .book-sec {
    position: static;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .books-wrap .book-sec {
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .books-wrap .book-sec {
    padding-right: 15px;
  }
}

.add-to-favourite {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  font-size: 14px;
  padding: 5px;
  display: block;
}
@media (min-width: 768px) {
  .add-to-favourite {
    font-size: 17px;
  }
}
.add-to-favourite i {
  color: #19AFFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.add-to-favourite .icon-heart-fill {
  color: #dc3545;
}

.book-max-mobile {
  max-height: 375px;
  overflow-y: auto;
}

.book-exp-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 18px 0px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #19AFFF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.topics-list .topic a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 10px 0px;
  display: block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
@media (min-width: 768px) {
  .topics-list .topic a {
    font-size: 14px;
    margin: 12px 0px;
  }
}
@media (min-width: 1200px) {
  .topics-list .topic a {
    font-size: 16px;
    margin: 15px 0px;
  }
}
@media (min-width: 1600px) {
  .topics-list .topic a {
    font-size: 18px;
    margin: 18px 0px;
  }
}
.topics-list .topic a:hover {
  color: #19AFFF;
}

.topbar.bg-primary {
  background-color: #19AFFF !important;
}

.video-dashboard .btn-primary {
  background-color: #19AFFF !important;
  border-color: #19AFFF !important;
}

.top-head .main-nav ul li a {
  font-size: 1.1rem;
  font-family: "Muli", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.front-page .welcome-message-right .ttl-lg,
.front-page .welcome-message-right p,
.front-page .welcome-message-right .btn,
.front-page .latest-sermons-wrap .ttl-lg,
.front-page .latest-sermons-wrap .top-action,
.front-page .latest-sermons-wrap .vdo-poster,
.front-page .banner-player, .front-page .latest-sermons-wrap .crf-player,
.front-page .latest-book-wrap .ttl-lg,
.front-page .latest-book-wrap .bookslider .item,
.front-page .sec-upcoming-meeting .ttl-lg,
.front-page .upcoming-mtng-wrap .item-box-inr,
.front-page .sec-upcoming-meeting .view-all,
.front-page .latest-book .view-all,
.front-page .sec-latest-songs .ttl-lg, .front-page .sec-latest-songs .vdo-poster, .front-page .sec-latest-songs .mp3-poster, .front-page .sec-latest-songs .view-all {
  opacity: 0;
}
.front-page body.banner-videoplayer .banner .iframe-palyer {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.front-page body.banner-videoplayer .banner .bp-row {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.uncover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.uncover_slice {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(0, 0, 0, 0.5);
}

.about-us {
  overflow: hidden;
}
.about-us .about-sec1 h1, .about-us .about-sec1 p,
.about-us .about-sec2 .ttl-lg, .about-us .about-sec2 p,
.about-us .about-sec3 .ttl-md, .about-us .about-sec3 .col-lg-8,
.about-us .about-sec4 .ttl-lg, .about-us .about-sec4 .mission-row,
.about-us .about-sec5 .sec-top .ttl-lg, .about-us .about-sec5 .sec-top p,
.about-us .about-sec5 .activity-bottom,
.about-us .about-sec6 .ttl-lg, .about-us .about-sec6 .vdo-poster, .about-us .about-sec6 .about-ctn p {
  opacity: 0;
}

.abiding-peace .abiding-list-row .item-bx,
.abiding-peace .abp-listing-sec .crf-serchbox {
  opacity: 0;
}

.anim-floating {
  animation: float 6s ease-in-out infinite;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
}

.anim-floatingbanner {
  animation: float2 15s ease-in-out infinite;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-animation: float2 15s ease-in-out infinite;
  -moz-animation: float2 15s ease-in-out infinite;
  -o-animation: float2 15s ease-in-out infinite;
}

.anim-rotate {
  animation: rotate 2s linear infinite;
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
}

.anim-zoom {
  animation: zoom 1s ease-in infinite;
  -webkit-animation: zoom 1s ease-in infinite;
  -moz-animation: zoom 1s ease-in infinite;
  -o-animation: zoom 1s ease-in infinite;
}

.anim-fly {
  animation: fly 10s linear infinite;
  -webkit-animation: fly 10s linear infinite;
  -moz-animation: fly 10s linear infinite;
  -o-animation: fly 10s linear infinite;
}

.anim-fly2 {
  animation: fly2 15s linear infinite;
  -webkit-animation: fly2 15s linear infinite;
  -moz-animation: fly2 15s linear infinite;
  -o-animation: fly2 15s linear infinite;
}

.anim-cloud {
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}

.anim-cloud-right {
  -webkit-animation: moveclouds-right 35s linear infinite;
  -moz-animation: moveclouds-right 35s linear infinite;
  -o-animation: moveclouds-right 35s linear infinite;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes float2 {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  50% {
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
    -webkit-transform: translatex(15px);
            transform: translatex(15px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  50% {
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
    -webkit-transform: translatex(15px);
            transform: translatex(15px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  50% {
    -webkit-transform: translatey(15px);
            transform: translatey(15px);
    -webkit-transform: translatex(15px);
            transform: translatex(15px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  50% {
    -webkit-transform: translatey(-50px);
            transform: translatey(-50px);
    -webkit-transform: translatex(-50px);
            transform: translatex(-50px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
  50% {
    -webkit-transform: translatey(-50px);
            transform: translatey(-50px);
    -webkit-transform: translatex(-50px);
            transform: translatex(-50px);
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    -webkit-transform: translatex(0);
            transform: translatex(0);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translateY(500%) rotate(10deg);
  }
  10% {
    -webkit-transform: translateY(400%) rotate(-12deg);
  }
  20% {
    -webkit-transform: translateY(300%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(200%) rotate(-12deg);
  }
  40% {
    -webkit-transform: translateY(100%) rotate(10deg);
  }
  60% {
    -webkit-transform: translateY(-100%) rotate(-20deg);
  }
  70% {
    -webkit-transform: translateY(-200%) rotate(12deg);
  }
  80% {
    -webkit-transform: translateY(-300%) rotate(20deg);
  }
  90% {
    -webkit-transform: translateY(-400%) rotate(-12deg);
  }
  100% {
    -webkit-transform: translateY(-500%) rotate(10deg);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(500%) rotate(10deg);
  }
  10% {
    -webkit-transform: translateY(400%) rotate(-12deg);
  }
  20% {
    -webkit-transform: translateY(300%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(200%) rotate(-12deg);
  }
  40% {
    -webkit-transform: translateY(100%) rotate(10deg);
  }
  60% {
    -webkit-transform: translateY(-100%) rotate(-20deg);
  }
  70% {
    -webkit-transform: translateY(-200%) rotate(12deg);
  }
  80% {
    -webkit-transform: translateY(-300%) rotate(20deg);
  }
  90% {
    -webkit-transform: translateY(-400%) rotate(-12deg);
  }
  100% {
    -webkit-transform: translateY(-500%) rotate(10deg);
  }
}
@keyframes fly2 {
  0% {
    -webkit-transform: translateY(200%) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(50%) rotate(-12deg);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-12deg);
  }
  100% {
    -webkit-transform: translateY(-200%) rotate(-12deg);
  }
}
@-webkit-keyframes fly2 {
  0% {
    -webkit-transform: translateY(200%) rotate(10deg);
  }
  25% {
    -webkit-transform: translateY(50%) rotate(-12deg);
  }
  50% {
    -webkit-transform: translateY(0%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(-12deg);
  }
  100% {
    -webkit-transform: translateY(-200%) rotate(-12deg);
  }
}
@-webkit-keyframes moveclouds {
  0% {
    padding-left: 2000px;
  }
  100% {
    padding-left: -2000px;
  }
}
@-webkit-keyframes moveclouds-right {
  0% {
    padding-right: -2000px;
  }
  100% {
    padding-left: 2000px;
  }
}
.crf-footer {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
  background: white;
}
@media (max-width: 1600px) {
  .crf-footer {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .crf-footer {
    padding-top: 2.1875rem;
    padding-bottom: 2.8125rem;
  }
}
.crf-footer .ftr-logo {
  width: 180px;
}
@media (max-width: 991px) {
  .crf-footer .ftr-logo {
    width: 130px;
    margin-bottom: 0.9375rem;
  }
}
.crf-footer ul {
  padding-left: 1.5625rem;
  margin: 0;
}
@media (max-width: 767px) {
  .crf-footer ul {
    margin-bottom: 0.9375rem;
  }
}
.crf-footer ul li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .crf-footer ul li {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.crf-footer ul li a {
  color: #003857;
  text-decoration: none;
  font-weight: 600;
  display: block;
}
.crf-footer ul li a:hover, .crf-footer ul li a.active {
  color: #19AFFF;
}
.crf-footer .ftr-ttl {
  font-size: 1.1875rem;
  font-weight: 700;
}
.crf-footer .ftr-mail {
  font-weight: 200;
}
.crf-footer .ftr-mail i {
  color: #19AFFF;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.crf-footer .ftr-mail a {
  font-size: 16px;
}
.crf-footer .ftr-phone {
  font-size: 1.1875rem;
  font-weight: 600;
  color: #003857;
}
.crf-footer .ftr-phone a {
  font-size: 16px;
}
.crf-footer .ftr-phone i {
  color: #23CB5F;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.crf-footer .ftr-bottom {
  border-top: 1px solid rgba(137, 137, 137, 0.13);
  color: #141414;
  font-size: 0.875rem;
  padding-top: 2.1875rem;
  margin-top: 2.1875rem;
}
@media (max-width: 767px) {
  .crf-footer .ftr-bottom {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-top: 1.5625rem;
    font-size: 1rem;
  }
}
.crf-footer .ftr-bottom a {
  color: #141414;
  text-decoration: none;
}
.crf-footer .ftr-bottom a:hover {
  color: #19AFFF;
}

.alert-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 10px 25px;
  border-radius: 6px;
  display: none;
  z-index: 2000;
}
.alert-box.success {
  border: 1px solid #18d393;
  background-color: #6bebbf;
  color: #0b9465;
}

.footer {
  border-top: 1px solid rgba(137, 137, 137, 0.13);
}
@media (min-width: 768px) {
  .footer {
    border-top: none;
  }
}

.readmore img {
  width: 16px;
}

/* 14-09-2022 */
.video-sec .video-inner-cards .modal{
  margin: auto;
  height: 100%;
  top: inherit;
  bottom: 25px;
}
.video-sec .video-inner-cards .modal .modal-dialog{
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: flex-end !important;
}
.video-sec .video-inner-cards .modal .modal-content{
  max-height: 300px;
  height: 100%;
  background-color: #def4ff;
  overflow: hidden;
}
.video-sec .video-inner-cards .modal .modal-content .modal-body{
  overflow-y: hidden;
}
.video-sec .video-inner-cards .modal .modal-content .lyrics-wrap{
  overflow-y: auto;
  height: 100%;
  scroll-behavior: smooth;
}
.video-sec .video-inner-cards .modal .modal-content .lyrics-wrap p{
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
}
.modal-backdrop{
  opacity: 0 !important;
}
.modal-open{
  overflow-y: scroll !important;
}
.video-sec .video-inner-cards .card .video-menu li{
  cursor: pointer;
  transition: .2s;
  font-weight: 600;
  font-size: 14px;
}
.video-sec .video-inner-cards .card .video-menu li:hover{
  color: #0085cc;
}
.contact-sec .adrs-details .p-22 a{
  color: #141414;
  transition:  .2s;
}
.contact-sec .adrs-details .p-22 a:hover{
  color: #19AFFF;
}

@media (max-width: 1199.98px){
  .card-body .video-menu li img{
    display: block;
  }
}

/* 30-09-22 */
#bannerVideoTwo .modal-dialog .modal-content .modal-header .close,
#bannerVideoOne .modal-dialog .modal-content .modal-header .close {
  color: #000;
}

/* 03-10-2022 */
.crf-fixed-bottom-player .track-title-text div h3{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box
}
.crf-fixed-bottom-player .track-title-text div p{
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box
}
.video-sec .card-body h3{
  font-family: "Manjari", sans-serif;
}
@media (max-width: 1199.98px){
  .main-nav ul li.submenu i{
    width: 100%;
  }
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-ctn .bx-ttl{
  visibility: visible !important;
  font-size: 21px;
}
.sec-upcoming-meeting .upcoming-mtng-wrap .item-box-inr .item-bx-hover-ctn .ctn .h-name{
  font-size: 21px;
}

/* 06-10-22 */
.mob-sort form .sort{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.mob-sort form .sort label{
  margin-bottom: 0;
}
.mob-sort form .sort .form-control{
  width: 120px;
    height: 45px !important;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(46, 185, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 9px;
    padding-right: 20px;
    margin-left: 15px;
}
.mob-sort form .sort .form-control .current{
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 767px){
  .mob-sort .head{
    margin-bottom: 0;
  }
}
@media (max-width: 576px){
  .mob-sort form .sort .form-control{
    width: 91px;
  }
}
/* 13-10-2022 */
.books-wrap .book-thumb .bookcategoryall{
  font-family: 'muli';
  font-size: 9px;
}
@media (min-width: 768px){
  .books-wrap .book-thumb .bookcategoryall{
    font-size: 1rem;
  }
}

/* 16-01-23  */
.books-wrap .book-thumb .book-caption.font-ml{
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .books-wrap .book-exp-wrap .close-pop {
    padding: 16px 16px 5px 5px;
  }
}

/* 3-3-23 */
.home-banner .slide-item .brn-hright .button-container-slide {
  align-items: center;
  width: 100%;
}

.home-banner .slide-item .brn-hright .button-container-slide .btn-wrap{
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}
.home-banner .slide-item .brn-hright .button-container-slide .btn-wrap .btn{
  margin-top: 0 !important;
}

@media(max-width: 767.98px){
  .home-banner .slide-item .brn-hright .button-container-slide .btn-wrap{
    padding: 0rem 1rem;
  }
}
@media(max-width: 575.98px){
  .home-banner .slide-item .brn-hright .button-container-slide .btn-wrap{
    gap: 0.7rem;
  }
}