@charset "UTF-8";
/*
 =========================================================
 * Blk• Design System - v1.0.0
 =========================================================

 * Product Page: https://www.creative-tim.com/product/blk-design-system
 * Copyright 2018 Creative Tim (http://www.creative-tim.com)


 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
/*     brand Colors              */
/* navbar color */
@-webkit-keyframes move-left-right {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }
@keyframes move-left-right {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); } }

:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #ffffff;
  --gray: #2f2f2f;
  --gray-dark: #262626;
  --light: #454545;
  --accent: #ff71ab;
  --primary: #296bd6;
  --secondary: #f4f5f7;
  --success: #00f2c3;
  --info: #1656a3;
  --warning: #ff8d72;
  --danger: #fd5d93;
  --light: #333333;
  --dark: #212121;
  --default: #296bd6;
  --white: #ffffff;
  --neutral: #ffffff;
  --darker: black;
  --accent: #ff71ab;
  --lighter: #e4e4e4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::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(7, 7, 7, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.955rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2a2a;
  text-align: left;
  background-color: #ffffff; }

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

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

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

dt {
  font-weight: 600; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #296bd6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #1d4b96;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #9e9e9e;
  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="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.2; }

.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2; }

.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.2; }

.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.2; }

@media (min-width: 768px) {
  .display-md-title {
    font-size: 4rem; } }

@media (max-width: 991.98px) {
  .display-md-title {
    font-size: 2.5rem; } }

@media (min-width: 768px) {
  .display-md-subtitle {
    font-size: 1rem; } }

@media (max-width: 991.98px) {
  .display-md-subtitle {
    font-size: 0.9rem; } }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 0.0625rem solid rgba(7, 7, 7, 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; }

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

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

.figure {
  display: inline-block; }

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212121;
  border-radius: 0.2857rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(7, 7, 7, 0.25);
          box-shadow: inset 0 -0.1rem 0 rgba(7, 7, 7, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600;
    -webkit-box-shadow: none;
            box-shadow: none; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 990px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

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

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

 .col-2, .col-3, .col-4, .col-6, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-4, .col-sm-6, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-8 {
  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-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

.order-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; }

@media (min-width: 576px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } }

@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-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-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; } }

@media (min-width: 992px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 0.0625rem solid #585858; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #585858; }
  .table tbody + tbody {
    border-top: 0.125rem solid #585858; }
  .table .table {
    background-color: #ffffff; }

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.36429rem + 2px);
  padding: 0.5rem 0.7rem;
  font-size: 0.955rem;
  line-height: 1.42857;
  color: #262626;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cad1d7;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #262626;
    background-color: #ffffff;
    border-color: rgba(50, 151, 211, 0.25);
    outline: 0;
    -webkit-box-shadow: none, none;
            box-shadow: none, none; }
  .form-control::-webkit-input-placeholder {
    color: #333333;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #333333;
    opacity: 1; }
  .form-control::placeholder {
    color: #333333;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #6a6a6a;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #262626;
  background-color: transparent; }

.form-control-sm {
  height: calc(1.60507rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.81857rem;
  line-height: 1.35;
  border-radius: 0.2857rem; }

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

textarea.form-control {
  height: auto; }

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

.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: #9e9e9e; }

.form-check-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: 8px 48px;
  font-size: 0.955rem;
  line-height: 1.35em;
  border-radius: 10px;
  -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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
      -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08), none;
              box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08), none; }

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

.btn-primary {
  color: #ffffff;
  background-color: #296bd6;
  border-color: #296bd6;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #235bb6;
    border-color: #2156ab; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(41, 107, 214, 0.5);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(41, 107, 214, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #296bd6;
    border-color: #296bd6; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #2156ab;
    border-color: #1f50a1; }
    .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: none, 0 0 0 0 rgba(41, 107, 214, 0.5);
              box-shadow: none, 0 0 0 0 rgba(41, 107, 214, 0.5); }

.btn-white {
  color: #212121;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .btn-white:hover {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212121;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212121;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
              box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5); }

.btn-neutral {
  color: #212121;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); }
  .btn-neutral:hover {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-neutral:focus, .btn-neutral.focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  .btn-neutral.disabled, .btn-neutral:disabled {
    color: #212121;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled).active,
  .show > .btn-neutral.dropdown-toggle {
    color: #212121;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-neutral:not(:disabled):not(.disabled):active:focus, .btn-neutral:not(:disabled):not(.disabled).active:focus,
    .show > .btn-neutral.dropdown-toggle:focus {
      -webkit-box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
              box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5); }

.btn-outline-primary {
  color: #296bd6;
  background-color: transparent;
  background-image: none;
  border-color: #296bd6; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #296bd6;
    border-color: #296bd6; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(41, 107, 214, 0.5);
            box-shadow: 0 0 0 0 rgba(41, 107, 214, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #296bd6;
    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: #ffffff;
    background-color: #296bd6;
    border-color: #296bd6; }
    .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 rgba(41, 107, 214, 0.5);
              box-shadow: 0 0 0 0 rgba(41, 107, 214, 0.5); }

.btn-lg {
  padding: 15px 48px;
  font-size: 1.09061rem;
  line-height: 1.35;
  border-radius: 0.4285rem; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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


.dropdown {
  position: relative; }

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.955rem;
  color: #2a2a2a;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(7, 7, 7, 0.15);
  border-radius: 0.1428rem;
  -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #141414;
    text-decoration: none;
    background-color: #707070; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #296bd6; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #2f2f2f;
    background-color: transparent; }

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

.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 {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control {
      margin-left: -1px; }
  .input-group > .form-control:focus {
    z-index: 3; }
  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 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: #2f2f2f; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #296bd6; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0.9375rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.39829rem;
  padding-bottom: 0.39829rem;
  margin-right: 0.9375rem;
  font-size: 1.09061rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09061rem;
  line-height: 1;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 10px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.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: #ffffff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(7, 7, 7, 0.05);
  border-radius: 0.2857rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.2857rem;
    border-top-right-radius: 0.2857rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.2857rem;
    border-bottom-left-radius: 0.2857rem; }

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

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

.card-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #707070;
  border-bottom: 0.0625rem solid rgba(7, 7, 7, 0.05); }
  .card-header:first-child {
    border-radius: calc(0.2857rem - 0.0625rem) calc(0.2857rem - 0.0625rem) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

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

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

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.68187rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #ffffff;
  background-color: #296bd6; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2156ab; }

.alert {
  position: relative;
  padding: 0.9rem 1.25rem;
  margin-bottom: 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.2857rem; }

.alert-success {
  color: #00f2c3;
  background-color: #29f4cd;
  border-color: #29f4cd; }
  .alert-success hr {
    border-top-color: #11f3c7; }

.alert-danger {
  color: #fd5d93;
  background-color: #fd77a4;
  border-color: #fd77a4; }
  .alert-danger hr {
    border-top-color: #fd5e93; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.71625rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.875rem;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3); }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  margin-bottom: -0.0625rem;
  background-color: #ffffff;
  border: 0.0625rem solid #9e9e9e; }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #2f2f2f;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #296bd6;
    border-color: #296bd6; }

.close {
  float: right;
  font-size: 1.4325rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: rgba(0, 0, 0, 0.6);
      text-decoration: none;
      opacity: .75; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -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%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .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-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(7, 7, 7, 0.2);
  border-radius: 0.2857rem;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
  outline: 0; }

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-content {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17); } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.81857rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.81857rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(7, 7, 7, 0.05);
  border-radius: 0.4285rem;
  -webkit-box-shadow: 0px 0.5rem 2rem 0px rgba(7, 7, 7, 0.2);
          box-shadow: 0px 0.5rem 2rem 0px rgba(7, 7, 7, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 0.75rem;
    margin: 0 0.4285rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.popover-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.955rem;
  color: #262626;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.4285rem - 1px);
  border-top-right-radius: calc(0.4285rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.75rem 0.75rem;
  color: #2a2a2a; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.bg-primary {
  background-color: #296bd6 !important; }

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

.bg-default {
  background-color: #296bd6 !important; }

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #2156ab !important; }

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

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

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

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

.border {
  border: 0.0625rem solid #9e9e9e !important; }

.border-top {
  border-top: 0.0625rem solid #9e9e9e !important; }

.border-right {
  border-right: 0.0625rem solid #9e9e9e !important; }

.border-bottom {
  border-bottom: 0.0625rem solid #9e9e9e !important; }

.border-left {
  border-left: 0.0625rem solid #9e9e9e !important; }

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

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

.border-lighter {
  border-color: #e4e4e4 !important; }

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

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

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

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

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

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

.d-block {
  display: block !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-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !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-block {
    display: block !important; } }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !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; }

.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-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !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; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !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; } }

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

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

@media (min-width: 768px) {
  .float-md-right {
    float: right !important; } }

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

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

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

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(7, 7, 7, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(7, 7, 7, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1) !important; }

.shadow-lg {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important; }

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

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

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

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

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

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


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

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


.mx-0 {
  margin-left: 0 !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; }

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

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

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

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

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

.ml-sm {
  margin-left: 2rem !important; }

.mb-lg {
  margin-bottom: 6rem !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; }


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


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


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


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


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


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


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


.py-sm {
  padding-top: 2rem !important; }


.py-sm {
  padding-bottom: 2rem !important; }


.py-md {
  padding-top: 4rem !important; }


.py-md {
  padding-bottom: 4rem !important; }

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

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

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


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

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  
  .mx-md-0 {
    margin-left: 0 !important; }
  
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  
  .px-md-3 {
    padding-right: 1rem !important; }
  
  .px-md-3 {
    padding-left: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  
  .py-md-sm {
    padding-top: 2rem !important; }
  
  .py-md-sm {
    padding-bottom: 2rem !important; }
  
  .px-md-md {
    padding-right: 4rem !important; }
  
  .px-md-md {
    padding-left: 4rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  
  .mx-md-auto {
    margin-right: auto !important; }
  
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  
  .mx-lg-0 {
    margin-right: 0 !important; }
  
  .mx-lg-0 {
    margin-left: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-md {
    margin-right: 4rem !important; }
  .ml-lg-md {
    margin-left: 4rem !important; }
  
  .px-lg-0 {
    padding-right: 0 !important; }
  
  .px-lg-0 {
    padding-left: 0 !important; }
  
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  
  .px-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .ml-xl-auto {
    margin-left: auto !important; } }

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

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

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

@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; } }

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

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

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

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

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

.text-primary {
  color: #296bd6 !important; }

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

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

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

.text-success {
  color: #00f2c3 !important; }

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

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

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

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

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

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

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

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

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

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

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-accent {
  color: #ff71ab !important; }

a.text-accent:hover, a.text-accent:focus {
  color: #ff3e8d !important; }

.text-muted {
  color: #9e9e9e !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/*.navbar{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(163,163,163,0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(163,163,163,0.5);
    box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.5);
}*/
body {
  scroll-behavior: smooth; }

.container.quote {
  height: 400px;
  text-align: center;
  padding: inherit;
  line-height: 200px;
  vertical-align: middle; }

.quotation {
  line-height: 50px;
  font-size: 2.8em;
  color: #ffffff; }

.flow-text {
  opacity: 0;
  min-width: 300px;
  /*max-width: 300px;*/ }

.flow-underline {
  opacity: 0;
  width: 0%; }

.form-submit-notification {
  opacity: 0; }

.wrapper {
  width: 100%;
  margin-top: 60px; }

/*loader dots*/
.spinner {
  /*margin: 100px auto 0;*/
  width: 70px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 46%;
  visibility: hidden; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #1656a3;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.all-container {
  opacity: 1; }

label.optional:after {
  content: " - optional";
  font-style: italic;
  opacity: 0.4; }

span.validation-msg {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: none;
  color: #ff2727; }

.margin-right {
  margin-right: 20px; }

.margin-left {
  margin-left: 20px; }

/*
   * Set up the keyframes to actually describe the begining and end states of 
   * the animation.  The browser will interpolate all the frames between these 
   * points.  Again, remember your vendor-specific prefixes for now!
   */
.orbit {
  -webkit-animation: myOrbit 8s linear;
  /* Chrome, Safari 5 */
  /* Firefox 5-15 */
  /* Opera 12+ */
  animation: myOrbit 8s linear;
  /* Chrome, Firefox 16+, 
                                                        IE 10+, Safari 5 */ }

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(-45deg) translateX(-196px); }
  to {
    -webkit-transform: rotate(45deg) translateX(196px); } }

@keyframes myOrbit {
  0% {
    -webkit-transform: rotate(-45deg) translateX(-196px);
            transform: rotate(-45deg) translateX(-196px); }
  6.66%,
  13.34%,
  20% {
    -webkit-transform: rotate(0deg) translateX(-196px);
            transform: rotate(0deg) translateX(-196px); }
  26.66%,
  33.34%,
  40% {
    -webkit-transform: rotate(45deg) translateX(-196px);
            transform: rotate(45deg) translateX(-196px); }
  50%,
  60% {
    -webkit-transform: rotate(135deg) translateX(-196px);
            transform: rotate(135deg) translateX(-196px); }
  66.66%,
  73.34%,
  80% {
    -webkit-transform: rotate(180deg) translateX(-196px);
            transform: rotate(180deg) translateX(-196px); }
  86.66%,
  93.34%,
  100% {
    -webkit-transform: rotate(225deg) translateX(-196px);
            transform: rotate(225deg) translateX(-196px); }
  /*to   { transform: rotate(45deg) translateX(195px); }*/ }

@media screen and (min-width: 1024px) {
  #flow-section {
    display: none !important; } }

img.logo-main {
  width: 120px; }

#alert-notif {
  opacity: 0; }

col-md-5:empty {
  display: none; }

h1,
h2,
h3,
h4 {
  color: #212121 !important; }

.rounded {
  border-radius: 10px !important; }

.text-xsmall {
  font-size: 12px; }

.text-muted {
  color: #9e9e9e !important; }

.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content; }

.top {
  top: 0; }

.left {
  left: 0; }

.bottom {
  bottom: 0; }

.right {
  right: 0; }

video {
  pointer-events: none; }

.anchor {
  padding-top: 200px;
  margin-top: -200px; }

.zi--1 {
  z-index: -1; }

.zi-2 {
  z-index: 2; }

@media (min-width: 768px) {
  .scale-md-1 {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

.transition {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.text-instagram {
  color: #e1306c !important; }

.carousel-parent {
  overflow: hidden;
  position: relative; }

.carousel-container {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 75%;
  margin: 0 auto;
  height: 250px;
  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;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 600px;
          perspective: 600px;
  --carouselitems: 5;
  --carouselmiddle: 3;
  --carouselposition: 2;
  pointer-events: none; }
  @media (max-width: 767.98px) {
    .carousel-container {
      width: 100%; } }
  .carousel-container.carousel-9 {
    --carouselitems: 9; }

div.carousel-child {
  position: absolute;
  width: 75%;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  background: #ffffff;
  --r: calc(var(--carouselposition) - var(--carouseloffset));
  --abs: max(calc(var(--r) * -1), var(--r));
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-108% * var(--r)));
          transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-108% * var(--r)));
  --c: calc(var(--carouselposition) - var(--carouseloffset));
  --diff: min((max(var(--c) * -1, var(--c))), 1);
  opacity: calc(1 - (var(--diff) * 0.5));
  z-index: calc((var(--carouselposition) - var(--abs))); }
  @media (max-width: 767.98px) {
    div.carousel-child {
      min-height: auto;
      width: 100%; } }

div.carousel-child:nth-of-type(1) {
  --carouseloffset: 1; }

div.carousel-child:nth-of-type(2) {
  --carouseloffset: 2; }

div.carousel-child:nth-of-type(3) {
  --carouseloffset: 3; }

div.carousel-child:nth-of-type(4) {
  --carouseloffset: 4; }

div.carousel-child:nth-of-type(5) {
  --carouseloffset: 5; }

div.carousel-child:nth-of-type(6) {
  --carouseloffset: 6; }

div.carousel-child:nth-of-type(7) {
  --carouseloffset: 7; }

div.carousel-child:nth-of-type(8) {
  --carouseloffset: 8; }

div.carousel-child:nth-of-type(9) {
  --carouseloffset: 9; }

input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3; }

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3; }

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3; }

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3; }

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3; }

.carousel-arrow {
  position: absolute;
  font-size: 2.5rem;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 767.98px) {
    .carousel-arrow {
      top: auto; } }
  .carousel-arrow.left {
    left: 10%; }
  .carousel-arrow.right {
    right: 10%; }

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #e4e4e4;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white; }

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #296bd6;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white; }

.form-progressbar {
  counter-reset: step;
  padding-left: 0; }
  .form-progressbar li {
    list-style: none;
    display: inline-block;
    width: 30.33%;
    position: relative;
    text-align: center;
    cursor: pointer; }
    .form-progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #ddd;
      border-radius: 100%;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      background-color: #fff;
      position: relative;
      z-index: 1; }
    .form-progressbar li:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ddd;
      top: 15px;
      left: -50%;
      z-index: 0; }
    .form-progressbar li:first-child:after {
      content: none; }
    .form-progressbar li.active {
      color: green; }
      .form-progressbar li.active:before {
        border-color: green; }
      .form-progressbar li.active:after {
        background-color: green; }

#response-form input[type="radio"],
#response-form input[type="checkbox"],
#response-form-exit input[type="radio"],
#response-form-exit input[type="checkbox"] {
  cursor: pointer; }
  #response-form input[type="radio"]:checked + label,
  #response-form input[type="checkbox"]:checked + label,
  #response-form-exit input[type="radio"]:checked + label,
  #response-form-exit input[type="checkbox"]:checked + label {
    color: #306ad1; }

#response-form fieldset:not(:first-of-type),
#response-form-exit fieldset:not(:first-of-type) {
  display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader {
  border: 1px solid #e8f1ff;
  border-top: 1px solid #296bd6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }
  .loader.loader-lg {
    width: 40px;
    height: 40px;
    border-width: 2px; }

.businessType-dropdown {
  position: relative; }
  .businessType-dropdown .dropdown-toggle {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
    .businessType-dropdown .dropdown-toggle::after {
      right: 0.5rem;
      position: absolute;
      top: 1.25rem;
      margin: 0;
      left: auto; }
  .businessType-dropdown .dropdown-menu {
    border-radius: 0.5rem;
    padding-top: 0;
    max-height: 250px;
    width: 100%;
    overflow: auto; }
    .businessType-dropdown .dropdown-menu::before {
      content: unset; }
    .businessType-dropdown .dropdown-menu .dropdown-item {
      word-break: break-word;
      max-width: 100%;
      white-space: normal;
      padding: 0.5rem 1rem;
      margin: 0; }
      .businessType-dropdown .dropdown-menu .dropdown-item.active, .businessType-dropdown .dropdown-menu .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #296bd6; }

#ExitIntentPopup {
  z-index: 1051; }
  #ExitIntentPopup .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    #ExitIntentPopup .modal-dialog .close {
      cursor: pointer;
      position: absolute;
      top: -0.5rem;
      right: -0.5rem;
      z-index: 6;
      background: #e9e9e9;
      border-radius: 50%;
      padding: 0.5rem;
      opacity: 1;
      width: 30px;
      height: 30px;
      font-size: 1rem; }
      #ExitIntentPopup .modal-dialog .close:focus {
        outline: none; }

#ExitIntentBackdrop {
  z-index: 1050;
  opacity: 1; }

.landing-page-wrapper {
  background-color: #296bd6;
  margin-top: 72px; }
  .landing-page-wrapper .landing-page-home {
    position: relative;
    padding: 2rem 0 !important; }
    @media (max-width: 767.98px) {
      .landing-page-wrapper .landing-page-home {
        padding: 1rem 0; } }
    .landing-page-wrapper .landing-page-home .social-media-post-imgs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-left: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .landing-page-wrapper .landing-page-home .social-media-post-imgs img {
        height: 330px;
        -webkit-transform: rotateZ(-15deg);
                transform: rotateZ(-15deg); }
        @media (max-width: 767.98px) {
          .landing-page-wrapper .landing-page-home .social-media-post-imgs img {
            height: 270px; } }
        .landing-page-wrapper .landing-page-home .social-media-post-imgs img:last-child {
          margin-left: -45px; }
    .landing-page-wrapper .landing-page-home .heading {
      color: #ffffff !important;
      font-size: 3rem;
      font-weight: 600;
      line-height: 1.2;
      text-transform: capitalize; }
      @media (max-width: 767.98px) {
        .landing-page-wrapper .landing-page-home .heading {
          font-size: 1.5rem;
          text-align: center; } }
    .landing-page-wrapper .landing-page-home .sub-heading {
      color: #ffffff !important; }
      @media (max-width: 767.98px) {
        .landing-page-wrapper .landing-page-home .sub-heading {
          font-size: 0.75rem;
          text-align: center; } }
      .landing-page-wrapper .landing-page-home .sub-heading span {
        border-bottom: 3px solid #ff71ab; }
    .landing-page-wrapper .landing-page-home .display-3 {
      line-height: 1.2; }
      @media (max-width: 767.98px) {
        .landing-page-wrapper .landing-page-home .display-3 {
          font-size: 1.5rem; } }

.social-media-post-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-media-post-imgs img {
    height: 330px;
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg); }
    @media (max-width: 767.98px) {
      .social-media-post-imgs img {
        height: 270px; } }
    .social-media-post-imgs img:last-child {
      margin-left: -45px; }

@media (max-width: 767.98px) {
  .compare-section .display-2 {
    font-size: 1.75rem; } }

.about-img {
  width: 180px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1.5rem; }

.business-marketers {
  text-align: center;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991.98px) {
    .business-marketers a {
      margin: 0 2rem !important;
      margin-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    .business-marketers a {
      margin: 0 !important;
      margin-bottom: 1rem; } }
  .business-marketers a i {
    font-size: 12px; }
  .business-marketers a .trust-pilot i {
    color: #4fb37e; }
  .business-marketers a .product-hunt {
    position: relative;
    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; }
    .business-marketers a .product-hunt h1 {
      position: absolute;
      font-size: 20px;
      font-weight: 700; }
    .business-marketers a .product-hunt img {
      width: 38px; }
  .business-marketers a img {
    width: 130px; }
    @media (max-width: 767.98px) {
      .business-marketers a img {
        width: 100px; } }
    .business-marketers a img.badge-icon {
      width: 160px; }
      @media (max-width: 767.98px) {
        .business-marketers a img.badge-icon {
          width: 120px; } }
  @media (min-width: 992px) {
    .business-marketers .language_container {
      font-size: 14px; } }

.customer-review-container {
  overflow: hidden; }
  .customer-review-container .customer-review-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }
    .customer-review-container .customer-review-wrapper::-webkit-scrollbar {
      display: none; }
    .customer-review-container .customer-review-wrapper .review-card {
      max-width: 280px;
      -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25); }
      .customer-review-container .customer-review-wrapper .review-card:not(:last-child) {
        margin-right: 2rem; }
      .customer-review-container .customer-review-wrapper .review-card img,
      .customer-review-container .customer-review-wrapper .review-card iframe {
        width: 100%; }
      .customer-review-container .customer-review-wrapper .review-card.insta-reel img,
      .customer-review-container .customer-review-wrapper .review-card.insta-reel iframe {
        height: 100%; }

.btn.btn-white {
  background: #ffffff;
  border-radius: 24px !important;
  -webkit-box-shadow: 0px 4px 4px #ecedf2;
  box-shadow: 0px 4px 4px #ecedf2;
  color: #296bd6; }
  .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:active:focus {
    background: #e4edfb !important;
    color: #296bd6 !important;
    font-weight: 500 !important; }

textarea.text-white,
input.text-white {
  border-color: #e9e9e9 !important; }
  textarea.text-white::-webkit-input-placeholder,
  input.text-white::-webkit-input-placeholder {
    color: #e9e9e9 !important; }
  textarea.text-white::-moz-placeholder,
  input.text-white::-moz-placeholder {
    color: #e9e9e9 !important; }
  textarea.text-white::-ms-input-placeholder,
  input.text-white::-ms-input-placeholder {
    color: #e9e9e9 !important; }
  textarea.text-white::placeholder,
  input.text-white::placeholder {
    color: #e9e9e9 !important; }

.hashtag-container {
  padding: 2rem 2rem 5rem; }
  .hashtag-container .form-control:not(:focus) {
    border-color: #cacaca;
    resize: none; }
  .hashtag-container .sample-img {
    width: 150px;
    height: 150px;
    border: 1px solid #eeeeee; }
  .hashtag-container #hashtagKW {
    border-radius: 20px; }
  .hashtag-container .hashtag-list-wrapper {
    min-height: 150px;
    max-height: calc(100vh - 230px);
    overflow: auto;
    border: 1px solid #f5f6fa; }
    .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item {
      background: white;
      -webkit-box-shadow: 0 0 10px 0 #ddd;
              box-shadow: 0 0 10px 0 #ddd;
      border-radius: 0.5rem;
      margin-bottom: 0.55rem; }
      .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item .hashtag {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        padding: 0.5rem 1rem; }
        .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item .hashtag .hashtag-info {
          margin: 0 0rem 0 0.5rem;
          overflow: hidden; }
          .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item .hashtag .hashtag-info .hashtag-name {
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis; }
          .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item .hashtag .hashtag-info .hashtag-reached {
            font-size: 12px;
            margin-left: auto; }
      .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item.selected {
        -webkit-box-shadow: 0px 0px 10px rgba(41, 107, 214, 0.45);
                box-shadow: 0px 0px 10px rgba(41, 107, 214, 0.45); }
        .hashtag-container .hashtag-list-wrapper .hashtags-list .hashtags-item.selected .hashtag-name {
          font-weight: 600; }
  .hashtag-container .nav-scrollable .nav-pills {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 25px #dcdce5;
            box-shadow: 0px 4px 25px #dcdce5;
    border-radius: 24px;
    padding: 1rem 2rem; }
    @media (max-width: 767.98px) {
      .hashtag-container .nav-scrollable .nav-pills {
        padding: 0.75rem 1rem;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: hidden; } }
    .hashtag-container .nav-scrollable .nav-pills .nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      margin: 0 3rem; }
      .hashtag-container .nav-scrollable .nav-pills .nav-item .nav-link {
        color: #495057;
        padding: 0;
        margin-right: 1rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 1rem;
        background-color: transparent;
        margin: 0 !important; }
        .hashtag-container .nav-scrollable .nav-pills .nav-item .nav-link.active {
          color: #296bd6;
          background-color: transparent;
          border: 0px;
          border-bottom: 1px solid;
          -o-border-image: linear-gradient(to right, #296bd6, #ea596e);
             border-image: -webkit-gradient(linear, left top, right top, from(#296bd6), to(#ea596e));
             border-image: linear-gradient(to right, #296bd6, #ea596e);
          border-image-slice: 1;
          border-radius: 0;
          -webkit-box-shadow: none;
                  box-shadow: none;
          font-weight: 500; }
        .hashtag-container .nav-scrollable .nav-pills .nav-item .nav-link img {
          width: 15px; }
  .hashtag-container .nav.nav-pills .nav-item {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 3rem; }
    .hashtag-container .nav.nav-pills .nav-item .nav-link {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0 !important;
      background: transparent; }
      .hashtag-container .nav.nav-pills .nav-item .nav-link:hover, .hashtag-container .nav.nav-pills .nav-item .nav-link:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .hashtag-container .tab-content .tab-pane {
    color: #2a2a2a; }
    .hashtag-container .tab-content .tab-pane #upload-img {
      position: absolute;
      opacity: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .hashtag-container .tab-content .tab-pane #upload-img-container {
      border: 1px solid #eeeeee;
      width: 150px;
      height: 150px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .hashtag-container .tab-content .tab-pane .copy-btn {
      background: transparent;
      color: #196bd6;
      border: 1px solid #196bd6; }
      .hashtag-container .tab-content .tab-pane .copy-btn:hover {
        color: #ffffff; }
    .hashtag-container .tab-content .tab-pane button {
      overflow: unset; }

@media (max-width: 991.98px) {
  .responsive-display-2 {
    font-size: 2.25rem; }
  .responsive-display-3 {
    font-size: 1.8rem; }
  .responsive-display-15 {
    font-size: 1.5rem; }
  .responsive-display-4 {
    font-size: 1rem; }
  .navbar.navbar-transparent {
    padding-top: 0 !important; }
  .wrapper {
    margin-top: 3.5; }
  .display-description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .hashtag-container {
    padding: 1rem 1rem 3rem; }
    .hashtag-container .nav.nav-pills .nav-item {
      max-width: 100%;
      margin: 0; }
    .hashtag-container #upload-img-container,
    .hashtag-container .sample-img {
      width: auto !important; } }

#standardPlanContainer tr.top-row td {
  min-width: 230px; }

#standardPlanContainer table th[scope="col"] {
  color: #262626;
  font-size: 18px; }

#standardPlanContainer table th[scope="row"] {
  color: #262626;
  font-size: 16px;
  font-weight: 500; }

#standardPlanContainer table th:not([scope="row"]),
#standardPlanContainer table td {
  text-align: center; }

.competitor-fluid {
  background: #fafcff; }
  .competitor-fluid .input-search {
    position: absolute;
    right: 12px;
    top: 12px; }

.competitor-container .competitor-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .competitor-container .competitor-header .competitor-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #e5edfb;
    padding: 1rem;
    border-radius: 10px; }
    .competitor-container .competitor-header .competitor-info .competitor-avatar {
      margin-right: 1rem; }
      .competitor-container .competitor-header .competitor-info .competitor-avatar img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
    .competitor-container .competitor-header .competitor-info .competitor-details {
      max-width: 500px;
      margin-left: 4rem; }
      .competitor-container .competitor-header .competitor-info .competitor-details h3 {
        font-size: 24px; }
      .competitor-container .competitor-header .competitor-info .competitor-details .text-muted {
        color: #495057 !important;
        margin-bottom: 1rem; }
      .competitor-container .competitor-header .competitor-info .competitor-details a {
        color: #286bd6; }
  .competitor-container .competitor-header .competitor-analysis {
    background: #296bd6;
    color: #ffffff;
    position: relative;
    padding: 2rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      .competitor-container .competitor-header .competitor-analysis::before {
        content: "";
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        display: block;
        position: absolute;
        left: -100px;
        background: #286bd6;
        z-index: 99;
        top: 0;
        width: 100px;
        height: 100%; } }
    .competitor-container .competitor-header .competitor-analysis .bullet-point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 600;
      color: #ffffff; }
      .competitor-container .competitor-header .competitor-analysis .bullet-point::before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        background: #ffffff;
        margin-right: 5px;
        border-radius: 50%; }

.competitor-container #content-analysis-chart {
  min-height: 300px; }
  .competitor-container #content-analysis-chart > div:nth-child(1) {
    width: 100%;
    margin-left: 0; }
  .competitor-container #content-analysis-chart .Mui-selected {
    outline: none; }

.competitor-container .competitor-tabs .nav-scrollable .nav-pills {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px #dcdce5;
          box-shadow: 0px 4px 25px #dcdce5;
  border-radius: 24px;
  padding: 1rem 2rem; }
  @media (max-width: 767.98px) {
    .competitor-container .competitor-tabs .nav-scrollable .nav-pills {
      padding: 0.75rem 1rem;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow: hidden; } }
  .competitor-container .competitor-tabs .nav-scrollable .nav-pills .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 3rem; }
    .competitor-container .competitor-tabs .nav-scrollable .nav-pills .nav-item .nav-link {
      color: #495057;
      padding: 0;
      margin-right: 1rem;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      font-size: 1rem;
      background-color: transparent;
      margin: 0 !important; }
      .competitor-container .competitor-tabs .nav-scrollable .nav-pills .nav-item .nav-link.active {
        color: #296bd6;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid;
        -o-border-image: linear-gradient(to right, #296bd6, #ea596e);
           border-image: -webkit-gradient(linear, left top, right top, from(#296bd6), to(#ea596e));
           border-image: linear-gradient(to right, #296bd6, #ea596e);
        border-image-slice: 1;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-weight: 500; }
      .competitor-container .competitor-tabs .nav-scrollable .nav-pills .nav-item .nav-link img {
        width: 15px; }

.competitor-container .competitor-tabs .table {
  color: #495057; }
  .competitor-container .competitor-tabs .table th {
    background: #e5edfb;
    font-weight: normal;
    color: #121212;
    text-transform: capitalize;
    font-size: 14px; }
    .competitor-container .competitor-tabs .table th:nth-child(1) {
      border-top-left-radius: 8px; }
    .competitor-container .competitor-tabs .table th:last-child {
      border-top-right-radius: 8px; }
  .competitor-container .competitor-tabs .table td.bg-red {
    background-color: rgba(220, 53, 69, 0.05) !important; }
  .competitor-container .competitor-tabs .table td.bg-green {
    background-color: rgba(40, 167, 69, 0.05) !important; }
  .competitor-container .competitor-tabs .table td.bg-default {
    background-color: #e5edfb !important; }
  .competitor-container .competitor-tabs .table td .content-img {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; }
  .competitor-container .competitor-tabs .table td .comp-img {
    width: 72px;
    height: 72px;
    display: inline-block; }
    .competitor-container .competitor-tabs .table td .comp-img img {
      max-width: 100%;
      height: 100%; }
  .competitor-container .competitor-tabs .table th,
  .competitor-container .competitor-tabs .table td {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle; }
    .competitor-container .competitor-tabs .table th:last-child,
    .competitor-container .competitor-tabs .table td:last-child {
      text-align: left; }
  .competitor-container .competitor-tabs .table tr {
    -webkit-box-shadow: 0px 2px 10px #f6f6f6;
            box-shadow: 0px 2px 10px #f6f6f6; }

.competitor-container .competitor-tabs .content-theme-table th {
  min-width: 145px; }

.competitor-container .competitor-tabs .chart-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(214, 214, 214, 0.87);
          box-shadow: 0 0 10px 0 rgba(214, 214, 214, 0.87);
  margin: 1rem;
  border-radius: 10px;
  padding: 1rem; }

.competitor-container .competitor-tabs .hashtag-list {
  border-bottom: 1px solid #e5edfb; }
  .competitor-container .competitor-tabs .hashtag-list .hashtag-item {
    max-width: 100%;
    font-size: 0.8125rem;
    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;
    background-color: rgba(229, 237, 251, 0.5);
    height: 32px;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 16px;
    white-space: nowrap;
    -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    outline: 0px;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    margin: 2%; }

.similar-accounts-container .similar-account-card {
  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; }
  .similar-accounts-container .similar-account-card .profile-img {
    width: 180px;
    height: 180px;
    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; }
    .similar-accounts-container .similar-account-card .profile-img img {
      max-width: 100%;
      border-radius: 50%;
      height: 120px;
      width: 120px;
      -o-object-fit: cover;
         object-fit: cover; }
  .similar-accounts-container .similar-account-card .profile-username p {
    color: #00829e; }
  .similar-accounts-container .similar-account-card .profile-username img {
    width: 16px;
    margin-left: 0.25rem; }
  .similar-accounts-container .similar-account-card .follower-count {
    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;
    font-size: 14px; }

.card-skelelton-loading {
  background-color: rgba(216, 216, 216, 0.75);
  -webkit-animation: skeleton-animation 1.5s ease-in-out 0.5s infinite;
          animation: skeleton-animation 1.5s ease-in-out 0.5s infinite;
  width: 100%;
  height: 100%;
  opacity: 0.7; }

.card-skelelton-loading::after {
  height: 100%;
  width: 100%;
  content: "LOADING"; }

@-webkit-keyframes skeleton-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes skeleton-animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.circularLoading {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #ffffffcc;
  position: absolute; }

.circularLoading > div {
  width: 70px;
  height: 70px;
  border: 6px solid #d0d0d0;
  border-top-color: #296bd6;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear; }

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

.path {
  display: grid; }

.acc-img {
  width: 34px;
  height: 34px; }

.icon-6 {
  width: 18px !important;
  height: auto; }

.path {
  /* display: flex;
justify-content: end;
position: relative;
left: 40rem;
bottom: 15rem; */
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
  color: #296bd6; }

.faq-container {
  counter-reset: listStyle; }

.main-heading-badge {
  background: #296bd6;
  color: #ffffff;
  border-radius: 5px;
  width: 50px;
  height: 52px;
  margin-right: 0.5rem;
  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; }

.affiliate-wrapper {
  font-size: 120%; }
  .affiliate-wrapper h1 {
    font-size: 48px;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .affiliate-wrapper h1 {
        font-size: 32px; } }
  .affiliate-wrapper h2,
  .affiliate-wrapper h3,
  .affiliate-wrapper h4,
  .affiliate-wrapper h5 {
    font-weight: bold; }
  .affiliate-wrapper .affiliate-content-table .col-6 {
    padding: 0.25rem; }
  .affiliate-wrapper .affiliate-content-table a {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .affiliate-wrapper .affiliate-content-table a {
        font-size: 12px; } }

.competitor-loader {
  height: 200px; }
  .competitor-loader::after {
    content: unset; }

.skeleton-loading {
  position: relative;
  /* background-color: #b3b3b3; */
  overflow: hidden;
  height: 100%; }

.skeleton-loading:empty::after {
  content: ".";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 15px;
  min-width: 40px;
  color: transparent;
  /* margin-inline-start: 50px; */
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(70, 70, 70, 0.096)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(70, 70, 70, 0.096), transparent);
  /* background:     linear-gradient(white 40px, transparent 0), */
  -webkit-animation: loading 1.5s infinite;
          animation: loading 1.5s infinite; }

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.embed-card .skeleton-loading {
  min-height: 250px; }

.top-account-header-img {
  position: absolute;
  right: -9rem;
  top: -5rem; }
  @media (max-width: 767.98px) {
    .top-account-header-img {
      position: static;
      margin-bottom: -1rem;
      width: 175px; } }

@media (max-width: 767.98px) {
  .top-account-heading {
    font-size: 1.5rem;
    text-align: center; } }

.table-caption {
  max-width: 600px; }
  @media (max-width: 767.98px) {
    .table-caption {
      max-width: 270px; } }

.top-accounts-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap; }
  .top-accounts-table .table {
    margin-top: 2rem;
    border-bottom: 1px dashed #b3b3b3 !important; }
    .top-accounts-table .table tr:nth-child(1) td {
      border: none !important; }
    .top-accounts-table .table thead {
      background: #ffffff;
      -webkit-box-shadow: 0px 4px 25px #dcdce5;
              box-shadow: 0px 4px 25px #dcdce5;
      border-radius: 20px 20px 20px 20px; }
      .top-accounts-table .table thead tr th {
        color: #121212 !important;
        text-align: center; }
        .top-accounts-table .table thead tr th:first-child {
          border-radius: 20px 0 0 20px; }
        .top-accounts-table .table thead tr th:last-child {
          border-radius: 0 30px 30px 0; }
    .top-accounts-table .table tbody td {
      border-top: 1px dashed #b3b3b3 !important;
      text-align: center; }
      .top-accounts-table .table tbody td .profile-icon {
        width: 50px; }
      .top-accounts-table .table tbody td .profile-detail .profile-username {
        color: #00829e;
        font-size: 12px; }
        .top-accounts-table .table tbody td .profile-detail .profile-username img {
          width: 20px; }

.searchDropdown {
  position: absolute;
  z-index: 1000; }
  .searchDropdown img {
    -o-object-fit: cover;
       object-fit: cover; }

.searchDropdown li a {
  font-size: 16px;
  color: black;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 26px;
  z-index: 99999999;
  text-decoration: none;
  border: 1px solid #9e9e9e;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.searchDropdown li a:hover {
  background-color: #296bd6;
  color: white; }

.typed {
  height: 50px; }
  @media (min-width: 768px) {
    .typed {
      width: 350px; } }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff71ab !important; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.idea-edit-option .list-group-item button {
  background: #ffffff;
  border-radius: 0.35rem;
  border: 1px solid #dfdfdf;
  outline: none;
  width: 8.5rem;
  height: 7.5rem;
  padding: 0.75rem;
  position: relative; }
  @media (max-width: 991.98px) {
    .idea-edit-option .list-group-item button {
      font-size: 12px;
      width: 5.5rem;
      height: 5.5rem; } }
  .idea-edit-option .list-group-item button .idea-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .idea-edit-option .list-group-item button .idea-box[class*="color-palette-"] {
      height: 35px; }
    .idea-edit-option .list-group-item button .idea-box img {
      height: 100%; }
  .idea-edit-option .list-group-item button.idea-content-btn {
    cursor: pointer; }
    .idea-edit-option .list-group-item button.idea-content-btn .idea-box {
      opacity: 0.1;
      -webkit-transition: 0.35s ease all;
      transition: 0.35s ease all; }
    .idea-edit-option .list-group-item button.idea-content-btn.selected .idea-box, .idea-edit-option .list-group-item button.idea-content-btn:hover .idea-box {
      opacity: 1; }

.preview-post-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px #dcdce5;
  box-shadow: 0px 4px 25px #dcdce5;
  border-radius: 12px;
  padding: 1rem 1.5rem; }
  @media (max-width: 767.98px) {
    .preview-post-card .facebook-action {
      font-size: 12px; }
      .preview-post-card .facebook-action img {
        width: 16px !important; } }
  .preview-post-card .post-caption {
    text-align: left; }
    .preview-post-card .post-caption.short-view {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /*define how many line you want to show */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  .preview-post-card .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 8px;
    background: #ffffff;
    color: #0077b5; }
  .preview-post-card .dropdown-item:last-child {
    border-radius: 0 0 20px 20px; }
  .preview-post-card .dropdown-item:first-child {
    border-radius: 20px 20px 0 0; }
  .preview-post-card .post-img {
    display: block;
    position: relative;
    overflow: hidden; }
    .preview-post-card .post-img .carousel .carousel-item img {
      height: 100%; }
    .preview-post-card .post-img .carousel .carousel-indicators button {
      border: none;
      margin: 0 2px; }
    .preview-post-card .post-img .carousel > [class*="carousel-control"] {
      background: transparent;
      border: none; }
      .preview-post-card .post-img .carousel > [class*="carousel-control"] > [class*="fa-chevron"] {
        background: white;
        color: black;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        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; }
  .preview-post-card .linkedin-action img {
    width: 18px; }

.facebook-name-logo {
  color: #1877f2;
  font-weight: bold; }
  .facebook-name-logo img {
    width: 32px; }

.instagram-name-logo {
  font-weight: bold; }
  .instagram-name-logo img {
    width: 32px; }

.linkedin-name-logo {
  color: #0177b5;
  font-weight: bold; }
  .linkedin-name-logo img {
    width: 32px; }

.btn-outline-primary {
  border-width: 2px;
  padding: 0.25rem 0.75rem;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ffffff;
  border-color: #296bd6;
  color: #296bd6; }

@media (max-width: 767.98px) {
  .text_anim_container {
    font-size: 2.5rem; } }

.banner-posts .insta-card {
  max-width: 300px; }
  @media (max-width: 991.98px) {
    .banner-posts .insta-card {
      max-width: 200px; } }
  .banner-posts .insta-card:nth-child(1) {
    position: absolute;
    margin-top: 3rem;
    margin-left: 3rem;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .banner-posts .insta-card:nth-child(1) {
        position: absolute;
        margin-top: 3rem;
        margin-left: 2.5rem;
        z-index: 2; } }
  .banner-posts .insta-card:nth-child(2) {
    margin-right: 5rem;
    margin-top: -3rem;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .banner-posts .insta-card:nth-child(2) {
        margin-right: 1.5rem;
        margin-top: 0;
        margin-left: auto; } }

.post-pointer {
  position: absolute;
  top: 1.5rem;
  right: -3rem;
  width: 140px; }

.mobile-post-pointer img {
  width: 65px; }

.insta-card-list .preview-post-card,
.insta-card-carousel-list .preview-post-card {
  max-width: 80%;
  margin: auto;
  margin-bottom: 1rem; }

@media (max-width: 991.98px) {
  .free-post-header {
    font-size: 1.5rem; } }

.insta-card-carousel-list .carousel .carousel-item img {
  height: 100%; }

.insta-card-carousel-list .carousel .carousel-indicators button {
  border: none;
  margin: 0 2px; }

.insta-card-carousel-list .carousel .carousel-control-prev {
  left: 3rem; }

.insta-card-carousel-list .carousel .carousel-control-next {
  right: 3rem; }

.insta-card-carousel-list .carousel > [class*="carousel-control"] {
  background: transparent;
  border: none; }
  .insta-card-carousel-list .carousel > [class*="carousel-control"] > [class*="fa-chevron"] {
    background: white;
    color: black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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; }

.liveInAction_wrapper {
  position: relative; }
  .liveInAction_wrapper .showContent {
    background-color: #111827;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: none;
    border-radius: 0.35rem;
    padding: 1rem;
    font-weight: 600; }

.widget-iframe {
  width: 75%; }
  @media (max-width: 767.98px) {
    .widget-iframe {
      width: 90%; } }

.app-annoucement-wrapper {
  width: 450px;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 15px -5px #7c7c7c;
          box-shadow: 0 8px 15px -5px #7c7c7c;
  padding: 1rem;
  position: fixed;
  background: #fff;
  left: 50%;
  bottom: 5px;
  z-index: 99;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #121212; }
  @media (max-width: 767.98px) {
    .app-annoucement-wrapper {
      width: 95%; } }

.calculator-container {
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 15px -5px #7c7c7c;
          box-shadow: 0 8px 15px -5px #7c7c7c;
  background: #ffffff;
  position: relative;
  left: -200px;
  width: 450px;
  min-height: 500px;
  padding: 2rem; }
  @media (max-width: 767.98px) {
    .calculator-container {
      position: static;
      width: 100%; } }
  .calculator-container .form-control {
    border-radius: 10px;
    border: 1px solid #c5c5c5; }

.currancy::before,
.selected-value::before {
  content: "$"; }

.currancy-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .currancy-input::before {
    content: "$";
    position: relative;
    left: 20px; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none; }

.minus,
.plus {
  width: 30px;
  height: 30px;
  background: #2a6bd6;
  border: 1px solid #2a6bd6;
  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;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 20px; }
  .minus:focus,
  .plus:focus {
    outline: none; }

.minus {
  border-radius: 4px 0 0 4px; }

.plus {
  border-radius: 0 4px 4px 0; }

.count-input.form-control {
  width: 40px;
  height: 30px;
  border-radius: 0;
  margin: 0 -1px;
  border-color: #2a6bd6; }

.feature-container {
  border: 0.0625rem solid #dedede !important;
  border-radius: 0.5rem;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .feature-container .scrollable-container {
      max-height: calc(100vh - 200px);
      overflow: auto; } }
  .feature-container .feature-header {
    font-size: 16px; }
  .feature-container .col {
    padding: 0.35rem 0.75rem;
    word-break: break-word; }
    .feature-container .col:not(:last-child) {
      border-right: 0.0625rem solid #dedede; }
  .feature-container .feature-accordion {
    width: 100%;
    border-top: 0.0625rem solid #dedede; }
    .feature-container .feature-accordion .card {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0; }
      .feature-container .feature-accordion .card .card-header {
        border-bottom: 0.0625rem solid #dedede !important;
        padding: 0.5rem 0.75rem; }
        .feature-container .feature-accordion .card .card-header:not(#mainHeading) h4 {
          font-size: 15px; }
        .feature-container .feature-accordion .card .card-header h4 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-weight: 600; }
          .feature-container .feature-accordion .card .card-header h4 .accordion-arrow {
            border: 1px solid;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            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;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
            .feature-container .feature-accordion .card .card-header h4 .accordion-arrow.rotate0 {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
      .feature-container .feature-accordion .card .card-body {
        padding: 0; }
        .feature-container .feature-accordion .card .card-body .feature-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          @media (max-width: 767.98px) {
            .feature-container .feature-accordion .card .card-body .feature-items {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              border-bottom: 0 !important; } }
          .feature-container .feature-accordion .card .card-body .feature-items:not(:last-child) {
            border-bottom: 0.0625rem solid #dedede; }
          @media (max-width: 767.98px) {
            .feature-container .feature-accordion .card .card-body .feature-items .col {
              border-bottom: 0.0625rem solid #dedede; }
              .feature-container .feature-accordion .card .card-body .feature-items .col:first-child {
                width: 100%;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                border-right: 0; } }
          .feature-container .feature-accordion .card .card-body .feature-items .col:not(:first-child) {
            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; }

.feature-card-tab {
  background-color: #f0f5ff;
  border-radius: 10px; }
  @media (max-width: 767.98px) {
    .feature-card-tab {
      margin: 0 -1rem; } }
  .feature-card-tab .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .feature-card-tab .nav-pills {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start; }
        .feature-card-tab .nav-pills::-webkit-scrollbar {
          display: none; } }
    .feature-card-tab .nav-pills .nav-item .nav-link {
      color: #b0b0b0;
      font-weight: 600;
      background: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      margin: 0 !important; }
      @media (max-width: 767.98px) {
        .feature-card-tab .nav-pills .nav-item .nav-link {
          width: 150px;
          word-break: break-word;
          white-space: normal;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .feature-card-tab .nav-pills .nav-item .nav-link:hover {
        color: #000000; }
      .feature-card-tab .nav-pills .nav-item .nav-link:active, .feature-card-tab .nav-pills .nav-item .nav-link.active {
        color: #000000;
        border: 0px;
        border-bottom: 3px solid;
        -o-border-image: linear-gradient(to right, #ff3989, #1d52a8);
           border-image: -webkit-gradient(linear, left top, right top, from(#ff3989), to(#1d52a8));
           border-image: linear-gradient(to right, #ff3989, #1d52a8);
        border-image-slice: 1;
        border-radius: 0; }
        .feature-card-tab .nav-pills .nav-item .nav-link:active:hover, .feature-card-tab .nav-pills .nav-item .nav-link:active:focus, .feature-card-tab .nav-pills .nav-item .nav-link.active:hover, .feature-card-tab .nav-pills .nav-item .nav-link.active:focus {
          color: #000000; }

.feature-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 10px 0 #dddddd;
          box-shadow: 0 0 10px 0 #dddddd;
  padding: 1.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  height: 100%; }
  .feature-box .feature-icon {
    font-size: 1.5rem;
    background: #f0f5ff;
    padding: 1rem;
    border-radius: 50%;
    margin-right: 1rem;
    height: 50px;
    width: 50px;
    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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .feature-box .feature-title {
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .feature-box .forward-icon {
    text-align: right; }
    .feature-box .forward-icon i {
      background: #d9d9d9;
      color: #7f7f7f;
      border-radius: 50%;
      padding: 4px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .feature-box:hover {
    border: 1px solid var(--primary); }
    .feature-box:hover h4 {
      color: #296bd6 !important; }
    .feature-box:hover i {
      background-color: var(--primary);
      color: #ffffff; }

.navbar.navbar-megamenu .container,
.navbar.navbar-megamenu .container-fluid {
  height: 60px; }

.navbar.navbar-megamenu .navbar-nav .nav-item {
  padding: 0.5rem !important; }
  @media (min-width: 576px) {
    .navbar.navbar-megamenu .navbar-nav .nav-item:hover {
      background-color: #296bd6;
      color: #ffffff; } }
  @media (min-width: 576px) {
    .navbar.navbar-megamenu .navbar-nav .nav-item .nav-link:hover {
      color: #ffffff; } }

@media (max-width: 767.98px) {
  .navbar.navbar-megamenu .navbar-collapse {
    padding: 0rem 1rem 1rem;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important; }
    .navbar.navbar-megamenu .navbar-collapse .navbar-collapse-header {
      position: absolute;
      top: 1rem;
      right: 1rem; } }

.navbar.navbar-megamenu .dropdown-menu .dropdown-item {
  font-size: 1rem; }
  .navbar.navbar-megamenu .dropdown-menu .dropdown-item:hover {
    color: #296bd6; }

.navbar.navbar-megamenu .has-megamenu {
  position: static !important; }
  .navbar.navbar-megamenu .has-megamenu .megamenu {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none; }
  @media (min-width: 576px) {
    .navbar.navbar-megamenu .has-megamenu:hover {
      background: var(--primary); } }
  .navbar.navbar-megamenu .has-megamenu.show .megamenu {
    padding: 1rem;
    padding-bottom: 5rem;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -1px;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none; }
    @media (max-width: 767.98px) {
      .navbar.navbar-megamenu .has-megamenu.show .megamenu {
        padding-bottom: 1rem; } }
    .navbar.navbar-megamenu .has-megamenu.show .megamenu .col-megamenu {
      height: 100%; }
      @media (max-width: 767.98px) {
        .navbar.navbar-megamenu .has-megamenu.show .megamenu .col-megamenu {
          border: none !important; } }
      .navbar.navbar-megamenu .has-megamenu.show .megamenu .col-megamenu .title {
        font-size: 18px;
        margin-top: 1.5rem;
        margin-bottom: 1rem; }
        @media (max-width: 767.98px) {
          .navbar.navbar-megamenu .has-megamenu.show .megamenu .col-megamenu .title {
            font-size: 15px;
            font-weight: normal;
            margin-top: 0;
            margin-bottom: 1rem; } }
    .navbar.navbar-megamenu .has-megamenu.show .megamenu.show {
      visibility: visible;
      opacity: 1; }
      .navbar.navbar-megamenu .has-megamenu.show .megamenu.show::before {
        content: unset; }
  .navbar.navbar-megamenu .has-megamenu .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 1rem; }
    .navbar.navbar-megamenu .has-megamenu .dropdown-menu .dropdown-item:hover {
      color: #296bd6; }

@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; } }

@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px; } }

.dropdown-with-icons {
  margin-top: -1px; }
  .dropdown-with-icons::before {
    content: none !important; }

.btn.btn-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#ff71ab), to(#296bd6));
  background: linear-gradient(270deg, #ff71ab, #296bd6); }

.full-height-section {
  margin-bottom: 5rem;
  padding: 8rem 0 2rem; }
  @media (max-width: 767.98px) {
    .full-height-section {
      padding: 4rem 0 2rem;
      margin-bottom: 2rem; } }

footer a {
  font-size: 1rem;
  font-weight: 400; }
  footer a .app-download-img {
    width: 200px; }
    @media (max-width: 767.98px) {
      footer a .app-download-img {
        width: 120px; } }

footer h4 {
  font-weight: 600; }
  @media (max-width: 767.98px) {
    footer h4 {
      font-size: 15px; } }

@media (max-width: 767.98px) {
  footer .copy-right {
    font-size: 12px; } }

.platform-box {
  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;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative; }
  .platform-box .forward-arrow {
    position: absolute;
    right: 0.25rem;
    bottom: 0; }
    .platform-box .forward-arrow i {
      color: #c5bfbf;
      font-weight: 600; }

.primary-circle {
  width: 50%;
  height: 500px;
  border-radius: 50%;
  background-image: radial-gradient(circle, #296bd6, #6ea1f5, #5893f4);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  position: absolute;
  z-index: -1;
  left: -200px;
  top: -150px; }
  @media (max-width: 767.98px) {
    .primary-circle {
      -webkit-filter: blur(50px);
              filter: blur(50px);
      left: -50px;
      width: 200px;
      height: 200px; } }

.secondary-circle {
  width: 50%;
  height: 500px;
  border-radius: 50%;
  background-image: radial-gradient(circle, #ec71af, #f787bf, #ffbbdd);
  -webkit-filter: blur(120px);
          filter: blur(120px);
  position: absolute;
  z-index: -1;
  right: -250px;
  top: -80px; }
  @media (max-width: 767.98px) {
    .secondary-circle {
      -webkit-filter: blur(70px);
              filter: blur(70px);
      top: 100px;
      right: 0;
      width: 200px;
      height: 200px; } }

.platform-wrapper .platform-card {
  width: 20%; }

.since-you-hv-img {
  max-width: 400px; }
  @media (max-width: 767.98px) {
    .since-you-hv-img {
      max-width: 100%; } }

.max-img-h300 {
  max-height: 300px; }
  @media (max-width: 767.98px) {
    .max-img-h300 {
      max-height: unset; } }

.why-to-use-img {
  max-width: 400px; }
  @media (max-width: 767.98px) {
    .why-to-use-img {
      max-width: 100%; } }

.vertical-stepper .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .vertical-stepper .step .step-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    background: #bbbbbb;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1rem;
    margin-top: 0.5rem; }
  .vertical-stepper .step .step-content {
    width: calc(100% - 100px);
    margin-left: 2rem;
    margin-bottom: 8rem; }
    @media (max-width: 767.98px) {
      .vertical-stepper .step .step-content {
        margin-left: 0.5rem;
        margin-bottom: 2.5rem; } }
  .vertical-stepper .step:not(:last-child) .step-circle::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #bbbbbb;
    position: absolute;
    top: 0.5rem;
    z-index: -1; }
  .vertical-stepper .step.active .step-circle {
    background: #296bd6; }
    .vertical-stepper .step.active .step-circle::after {
      background: #296bd6; }

.accordion a {
  display: block; }
  .accordion a::after {
    content: "\f068";
    font-family: "FontAwesome";
    float: right;
    color: #296bd6;
    font-size: 1rem; }
  .accordion a.collapsed:after {
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-size: 1.5rem;
    font-weight: 600; }

.left-right-card {
  background: url("../../assets/img/theme-circles-r.svg") no-repeat right/250px;
  padding: 6rem 15rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .left-right-card {
      padding: 2.5rem; }
      .left-right-card .img-box {
        text-align: center; } }
  .left-right-card:nth-child(even) {
    background: url("../../assets/img/theme-circles-l.svg") no-repeat left/220px; }
    .left-right-card:nth-child(even) .img-box {
      text-align: right; }

.display-md-title {
  line-height: 1.25; }

#LTDPlanContainer table td {
  padding: 3px 7px; }
  #LTDPlanContainer table td .accordion .card-header {
    padding-top: 0;
    padding-left: 0; }
    #LTDPlanContainer table td .accordion .card-header a::before {
      content: "\f13a";
      font-family: "FontAwesome";
      float: right;
      color: #296bd6;
      font-size: 1rem;
      margin-right: 0.25rem; }
    #LTDPlanContainer table td .accordion .card-header a::after {
      content: unset; }
    #LTDPlanContainer table td .accordion .card-header a.collapsed::before {
      content: "\f139"; }
    #LTDPlanContainer table td .accordion .card-header a.collapsed::after {
      content: unset; }

.accordion .check-here-anchor {
  display: inline-block; }
  .accordion .check-here-anchor:after {
    content: unset; }

.social-media-title {
  font-size: 90px; }
  @media (max-width: 767.98px) {
    .social-media-title {
      font-size: 30px; } }

.btn-gradient.social-media-btn {
  font-size: 2rem; }
  @media (max-width: 767.98px) {
    .btn-gradient.social-media-btn {
      font-size: 16px; } }

@media (max-width: 767.98px) {
  .social-media-subtitle {
    font-size: 16px; } }

@media (min-width: 576px) {
  .btn-filled.social-try-now {
    font-size: 20px;
    min-width: auto; } }

@media (max-width: 767.98px) {
  .btn-filled.social-try-now {
    min-width: auto; } }

.text-dark-2626 {
  color: #262626;
  font-weight: 300; }

.plan-card {
  padding: 1rem; }
  .plan-card .btn-primary {
    border: 1px solid #2a6bd6;
    background: #fff;
    color: #2a6bd6; }
  .plan-card .table td {
    border: none;
    font-size: 14px; }
    .plan-card .table td a {
      font-size: 16px; }
    .plan-card .table td .circle-bullet {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .plan-card .table td .circle-bullet::before {
        content: "\f111";
        font-family: "FontAwesome";
        margin-right: 0.25rem;
        font-size: 5px; }

.publish-accordion .card-header .heading {
  position: relative; }
  .publish-accordion .card-header .heading::after {
    content: "\f077";
    font-family: "FontAwesome";
    color: #296bd6;
    font-size: 1rem;
    position: absolute;
    right: 0; }
  .publish-accordion .card-header .heading::before {
    content: unset; }
  .publish-accordion .card-header .heading.collapsed::after {
    content: "\f078"; }
  .publish-accordion .card-header .heading.collapsed::before {
    content: unset; }

.post-img-video-wrapper {
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767.98px) {
    .post-img-video-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      padding: 0 1rem; } }
  .post-img-video-wrapper .post-img-video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 200px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .post-img-video-wrapper .post-img-video-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .post-img-video-wrapper .post-img-video-item .post-img-card {
      height: 350px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      border-radius: 1rem; }
      .post-img-video-wrapper .post-img-video-item .post-img-card.square-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 200px;
        height: 200px;
        text-align: center; }
        @media (max-width: 767.98px) {
          .post-img-video-wrapper .post-img-video-item .post-img-card.square-card {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
      .post-img-video-wrapper .post-img-video-item .post-img-card img {
        height: 100%;
        border-radius: 1rem; }
      .post-img-video-wrapper .post-img-video-item .post-img-card video {
        width: 100%;
        height: 100%;
        border-radius: 1rem; }
      .post-img-video-wrapper .post-img-video-item .post-img-card .play-button {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: transparent; }
        .post-img-video-wrapper .post-img-video-item .post-img-card .play-button::after {
          content: "\f04b";
          cursor: pointer;
          font-family: "FontAwesome";
          background: aliceblue;
          width: 40px;
          height: 40px;
          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; }
      .post-img-video-wrapper .post-img-video-item .post-img-card:hover {
        -webkit-transform: translate(0, -0.75rem);
                transform: translate(0, -0.75rem);
        -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25); }

.platform-square-card-wrapper {
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767.98px) {
    .platform-square-card-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: auto;
      padding: 0 1rem; } }
  .platform-square-card-wrapper .platform-square-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 200px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .platform-square-card-wrapper .platform-square-card {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.ai-article-card img {
  max-height: 200px;
  width: 100%;
  border-radius: 15px; }

.alert {
  border: 0;
  color: #ffffff; }
  .alert.alert-success {
    background-color: #00bf9a; }
  .alert i.fa,
  .alert i.tim-icons {
    font-size: 1rem; }
  .alert .close {
    color: #ffffff;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0; }
  .alert button.close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    padding: 3px; }
  .alert .close ~ span {
    display: block;
    max-width: 89%; }

.btn,
.navbar .navbar-nav > a.btn {
  border-width: 2px;
  border: none;
  position: relative;
  overflow: hidden;
  margin: 4px 1px;
  border-radius: 10px;
  cursor: pointer;
  background: #296bd6;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#296bd6), color-stop(#296bd6), to(#296bd6));
  background-image: linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #296bd6;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover,
  .navbar .navbar-nav > a.btn:hover,
  .navbar .navbar-nav > a.btn:focus,
  .navbar .navbar-nav > a.btn:active,
  .navbar .navbar-nav > a.btn.active,
  .navbar .navbar-nav > a.btn:active:focus,
  .navbar .navbar-nav > a.btn:active:hover,
  .navbar .navbar-nav > a.btn.active:focus,
  .navbar .navbar-nav > a.btn.active:hover {
    background-color: #296bd6 !important;
    background-image: -webkit-gradient(linear, right top, left bottom, from(#296bd6), color-stop(#296bd6), to(#296bd6)) !important;
    background-image: linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6) !important;
    background-image: -moz-linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6) !important;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:active,
  .navbar .navbar-nav > a.btn:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translateY(1px) !important;
            transform: translateY(1px) !important;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .btn:not([data-action]):hover,
  .navbar .navbar-nav > a.btn:not([data-action]):hover {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active,
  fieldset[disabled] .btn,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .btn.active,
  .navbar .navbar-nav > a.btn.disabled,
  .navbar .navbar-nav > a.btn.disabled:hover,
  .navbar .navbar-nav > a.btn.disabled:focus,
  .navbar .navbar-nav > a.btn.disabled.focus,
  .navbar .navbar-nav > a.btn.disabled:active,
  .navbar .navbar-nav > a.btn.disabled.active,
  .navbar .navbar-nav > a.btn:disabled,
  .navbar .navbar-nav > a.btn:disabled:hover,
  .navbar .navbar-nav > a.btn:disabled:focus,
  .navbar .navbar-nav > a.btn:disabled.focus,
  .navbar .navbar-nav > a.btn:disabled:active,
  .navbar .navbar-nav > a.btn:disabled.active,
  .navbar .navbar-nav > a.btn[disabled],
  .navbar .navbar-nav > a.btn[disabled]:hover,
  .navbar .navbar-nav > a.btn[disabled]:focus,
  .navbar .navbar-nav > a.btn[disabled].focus,
  .navbar .navbar-nav > a.btn[disabled]:active,
  .navbar .navbar-nav > a.btn[disabled].active,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn:hover,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn:focus,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn.focus,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn:active,
  fieldset[disabled]
  .navbar .navbar-nav > a.btn.active {
    background-color: #296bd6;
    border-color: #296bd6; }
  .btn:hover, .btn:focus,
  .navbar .navbar-nav > a.btn:hover,
  .navbar .navbar-nav > a.btn:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: 0 !important; }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle,
  .navbar .navbar-nav > a.btn:active,
  .navbar .navbar-nav > a.btn.active,
  .open >
  .navbar .navbar-nav > a.btn.dropdown-toggle {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0 !important; }
  .btn .badge,
  .navbar .navbar-nav > a.btn .badge {
    margin: 0; }
  .btn:not(.btn-icon) .tim-icons,
  .navbar .navbar-nav > a.btn:not(.btn-icon) .tim-icons {
    position: relative;
    top: -1px; }
  .btn span,
  .navbar .navbar-nav > a.btn span {
    position: relative;
    display: block; }
  .btn.dropdown-toggle:after,
  .navbar .navbar-nav > a.btn.dropdown-toggle:after {
    margin-left: 30px !important; }

.btn-primary {
  background: #296bd6;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#296bd6), color-stop(#296bd6), to(#296bd6));
  background-image: linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #296bd6;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:focus, .btn-primary.active:hover {
    background-color: #296bd6 !important;
    background-image: -webkit-gradient(linear, right top, left bottom, from(#296bd6), color-stop(#296bd6), to(#296bd6)) !important;
    background-image: linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6) !important;
    background-image: -moz-linear-gradient(to bottom left, #296bd6, #296bd6, #296bd6) !important;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-primary:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translateY(1px) !important;
            transform: translateY(1px) !important;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .btn-primary:not([data-action]):hover {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #296bd6;
    border-color: #296bd6; }

.btn-neutral {
  background: #ffffff;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#ffffff), color-stop(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom left, #ffffff, #ffffff, #ffffff);
  background-size: 210% 210%;
  background-position: top right;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #296bd6; }
  .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover {
    background-color: #ffffff !important;
    background-image: -webkit-gradient(linear, right top, left bottom, from(#ffffff), color-stop(#ffffff), to(#ffffff)) !important;
    background-image: linear-gradient(to bottom left, #ffffff, #ffffff, #ffffff) !important;
    background-image: -moz-linear-gradient(to bottom left, #ffffff, #ffffff, #ffffff) !important;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-neutral:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translateY(1px) !important;
            transform: translateY(1px) !important;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
  .btn-neutral:not([data-action]):hover {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px); }
  .btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active,
  fieldset[disabled] .btn-neutral,
  fieldset[disabled] .btn-neutral:hover,
  fieldset[disabled] .btn-neutral:focus,
  fieldset[disabled] .btn-neutral.focus,
  fieldset[disabled] .btn-neutral:active,
  fieldset[disabled] .btn-neutral.active {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-neutral.active, .btn-neutral:active, .btn-neutral:active:focus, .btn-neutral:active:hover, .btn-neutral.active:focus, .btn-neutral.active:hover,
  .show > .btn-neutral.dropdown-toggle,
  .show > .btn-neutral.dropdown-toggle:focus,
  .show > .btn-neutral.dropdown-toggle:hover {
    background-color: #ffffff;
    color: #296bd6;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-neutral:hover, .btn-neutral:focus {
    color: #296bd6; }
    .btn-neutral:hover:not(.nav-link), .btn-neutral:focus:not(.nav-link) {
      -webkit-box-shadow: none;
              box-shadow: none; }

.btn:disabled, .btn[disabled], .btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }

.btn-lg {
  font-size: 0.955rem;
  border-radius: 0.4285rem;
  padding: 15px 48px; }

.btn-filled {
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
  min-width: 180px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); */ }

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 25px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #296bd6;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 30px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #296bd6; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #296bd6;
          box-shadow: 0 0 1px #296bd6; }

input:checked + .slider:before {
  -webkit-transform: translateX(53px);
  transform: translateX(53px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.1428rem;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear; }
  .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dropdown-menu i {
    margin-right: 5px;
    position: relative;
    top: 1px; }
  .dropdown-menu .tim-icons {
    margin-right: 10px;
    position: relative;
    top: 4px;
    font-size: 18px;
    margin-top: -10px;
    opacity: .5; }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: inherit; }
  .dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #ffffff;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent; }
  .dropdown-menu .dropdown-item {
    font-size: 0.81857rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-top: 5px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
      background-color: #f5f6fa; }
    .dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item:disabled {
      color: #b7b7b7 !important; }
      .dropdown-menu .dropdown-item.disabled:hover, .dropdown-menu .dropdown-item.disabled:focus, .dropdown-menu .dropdown-item:disabled:hover, .dropdown-menu .dropdown-item:disabled:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
  .dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -20px, 0) !important;
    transform: translate3d(0, -20px, 0) !important;
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 100% !important; }
  .dropdown.show .dropdown-menu,
  .navbar .dropdown.show .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 1px, 0) !important;
    transform: translate3d(0, 1px, 0) !important; }

.btn {
  cursor: pointer; }
  .btn.dropdown-toggle[data-toggle="dropdown"] {
    padding: 10px;
    margin: 0;
    margin-bottom: 5px; }
    .btn.dropdown-toggle[data-toggle="dropdown"]:after {
      content: "";
      margin-left: 5px; }

.dropdown-toggle:after {
  margin-top: 8px; }

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

@media screen and (max-width: 991px) {
  .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; } }

@media screen and (min-width: 992px) {
  .dropdown-menu .dropdown-item {
    color: #296bd6; } }

.footer {
  padding: 50px 0;
  border-top: 2px solid #435DB5;
  background: radial-gradient(ellipse at bottom, #292D61 30%, #ffffff 80%); }
  .footer [class*="container-"] {
    padding: 0; }
  .footer .nav {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-top: 25px;
    list-style: none; }
  .footer .nav-item {
    display: block; }
  .footer .nav-link {
    color: #ffffff;
    padding: 10px 0;
    font-size: 0.81857rem;
    text-transform: uppercase;
    text-decoration: none; }
    .footer .nav-link:hover {
      text-decoration: none; }
  .footer .title {
    text-align: left !important; }
  .footer .copyright {
    font-size: 0.81857rem;
    line-height: 1.8;
    color: #ffffff; }
  .footer:after {
    display: table;
    clear: both;
    content: " "; }

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 0px; }
    .footer .copyright {
      text-align: right;
      margin-right: 15px; } }

@media screen and (min-width: 992px) {
  .footer .copyright {
    float: right;
    padding-right: 30px; } }

@media screen and (max-width: 768px) {
  .footer nav {
    display: block;
    margin-bottom: 5px;
    float: none; } }

@media screen and (max-width: 576px) {
  .footer {
    text-align: center; }
    .footer .copyright {
      text-align: center; }
    .footer .nav {
      float: none;
      padding-left: 0; } }

/* Form controls */
.form-control::-moz-placeholder {
  color: #6c757c;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control:-moz-placeholder {
  color: #6c757c;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control::-webkit-input-placeholder {
  color: #6c757c;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control:-ms-input-placeholder {
  color: #6c757c;
  opacity: 1;
  filter: alpha(opacity=100); }

.form-control {
  border-color: #141414;
  border-radius: 0.4285rem;
  font-size: 0.81857rem;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .form-control:focus {
    border-color: #296bd6;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .open .form-control {
    border-radius: 0.4285rem 0.4285rem 0 0;
    border-bottom-color: transparent; }

img {
  max-width: 100%;
  border-radius: 0.2857rem; }

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

@media (max-width: 768px) {
  .img-fluid-mdn-50 {
    width: 50%;
    height: auto; } }

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

.modal-content {
  border: 0; }
  .modal-content .modal-body {
    line-height: 1.9; }
    .modal-content .modal-body p {
      color: #070707; }
    .modal-content .modal-body form .form-check {
      padding-left: 19px; }
      .modal-content .modal-body form .form-check .form-check-label {
        padding-left: 35px; }
    .modal-content .modal-body img {
      padding: 10px; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.3); }

.navbar {
  padding: 0.625rem 0.9375rem;
  width: 100%;
  z-index: 1050;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(163, 163, 163, 0.5); }
  .navbar .photo {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden; }
    .navbar .photo img {
      width: 100%; }
  .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: inherit;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer; }
    .navbar .navbar-nav .nav-item .nav-link:hover {
      color: #262626; }
  .navbar .btn {
    margin: 0 5px 0 10px; }
  .navbar p {
    margin: 0; }
  .navbar.navbar-transparent {
    background: transparent !important;
    padding-top: 25px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px; }
  .navbar.bg-white .navbar-nav a.nav-link {
    color: #070707 !important; }
    .navbar.bg-white .navbar-nav a.nav-link p {
      color: #070707; }
   .navbar.bg-white .navbar-brand {
    color: #070707; }
  .navbar.bg-white .form-control {
    color: #070707 !important; }
  .navbar.bg-white .form-control::-webkit-input-placeholder {
    color: #9a9a9a !important; }
  .navbar.bg-white .form-control::-moz-placeholder {
    color: #9a9a9a !important; }
  .navbar.bg-white .form-control::-ms-input-placeholder {
    color: #9a9a9a !important; }
  .navbar.bg-white .form-control::placeholder {
    color: #9a9a9a !important; }
  .navbar.bg-primary {
    background-color: #296bd6 !important; }
  .navbar .navbar-brand {
    position: relative;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 1rem; }
    .navbar .navbar-brand span {
      font-weight: 600; }
   .navbar .navbar-toggler {
    outline: none; }

.notification {
  background: #fd5d93;
  color: #ffffff;
  border-radius: 0.875rem;
  height: 6px;
  width: 6px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  top: 10px;
  right: 10px;
  border: 1px solid #fd5d93; }

.navbar-nav li {
  padding: 0 10px; }
  .navbar-nav li a {
    color: #ffffff; }
  .navbar-nav li i {
    vertical-align: middle;
    font-size: 18px;
    padding-right: 5px; }

.navbar-collapse-header {
  display: none; }

@media screen and (max-width: 991px) {
  .navbar .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar .navbar-collapse .input-group {
    margin: 0;
    margin-top: 5px; }
   .navbar .navbar-collapse.collapse {
    -webkit-animation: show_navbar_collapse .2s ease forwards;
            animation: show_navbar_collapse .2s ease forwards; }
  .navbar .navbar-collapse.collapsing-out {
    -webkit-animation: hide_navbar_collapse .2s ease forwards;
            animation: hide_navbar_collapse .2s ease forwards; }
  .navbar .navbar-collapse .navbar-collapse-header {
    display: block;
    padding-bottom: 1rem; }
    .navbar .navbar-collapse .navbar-collapse-header .collapse-brand {
      font-size: 1.36374rem;
      color: #296bd6; }
      .navbar .navbar-collapse .navbar-collapse-header .collapse-brand a {
        font-weight: 600; }
    .navbar .navbar-collapse .navbar-collapse-header .collapse-close .navbar-toggler {
      color: #296bd6;
      font-size: 1.36374rem; }
  .navbar .navbar-collapse .navbar-nav li {
    padding: 0px; }
  .navbar .navbar-nav .btn {
    margin-left: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbar .navbar-nav .btn i {
      margin-right: 12px; }
    .navbar .navbar-nav .btn span {
      margin: 0;
      text-transform: uppercase;
      font-weight: 300; }
      .navbar .navbar-nav .btn span, .navbar .navbar-nav .btn span:hover, .navbar .navbar-nav .btn span:focus, .navbar .navbar-nav .btn span:active, .navbar .navbar-nav .btn span:active:focus {
        color: #070707 !important; }
  .navbar .navbar-nav a.nav-link i {
    opacity: 1;
    margin-right: 5px; }
  .navbar .navbar-nav a.nav-link p {
    display: inline-block;
    margin-left: 7px;
    color: #ffffff; }
  .navbar .navbar-nav .dropdown {
    margin: 5px 0; }
    .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
      margin-top: 0;
      color: #296bd6;
      padding-left: 24px; }
  .navbar .dropdown.show .dropdown-menu {
    display: block; }
  .navbar .dropdown .dropdown-menu {
    display: none; }
    .navbar .dropdown .dropdown-menu li a {
      color: #070707; }
  .navbar .dropdown.show .dropdown-menu,
  .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0px 0.7rem;
    margin-top: 0px; }
    .navbar .dropdown.show .dropdown-menu:before,
    .navbar .dropdown .dropdown-menu:before {
      display: none; }
  .navbar .dropdown-menu .dropdown-item:focus,
  .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff; }
  .navbar.bg-white .dropdown-menu .dropdown-item:focus,
  .navbar.bg-white .dropdown-menu .dropdown-item:hover {
    color: #296bd6; }
  .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #296bd6; }
    .navbar .navbar-toggler-bar + .navbar-toggler-bar {
      margin-top: 7px; }
    .navbar .navbar-toggler-bar.bar2 {
      width: 17px;
      -webkit-transition: width .2s linear;
      transition: width .2s linear; }
  .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
    background-color: #296bd6; }
  .navbar .navbar-brand {
    margin-left: 20px;
    position: relative; }
  .navbar-nav .nav-link i.fa,
  .navbar-nav .nav-link i.tim-icons {
    opacity: .5; }
  @keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
              transform: rotate(145deg); }
    75% {
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg); }
    100% {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); } }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg); }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg); }
    75% {
      -webkit-transform: rotate(130deg); }
    100% {
      -webkit-transform: rotate(135deg); } }
  @keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
    45% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg); }
    75% {
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
              transform: rotate(0); } }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg); }
    45% {
      -webkit-transform: rotate(-10deg); }
    75% {
      -webkit-transform: rotate(5deg); }
    100% {
      top: 0px;
      -webkit-transform: rotate(0); } }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
              transform: rotate(-145deg); }
    75% {
      -webkit-transform: rotate(-130deg);
              transform: rotate(-130deg); }
    100% {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); } }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg); }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg); }
    75% {
      -webkit-transform: rotate(-130deg); }
    100% {
      -webkit-transform: rotate(-135deg); } }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    45% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
    75% {
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
              transform: rotate(0); } }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg); }
    45% {
      -webkit-transform: rotate(10deg); }
    75% {
      -webkit-transform: rotate(-5deg); }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0); } }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fadeIn {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }

@media screen and (min-width: 992px) {
  .navbar-collapse {
    background: none !important; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (max-width: 991px) {
  .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .navbar-collapse {
    position: absolute;
    width: calc(100% - 1.4rem);
    height: auto !important;
    left: 0;
    top: 0;
    margin: 0.7rem;
    background: #1f2251;
    border-radius: 0.2857rem;
    padding: 1.4rem; } }

@-webkit-keyframes show_navbar_collapse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes show_navbar_collapse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hide_navbar_collapse {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

@keyframes hide_navbar_collapse {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2; }

p {
  font-weight: 300; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Poppins", sans-serif; }

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card p {
  color: #262626; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #262626; }

a {
  color: #296bd6;
  font-weight: 300; }
  a:hover, a:focus {
    color: #296bd6; }

h1,
.h1 {
  line-height: 1.05;
  margin-bottom: 30px; }
  h1 small, .h1 small {
    font-weight: 600;
    text-transform: uppercase;
    opacity: .8; }

h2,
.h2 {
  margin-bottom: 30px;
  line-height: 1.2; }

h3,
.h3 {
  margin-bottom: 30px;
  line-height: 1.4em; }

h4,
.h4 {
  line-height: 1.45em;
  margin-bottom: 15px; }
  h4 + .category,
  h4.title + .category, .h4 + .category,
  .h4.title + .category {
    margin-top: -10px; }

h5,
.h5 {
  line-height: 1.4em;
  margin-bottom: 15px; }

h6,
.h6 {
  text-transform: uppercase;
  font-weight: 600; }

p {
  color: #262626;
  margin-bottom: 5px; }
  p.description {
    font-size: 1.14em; }

.title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #262626; }
  .title + .category {
    margin-top: -10px; }

.description,
.card .footer .stats {
  color: #9a9a9a;
  font-weight: 300; }

.category {
  text-transform: capitalize;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.81857rem; }

.blockquote {
  border-left: none;
  border: 1px solid #296bd6;
  padding: 20px;
  font-size: 1.0505rem;
  line-height: 1.8; }
  .blockquote small {
    color: #296bd6;
    font-size: 0.81857rem;
    text-transform: uppercase; }

ul li, ol li {
  color: #296bd6; }

pre {
  color: #262626; }

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

.icon {
  width: auto;
  height: auto; }
  .icon i, .icon svg {
    font-size: auto-0.75; }

.icon-md-h {
  width: auto;
  height: 2.7rem; }
  .icon-md-h i, .icon-md-h svg {
    font-size: auto-0.75; }

.icon-sm {
  width: 1.875rem;
  height: 1.875rem; }
  .icon-sm i, .icon-sm svg {
    font-size: 1.125rem; }

.icon-xs {
  width: 1rem;
  height: 1rem; }
  .icon-xs i, .icon-xs svg {
    font-size: 0.25rem; }

.social-icon {
  width: 25px;
  height: auto;
  border-radius: 0;
  margin-top: 15px; }

.table > tbody > tr > td .photo {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }
  .table > tbody > tr > td .photo img {
    width: 100%; }

.table .form-check {
  margin: 0;
  margin-top: 5px; }

.table .btn {
  margin: 0; }

.table small, .table .small {
  font-weight: 300; }

.table > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  color: rgba(255, 255, 255, 0.7); }

.table .radio,
.table .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  width: 15px; }
  .table .radio .icons,
  .table .checkbox .icons {
    position: relative; }
  .table .radio label:after, .table .radio label:before,
  .table .checkbox label:after,
  .table .checkbox label:before {
    top: -17px;
    left: -3px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.1);
  padding: 12px 7px;
  vertical-align: middle; }

.table > tbody > tr {
  position: relative; }

.table > tfoot > tr {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase; }

.table-responsive {
  overflow: scroll;
  padding-bottom: 10px; }

#tables .table-responsive {
  margin-bottom: 30px; }

img.logo-main {
  width: 120px;
  height: auto; }

.form-check {
  margin-top: .5rem;
  padding-left: 0; }

.form-check .form-check-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 0;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #2f2f2f; }

.form-check.disabled .form-check-label,
.form-check.disabled .form-check-label {
  color: #9a9a9a;
  opacity: .5;
  cursor: not-allowed; }

.form-check input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden; }

/* Animations */
.nav-pills .nav-link,
.navbar,
.sidebar .nav a,
.sidebar .nav a i,
.sidebar .nav p,
.navbar-collapse .navbar-nav .nav-link,
.tag {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.card form label + .form-control {
  margin-bottom: 20px; }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%); }

code {
  color: #f3a4b5; }

.form-group .form-control,
.input-group .form-control {
  padding: 10px 18px 10px 18px; }

.input-group,
.form-group {
  margin-bottom: 10px;
  position: relative; }

.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0.4285rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0 none; }

.input-group .form-control:first-child {
  border-right: 0 none; }

.input-group .form-control:last-child {
  border-left: 0 none; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #1d253b;
  color: #296bd6;
  cursor: not-allowed; }

textarea.form-control:not(.hashtag-textarea) {
  max-width: 100%;
  max-height: 80px;
  padding: 10px 10px 0 0;
  resize: none;
  border: none;
  border-bottom: 1px solid #141414;
  border-radius: 0;
  line-height: 2; }
  textarea.form-control:not(.hashtag-textarea):focus, textarea.form-control:not(.hashtag-textarea):active {
    border-left: none;
    border-top: none;
    border-right: none; }

.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.index-page .page-header {
  height: 100vh; }

.index-page .squares {
  -webkit-animation: move-left-right 1s infinite;
          animation: move-left-right 1s infinite;
  background: #296bd6;
  position: absolute;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  overflow: hidden;
  border-radius: 20%; }
  .index-page .squares.square1 {
    -webkit-animation: move-left-right 4s infinite;
            animation: move-left-right 4s infinite;
    height: 300px;
    width: 300px;
    opacity: 0.5;
    left: 3%;
    top: -21%; }
  .index-page .squares.square2 {
    -webkit-animation: move-left-right 6s infinite;
            animation: move-left-right 6s infinite;
    height: 400px;
    width: 400px;
    opacity: 0.4;
    right: -5%;
    top: -12%; }
  .index-page .squares.square3 {
    -webkit-animation: move-left-right 5s infinite;
            animation: move-left-right 5s infinite;
    height: 200px;
    width: 200px;
    opacity: 0.1;
    left: -5%;
    bottom: 0%; }
  .index-page .squares.square4 {
    -webkit-animation: move-left-right 10s infinite;
            animation: move-left-right 10s infinite;
    height: 100px;
    width: 100px;
    opacity: 0.9;
    right: 27%;
    top: 70%; }
  .index-page .squares.square5 {
    -webkit-animation: move-left-right 6s infinite;
            animation: move-left-right 6s infinite;
    height: 250px;
    width: 250px;
    opacity: 0.1;
    left: 32%;
    bottom: 29%; }
  .index-page .squares.square6 {
    -webkit-animation: move-left-right 9s infinite;
            animation: move-left-right 9s infinite;
    left: 10%;
    top: 35%;
    height: 80px;
    width: 80px;
    opacity: 0.8; }
  .index-page .squares.square7 {
    -webkit-animation: move-left-right 3s infinite;
            animation: move-left-right 3s infinite;
    width: 300px;
    height: 300px;
    right: -5%;
    bottom: 0%;
    opacity: 0.1; }

@media (max-width: 991.98px) {
  .section:nth-of-type(2) .path {
    left: 10% !important; }
  .info:first-of-type {
    padding-top: 10% !important; } }

@media (max-width: 767.98px) {
  .section:nth-of-type(2) .path {
    left: 0 !important; } }

@media (min-width: 768px) {
  .info:first-of-type {
    padding-top: 60%; } }

/*           badges             */
.badge {
  text-transform: uppercase;
  line-height: 12px;
  border: none;
  text-decoration: none;
  margin-bottom: 5px; }
  .badge:hover, .badge:focus {
    text-decoration: none; }

.badge-icon {
  padding: 0.4em 0.55em; }
  .badge-icon i {
    font-size: 0.8em; }

.nav-pills.flex-column li > a {
  margin-bottom: 15px; }

.nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
  margin-right: 10px;
  margin-bottom: 5px; }

.nav-pills:not(.nav-pills-icons):not(.nav-pills-just-icons) .nav-item .nav-link {
  border-radius: 30px; }

.nav-pills .nav-item .nav-link {
  padding: 0 15.5px;
  text-align: center;
  padding: 11px 23px;
  min-width: 100px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  background-color: #1f2251; }
  .nav-pills .nav-item .nav-link:hover {
    background-color: #181a3f; }
  .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:focus, .nav-pills .nav-item .nav-link.active:hover {
    background-color: #9a9a9a;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); }
  .nav-pills .nav-item .nav-link.disabled, .nav-pills .nav-item .nav-link:disabled, .nav-pills .nav-item .nav-link[disabled] {
    opacity: .5; }

.nav-pills .nav-item i {
  display: block;
  font-size: 24px;
  line-height: 60px; }

.tab-content .tab-pane {
  color: rgba(7, 7, 7, 0.5); }

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 70px 0 30px; }
  .info .icon {
    color: #296bd6; }
    .info .icon > i {
      font-size: 2.25107rem; }
  .info p {
    color: #262626;
    line-height: 24px; }

hr {
  width: 10%;
  height: 1px;
  border-radius: 3px;
  margin-left: 0; }
  hr.line-primary {
    background-color: #296bd6; }
  hr.line-info {
    background-color: #1656a3; }
  hr.line-accent {
    background-color: #ff71ab; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@-webkit-keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes strip1 {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes strip2 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes strip3 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes strip4 {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes strip5 {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.bg-red {
  background-color: #f5365c !important; }

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

.bg-green {
  background-color: #2dce89 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #24a46d !important; }

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

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

.bg-right {
  background-position: right; }

.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform; }
  .floating:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }

@-webkit-keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes floating-lg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes floating-sm {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75%; } }

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75%; } }

@media (min-width: 992px) {
  .ml-lg--1 {
    margin-left: -10% !important; }
  .mr-lg--1 {
    margin-right: -10% !important; } }

@media (min-width: 992px) {
  .ml-lg--2 {
    margin-left: -20% !important; } }

[class*="shadow"] {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease; }

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

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

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

.text-muted {
  color: #9e9e9e !important; }

.text-gray-200 {
  color: #6a6a6a !important; }

.text-gray-400 {
  color: #454545 !important; }

.text-gray-normal {
  color: #2a2a2a !important; }

@media (min-width: 768px) {
  .text-md-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right; } }

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

.border-lighter {
  border-color: #e4e4e4 !important; }

@-webkit-keyframes animate-width {
  from {
    width: 0%; }
  to {
    width: 100%; } }

@keyframes animate-width {
  from {
    width: 0%; }
  to {
    width: 100%; } }

.section {
  padding: 30px 0;
  position: relative; }
  .section .row + .category {
    margin-top: 15px; }
  .section .carousel {
    width: 100%; }

.path {
  position: absolute;
  opacity: 0.02; }

.dots {
  position: absolute;
  opacity: 0.07;
  z-index: 2; }

.shapes {
  position: absolute;
  opacity: 0.02;
  z-index: 2; }

.main {
  position: relative;
  width: 100%; }

.page-header {
  min-height: 100vh;
  max-height: 999px;
  padding: 0;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .page-header > .content {
    margin-top: 11%;
    text-align: center;
    margin-bottom: 50px; }
  .page-header footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .page-header .container {
    height: 100%;
    z-index: 1; }
  .page-header .category,
  .page-header .description {
    color: #262626; }
  .page-header .title {
    margin-bottom: 15px; }
  .page-header .title + h4 {
    margin-top: 10px; }
  .page-header.header-filter:after {
    background: rgba(0, 0, 0, 0.5); }


[class*="team-"],
[class*="pricing-"] {
  padding: 80px 0; }

.page-header .carousel .carousel-indicators {
  bottom: 60px; }

.page-header .container {
  color: #ffffff; }

.page-header .title {
  color: #ffffff; }

.header-filter {
  position: relative; }
  .header-filter .container {
    z-index: 2;
    position: relative; }

.wrapper .navbar {
  z-index: 2; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */

/*
 * Scrollbar thumb styles
 */

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

/* ========================================================================
 * bootstrap-switch - v3.3.4
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 * http://www.apache.org/licenses/LICENSE-2.0
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  position: relative;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.13);
  margin-bottom: 10px;
  line-height: 8px;
  width: 59px !important;
  height: 22px;
  outline: none;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  background: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/J9H9WF0/night-sky-full-of-stars-fantasy-animation-made-of-magical-sparkly-light-particles-flickering-on-a-purple-blue-gradient-background_bajacpz7x_thumbnail-full01.png");
  background-position: center center;
  background-size: cover; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

/* Wrapper for all connect elements.
 */

/* Offset direction
 */

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

/* Slider size and handle placement;
 */

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

/* Handles and cursors;
 */

/* Disabled state;
 */

/* Base;
 *
 */

/* Values;
 *
 */

/* Markings;
 *
 */

/* Horizontal layout;
 *
 */

/* Vertical layout;
 *
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.card {
  background: #ffffff;
  border: 0;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1); }
  .card label {
    color: #333333; }
  .card .card-title {
    margin-bottom: .75rem; }
  .card .card-body {
    padding: 15px; }
    .card .card-body .card-title {
      color: #296bd6;
      text-transform: inherit;
      font-weight: 300;
      margin-bottom: .75rem; }
  .card .card-header {
    padding: 15px 15px 0;
    border: 0;
    color: rgba(255, 255, 255, 0.8); }
    .card .card-header:not([data-background-color]) {
      background-color: transparent; }
    .card .card-header .card-title {
      color: #ffffff;
      font-weight: 100; }
  .card .map {
    border-radius: 0.2857rem; }
  .card.card-plain {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card .image {
    overflow: hidden;
    height: 200px;
    position: relative; }
  .card .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px; }
  .card label {
    font-size: 0.81857rem;
    margin-bottom: 5px; }

.card-body {
  padding: 1.25rem; }

.map {
  height: 500px; }

.card-plain {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .card-plain .card-header {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent; }
  .card-plain:not(.card-subcategories).card-body {
    padding-left: 0;
    padding-right: 0; }

/*# sourceMappingURL=blk-design-system.css.map */
