/*
Theme Name: Noli
Description: Responsive Coming Soon Template
Author: Erilisdesign
Theme URI: https://preview.erilisdesign.com/html/noli/
Author URI: https://themeforest.net/user/erilisdesign
Version: 2.0.0
License: https://themeforest.net/licenses/standard

SASS Stylesheet
*/
/*------------------------------------------------------
[Reboot]
*/
html,
body {
  overflow-x: hidden; }

.container, .container-fluid {
  position: relative;
  z-index: 1; }

section {
  position: relative;
  width: 100%;
  padding: 5rem 0; }

/*------------------------------------------------------
[Typography]
*/
body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6; }

a {
  color: #335eea;
  text-decoration: none; }
  a:hover {
    color: #1643d4;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Dosis", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em; }
  h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
  .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
    color: #335eea; }
  h1.text-white > a, h2.text-white > a, h3.text-white > a, h4.text-white > a, h5.text-white > a, h6.text-white > a,
  .h1.text-white > a, .h2.text-white > a, .h3.text-white > a, .h4.text-white > a, .h5.text-white > a, .h6.text-white > a {
    color: #fff; }

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3; }

h2, .h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35; }

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4; }

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.45; }

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5; }

h6, .h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.55; }

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

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

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

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

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

p:last-child {
  margin-bottom: 0; }

.cover-letter {
  position: relative;
  font-family: "Dosis", Helvetica, sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.07);
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cover-letter.letter-2x {
    font-size: 25rem; }
  .cover-letter.letter-3x {
    font-size: 30rem; }
  .cover-letter.letter-4x {
    font-size: 35rem; }
  .cover-letter.letter-5x {
    font-size: 40rem; }

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

@media (max-width: 991.99px) {
  h1, .h1 {
    font-size: 1.875rem; }
  h2, .h2 {
    font-size: 1.625rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  .display-1 {
    font-size: 3.125rem; }
  .display-2 {
    font-size: 2.5rem; }
  .display-3 {
    font-size: 2.25rem; }
  .display-4 {
    font-size: 2rem; }
  .lead {
    font-size: 1.125rem; } }

/*------------------------------------------------------
[Forms]
*/
.contact-form-result,
.contact-form-result {
  display: none;
  margin-top: 1rem; }

.form-control {
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303342;
  background-color: #fff;
  border: 1px solid #eaecf1; }
  .form-control::-webkit-input-placeholder {
    color: #414455; }
  .form-control:-ms-input-placeholder {
    color: #414455; }
  .form-control::-ms-input-placeholder {
    color: #414455; }
  .form-control::placeholder {
    color: #414455; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eaecf1; }

select.form-control:focus::-ms-value {
  color: #303342;
  background-color: #fff; }

.form-control-soft-light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control-soft-light:-moz-focusring {
    text-shadow: 0 0 0 #fff; }
  .form-control-soft-light::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-control-soft-light:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-control-soft-light::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-control-soft-light::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-control-soft-light:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 94, 234, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(51, 94, 234, 0.25); }
  .form-control-soft-light:disabled, .form-control-soft-light[readonly] {
    background-color: rgba(234, 236, 241, 0.05); }
  .form-control-soft-light.form-control-plaintext {
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }

select.form-control.form-control-soft-light:focus::-ms-value {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05); }

.form-control-soft-dark {
  color: #080914;
  background-color: rgba(8, 9, 20, 0.05);
  border: 1px solid rgba(8, 9, 20, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control-soft-dark:-moz-focusring {
    text-shadow: 0 0 0 #080914; }
  .form-control-soft-dark::-webkit-input-placeholder {
    color: rgba(8, 9, 20, 0.6); }
  .form-control-soft-dark:-ms-input-placeholder {
    color: rgba(8, 9, 20, 0.6); }
  .form-control-soft-dark::-ms-input-placeholder {
    color: rgba(8, 9, 20, 0.6); }
  .form-control-soft-dark::placeholder {
    color: rgba(8, 9, 20, 0.6); }
  .form-control-soft-dark:focus {
    color: #080914;
    background-color: rgba(8, 9, 20, 0.05);
    border-color: rgba(8, 9, 20, 0.5);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 94, 234, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(51, 94, 234, 0.25); }
  .form-control-soft-dark:disabled, .form-control-soft-dark[readonly] {
    background-color: rgba(141, 156, 175, 0.05); }
  .form-control-soft-dark.form-control-plaintext {
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }

select.form-control.form-control-soft-dark:focus::-ms-value {
  color: #080914;
  background-color: rgba(8, 9, 20, 0.05); }

/*------------------------------------------------------
[Buttons]
*/
.btn {
  font-weight: 600;
  border: 1px solid transparent;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-lg {
  padding: 0.6875rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.385rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem; }

.btn-pill {
  border-radius: 50rem; }

.btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0; }
  .btn-icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .btn-icon-inner-bottom-minus {
      top: 80%; }

.btn-icon.btn-sm {
  font-size: 0.8175rem;
  width: 1.9375rem;
  height: 1.9375rem; }

.btn-icon.btn-lg {
  font-size: 1.25rem;
  width: 3.375rem;
  height: 3.375rem; }

.btn-primary {
  color: #fff;
  background: #335eea;
  border-color: transparent; }
  .btn-primary:hover {
    color: #fff;
    background: #1c4ce8;
    border-color: #1c4ce8; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    border-color: #1c4ce8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c4ce8;
    border-color: #1c4ce8; }

.btn-secondary {
  color: #fff;
  background: #414455;
  border-color: transparent; }
  .btn-secondary:hover {
    color: #fff;
    background: #363847;
    border-color: #363847; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    border-color: #363847; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #363847;
    border-color: #363847; }

.btn-success {
  color: #fff;
  background: #21ce5b;
  border-color: transparent; }
  .btn-success:hover {
    color: #fff;
    background: #1db851;
    border-color: #1db851; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    border-color: #1db851; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1db851;
    border-color: #1db851; }

.btn-info {
  color: #080914;
  background: #3fc4e3;
  border-color: transparent; }
  .btn-info:hover {
    color: #fff;
    background: #29bde0;
    border-color: #29bde0; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    border-color: #29bde0; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #29bde0;
    border-color: #29bde0; }

.btn-warning {
  color: #080914;
  background: #f3ed4f;
  border-color: transparent; }
  .btn-warning:hover {
    color: #080914;
    background: #f1eb37;
    border-color: #f1eb37; }
  .btn-warning:focus, .btn-warning.focus {
    color: #080914;
    border-color: #f1eb37; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #080914;
    background-color: #f1eb37;
    border-color: #f1eb37; }

.btn-danger {
  color: #fff;
  background: #ff5b5c;
  border-color: transparent; }
  .btn-danger:hover {
    color: #fff;
    background: #ff4243;
    border-color: #ff4243; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    border-color: #ff4243; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4243;
    border-color: #ff4243; }

.btn-light {
  color: #080914;
  background: #f5f7f9;
  border-color: transparent; }
  .btn-light:hover {
    color: #080914;
    background: #e5eaef;
    border-color: #e5eaef; }
  .btn-light:focus, .btn-light.focus {
    color: #080914;
    border-color: #e5eaef; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #080914;
    background-color: #e5eaef;
    border-color: #e5eaef; }

.btn-dark {
  color: #fff;
  background: #080914;
  border-color: transparent; }
  .btn-dark:hover {
    color: #fff;
    background: #010102;
    border-color: #010102; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    border-color: #010102; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #010102;
    border-color: #010102; }

.btn-white {
  color: #080914;
  background: #fff;
  border-color: transparent; }
  .btn-white:hover {
    color: #080914;
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9); }
  .btn-white:focus, .btn-white.focus {
    color: #080914;
    border-color: rgba(255, 255, 255, 0.9); }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #080914;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8); }

.btn-outline-primary {
  border-color: #335eea; }

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

.btn-outline-success {
  border-color: #21ce5b; }

.btn-outline-info {
  border-color: #3fc4e3; }

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

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

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

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

.btn-outline-white {
  border-color: #fff; }

.btn-soft-primary {
  color: #335eea;
  background: rgba(51, 94, 234, 0.1);
  border-color: transparent; }
  .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active {
    color: #335eea;
    background: rgba(51, 94, 234, 0.15);
    -webkit-box-shadow: rgba(51, 94, 234, 0.35);
    box-shadow: rgba(51, 94, 234, 0.35); }
  .btn-soft-primary.disabled, .btn-soft-primary:disabled {
    color: #335eea;
    background-color: rgba(51, 94, 234, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active,
  .show > .btn-soft-primary.dropdown-toggle {
    color: #335eea;
    background: rgba(51, 94, 234, 0.2); }

.btn-soft-secondary {
  color: #414455;
  background: rgba(65, 68, 85, 0.1);
  border-color: transparent; }
  .btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
    color: #414455;
    background: rgba(65, 68, 85, 0.15);
    -webkit-box-shadow: rgba(65, 68, 85, 0.35);
    box-shadow: rgba(65, 68, 85, 0.35); }
  .btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
    color: #414455;
    background-color: rgba(65, 68, 85, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-secondary:not(:disabled):not(.disabled):active, .btn-soft-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-soft-secondary.dropdown-toggle {
    color: #414455;
    background: rgba(65, 68, 85, 0.2); }

.btn-soft-success {
  color: #21ce5b;
  background: rgba(33, 206, 91, 0.1);
  border-color: transparent; }
  .btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active {
    color: #21ce5b;
    background: rgba(33, 206, 91, 0.15);
    -webkit-box-shadow: rgba(33, 206, 91, 0.35);
    box-shadow: rgba(33, 206, 91, 0.35); }
  .btn-soft-success.disabled, .btn-soft-success:disabled {
    color: #21ce5b;
    background-color: rgba(33, 206, 91, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled).active,
  .show > .btn-soft-success.dropdown-toggle {
    color: #21ce5b;
    background: rgba(33, 206, 91, 0.2); }

.btn-soft-info {
  color: #3fc4e3;
  background: rgba(63, 196, 227, 0.1);
  border-color: transparent; }
  .btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active {
    color: #3fc4e3;
    background: rgba(63, 196, 227, 0.15);
    -webkit-box-shadow: rgba(63, 196, 227, 0.35);
    box-shadow: rgba(63, 196, 227, 0.35); }
  .btn-soft-info.disabled, .btn-soft-info:disabled {
    color: #3fc4e3;
    background-color: rgba(63, 196, 227, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled).active,
  .show > .btn-soft-info.dropdown-toggle {
    color: #3fc4e3;
    background: rgba(63, 196, 227, 0.2); }

.btn-soft-warning {
  color: #f3ed4f;
  background: rgba(243, 237, 79, 0.1);
  border-color: transparent; }
  .btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active {
    color: #f3ed4f;
    background: rgba(243, 237, 79, 0.15);
    -webkit-box-shadow: rgba(243, 237, 79, 0.35);
    box-shadow: rgba(243, 237, 79, 0.35); }
  .btn-soft-warning.disabled, .btn-soft-warning:disabled {
    color: #f3ed4f;
    background-color: rgba(243, 237, 79, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled).active,
  .show > .btn-soft-warning.dropdown-toggle {
    color: #f3ed4f;
    background: rgba(243, 237, 79, 0.2); }

.btn-soft-danger {
  color: #ff5b5c;
  background: rgba(255, 91, 92, 0.1);
  border-color: transparent; }
  .btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active {
    color: #ff5b5c;
    background: rgba(255, 91, 92, 0.15);
    -webkit-box-shadow: rgba(255, 91, 92, 0.35);
    box-shadow: rgba(255, 91, 92, 0.35); }
  .btn-soft-danger.disabled, .btn-soft-danger:disabled {
    color: #ff5b5c;
    background-color: rgba(255, 91, 92, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled).active,
  .show > .btn-soft-danger.dropdown-toggle {
    color: #ff5b5c;
    background: rgba(255, 91, 92, 0.2); }

.btn-soft-light {
  color: #f5f7f9;
  background: rgba(245, 247, 249, 0.1);
  border-color: transparent; }
  .btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active {
    color: #f5f7f9;
    background: rgba(245, 247, 249, 0.15);
    -webkit-box-shadow: rgba(245, 247, 249, 0.35);
    box-shadow: rgba(245, 247, 249, 0.35); }
  .btn-soft-light.disabled, .btn-soft-light:disabled {
    color: #f5f7f9;
    background-color: rgba(245, 247, 249, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled).active,
  .show > .btn-soft-light.dropdown-toggle {
    color: #f5f7f9;
    background: rgba(245, 247, 249, 0.2); }

.btn-soft-dark {
  color: #080914;
  background: rgba(8, 9, 20, 0.1);
  border-color: transparent; }
  .btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active {
    color: #080914;
    background: rgba(8, 9, 20, 0.15);
    -webkit-box-shadow: rgba(8, 9, 20, 0.35);
    box-shadow: rgba(8, 9, 20, 0.35); }
  .btn-soft-dark.disabled, .btn-soft-dark:disabled {
    color: #080914;
    background-color: rgba(8, 9, 20, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled).active,
  .show > .btn-soft-dark.dropdown-toggle {
    color: #080914;
    background: rgba(8, 9, 20, 0.2); }

.btn-soft-white {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent; }
  .btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: rgba(255, 255, 255, 0.35);
    box-shadow: rgba(255, 255, 255, 0.35); }
  .btn-soft-white.disabled, .btn-soft-white:disabled {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled).active,
  .show > .btn-soft-white.dropdown-toggle {
    color: #fff;
    background: rgba(255, 255, 255, 0.2); }

.btn-text-primary {
  color: #335eea;
  background: transparent; }
  .btn-text-primary[href]:hover, .btn-text-primary[href]:focus, .btn-text-primary[href]:active, .btn-text-primary[type]:hover, .btn-text-primary[type]:focus, .btn-text-primary[type]:active {
    color: #133bbd; }

.btn-text-secondary {
  color: #414455;
  background: transparent; }
  .btn-text-secondary[href]:hover, .btn-text-secondary[href]:focus, .btn-text-secondary[href]:active, .btn-text-secondary[type]:hover, .btn-text-secondary[type]:focus, .btn-text-secondary[type]:active {
    color: #20212a; }

.btn-text-success {
  color: #21ce5b;
  background: transparent; }
  .btn-text-success[href]:hover, .btn-text-success[href]:focus, .btn-text-success[href]:active, .btn-text-success[type]:hover, .btn-text-success[type]:focus, .btn-text-success[type]:active {
    color: #168c3e; }

.btn-text-info {
  color: #3fc4e3;
  background: transparent; }
  .btn-text-info[href]:hover, .btn-text-info[href]:focus, .btn-text-info[href]:active, .btn-text-info[type]:hover, .btn-text-info[type]:focus, .btn-text-info[type]:active {
    color: #1b9cba; }

.btn-text-warning {
  color: #f3ed4f;
  background: transparent; }
  .btn-text-warning[href]:hover, .btn-text-warning[href]:focus, .btn-text-warning[href]:active, .btn-text-warning[type]:hover, .btn-text-warning[type]:focus, .btn-text-warning[type]:active {
    color: #e6de10; }

.btn-text-danger {
  color: #ff5b5c;
  background: transparent; }
  .btn-text-danger[href]:hover, .btn-text-danger[href]:focus, .btn-text-danger[href]:active, .btn-text-danger[type]:hover, .btn-text-danger[type]:focus, .btn-text-danger[type]:active {
    color: #ff0f10; }

.btn-text-light {
  color: #f5f7f9;
  background: transparent; }
  .btn-text-light[href]:hover, .btn-text-light[href]:focus, .btn-text-light[href]:active, .btn-text-light[type]:hover, .btn-text-light[type]:focus, .btn-text-light[type]:active {
    color: #c5d1dc; }

.btn-text-dark {
  color: #080914;
  background: transparent; }
  .btn-text-dark[href]:hover, .btn-text-dark[href]:focus, .btn-text-dark[href]:active, .btn-text-dark[type]:hover, .btn-text-dark[type]:focus, .btn-text-dark[type]:active {
    color: black; }

.btn-text-white {
  color: #fff;
  background: transparent; }
  .btn-text-white[href]:hover, .btn-text-white[href]:focus, .btn-text-white[href]:active, .btn-text-white[type]:hover, .btn-text-white[type]:focus, .btn-text-white[type]:active {
    color: rgba(255, 255, 255, 0.8); }

.btn-back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1030;
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.btn-back-to-top:not(.show) {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/*------------------------------------------------------
[Nav]
*/
.nav-pills-modern {
  background-color: #fff; }
  .nav-pills-modern .nav-link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 8rem;
    margin-bottom: 0;
    text-align: center;
    color: #080914;
    border-radius: 0.25rem; }
  .nav-pills-modern .nav-link.active,
  .nav-pills-modern .show > .nav-link {
    color: #fff;
    background-color: #335eea; }

.nav-pills-modern-soft-light {
  background-color: rgba(255, 255, 255, 0.1); }
  .nav-pills-modern-soft-light .nav-link {
    color: #fff; }
  .nav-pills-modern-soft-light .nav-link.active,
  .nav-pills-modern-soft-light .show > .nav-link {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }

.nav-pills-modern-soft-dark {
  background-color: rgba(8, 9, 20, 0.1); }
  .nav-pills-modern-soft-dark .nav-link {
    color: #080914; }
  .nav-pills-modern-soft-dark .nav-link.active,
  .nav-pills-modern-soft-dark .show > .nav-link {
    color: #080914;
    background-color: rgba(8, 9, 20, 0.1); }

/*------------------------------------------------------
[Navbar]
*/
.navbar {
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-transition-property: background-color, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, color, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, color, box-shadow, transform;
  transition-property: background-color, color, box-shadow, transform;
  transition-property: background-color, color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  z-index: 1030; }
  .navbar.fixed-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.site-navbar.site-navbar-transparent:not(.scrolled):not(.navbar-toggled-show), .site-navbar.site-navbar-transparent.scrolled-0:not(.navbar-toggled-show) {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.site-navbar-hidden .site-navbar {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.navbar-brand {
  font-weight: 700;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s; }
  .navbar-brand .navbar-brand-text,
  .navbar-brand .navbar-brand-img {
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }

.navbar-brand-img {
  max-height: 2rem;
  width: auto; }

.navbar-light .navbar-brand .navbar-brand-img-light {
  display: none; }

.navbar-dark .navbar-brand .navbar-brand-text,
.navbar-dark .navbar-brand .navbar-brand-img:not(.navbar-brand-img-light):not(.navbar-brand-img-dark) {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.navbar-dark .navbar-brand .navbar-brand-img-dark {
  display: none; }

.navbar-toggler-alternative {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .navbar-toggler-alternative:hover, .navbar-toggler-alternative:focus {
    text-decoration: none; }
  .navbar-toggler-alternative:focus {
    outline: 0; }

.navbar-toggler-alternative-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler-alternative-icon > span {
  position: relative;
  width: 26px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: background-color .35s .0s ease;
  -o-transition: background-color .35s .0s ease;
  transition: background-color .35s .0s ease; }

.navbar-toggler-alternative-icon > span,
.navbar-toggler-alternative-icon > span:before,
.navbar-toggler-alternative-icon > span:after {
  display: block;
  height: 2px;
  background-clip: padding-box; }

.navbar-toggler-alternative-icon > span:before,
.navbar-toggler-alternative-icon > span:after {
  position: absolute;
  content: '';
  width: 13px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color .35s .0s ease, top .2s .4s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, -webkit-transform .2s ease;
  transition: background-color .35s .0s ease, top .2s .4s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, -webkit-transform .2s ease;
  -o-transition: background-color .35s .0s ease, top .2s .4s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s ease;
  transition: background-color .35s .0s ease, top .2s .4s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s ease;
  transition: background-color .35s .0s ease, top .2s .4s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s ease, -webkit-transform .2s ease; }

.navbar-toggler-alternative-icon > span:before {
  top: 8px;
  left: 13px; }

.navbar-toggler-alternative-icon > span:after {
  top: -8px;
  right: 13px; }

.navbar-toggler-alternative[aria-expanded="true"] .navbar-toggler-alternative-icon > span {
  background-color: transparent !important;
  -webkit-transition: background-color .35s 0s ease;
  -o-transition: background-color .35s 0s ease;
  transition: background-color .35s 0s ease; }

.navbar-toggler-alternative[aria-expanded="true"] .navbar-toggler-alternative-icon > span:before,
.navbar-toggler-alternative[aria-expanded="true"] .navbar-toggler-alternative-icon > span:after {
  top: 0;
  width: 26px;
  -webkit-transition: top .2s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, -webkit-transform .2s .4s ease;
  transition: top .2s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, -webkit-transform .2s .4s ease;
  -o-transition: top .2s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s .4s ease;
  transition: top .2s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s .4s ease;
  transition: top .2s ease, left .2s .2s ease, right .2s .2s ease, width .2s .2s ease, transform .2s .4s ease, -webkit-transform .2s .4s ease; }

.navbar-toggler-alternative[aria-expanded="true"] .navbar-toggler-alternative-icon > span:before {
  left: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.navbar-toggler-alternative[aria-expanded="true"] .navbar-toggler-alternative-icon > span:after {
  right: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.navbar-light .navbar-toggler-alternative-icon > span {
  background-color: #080914; }

.navbar-light .navbar-toggler-alternative-icon > span:before,
.navbar-light .navbar-toggler-alternative-icon > span:after {
  background-color: #080914; }

.navbar-dark .navbar-toggler-alternative-icon > span {
  background-color: #fff; }

.navbar-dark .navbar-toggler-alternative-icon > span:before,
.navbar-dark .navbar-toggler-alternative-icon > span:after {
  background-color: #fff; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler-alternative {
    display: none; }
  .navbar-expand-sm .navbar-collapse-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler-alternative {
    display: none; }
  .navbar-expand-md .navbar-collapse-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler-alternative {
    display: none; }
  .navbar-expand-lg .navbar-collapse-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler-alternative {
    display: none; }
  .navbar-expand-xl .navbar-collapse-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.navbar-expand .navbar-toggler-alternative {
  display: none; }

.navbar-expand .navbar-collapse-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media (max-width: 991.98px) {
  .navbar.fixed-top .navbar-collapse.collapse.show {
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto; } }

.navbar-collapse {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

@media (max-width: 991.98px) {
  .navbar-btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 991.98px) {
  .navbar-nav .nav-item + .nav-item {
    padding-top: .25rem;
    padding-bottom: .25rem; } }

.navbar-nav .nav-link {
  font-weight: 400;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    outline: none; }

.navbar-nav .btn {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active {
  position: relative; }

.navbar-nav .active > .nav-link:before,
.navbar-nav .nav-link.active:before {
  content: '';
  display: none;
  position: absolute;
  width: .75rem;
  margin-left: auto;
  margin-right: auto;
  bottom: .725rem;
  left: 0.75rem;
  right: 0.75rem;
  border-bottom: 2px solid currentColor; }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .navbar-expand-sm .navbar-nav .active > .nav-link:before,
  .navbar-expand-sm .navbar-nav .nav-link.active:before {
    display: block; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .navbar-expand-md .navbar-nav .active > .nav-link:before,
  .navbar-expand-md .navbar-nav .nav-link.active:before {
    display: block; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .navbar-expand-lg .navbar-nav .active > .nav-link:before,
  .navbar-expand-lg .navbar-nav .nav-link.active:before {
    display: block; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .navbar-expand-xl .navbar-nav .active > .nav-link:before,
  .navbar-expand-xl .navbar-nav .nav-link.active:before {
    display: block; } }

.navbar-expand .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.navbar-expand .navbar-nav .active > .nav-link:before,
.navbar-expand .navbar-nav .nav-link.active:before {
  display: block; }

.navbar-light .navbar-nav .nav-link {
  color: #080914; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #335eea; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(8, 9, 20, 0.3); }

.navbar-light .navbar-toggler {
  color: #080914;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-text {
  color: #080914; }

.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: #fff; }
  .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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

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

/*------------------------------------------------------
[Website Layout]
*/
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #000; }

::-webkit-scrollbar-thumb {
  background: #335eea; }

.body-overflow-measure {
  position: relative;
  height: 200vh; }

.website-slider {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 50; }

.website-slider-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 800ms ease 0s;
  -o-transition: height 800ms ease 0s;
  transition: height 800ms ease 0s; }

.website-slider .website-slider-item {
  position: relative; }

.home-transition-a,
.home-transition-b,
.home-transition-c {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: width 400ms ease 0s;
  -o-transition: width 400ms ease 0s;
  transition: width 400ms ease 0s; }

.home-transition-c {
  z-index: 10; }

.website-slider #home .home-transition-a {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.website-slider #home .home-transition-b {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.website-slider #home .home-transition-c {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.website-slider #home.active .home-transition-a {
  width: 35%;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

.website-slider #home.active .home-transition-b {
  width: calc( 35% + 3rem);
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

.website-slider #home.active .home-transition-c {
  width: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

@media (min-width: 992px) {
  .website-slider .website-slider-item {
    overflow: hidden;
    height: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms;
    -o-transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms;
    transition: opacity 400ms ease 0ms, visibility 0ms ease 400ms; }
  .website-slider .website-slider-item.active {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms;
    -o-transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms;
    transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms; }
  .website-slider .website-slider-item-inner {
    min-height: 100vh; }
  .website-slider #home {
    -webkit-transition: opacity 400ms ease 800ms, visibility 0ms ease 1200ms;
    -o-transition: opacity 400ms ease 800ms, visibility 0ms ease 1200ms;
    transition: opacity 400ms ease 800ms, visibility 0ms ease 1200ms; }
  body.active-slide-home .website-slider #home.active {
    -webkit-transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms;
    -o-transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms;
    transition: opacity 400ms ease 0ms, visibility 0ms ease 0ms; } }

/*------------------------------------------------------
[Card]
*/
.card {
  background-color: transparent;
  border: 1px solid #eaecf1; }

.card-body {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: unset;
  border-top: 0; }

.card-zoom {
  overflow: hidden !important;
  border-radius: inherit; }

.card-zoom > [class*=card-img] {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform; }

.card:hover > .card-zoom > [class*=card-img] {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.card-img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem; }
  .card-img-overlay .card-body {
    margin: -2rem;
    margin-top: auto;
    border-bottom-right-radius: calc(.375rem - 2px);
    border-bottom-left-radius: calc(.375rem - 2px); }

.card-img-overlay-hover {
  overflow: hidden; }
  .card-img-overlay-hover .card-body {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .card-img-overlay-hover:hover .card-body {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.card > *:not(.card-img-overlay):not(.card-body):not(.card-footer):not(.card-img-top):not(.card-img) {
  border-radius: inherit; }

/* Accordion */
.accordion-separated > .card {
  overflow: hidden; }
  .accordion-separated > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.card-collapse {
  padding: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff; }
  .card-collapse:hover {
    background-color: #f5f7f9; }

.card-btn {
  color: #080914;
  text-align: left;
  white-space: inherit; }
  .card-btn-arrow {
    display: inline-block;
    color: #335eea;
    margin-left: 1rem;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .collapsed .card-btn-arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.accordion-alternative .card {
  border-width: 0 0 1px 0; }
  .accordion-alternative .card-collapse:hover {
    background-color: transparent; }

.accordion-alternative .card:last-child {
  border-width: 0; }

.accordion-alternative .card-header {
  border-bottom: 0; }

.accordion-alternative .card-header:first-child {
  border-radius: 0; }

/*------------------------------------------------------
[Pagination]
*/
.page-link {
  padding: 0.5625rem 0.5625rem;
  margin-left: 0;
  line-height: 1.6;
  color: #303342;
  background-color: #fff;
  border: 1px solid #d8dde6;
  cursor: pointer;
  text-align: center;
  min-width: 2.8125rem; }
  .page-link:hover {
    color: #335eea;
    background-color: #f5f7f9;
    border-color: #d8dde6; }

.page-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }
  .page-item .page-link {
    border-radius: 0.25rem; }

.pagination .page-item:first-child {
  margin-left: 0; }

.pagination .page-item:last-child {
  margin-right: 0; }

.pagination-lg .page-link {
  min-width: 3.375rem; }

.pagination-sm .page-link {
  min-width: 1.9375rem; }

.pagination-pill .page-item .page-link {
  border-radius: 50rem; }

/*------------------------------------------------------
[Badge]
*/
[class*="badge-"] {
  z-index: 5; }

.badge-sm {
  padding: 0.125rem 0.5em;
  font-size: 65%; }

.badge-md {
  padding: 0.5em 1em; }

.badge-lg {
  padding: 0.75em 1.15em; }

.badge-soft-primary {
  background-color: rgba(51, 94, 234, 0.1);
  color: #335eea; }
  a.badge-soft-primary:hover, a.badge-soft-primary:focus {
    background-color: rgba(51, 94, 234, 0.2);
    color: #335eea; }

.badge-soft-secondary {
  background-color: rgba(65, 68, 85, 0.1);
  color: #414455; }
  a.badge-soft-secondary:hover, a.badge-soft-secondary:focus {
    background-color: rgba(65, 68, 85, 0.2);
    color: #414455; }

.badge-soft-success {
  background-color: rgba(33, 206, 91, 0.1);
  color: #21ce5b; }
  a.badge-soft-success:hover, a.badge-soft-success:focus {
    background-color: rgba(33, 206, 91, 0.2);
    color: #21ce5b; }

.badge-soft-info {
  background-color: rgba(63, 196, 227, 0.1);
  color: #3fc4e3; }
  a.badge-soft-info:hover, a.badge-soft-info:focus {
    background-color: rgba(63, 196, 227, 0.2);
    color: #3fc4e3; }

.badge-soft-warning {
  background-color: rgba(243, 237, 79, 0.1);
  color: #f3ed4f; }
  a.badge-soft-warning:hover, a.badge-soft-warning:focus {
    background-color: rgba(243, 237, 79, 0.2);
    color: #f3ed4f; }

.badge-soft-danger {
  background-color: rgba(255, 91, 92, 0.1);
  color: #ff5b5c; }
  a.badge-soft-danger:hover, a.badge-soft-danger:focus {
    background-color: rgba(255, 91, 92, 0.2);
    color: #ff5b5c; }

.badge-soft-light {
  background-color: rgba(245, 247, 249, 0.1);
  color: #f5f7f9; }
  a.badge-soft-light:hover, a.badge-soft-light:focus {
    background-color: rgba(245, 247, 249, 0.2);
    color: #f5f7f9; }

.badge-soft-dark {
  background-color: rgba(8, 9, 20, 0.1);
  color: #080914; }
  a.badge-soft-dark:hover, a.badge-soft-dark:focus {
    background-color: rgba(8, 9, 20, 0.2);
    color: #080914; }

.badge-soft-white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }
  a.badge-soft-white:hover, a.badge-soft-white:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }

/*------------------------------------------------------
[Progress]
*/
.progress.progress-alternative {
  position: relative;
  height: auto; }
  .progress.progress-alternative .progress-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 5; }
  .progress.progress-alternative .progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

/*------------------------------------------------------
[List group]
*/
.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0; }
  .list-group-flush .list-group-item:first-child {
    padding-top: 0;
    border-top: 0; }
  .list-group-flush .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.list-group-rounded-0 .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group-rounded-0 .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.list-group-border-0 .list-group-item {
  border: none; }

.list-group-striped .list-group-item:nth-child(even) {
  background-color: #f5f7f9; }

.list-group-transparent .list-group-item {
  border-color: transparent;
  background-color: transparent; }

/*------------------------------------------------------
[Article]
*/
.article figure {
  margin: 2rem 0; }

.article ul, .article ol {
  padding-left: 2rem; }

@media (min-width: 992px) {
  .article figure {
    margin: 4rem 0; }
  .article ul > li:not(:last-child), .article ol > li:not(:last-child) {
    margin-bottom: 0.5rem; } }

.article-comments {
  list-style: none;
  padding-left: 0; }
  .article-comments ul {
    list-style: none;
    padding-left: 0; }
  .article-comments > li:not(:last-child) {
    margin-bottom: 1rem; }
  .article-comments > li li {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    border-left: 2px solid #a2b0c0; }

@media (min-width: 992px) {
  .article-comments > li:not(:last-child) {
    margin-bottom: 1.5rem; } }

/*------------------------------------------------------
[List]
*/
.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }

.list-item + .list-item {
  margin-top: 0.5rem; }

.list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  color: #303342; }
  .list-link:hover, .list-link:focus {
    text-decoration: none;
    color: #335eea; }

/*------------------------------------------------------
[Avatar]
*/
.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem; }

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #8d9caf;
  color: #fff; }

.avatar .avatar-bordered {
  border: 2px solid #fff; }

.avatar-lg .avatar-bordered,
.avatar-xl .avatar-bordered,
.avatar-xxl .avatar-bordered {
  border: 5px solid #fff; }

.avatar-xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.5rem; }

.avatar-sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.66667rem; }

.avatar-lg {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 1.5rem; }

.avatar-xl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 2.08333rem; }

.avatar-xxl {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 2.08333rem; }
  @media (min-width: 992px) {
    .avatar-xxl {
      width: 9rem;
      height: 9rem;
      font-size: 3rem; } }

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .avatar-group .avatar + .avatar {
    margin-left: -0.75rem; }
  .avatar-group .avatar-xs + .avatar-xs {
    margin-left: -0.375rem; }
  .avatar-group .avatar-sm + .avatar-sm {
    margin-left: -0.5rem; }
  .avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1.125rem; }
  .avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.5625rem; }
  .avatar-group .avatar-xxl + .avatar-xxl {
    margin-left: -2.25rem; }

.avatar-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: #fff;
  z-index: -1; }
  .avatar-shape.avatar-shape-rounded {
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem; }

/*------------------------------------------------------
[Divider]
*/
.divider {
  margin: 1.5rem 0;
  width: 2rem;
  height: 0.125rem;
  background-color: #303342; }
  .divider.divider-sm {
    width: 1.25rem; }
  .divider.divider-lg {
    width: 3rem; }

/*------------------------------------------------------
[Loader]
*/
body > div.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none; }

body:not(.loaded) > div.loader {
  opacity: 1; }

body:not(.loaded) {
  overflow: hidden; }

body.loaded > div.loader {
  -webkit-animation: hideLoader 0.5s linear 0.5s forwards;
  animation: hideLoader 0.5s linear 0.5s forwards; }

@-webkit-keyframes hideLoader {
  0% {
    width: 100%;
    height: 100%; }
  100% {
    width: 0;
    height: 0; } }

@keyframes hideLoader {
  0% {
    width: 100%;
    height: 100%; }
  100% {
    width: 0;
    height: 0; } }

/*------------------------------------------------------
[Icon]
*/
/* Icon */
.icon {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .icon.icon-boxed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon > svg {
    height: auto; }

.icon-1x > i {
  font-size: 0.5rem; }

.icon-2x > i {
  font-size: 0.75rem; }

.icon-3x > i {
  font-size: 1rem; }

.icon-4x > i {
  font-size: 1.5rem; }

.icon-5x > i {
  font-size: 2rem; }

.icon-6x > i {
  font-size: 2.5rem; }

.icon-7x > i {
  font-size: 3rem; }

.icon-1x > svg {
  width: 0.5rem; }

.icon-2x > svg {
  width: 0.75rem; }

.icon-3x > svg {
  width: 1rem; }

.icon-4x > svg {
  width: 1.5rem; }

.icon-5x > svg {
  width: 2rem; }

.icon-6x > svg {
  width: 2.5rem; }

.icon-7x > svg {
  width: 3rem; }

.icon-boxed.icon-1x {
  width: 1rem;
  height: 1rem; }

.icon-boxed.icon-2x {
  width: 1.5rem;
  height: 1.5rem; }

.icon-boxed.icon-3x {
  width: 2rem;
  height: 2rem; }

.icon-boxed.icon-4x {
  width: 3rem;
  height: 3rem; }

.icon-boxed.icon-5x {
  width: 4rem;
  height: 4rem; }

.icon-boxed.icon-6x {
  width: 5rem;
  height: 5rem; }

.icon-boxed.icon-7x {
  width: 6rem;
  height: 6rem; }

/* Mouse icon */
.mouse-icon {
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 30px;
  height: 50px;
  width: 30px;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10; }

.mouse-icon:before {
  content: '';
  display: block;
  position: relative;
  border-radius: 4px;
  background-color: currentColor;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

@keyframes drop {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

/*------------------------------------------------------
[Countdown]
*/
.countdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.countdown .number {
  font-family: "Dosis", Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2; }

.countdown .title {
  font-family: "Dosis", Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2; }

/*------------------------------------------------------
[Overlay]
*/
.bg-image-holder img {
  display: none !important; }

.overlay:not(.overlay-global):not(.overlay-advanced) {
  position: relative;
  z-index: 1; }

.overlay.overlay-global, .overlay.overlay-advanced {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.overlay.overlay-global {
  position: fixed; }

.overlay.overlay-advanced {
  position: absolute;
  border-radius: inherit; }
  .overlay.overlay-advanced.vegas-container {
    height: auto !important; }

.overlay .overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .overlay .overlay-inner.vegas-container {
    height: auto !important; }

.overlay .overlay-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.overlay canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.overlay[class*="overlay-"]:not(.overlay-advanced):before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1; }

.overlay-primary:before {
  background-color: #335eea; }

.overlay-secondary:before {
  background-color: #414455; }

.overlay-success:before {
  background-color: #21ce5b; }

.overlay-info:before {
  background-color: #3fc4e3; }

.overlay-warning:before {
  background-color: #f3ed4f; }

.overlay-danger:before {
  background-color: #ff5b5c; }

.overlay-light:before {
  background-color: #f5f7f9; }

.overlay-dark:before {
  background-color: #080914; }

.overlay-white:before {
  background-color: #fff; }

.overlay-10:before {
  opacity: 0.1; }

.overlay-20:before {
  opacity: 0.2; }

.overlay-30:before {
  opacity: 0.3; }

.overlay-40:before {
  opacity: 0.4; }

.overlay-50:before {
  opacity: 0.5; }

.overlay-60:before {
  opacity: 0.6; }

.overlay-70:before {
  opacity: 0.7; }

.overlay-80:before {
  opacity: 0.8; }

.overlay-90:before {
  opacity: 0.9; }

.hover-parent [class*=hover-opacity-] {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.hover-parent [class*=hover-bg-] {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }

.hover-parent .hover-zoom {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  will-change: transform; }

.hover-parent [class*=hover-][class*=hover-] {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.hover-parent:hover .hover-opacity-0 {
  opacity: 0; }

.hover-parent:hover .hover-opacity-10 {
  opacity: 0.1; }

.hover-parent:hover .hover-opacity-20 {
  opacity: 0.2; }

.hover-parent:hover .hover-opacity-30 {
  opacity: 0.3; }

.hover-parent:hover .hover-opacity-40 {
  opacity: 0.4; }

.hover-parent:hover .hover-opacity-50 {
  opacity: 0.5; }

.hover-parent:hover .hover-opacity-60 {
  opacity: 0.6; }

.hover-parent:hover .hover-opacity-70 {
  opacity: 0.7; }

.hover-parent:hover .hover-opacity-80 {
  opacity: 0.8; }

.hover-parent:hover .hover-opacity-90 {
  opacity: 0.9; }

.hover-parent:hover .hover-opacity-100 {
  opacity: 1; }

.hover-parent:hover .hover-bg-primary {
  background-color: #335eea !important; }

.hover-parent:hover .hover-bg-secondary {
  background-color: #414455 !important; }

.hover-parent:hover .hover-bg-success {
  background-color: #21ce5b !important; }

.hover-parent:hover .hover-bg-info {
  background-color: #3fc4e3 !important; }

.hover-parent:hover .hover-bg-warning {
  background-color: #f3ed4f !important; }

.hover-parent:hover .hover-bg-danger {
  background-color: #ff5b5c !important; }

.hover-parent:hover .hover-bg-light {
  background-color: #f5f7f9 !important; }

.hover-parent:hover .hover-bg-dark {
  background-color: #080914 !important; }

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

.hover-parent:hover .hover-zoom {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

/*------------------------------------------------------
[Featherlight]
*/
.featherlight-lightbox {
  display: none; }

div.featherlight,
div.featherlight:last-of-type {
  background: rgba(3, 5, 7, 0.9); }

div.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.27); }

div.featherlight .featherlight-inner > *:not(.overlay) {
  position: relative; }

div.featherlight .featherlight-close-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  width: auto;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #fff; }

div.featherlight.featherlight-popup .featherlight-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  line-height: 32px;
  color: #000; }

div.featherlight .featherlight-next,
div.featherlight .featherlight-previous {
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  height: 80px;
  margin: auto 0;
  padding: 0 15px;
  background: transparent;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

div.featherlight .featherlight-next {
  left: auto;
  right: 0; }

div.featherlight .featherlight-previous {
  left: 0;
  right: auto; }

div.featherlight .featherlight-next span,
div.featherlight .featherlight-previous span {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 32px;
  line-height: 80px;
  text-shadow: none; }

div.featherlight .featherlight-next:hover,
div.featherlight .featherlight-previous:hover {
  opacity: .8; }

.featherlight-content .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(3, 5, 7, 0.8); }

.featherlight-content .caption .title-gallery,
.featherlight-content .caption .text-gallery {
  width: 100%;
  max-width: 600px;
  color: #fff; }

div.featherlight-iframe .featherlight-content .caption {
  position: fixed; }

div.featherlight-iframe .featherlight-content {
  max-width: 90%; }

/*------------------------------------------------------
[Slick]
*/
.slick-slide {
  outline: none; }

.slick-prev,
.slick-next {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 3.375rem;
  height: 3.375rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  border-radius: 0.25rem;
  outline: none;
  background: #fff;
  color: #080914;
  z-index: 100;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.slick-prev:hover,
.slick-next:hover {
  color: #335eea;
  outline: none;
  background: #fff; }

.slick-prev:focus,
.slick-next:focus {
  outline: none; }

.slick-prev {
  left: 1rem; }

.slick-next {
  right: 1rem; }

.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem;
  list-style: none;
  text-align: center; }

.slick-dotted.slick-slider.dots-inside .slick-dots {
  position: absolute;
  bottom: 1rem;
  margin: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 4px;
  margin: 4px 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: .125rem;
  outline: none;
  padding: 0;
  background: #d8dde6; }

.slick-dots li.slick-active button {
  width: 30px;
  height: 6px;
  margin: 3px 0;
  border-radius: .25rem;
  background: #080914; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dotted.slick-slider.dots-light .slick-dots li button {
  background: #fff; }

.slick-dotted.slick-slider.dots-left .slick-dots {
  text-align: left; }

.slick-dotted.slick-slider.dots-right .slick-dots {
  text-align: right; }
