
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, strong {
  color: #000;
  font-family: 'EB Garamond', serif;
}

    h2, .h2 {
        font-size: 32px;
    }

p,ul li {
  color: #000000;
  font-size: .9375em;
  font-weight: 300;
}

strong {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #335eea;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #335eea;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.2375rem;
  padding-left: 1.2375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #335eea;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #294bbb;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #335eea;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  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;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #2e55d3;
  background-color: #ebeffd;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e55d3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #99aff5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 234, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #335eea;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #294bbb;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #294bbb;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 234, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #1f388c;
  background-color: #d6dffb;
  border-color: #c2cff9;
}
.alert-primary .alert-link {
  color: #192d70;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #994528;
  background-color: #ffe3d9;
  border-color: #ffd5c6;
}
.alert-warning .alert-link {
  color: #7a3720;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #335eea;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #1f388c;
  background-color: #d6dffb;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1f388c;
  background-color: #c1c9e2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1f388c;
  border-color: #1f388c;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #994528;
  background-color: #ffe3d9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #994528;
  background-color: #e6ccc3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #994528;
  border-color: #994528;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 94, 234, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #335eea;
}
.link-primary:hover, .link-primary:focus {
  color: #294bbb;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ff7342;
}
.link-warning:hover, .link-warning:focus {
  color: #ff8f68;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

a,
a:hover {
  text-decoration: none;
}

.f-700 {
  font-weight: 700;
}

.f-600 {
  font-weight: 600;
}

.f-500 {
  font-weight: 500;
}

.f-400 {
  font-weight: 400;
}

.f-300 {
  font-weight: 300;
}

.f-200 {
  font-weight: 200;
}

.f-100 {
  font-weight: 100;
}

.f-size-50 {
  font-size: 50px;
}

.f-size-40 {
  font-size: 40px;
}

.f-size-36 {
  font-size: 36px;
}

.f-size-34 {
  font-size: 34px;
}

.f-size-32 {
  font-size: 30px;
}

.f-size-30 {
  font-size: 30px;
}

.f-size-28 {
  font-size: 28px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-22 {
  font-size: 22px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-15 {
  font-size: 15px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-13 {
  font-size: 13px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-11 {
  font-size: 11px;
}

.rounded50 {
  border-radius: 50px;
}

.text-purple {
  color: #f6941e;
}

.text-gray {
  color: #677294;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.line-height-15 {
  line-height: 1.5;
}

.btn-purple {
  color: #fff;
  background-color: #f6941e;
  border-color: #f6941e;
}
.btn-purple:hover {
  color: #fff;
  background-color: #013952;
  border-color: #013952;
}

.btn-outline-purple {
  color: #f6941e;
  border-color: #f6941e;
}
.btn-outline-purple:hover {
  color: #fff;
    background-color: #014e70;
    border-color: #014e70;
}

.btn:focus {
  box-shadow: none;
}

.btn-warning,
.btn-warning:hover,
.btn-outline-warning:hover {
  color: #fff;
}

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

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

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

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

section {
  position: relative;
  background-color: #fff;
}

.section-sm {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.section-title {
  margin-bottom: 60px;
}
.section-title .title {
  font-weight: 700;
  margin-bottom: 25px;
}
.section-title .description {
  color: #677294;
  margin-bottom: 0;
}

.white-btn-with-arrow {
  box-shadow: 0 5px 15px rgba(16, 30, 54, 0.15);
  border-radius: 4px;
  text-transform: capitalize;
  border-bottom: 0;
  font-weight: 700;
  height: 60px;
  max-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  background: url(../images/arrow-right-big.svg) no-repeat 88% 50%/16px, #fff;
  margin-top: 30px;
  transition: 0.2s;
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
.white-btn-with-arrow:hover {
  color: #f6941e;
}

.readmore-white-btn {
  max-width: 170px;
  height: 50px;
}

.animated {
  animation-duration: 3.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::slotted::-webkit-media-controls-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-appearance: none !important;
}

video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#scrollTopBtn {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 34px;
  border-radius: 6px;
  text-align: center;
  background: #f6941e;
  color: #fff;
  font-size: 1.25rem;
}
#scrollTopBtn:hover {
  transform: rotate(45deg);
  background-color: #2f55d4;
}
#scrollTopBtn:hover .icons {
  transform: rotate(-45deg);
}
#scrollTopBtn .fea.icon-sm {
  height: 16px;
  width: 16px;
  stroke-width: 1.8;
  transition: all 0.5s ease;
}

#navbar_top {
  background-color: #fff;
  padding: 4px 0px;
  position: fixed;
  width: 100%;
  z-index: 12;
  max-width: 100%;
   
}
#navbar_top.fixed-top {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
  position: fixed !important;
}

@media (min-width: 992px) {
  .btn-demo {
    margin-left: 1rem;
  }
}

.btn-free-signup,
.btn-demo {
  font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .btn-free-signup,
.btn-demo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-item-line > .nav-link {
  font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "EB Garamond", serif;
}
.navbar-nav .nav-item-line > .nav-link span {
  display: inline-block;
}
.navbar-nav .nav-item-line > .nav-link::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #f6941e;
  transition: 0.2s;
  position: relative;
  top: 22px;
}
.navbar-nav .nav-item-line > .nav-link.show::after {
  width: 100%;
}
.navbar-nav .nav-item-line > .nav-link:hover, .navbar-nav .nav-item-line > .nav-link.show {
  color: #e50914;
}
.navbar-nav .nav-item-line > .nav-link .icon-down-caret {
  width: 8px;
  margin-left: 3px;
}
.navbar-nav .nav-item-line > .nav-link.show .icon-down-caret {
  transform: rotate(180deg);
}

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #f78a06;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 10px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 20px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 5px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 5px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 14px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 14px;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 28px;
  height: 26px;
  position: relative;
  margin: 6px auto 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navlink-row {
  position: relative;
}
.navlink-row .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #000 !important;
}
.navlink-row .nav-link:hover {
  color: #e50914 !important;
}
.navlink-row svg {
  width: 9px;
  position: absolute;
  right: -15px;
  top: 15px;
  color: #969fa7;
}
.navlink-row:hover svg {
  color: #f6941e;
}

.nav-active {
  background-color: #dfdafb;
}

.navbar .megamenu {
  padding: 1rem;
  border: 0;
}
.navbar .megamenu .tab-content > .tab-pane {
  padding-left: 15px;
}
.navbar .megamenu .nav-pills {
  position: relative;
  height: 100%;
}
.navbar .megamenu .nav-pills::before {
  content: "";
  background-color: #ecf3f5;
  width: 1px;
  height: 97%;
  position: absolute;
  right: 0;
}
.navbar .megamenu .nav-pills .nav-link {
  padding: 0.85rem 2rem;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #151b26;
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .navbar .megamenu .nav-pills .nav-link {
    min-width: 80%;
    text-align: left;
  }
}
.navbar .megamenu .nav-pills .nav-link.active {
  color: #796eff;
  background-color: #f0f0ff;
}
.navbar .megamenu .nav-pills .nav-link.active.pills-tab-green {
  color: #00b888;
  background-color: rgba(0, 184, 136, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.active.pills-tab-orange {
  color: #fe7900;
  background-color: rgba(254, 121, 0, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.active.pills-tab-gold {
  color: #fec802;
  background-color: rgba(254, 200, 2, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.active.pills-tab-purple {
  color: #796eff;
  background-color: #f0f0ff;
}
.navbar .megamenu .nav-pills .nav-link:hover {
  background-color: #f0f0ff;
}
.navbar .megamenu .nav-pills .nav-link.pills-tab-green:hover {
  background-color: rgba(0, 184, 136, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.pills-tab-orange:hover {
  background-color: rgba(254, 121, 0, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.pills-tab-gold:hover {
  background-color: rgba(254, 200, 2, 0.15);
}
.navbar .megamenu .nav-pills .nav-link.pills-tab-purple:hover {
  background-color: #f0f0ff;
}
.navbar .resources-megamenu .nav-pills .nav-link {
  margin-bottom: 5px;
}
.navbar .col-megamenu .title {
  margin-bottom: 1rem;
}
.navbar .col-megamenu .list-unstyled li a {
  line-height: 40px;
  font-size: 0.875rem;
  color: #3F4254;
}
.navbar .col-megamenu .list-unstyled li a:hover {
  color: #f6941e;
}
.navbar .dropdown-features-right {
  position: relative;
  height: 100%;
  background: #f6f8f9;
  border-left: 1px solid #e0e6e8;
  padding: 40px;
}
.navbar .dropdown-features-bg {
  position: relative;
}
.navbar .dropdown-features-bg .dropdown-features-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.navbar .dropdown-features-bg .dropdown-features-title::before {
  background: #e0e6e8;
  top: 32px;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  transform-origin: left;
}
.navbar .dropdown-features-bg .dropdown-features-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.navbar .dropdown-features-bg .dropdown-features-column {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card {
  width: 290px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-color: transparent;
  padding: 12px 12px;
  background-color: transparent;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card:hover {
  background-color: #fff;
  border-color: #edf1f2;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card svg {
  margin-top: 2px;
  max-width: 18px;
  max-height: 18px;
  margin-right: 12px;
  height: auto;
  display: block;
  width: 100%;
  color: #b7bfc6;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card .card-description .dropdown-card-label {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #151b26;
  line-height: 1.5;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card .card-description .dropdown-card-text {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: #222b37;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-gray svg, .navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-gray:hover .dropdown-card-label {
  color: #646f79;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-gold svg, .navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-gold:hover .dropdown-card-label {
  color: #f2a100;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-teal svg, .navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-teal:hover .dropdown-card-label {
  color: #008ce3;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-coral svg, .navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-coral:hover .dropdown-card-label {
  color: #ed4758;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card.dropdown-card-purple svg {
  color: #796eff;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card .dropdown-card-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 1;
  margin-left: 10px;
  opacity: 0.75;
  transition: color 0.2s ease-in-out;
}
.navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card:hover .dropdown-card-arrow {
  animation: s 1s infinite ease-in-out;
}
.navbar .nav-dropdown-footer-wrapper {
  position: relative;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer {
  z-index: 10;
  background: #fbfdfe;
  width: 100%;
  border-top: 1px solid #e0e6e8;
  padding: 0 20px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer-list {
  max-width: 1365px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer-list .nav-dropdown-footer-list-item {
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #e0e6e8;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer-list .nav-dropdown-footer-list-item:last-of-type {
  border-right: none;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer-list .nav-dropdown-footer-list-item a {
  display: block;
  height: 100%;
  color: #848f99;
  font-size: 12px;
}
.navbar .nav-dropdown-footer-wrapper .nav-dropdown-footer-list .nav-dropdown-footer-list-item a:hover {
  color: #796eff;
}

.screen-darken {
  content: "";
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  position: fixed;
}

.banner-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home-banner {
  background-color: #fafafe;
  position: relative;
  z-index: 0;
}
.home-banner .home-banner-top {
  padding-top: 0px;
}
@media (max-width: 576px) {
  .home-banner .home-banner-top {
    padding-top: 110px;
  }
}
.home-banner .home-banner-top:h2 {
  color: #051441;
  margin-bottom: 25px;
}

.subcribes-group .subcribes {
  max-width: 630px;
  margin: 0 auto;
}
.subcribes-group .subcribes .form-control {
  border: 2px solid #f6941e;
  border-radius: 50px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 172px;
  color: #051441;
  z-index: 0;
  box-shadow: 0 10px 50px #d4c8c4;
}
@media (max-width: 576px) {
  .subcribes-group .subcribes .form-control {
    line-height: 45px;
    padding-left: 25px;
    padding-right: 125px;
    font-size: 14px;
  }
}
.subcribes-group .subcribes .form-control:focus {
  border-color: #ff6933;
}
.subcribes-group .subcribes .btn_submit {
  position: absolute;
  right: 10px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 14px 34px;
  border-radius: 50px !important;
}
@media (max-width: 576px) {
  .subcribes-group .subcribes .btn_submit {
    font-size: 13px;
    padding: 8px 15px;
  }
}
.subcribes-group .subcribes-form-text {
  font-size: 17px;
  font-weight: 500;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.subcribes-group .subcribes-form-text span {
  display: flex;
  align-items: center;
}

.banner-one .lead-text {
  line-height: 36px;
}
.banner-one .subcribes-group .subcribes {
  max-width: 500px;
  margin: 0;
}
.banner-one .subcribes-group .subcribes .form-control {
  line-height: 55px;
}
.banner-one .subcribes-group .subcribes-form-text {
  font-size: 16px;
  font-weight: 400;
}

.check-circle-regular {
  width: 17px;
  color: #f6941e;
}

.check-circle-solid {
  width: 17px;
  color: #f6941e;
  margin-right: 5px;
}

.quote-left-solid {
  width: 20px;
  color: #fff;
}

.partner-logo {
  background: url(../images/bg-with-dotted.svg) no-repeat center/contain;
}
.partner-logo .p-logo-item {
  width: calc(100% / 7);
  text-align: center;
}
.partner-logo .p-logo-item img {
  max-width: 100%;
  -webkit-filter: contrast(0.3%);
  filter: contrast(0.3%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.partner-logo .p-logo-item:hover img {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.award-sec {
  background: #fff url(../images/w-0.png) no-repeat scroll center top;
  background-size: cover;
  position: relative;
}
.award-sec.award-sec2 {
  background-image: linear-gradient(150deg, #2d1582 0%, #1a6aff 100%);
}
.award-sec .container {
  position: relative;
  z-index: 1;
}
.award-sec .p-logo-item {
  width: calc(100% / 8);
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .award-sec .p-logo-item img {
    height: 8rem;
  }
}

.bg-right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.bg-right-shape img {
  height: 100%;
}

.home-features {
  position: relative;
  overflow: hidden;
}
.home-features .card {
  border-radius: 15px;
  padding: 40px 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.home-features .card .card-title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .home-features .card .media .media-body {
    padding-right: 50px;
  }
}
.home-features .card .media img {
  width: 125px;
}

.symbols-pulse {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.symbols-pulse > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23rem;
  height: 23rem;
  border-radius: 100%;
  /* background-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(227, 221, 246, 0.1)), color-stop(65%, rgba(227, 221, 246, 0.2)), to(rgba(227, 221, 246, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, 
    rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(227, 221, 246, 0.1) 0, 
    rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%);
  background-image: linear-gradient(-180deg, rgba(227, 221, 246, 0.1) 0, 
    rgba(227, 221, 246, 0.2) 65%, rgba(227, 221, 246, 0.1) 100%); */
  background-image: linear-gradient(
-180deg, rgb(246 148 30 / 4%) 0, rgba(246 148 30 / 4%) 65%, rgba(246 148 30 / 5%) 100%);
  z-index: -1;
}
.symbols-pulse .pulse-1 {
  -webkit-transform: translate(-50%, -50%) scale(0.67);
  -ms-transform: translate(-50%, -50%) scale(0.67);
  transform: translate(-50%, -50%) scale(0.67);
}
.symbols-pulse .pulse-2 {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.symbols-pulse .pulse-3 {
  -webkit-transform: translate(-50%, -50%) scale(1.63);
  -ms-transform: translate(-50%, -50%) scale(1.63);
  transform: translate(-50%, -50%) scale(1.63);
}
.symbols-pulse .pulse-4 {
  -webkit-transform: translate(-50%, -50%) scale(2.1);
  -ms-transform: translate(-50%, -50%) scale(2.1);
  transform: translate(-50%, -50%) scale(2.1);
}
.symbols-pulse .pulse-x {
  will-change: transform;
  -webkit-animation: pulsate 3s infinite;
  animation: pulsate 3s infinite;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
.testimonial-sec, .NewsLatter-Sec {
    background-color: #f5f7ff;
    background-image: url(../images/bg-area.png);
    background-size: initial;
    background-repeat: repeat;
    background-position: center;
}

.testimonial-sec .testimonial-bg {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 0px;
  /* background-image: url(../images/testmonial-back.webp); */
  background-position: center top;
  background-repeat: no-repeat;
}
.testimonial-sec .testimonial-pic {
  margin-bottom: 35px;
}
.testimonial-sec .testimonial-pic .testimonial-pic-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 155px;
}
.testimonial-sec .testimonial-pic .testimonial-pic-main {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  height: 145px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.testimonial-sec .testimonial-pic .testimonial-pic-icon {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  background-color: #ff2c54;
}
.testimonial-sec .testimonial-data {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimonial-sec .testimonial-data blockquote {
  margin-bottom: 23px;
}
.testimonial-sec .testimonial-data blockquote p {
  font-weight: 300;
  font-size: 20px;
  color: #1f1f1f;
  line-height: 33px;
  font-style: italic;
}
.testimonial-sec .testimonial-data .title {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 24px;
  color: #1f1f1f;
  line-height: 30px;
}
.testimonial-sec .testimonial-data .designation {
  margin-bottom: 7px;
  font-size: 15px;
  color: #454545;
  line-height: 30px;
  font-style: italic;
}

#testimonialsCarousel {
  min-height: 505px;
}

.eb-features-widgets [class^=col-] {
  margin-bottom: 25px;
}
.eb-features-widgets .card {
  text-align: left;
  padding: 25px 15px;
  /* background-color: #f5f7fb; */
  transition: all 0.3s linear;
  border-radius: 10px;
  border: 0px;
  height: 100%;
  /* border: 2px solid transparent; */
  background: #ffffff;
    position: relative;
    z-index: 2;
    border: 1px solid rgb(229 229 229);
    -webkit-border-radius: 30px 30px 30px 0px;
    -moz-border-radius: 30px 30px 30px 0px;
    border-radius: 30px 30px 30px 0px;
    /* margin-bottom: 30px; */
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);

}
.eb-features-widgets .card:hover {
  border-color: #dc3545;
  transform: scale(1.05);
}
.eb-features-widgets .card .card-img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.eb-features-widgets .card .card-img img {
  height: auto;
  max-width: 60px;
  max-height: 100%;
}
.eb-features-widgets .card h5, .eb-features-widgets .card .h5 {
  color: #051441;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 15px;
}

.vertical-tab-pills .nav-pills .nav-link {
  padding: 30px 20px 25px 50px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 35, 79, 0.08);
  box-shadow: 0px 20px 40px 0px rgba(43, 35, 79, 0.08);
  border-left: 5px solid #335eea;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #322d49;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}
.vertical-tab-pills .nav-pills .nav-link.active {
  color: #335eea;
  background-color: #eaddff;
}

.btn-nav-tabs .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 0px;
}
.btn-nav-tabs .nav-tabs li:not(:last-child) {
  margin-right: 20px;
}
.btn-nav-tabs .nav-tabs li a {
  background: transparent;
  font-weight: 500;
  cursor: pointer;
  padding: 11px 27px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #edecf1;
  color: #615f6b;
  border-radius: 6px;
}
.btn-nav-tabs .nav-tabs li a.active {
  background: #ff7342;
  border-color: #ff7342;
  color: #fff;
}
.btn-nav-tabs .tab-content {
  padding: 60px 80px;
  background: #f5f6f9;
  border-radius: 20px;
}

.nav-tabs-line {
  overflow: hidden;
}
.nav-tabs-line .nav-tabs {
  width: 100%;
  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;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  border-bottom: 1px solid #e9ebf0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.nav-tabs-line .nav-tabs .nav-link {
  transition: 0.2s;
  display: block;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  border: 0;
  width: auto;
  height: auto;
  padding: 12px 25px;
  margin: 0;
  background-color: transparent;
  position: relative;
  text-align: center;
  min-width: 208px;
  margin: 0 10px;
  color: #292d34;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 991px) {
  .nav-tabs-line .nav-tabs .nav-link {
    margin-bottom: 25px;
  }
}
.nav-tabs-line .nav-tabs .nav-link:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}
.nav-tabs-line .nav-tabs .nav-link.active {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}
.nav-tabs-line .nav-tabs .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  left: 50%;
  background: #7b68ee;
  bottom: -20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .nav-tabs-line .tab-content {
    padding: 40px 0px;
  }
}
.nav-tabs-line .tab-content .tab-pane {
  padding: 10px 0;
}
.nav-tabs-line .tab-content .tab-pane .title {
  padding-top: 20px;
  color: #000;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}
.nav-tabs-line .tab-content .tab-pane .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 5px;
  border-radius: 7px;
  position: static;
  margin-top: 30px;
  background: linear-gradient(90deg, #9f8fff 100%, #7b68ee 0);
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture {
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture img {
  transition: 0.3s;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .nav-tabs-line .tab-content .tab-pane .tab-content-picture img {
    max-width: 460px;
  }
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture.bubble-1:before {
  background: url(../../assets/img/patterns/bubble-1.gif) no-repeat top center;
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture.bubble-2:before {
  background: url(../../assets/img/patterns/bubble-2.gif) no-repeat top center;
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture.bubble-3:before {
  background: url(../../assets/img/patterns/bubble-3.gif) no-repeat top center;
}
.nav-tabs-line .tab-content .tab-pane .tab-content-picture.bubble-4:before {
  background: url(../../assets/img/patterns/bubble-4.gif) no-repeat top center;
}
.nav-tabs-line .tab-content .tab-pane:hover .tab-content-picture img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.icon-tabs .nav-tabs {
  padding-bottom: 43px;
}
.icon-tabs .nav-tabs .nav-link {
  color: #b1b6bf;
  font-size: 32px;
  min-width: auto;
  padding: 12px 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.icon-tabs .nav-tabs .nav-link.active {
  color: #292d34;
}
.icon-tabs .nav-tabs .nav-link.active:after {
  width: 100px;
  bottom: -49px;
}

.video-wave {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.video-wave .video-wave-play {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.video-img-wave {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.video-img-wave .video-img-wave-play {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.subcribe-singup-sec .subcribes-group .subcribes .form-control {
  box-shadow: 0 0px 30px #dce1e6;
}

.curved,
.curved-1 {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: -1;
  top: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: repeat-x;
}

.curved {
  background-image: url(../images/action_shap.svg);
}

.curved-1 {
  background-image: url(../images/wave-1.svg);
  top: -100px;
  background-color: #fff;
}

.curved-2 {
  background-image: url(../images/wave-2.svg);
  top: -100px;
}

.bg-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center 125px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-cta {
 position: relative;
/*     background: #3a44bd url(../images/footer-bg.jpg); */
   background-image: linear-gradient(rgb(23 4 171 / 90%), rgb(1 31 96 / 78%)), url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.footer-cta-img {
  position: relative;
  top: -5%;
  left: 0;
}

.footer-cta-form .form-control {
  background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid;
    border-color: rgb(255 255 255 / 37%);
    color: #fff;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-cta-form .form-control:focus {
  box-shadow: none;
}

.footer-cta-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1;
  /* Firefox */
  color: #e4e5f1;
}

.footer-cta-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e4e5f1;
}

.footer-cta-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e4e5f1;
}

.textarea-form {
  height: 116px;
  padding-top: 15px;
}

.footer-cta-form .btn {
  font-weight: 500;
}

.pattern-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(../images/wave.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 1450px 160px;
  height: 0;
  padding: 0;
  padding-bottom: 140px;
}
.pattern-shape.pattern-soft {
  background-image: url(../images/wave-soft.svg);
}
.pattern-shape.top {
  top: -10px;
}
.pattern-shape.bottom {
  bottom: -10px;
  transform: rotate(180deg);
}

.footer-dark .footer .footer-widget .widget-title {
    color: #db8a06;
}
.footer-dark .footer-bar .copyright, .footer-dark .footer-bar .copyright p {
  color: #fff;
}
.footer-dark .footer-bar .copyright a {
  color: #fff;
}
.footer-dark .socials .socials-item .socials-icon {
  fill: #fff;
}
.footer-dark .footer-menu li a {
  color: #fff;
}
.footer-dark .footer-menu li:hover a {
  color: #fff;
}
.footer-dark .footer-widget .footer-menu .showmore_accordion:after {
  color: #fff;
}
.footer-dark .footer-bar {
  border-top: 1px solid #f6941e5c;
}

.footer {
  position: relative;
  color: #adb5bd;
}
.footer .footer-widget .widget-title {
  font-size: 30px;
  color: #1a133b;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer .footer-widget .footer-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
}
.footer .footer-widget .footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.footer .footer-widget .footer-menu li a {
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
      letter-spacing: 0.5px;
}
.footer .footer-widget .footer-menu li:hover a {
  color: #fff;
}
.footer .footer-widget .footer-menu .showmore_accordion {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  color: #7c828d;
  font-weight: 600;
  position: relative;
}
.footer .footer-widget .footer-menu .showmore_accordion:hover {
  color: #000;
}
.footer .footer-widget .footer-menu .showmore_accordion:after {
  color: #6639b3;
  float: none;
  margin-left: 10px;
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  top: 3px;
}
.footer .footer-widget .footer-menu .showmore_accordion.active {
  color: #000;
}
.footer .footer-widget .footer-menu .showmore_accordion.active:after {
  transform: rotate(224deg);
  top: 8px;
}
.footer .footer-widget .footer-menu .panel {
  padding: 0;
  display: none;
  transition: max-height 0.2s ease-out;
}
.footer .footer-widget .footer-menu .panel .footer-menu a {
  color: #6c757d;
}
.footer .footer-widget .footer-menu .panel .footer-menu a:hover {
  color: #6639b3;
}

.footer-bar {
  border-top: 1px solid #dedfe1;
}
.footer-bar .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-bar .footer-column-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer-bar .socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 15px 0;
}
.footer-bar .socials .socials-item {
  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;
  transition: 0.2s;
  height: 20px;
}
.footer-bar .socials .socials-item:not(:last-child) {
  margin-right: 25px;
}
.footer-bar .socials .socials-item .socials-icon {
  transition: 0.3s;
  display: block;
  height: 100%;
  width: auto;
  fill: #b0b2b7;
}
.footer-bar .socials .socials-item:hover .socials-icon {
  fill: #335eea;
}
.footer-bar .copyright {
  text-align: right;
  font-size: 12px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}

.crm-grids .card {
  border-radius: 6px;
  padding: 40px 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 30px 50px 0px rgba(64, 24, 47, 0.08);
  box-shadow: 0px 30px 50px 0px rgba(64, 24, 47, 0.08);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.crm-grids .card .layer-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.crm-grids .card:hover .layer-bg {
  top: 0;
}
.crm-grids .card:hover .layer-bg path {
  fill: #f5f7ff;
}
.crm-grids .card .card-title {
  margin-top: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}

.top-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-image: -moz-linear-gradient(180deg, #a485fd 0, #5e2ced 100%);
  background-image: -webkit-linear-gradient(180deg, #a485fd 0, #5e2ced 100%);
  background-image: -ms-linear-gradient(180deg, #a485fd 0%, #5e2ced 100%);
  min-height: 300px;
}
.top-bg img {
  width: 100%;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.marquee > div {
  display: inline-block;
  width: 200%;
  position: relative;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-30%, 0);
  }
}
.style_stream__1qnwu {
  position: relative;
  width: 100%;
  height: 18em;
  margin-bottom: 3em;
}

/* Integration animation Styles */
.integration-container {
  position: relative;
  top: 0px;
  left: 0px;
  max-width: 1800px;
  overflow: visible;
  overflow: hidden;
  margin: 0 auto;
}
.integration-container.hide-overflow {
  overflow: hidden;
}
.integration-container ul.integration-list {
  position: relative;
  display: inline-block;
  list-style: none;
  /* background-color:#000;
  */
}
.integration-container ul.integration-list.cloned {
  /* border: 1px solid;
  */
  position: absolute;
  top: 0;
  left: 0;
}
.integration-container ul.integration-list li {
  /* background-color:blue;
  */
  float: left;
  width: 125px;
  height: 100px;
  text-align: center;
  font-size: 16px;
}
.integration-container ul.integration-list li .integration-list-item {
  position: absolute;
  width: 5em;
  height: 5em;
  background-color: var(--brand-white);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  will-change: transform;
  z-index: 1;
  box-shadow: 0 0.75em 1em rgba(13, 102, 229, 0.2);
}
.integration-container ul.integration-list li .integration-list-item:hover {
  z-index: 5;
}
.integration-container ul.integration-list li .integration-list-item .integration-list-icon-circle {
  position: absolute;
  background-color: var(--brand-white);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0.25em 0.75em;
  border-radius: 1em;
  box-shadow: 0 0.75em 1em rgba(13, 102, 229, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
}
.integration-container ul.integration-list li .integration-list-item:hover .integration-list-icon-circle {
  bottom: -2.5em;
  opacity: 1;
}
.integration-container ul.integration-list li .integration-list-item .integration-list-icon-title {
  color: var(--brand-grey-light);
  margin-bottom: 0;
  font-size: 14px;
  padding: 5px 10px;
}
.integration-container ul.integration-list li .integration-list-item .integration-list-img {
  padding: 1em;
}
.integration-container ul.integration-list li .integration-list-item .integration-list-img-brand {
  display: block;
  width: 100%;
  height: auto;
}


.integration-container ul.integration-list li {
  margin: 10px 20px 20px;
}

/* 
.integration-container ul.integration-list li:nth-child(1) {
  margin: 0px 0 0 0px;
}
.integration-container ul.integration-list li:nth-child(2) {
  margin: 230px 0 0 -85px;
}
.integration-container ul.integration-list li:nth-child(3) {
  margin: 90px 0 0 15px;
}
.integration-container ul.integration-list li:nth-child(4) {
  margin: 220px 0 0 10px;
}
.integration-container ul.integration-list li:nth-child(5) {
  margin: 5px 0 0 -30px;
}
.integration-container ul.integration-list li:nth-child(6) {
  margin: 130px 0 0 0px;
}
.integration-container ul.integration-list li:nth-child(7) {
  margin: 20px 0 0 30px;
}
.integration-container ul.integration-list li:nth-child(8) {
  margin: 130px 0 0 -30px;
}
.integration-container ul.integration-list li:nth-child(9) {
  margin: 260px 0 0 -300px;
}
.integration-container ul.integration-list li:nth-child(10) {
  margin: 20px 0px 0 20px;
}
.integration-container ul.integration-list li:nth-child(11) {
  margin: 100px 0 0 0px;
}
.integration-container ul.integration-list li:nth-child(12) {
  margin: 260px 0 0 -345px;
}
.integration-container ul.integration-list li:nth-child(13) {
  margin: 240px 0 0 -130px;
}
.integration-container ul.integration-list li:nth-child(14) {
  margin: 0px 0 0 0px;
}
.integration-container ul.integration-list li:nth-child(15) {
  margin: 220px 0 0 -50px;
}
.integration-container ul.integration-list li:nth-child(16) {
  margin: 90px 0 0 -40px;
}
.integration-container ul.integration-list li:nth-child(17) {
  margin: 210px 0 0 10px;
}
.integration-container ul.integration-list li:nth-child(18) {
  margin: 20px 0 0 -30px;
}
.integration-container ul.integration-list li:nth-child(19) {
  margin: 70px 0 0 95px;
}
.integration-container ul.integration-list li:nth-child(20) {
  margin: 30px 0 0 100px;
} */

.slidenav-tab .nav-link {
  background-color: transparent !important;
  z-index: 9;
  width: 100%;
  transition: 0.55s ease-out;
}

.slidenav-tab .nav-link.active {
  background-color: transparent !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
}

.glider {
  position: absolute;
  display: flex;
  height: 100%;
  width: 180px;
  background-color: #fff;
  z-index: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 99px;
  transition: 0.35s ease-out;
}

.slide-price-tabs {
  width: 180px;
  text-align: center;
  z-index: 5;
  background-color: transparent;
}

.slide-price-tabs:nth-child(1).checked ~ .glider {
  transform: translateX(0);
}

.slide-price-tabs:nth-child(2).checked ~ .glider {
  transform: translateX(100%);
}

.slide-price-tabs:nth-child(3).checked ~ .glider {
  transform: translateX(200%);
}

.shape {
  pointer-events: none;
  position: absolute;
}
.shape > * {
  display: block;
}
.shape:not([class*=shape-blur]) {
  overflow: hidden;
}
.shape:not([class*=shape-blur]) > * {
  transform: scale(2);
}

.shape-blur-3 {
  left: 0;
  right: 0;
  top: 0;
}
.shape-blur-3 > * {
  height: auto;
  width: 100%;
}

.shape-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.shape-bottom > * {
  transform-origin: top center;
}

.shape-fluid-x > * {
  height: auto;
  width: 100%;
}

.mt-n8 {
  margin-top: -3rem !important;
}

.navbardark .navbar {
  background-color: #fff !important;
}

.btn-primary-soft {
  background-color: rgba(51, 94, 234, 0.1);
  color: #335eea;
}
.btn-primary-soft.active, .btn-primary-soft:focus, .btn-primary-soft:hover {
  background-color: rgba(51, 94, 234, 0.15);
  color: #335eea;
}

.pricing-sec {
  background-color: #335eea;
  padding-top: 9rem;
  padding-bottom: 4rem;
}

.pricing-sec-title .sub-title {
  text-transform: uppercase;
  color: #ffa169;
  letter-spacing: 3px;
}

.pricing-plans-group .card {
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid #f1f4f8;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  background: #e7f9ff;
}
.pricing-plans-group .card.card-basic {
  background: #e7f9ff;
}
.pricing-plans-group .card.card-growth {
  background: #f5fddb;
}
.pricing-plans-group .card.card-growth .plan-name .badge {
  padding: 0.25rem 0.75rem;
}
.pricing-plans-group .card.card-growth .plan-name .badge.bg-primary-soft {
  background-color: #e4f3b3;
}
.pricing-plans-group .card.card-growth .permonth-text {
  color: #7c9b00 !important;
}
.pricing-plans-group .card.card-growth .badge.badge-rounded-circle.bg-success-soft {
  color: #7c9b00 !important;
}
.pricing-plans-group .card.card-growth .btn-primary-soft {
  background-color: #a2cd00 !important;
  border-color: #a2cd00 !important;
}
.pricing-plans-group .card.card-pro {
  background: #e7f9ff;
}
.pricing-plans-group .card:hover, .pricing-plans-group .card.active {
  transform: translate3d(0, -5px, 0);
}
.pricing-plans-group .card .card-body {
  padding: 2rem;
  min-height: 1px;
}
.pricing-plans-group .card .card-footer {
  padding: 0 2rem;
}
.pricing-plans-group .card .text-muted {
  color: #3b72bf !important;
}
.pricing-plans-group .card .svg-inline--fa {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.pricing-plans-group .card .pricing-card-title {
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
  color: #0050af !important;
}
.pricing-plans-group .card .pricing-card-title .dollar-symbol,
.pricing-plans-group .card .pricing-card-title small,
.pricing-plans-group .card .pricing-card-title .small {
  line-height: 1.35;
  font-size: 1.75rem;
  font-weight: 300;
}
.pricing-plans-group .card .pricing-card-title .price-value {
  font-size: 3.8125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.pricing-plans-group .card .pricing-card-title.free-primary-title {
  color: #335eea;
}
.pricing-plans-group .card .pricing-card-title.basic-danger-title {
  color: #F64E60;
}
.pricing-plans-group .card .pricing-card-title.growth-success-title {
  color: #7c9b00 !important;
}
.pricing-plans-group .card .pricing-card-title.pro-primary-title {
  color: #8070fa;
}
.pricing-plans-group .card .permonth-text {
  font-size: 0.875rem;
}
.pricing-plans-group .card .plan-name .badge {
  padding: 0.25rem 0.75rem;
}
.pricing-plans-group .card .plan-name .badge.bg-primary-soft {
  background-color: #cef1fc;
  color: #262626;
}
.pricing-plans-group .card .plan-name .badge h6, .pricing-plans-group .card .plan-name .badge .h6 {
  letter-spacing: 0.08em;
  line-height: 1.55;
  font-size: 0.75rem;
  font-weight: 500;
}
.pricing-plans-group .card ul li {
  margin-bottom: 15px;
  display: flex;
}
.pricing-plans-group .card ul li:last-child {
  margin-bottom: 0;
}
.pricing-plans-group .card ul li .badge {
  margin-right: 0.65rem;
}
.pricing-plans-group .card ul li .badge.bg-success-soft {
  background-color: rgba(0, 0, 0, 0.06);
  color: #0050af;
}
.pricing-plans-group .card ul li .badge-rounded-circle {
  border-radius: 50rem;
  height: calc(1em + .5rem);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-top: 0.1rem !important;
}
.pricing-plans-group .card ul li span {
  font-size: 15px;
  color: #525c69;
}
.pricing-plans-group .card .btn {
  padding: 0.8125rem 1.25rem;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.pricing-plans-group .card .btn.btn-primary-soft {
  background-color: #20bdee;
  color: #ffffff;
}
.pricing-plans-group .card .btn.btn-white-soft, .pricing-plans-group .card .btn:hover {
  opacity: 0.7;
}
.pricing-plans-group .card .btn.btn-white-soft {
  border-color: #fff;
  background-color: #fff;
  color: #335eea;
}
.pricing-plans-group .card .btn .svg-inline--fa {
  width: 0.85em;
  height: 0.85em;
}

.testimonial-sec-two .testimonial-lhs {
  width: 33.33333333%;
  background-color: #f5f5f5;
}
.testimonial-sec-two .testimonial-lhs img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}
.testimonial-sec-two .testimonial-rhs {
  width: 66.66666667%;
  background-color: #1b2a4e;
  padding: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}
.testimonial-sec-two .testimonial-rhs .testi-description {
  padding: 5px 0 15px;
  color: #fdf6d9;
  font-weight: 500;
  font-size: 20px;
}
.testimonial-sec-two .testimonial-rhs .customer-name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.testimonial-sec-two .testimonial-rhs .customer-role {
  font-size: 16px;
  font-weight: 300;
}

.pricing-tabs-container {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 30px;
}

.pricing-tab {
  display: flex;
  flex-direction: column;
  padding: 22px 30px !important;
  justify-content: center;
  color: #677294;
  border-right: 0;
  cursor: pointer;
  -webkit-transition: 0.5s background-color ease;
  transition: 0.5s background-color ease;
  flex-grow: 1;
  border-radius: 50px;
}
.pricing-tab span {
  font-weight: 600;
  font-size: 1.15rem;
}
.pricing-tab small, .pricing-tab .small {
  font-size: 0.875rem;
  font-weight: 400;
}
.pricing-tab.active {
  background-color: #d7e2fe;
  color: #4e44e6;
}
.pricing-tab.active:hover {
  color: #4e44e6;
}
.pricing-tab:hover {
  color: #4e44e6;
}

.pricing-table-container {
  margin-top: -75px;
}

.pricing-nav-tab {
  display: inline-block;
}
.pricing-nav-tab .nav-pills {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #37c1f9;
  cursor: pointer;
  border-radius: 50em;
}
.pricing-nav-tab .nav-link {
  color: rgba(255, 255, 255, 0.75);
  transition: none;
  font-size: 0.875rem;
  padding: 0.95rem 1.5rem;
  font-weight: 500;
}
.pricing-nav-tab .nav-link.active {
  background-color: #ffffff;
  border-radius: 50em;
  color: #4b67ed;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.pricing-nav-tab .nav-link.active:first-child {
  margin-left: -1px;
}
.pricing-nav-tab .nav-link.active:last-child {
  margin-right: -1px;
}
.pricing-nav-tab .nav-link .discount-offer {
  font-size: 12px;
}

.pricing-table-sec [class*=col-] {
  margin-bottom: 15px;
}
.pricing-table-sec .card {
  border: 0 solid #f1f4f8;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  background: #e7f9ff;
}
.pricing-table-sec .card.card-growth {
  background-color: #f5fddb;
}
.pricing-table-sec .card.card-growth .card-header {
  background-color: #e4f3b3;
}
.pricing-table-sec .card.card-growth .card-header .edition-price span {
  color: #7c9b00;
}
.pricing-table-sec .card.card-growth .featureslist-title {
  color: #7c9b00;
}
.pricing-table-sec .card .card-header {
  background-color: #cef1fc;
  position: relative;
  color: #262626;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 0.75rem 1rem;
  border-bottom: 0px;
  position: sticky;
  top: 71px;
  z-index: 5;
}
.pricing-table-sec .card .card-header h6,
.pricing-table-sec .card .card-header .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pricing-table-sec .card .card-header .edition-price {
  margin-top: 5px;
}
.pricing-table-sec .card .card-header .edition-price span {
  font-size: 26px;
  color: #0050af;
}
.pricing-table-sec .card .card-header .edition-price .priceDescription {
  font-size: 12px;
  font-weight: 400;
}
.pricing-table-sec .card .card-body,
.pricing-table-sec .card .card-footer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pricing-table-sec .featureslist-title {
  margin-bottom: 0rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #0050af;
}
.pricing-table-sec .featureslist-title:first-of-type {
  padding-top: 0.8rem;
}
.pricing-table-sec .btn-signup {
  padding: 0.8125rem 1.25rem;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #20bdee;
  color: #ffffff;
}
.pricing-table-sec .btn-signup:hover {
  opacity: 0.7;
}
.pricing-table-sec .btn-signup .svg-inline--fa {
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  font-size: inherit;
  overflow: visible;
  vertical-align: -0.125em;
}
.pricing-table-sec .btn-signup-growth {
  background-color: #a2cd00;
}

.pricing-featureslist .price-features {
  margin-bottom: 0;
}
.pricing-featureslist .price-features .feature-item {
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
  padding-left: 25px;
}
.pricing-featureslist .price-features .feature-item:not(.supported) {
  color: rgba(0, 0, 0, 0.2);
}
.pricing-featureslist .price-features .feature-item:not(.supported)::before {
  color: rgba(0, 0, 0, 0.2);
}
.pricing-featureslist .price-features .feature-item::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
  color: rgba(0, 0, 0, 0.55);
}

.feature-item-tooltip {
  position: relative;
  display: inline-block;
}
.feature-item-tooltip .svg-inline--fa {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  position: absolute;
  top: 3px;
  right: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.feature-item-tooltip .text {
  margin-inline-end: 10px;
  padding-inline-end: 15px;
}
.feature-item-tooltip .feature-item-hover-question-mark {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.feature-item-tooltip:hover .feature-item-hover-tooltip {
  display: block;
  opacity: 1;
}
.feature-item-tooltip .feature-item-hover-tooltip {
  position: absolute;
  top: -16px;
  right: -184px;
  z-index: 2;
  display: none;
  width: 180px;
  height: auto;
  padding: 16px;
  border-radius: 4px;
  background-color: #1b1240;
  opacity: 0;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0.32px;
}
.feature-item-tooltip .feature-item-hover-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #1b1240;
  display: block;
  position: absolute;
  top: 13px;
  left: -9px;
}

@media (min-width: 768px) {
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }

  .mt-md-n14 {
    margin-top: -12rem !important;
  }
}


/* ============ Responsive desktop view ============ */

@media all and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav > .nav-item {
   padding-left: 13px;
    padding-right: 13px;
  }

  .pt-lg-14, .py-lg-14 {
    padding-top: 14rem !important;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    position: fixed;
    top: 71px;
    border: 0px;
    border-radius: inherit;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    height: calc(100vh - 70px);
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar .megamenu::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
  }
  .navbar .megamenu .megamenu-body {
    padding: 40px 0 40px 70px;
  }
  .navbar .megamenu .megamenu-scroolbar {
    height: auto;
    background-color: #fff;
    overflow: auto;
    min-height: 500px;
    max-height: 500px;
    padding-bottom: 30px;
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .navbar .megamenu .megamenu-scroolbar {
    max-height: 650px;
  }
}
@media all and (min-width: 1200px) {
  .testimonial-sec-two .testimonial-rhs {
    padding: 60px;
  }
  .testimonial-sec-two .testimonial-rhs .testi-description {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .testimonial-sec-two .testimonial-rhs .testi-description {
    font-size: 22px;
  }
}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

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

  .home-banner-top .h3 {
    font-size: calc(1rem + 0.6vw);
  }

  #navbar_top {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    position: fixed !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-nav {
    margin-top: 20px;
  }
  .navbar-nav .nav-item-line {
    border-bottom: 1px solid #e0e6e8;
    line-height: 34px;
  }
  .navbar-nav .nav-item-line:first-of-type {
    border-top: 1px solid #e0e6e8;
  }
  .navbar-nav .nav-item-line .navlink-row .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #151b26;
  }
  .navbar-nav .nav-item-line .navlink-row svg {
    width: 45px;
    position: absolute;
    right: 15px;
    top: 5px;
    height: 40px;
    padding: 13px;
    z-index: 99;
    cursor: pointer;
    background: #f9f9fb;
    border-radius: 8px;
  }

  .megamenu {
    padding: 0 !important;
  }

  .btn-free-signup,
.btn-demo {
    display: block;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .navbar .megamenu .nav-pills {
    margin-top: 5px;
    flex-direction: row !important;
  }
  .navbar .megamenu .nav-pills::before {
    display: none;
  }
  .navbar .megamenu .nav-pills .nav-link {
    padding: 0.55rem 1.25rem;
  }
  .navbar .megamenu .nav-pills .nav-link span {
    display: none;
  }
  
.navbar .megamenu .nav-pills .nav-link span.down-icon {display: block;}

  .navbar .resources-megamenu .nav-pills {
    flex-direction: column !important;
  }

  .navbar .dropdown-features-right {
    padding: 15px;
    padding-bottom: 60px;
  }

  .navbar .dropdown-features-bg .dropdown-features-column .dropdown-column-item .dropdown-card {
    width: 100%;
    padding: 5px;
  }

  .megamenu-scroolbar {
    margin: 0;
  }

  .all-plans-col {
    padding: 0;
  }

  .navbar .megamenu .tab-content > .tab-pane {
    padding-bottom: 15px;
  }

  .testimonial-sec-two .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .testimonial-sec-two .testimonial-lhs {
    display: none;
  }
  .testimonial-sec-two .testimonial-rhs {
    width: 100%;
    border-radius: 10px;
    padding: 60px 40px;
    text-align: center;
  }
  .testimonial-sec-two .testi-customer-pic img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }

}


@media (max-width: 767px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pricing-sec {
    padding-top: 6rem;
  }

  .pricing-tabs-container {
    margin-top: 30px;
  }

  .testimonial-sec-two .testimonial-rhs {
    padding: 20px 15px;
  }
  .testimonial-sec-two .testimonial-rhs .testi-description,
.testimonial-sec-two .testimonial-rhs .customer-name {
    font-size: 15px;
  }
  .testimonial-sec-two .testimonial-rhs .customer-role {
    font-size: 13px;
  }

  .award-sec .p-logo-item {
    margin-bottom: 0;
  }

  .pricing-nav-tab .nav-pills {
    border-radius: 1.5em;
  }

  .glider {
    position: absolute;
    display: flex;
    height: 46px;
    width: 180px;
    background-color: #fff;
    z-index: 0;
    margin: auto;
    left: 0%;
    right: 0%;
  }

  .slide-price-tabs:nth-child(1).checked ~ .glider {
    transform: translate(0%, -110%);
  }

  .slide-price-tabs:nth-child(2).checked ~ .glider {
    transform: translate(0%, 0%);
  }

  .slide-price-tabs:nth-child(3).checked ~ .glider {
    transform: translate(0%, 110%);
  }

  .slidenav-tab .slide-price-tabs {
    width: 100%;
    display: block;
  }

  .bg-right-shape {
    height: auto;
  }
  .bg-right-shape img {
    height: auto;
  }

  .pricing-tab {
    padding: 10px 30px !important;
  }
  .pricing-tab span {
    font-size: 1rem;
  }
  .pricing-tab small, .pricing-tab .small {
    font-size: 0.8125rem;
  }
}
@media (max-width: 560px) {
  .subcribe-singup-sec {
    padding-bottom: 1rem;
  }

  .subcribes-group .subcribes-form-text {
    font-size: 13px;
  }

  .pattern-shape {
    padding-bottom: 100px;
  }
}


/* ============ mobile view .end// ============ */


/* Extra Css */

.logo-img {
    width: 142px;
}
.fixed-top .logo-img {
/*    width: 120px;*/
}

span.ion-ios-arrow-down {
   font-weight: bold;
    vertical-align: middle;
    color: #000;
}

.navlink-row .nav-link:hover span.ion-ios-arrow-down {
  color: #f6941e !important;
}

.nav-item .down-icon {
  font-size: 20px;
  font-weight: 600;
}

.dropdown-card .down-icon {
  font-size: 28px;
  margin-top: -5px;
    max-width: 18px;
    max-height: 18px;
    margin-right: 12px;
    height: auto;
    display: block;
}

span.check-circle {position: relative;}
span.check-circle:after {
    /* position: absolute; */
    color: #f4951d;
    content: "\f4b2";
    font-family: "Ionicons";
    left: -25px;
    top: 0px;
    font-size: 22px;
    font-weight: normal;
  }

.socials a {
    color: #fff;
    margin: 2px 4px;
    font-size: 16px;
    background: #e50d18;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* login-page */

.login-sec-area {
  /* background-image: url('../images/bg-area.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)),url(../images/bg-area.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 50px 0px 50px; */

}

.login-sec-area {
  padding: 50px 0px 50px;
    background-color: #003971;
    /* background-image: url(../images/map-image.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.login-box{
  /* height: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 550px;
  padding: 50px;
  background-color: rgba(0,0,0,0.5); */
  }
.login-box {
    width: 100%;
}

.login-body {
   height: auto;
  padding: 50px;
  background-color: rgba(0,0,0,0.5);
}

.login-heading h3{
  color: white;
  text-align: center;
  margin-bottom: 20px;
  }

.input-group-prepend span{
  width: 50px;
    background-color: #f6941e;
    color: #fff;
    border: 0 !important;
    height: 100%;
    margin-right: -2px;
    text-align: center;
    vertical-align: middle;
    display: block;
}

input:focus{
  outline: 0 0 0 0  !important;
  box-shadow: 0 0 0 0 !important;
  }

.remember{
  color: white;
  }

.remember input {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 5px;
  }
.loginbtn {
  text-align: right;
    display: block;
    margin: 16px 0px;
}
.login_btn{
  color: #fff;
  background-color: #f6941e;
  width: 100px;
  }

.login_btn:hover{
  color: #f6941e;
  background-color: white;
  }

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.login-body .form-control {
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.8px;
  }
.input-group-prepend span .fa {
  margin-top: 12px;
}


/*----- inner-pages -------*/

.color-bg {background-color: #f5f9fc;}

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

.home-banner-top {
 /* position: relative; */
    background-image: linear-gradient(rgb(255 140 140 / 48%), 
      rgb(0 0 0 / 28%)),url(../images/top-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    z-index: -1;
}

.support-home-img {
    text-align: center;
}

.support-home-img img {
    width: 800px;
}

.ab-services {
    background: #ffffff;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(238, 238, 238, 1.0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}

.ab-special-area .ab-services {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
}

.ab-services .services-info {
    text-align: center;
}
.services-info {
    padding: 30px 30px;
}

.service-shap {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.86);
    background-image: linear-gradient(259deg,rgb(0 126 183) 20%,rgb(2 63 116) 80%);
   }

.service-shap i {
    font-size: 46px;
}

.ab-services .service-shap {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    position: relative;
    border-radius: 50%;
    /* animation: one-animated 10s infinite; */
    overflow: hidden;
    margin: 0px auto 0px;
}

.about-info-sec img {
  width: 80%;
}

.ds {
    background-color: #4c4c4c;
    color: #fff;
}

.why-choose-sec {
   background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.79)),url(../images/slide02.jpg);
    padding: 80px 0 80px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-sec .section-heading h2, .why-choose-sec .section-heading p {color: #fff;}

.why-choose-sec .icon-box {margin-bottom: 30px;}
.why-choose-sec h5 {font-weight: 600;margin-top: 25px;}
.why-choose-sec p {
  font-size: 16px;
    letter-spacing: 0.6px;
}

.why-choose-box .image-styled img {
  margin-top: 6px;
  height: auto;
    max-width: 60px;
    max-height: 100%;
}

.image-styled {
    background-clip: content-box;
    background-color: #fff;
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    line-height: 90px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 120px;
}

.why-choose-sec .icon-box:hover >.image-styled{
  border: 10px solid rgba(255, 209, 209, 0.61);
}

.why-choose-sec .icon-box:hover >.image-styled img {

  -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.why-choose-box p {color: #fff;}




/*-------Hotal-css------*/



img {object-fit: cover;}

.btn-warning {
    color: #fff;
    background-color: #e50914;
    border-color: #e50914;
    border-radius: 0px;
}

.btn {
  border-radius: 0px;
  letter-spacing: 0.5px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #fc000d;
    border-color: #fc000d;
}
.carousel-caption {
 bottom: 20%;
}
.carousel-caption p, .carousel-caption h5 {
  color: #fff;
}
.carousel-caption h5 {
  font-size: 30px;
}
.carousel-caption p {
  font-size: 20px;
}

.top-nav li {
  margin-right: 15px;
}

.top-nav a {
  font-size: 13px;
    letter-spacing: 1px;
}

.home-banner-top .carousel-item {
    max-height: 700px;
    height: 700px;
    overflow: hidden;
}
.home-banner-top .carousel-item img {
   height: 100%;
   max-height: 100%;
   width: 100%;
}

.extended-offer-sec .image-area img {
  height: 150px;
  width: 100%;
  overflow: hidden;
}

.col-lg-3-2 {
    flex: 0 0 auto;
    width: 14.2%;
    padding-left: 5px;
    padding-right: 5px;
}

.book-direct-sec .services-info {
    padding: 20px 10px 10px;
}

.book-direct-sec .ab-services {height: 100%;}
.book-direct-sec .ab-services h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    border: 1px solid #fff;
    padding: 0!important;
    font: inherit;
    background: #e50914;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 3px;
    left: auto;
}
.owl-carousel .owl-nav button span {
    margin-top: -4px;
}
.owl-dots {
    text-align: center;
    padding: 20px 0px 10px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ff666d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #e50914;
}

.experiences-sec .images-area {
    height: 450px;
}

.slide-text-box a {
  font-size: 14px;
  color: #333;
}
.ab-text .author a {
    text-decoration: underline;
    font-size: 16px;
}


.booking-form .form-group {
    margin-bottom: 0px;
}

p.sub-tittle {
    width: 60%;
    margin: 15px auto 20px;
}


.offer-text-box .offerName  {
  text-transform: uppercase;
}

.offer-text-box .offerTitle a {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 20px;
}

.mayweoffer-sec .images-area, .stories-magazine .images-area {
    height: 250px;
    overflow: hidden;
}

.mayweoffer-sec .images-area img, .stories-magazine .images-area img {
    height: 100%;
   }

.banner-layer {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 0%);
}

.booking-form-sec .form-control {
    border: 0px solid #ced4da;
    border-right: 1px solid #e50914;
    border-radius: 0;
}
.booking-form-sec .form-control.checkin {
  border-left: 1px solid #e50914;
}
.booking-form-sec .space {
 padding-left: 5px;
 padding-right: 5px;
}
.booking-form-sec .space .form-label{
 padding-left: 14px;
    font-size: 12px;
 }


.side-btn-fix {
    position: fixed;
    top: 44%;
    /*background: #1c1a1b;*/
    left: -37px;
    transform: rotate(-90deg);
    width: 100px;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    z-index: 9;
}

.side-covid-box {
    /*position: fixed;
    width: 27px;
    height: 85px;
    left: 0;*/
    top: 65%;
    /*cursor: pointer;
    margin-top: 50px;
    z-index: 99;*/
}


.title-slider .carousel-indicators {
    position: absolute;
    bottom: auto;
    top: -20px;
  }
.title-slider .carousel-indicators [data-bs-target] {
  text-indent: 0;
}

.title-slider .carousel-indicators button {
  width: 160px;
    height: 22px;
    background: #000;
    color: #fff;
    opacity: 1;
    padding: 0px 10px;
   font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.title-slider .carousel-indicators button.active {
  background: #dc3545;
}

.title-slider .carousel-item {
    max-height: 620px;
    overflow: hidden;
}

.title-slider .carousel-caption {
    bottom: 0;
    background: rgb(253 253 253 / 85%);
    width: 100%;
    left: 0;
    right: 0;
}

.title-slider .slidesText {
  width: 70%;
  margin: 0 auto;
}
.title-slider .slidesText p {
  color: #000;
  font-size: 15px;
}

.booking-form-sec {
    margin-top: -52px;
}

.home-banner .carousel-caption {
    bottom: 38%;
    display: none!important;
}
.home-banner .carousel-indicators {
    bottom: 60px;
  }


.contact-details-info table {
    width: 100%;
    margin-top: 10px;
}
.contact-details-info table tr th, .contact-details-info table tr td {
    text-align: left;
    padding: 6px 15px;
    font-size: .938em;
    vertical-align: top;
}
.ab-box ul li {
    margin-bottom: 8px;
}

.ab-box ul {
padding-left: 20px;
    margin-top: 15px;
}

.tabinner-box .content-area strong {
  margin-right: 15px;
}



/*side-navbar*/

.menu-img {
  width: 32px;
}
.click-menu {
/*  font-size:30px;*/
  cursor:pointer; 
  color: #e50b16;
  position: absolute;
    left: 15px;
    top: 24px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #b14204;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 5px 5px 5px 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff8c;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  

}




/*facilities-page*/

.fac-area .card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 400px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .fac-area .card {
    min-height: 350px;
  }
  .click-menu {
    position: absolute;
    right: 5px;
    left: initial;
    top: 8px;
    }

    .col-lg-3-2 {
        width: 94%;
        margin: 10px;
      }
      .banner-layer {
        height: 97%;
        }
        .home-banner-top video {
                  height: 266px;
              }
}

@media (max-width: 420px) {
  .fac-area .card {
    min-height: 300px;
  }
}
.fac-area .card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  /*background-size: 120%;*/
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fac-area .card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.fac-area .card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
   background-size:cover;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.fac-area .card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(220 53 69 / 78%)
  /*background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);*/
}
.fac-area .card .card-footer {
  background: none;
  border-top: none;
}
.fac-area .card .card-footer .media img {
  border: solid 3px rgba(234, 95, 0, 0.3);
}
.fac-area .card .card-meta {
  color: orange;
}
.fac-area .card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  padding-top: 30px;
}
.fac-area .card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.fac-area .card:hover .card-body {
  margin-top: 30px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.fac-area .card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /*background: rgb(220 53 69 / 78%);*/
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}

.features .fa {
  font-size: 26px;
    color: #dc3545;
}

.feelhomeback-sec {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.overlay-sec {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 35%);
}
.feelhomeback-sec {
  padding: 100px 0px 60px;
}

.fourpoint {
    padding: 30px 0px;
    background: #dc3545;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 8px 20px #656565;
}
.fourpoint h3 {
  color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.feelhome {
background: rgb(0 0 0 / 30%);
    padding: 40px 40px 3px;
}


.section-info {
  padding: 40px 0px;
}

.sec-bg-1 {
  background-color: #f5f7ff;
    background-image: url(../images/bg-area.png);
    background-size: initial;
    background-repeat: repeat;
    background-position: center;
}
.sec-bg-2 {
  background-color: #f5f7ff;
}

/*Tabing-slider*/

.tabing-menu-items {
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}

.tabing-menu-items .nav-link.active, .tabing-menu-items .show > .nav-link {
    color: #eb5400;
    background-color: transparent;
   
}

.tabing-menu-items .nav-link {
    background: none;
    border: 0;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.tabing-menu-items .f-16 {
  font-size: 16px;
  font-weight: 500;
}
.tabing-system .images-area {
    height: 400px;
    overflow: hidden;
}
.tabing-system .images-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.title-slider .tabing-system .slidesText {
    width: 96%;
    margin: 8px auto 0px;
    text-align: left;
}

.tabing-system .know-more {
    text-align: right;
    width: 97%;
}

.insta-area .caption {
  position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 100%;
    color: #000;
    z-index: 1;
}
.insta-area .images-area {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.insta-area .images-area img {
    width: 100%;
    height: 100%;
 object-fit: cover;
}

.awrd-sec .divinfo {
  border-right: 1px solid #e3bf5c;
  padding: 0px 10px;
  height: 100%;
    width: 100%;
}
.awrd-sec .divinfo h4 {
  font-size: 22px;
}

.footer .footer-widget .widget-title {
    font-size: 22px;
    color: #db8a06;
    margin-bottom: 10px;
    font-weight: 400;
}
.contactinfo {
  text-align: center;
  color: #ffffff;
    background-color: rgba(0, 0, 0, 0.86);
/*    background-image: linear-gradient(259deg, rgb(0 126 183) 20%, rgb(2 63 116) 80%);*/
  background: linear-gradient(-19deg, #0758bd 10%, #4a1b93);
}

.contactinfo p {
  color: #fff;
  margin:0px;
}
.contactinfo strong {
     color: #fff;
     font-size: 16px;
}
.bold {
  font-weight: 600;
}

img.searchicon {
    width: 20px;
}
.navbar-nav button {
  font-size: 19px;
    font-weight: 400;
    color: #000;
    font-family: "EB Garamond", serif;
}
.navbar-nav button.dropdown-toggle::after {
  display: none;
}

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

.inner-pg-banner .carousel-item {
    max-height: 500px;
    height: 500px;
    overflow: hidden;
}

.box-inner {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 11px 11px #f1f1f1;
    border: 1px solid #ededed;
}
.img-dis {
    padding: 5px 0px;
}

.img-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.inner-img {
    transition: 0.3s;
}
.inner-img img {
    width: 100%;
    height: 100%;
}
.box-inner:hover .inner-img {
    transform: scale(1.1);
    transition: 0.3s;
}

.contact-dtl strong {
  width: 135px;
    display: inline-block;
    font-weight: 600;
}

.contact-dtl-2 strong {
  width: 180px;
    }
.more-dtl strong {
  width: 135px;
    display: inline-block;
    font-weight: 600;
}

.contact-input .form-control {
  height: 42px;
    border-radius: 0px;
    font-size: 14px;
}

.contact-input textarea.form-control {
  height: 80px;
    border-radius: 0px;
}

.inner-pg-banner .carousel-caption {
    display: none!important;
}

.single-room-booking {
    padding: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.single-room-booking .form-label {
    margin-bottom: 0.5rem;
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
}

.single-room-booking .form-control {
  height: 44px;
    border-radius: 0px;
    padding: 4px 10px;
    font-size: 14px;
}

.single-room-booking .form-group {
    margin-bottom: 20px;
}

.bntspace {
  margin-top: 25px;
  }

section.section-info.room-ser-info.about-sec.sec-bg-1 {
    background: #f9f9f9;
}

.Banquet-Sec table th {
    background: #a50101;
    color: #fff;
}
.Banquet-Sec table tbody th {
    background: #cb3407;
    color: #fff;
}
.Banquet-Sec table tbody th strong {
  color: #fff;
}

  