/*!
 * Custom css
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #a597e7;
  --pink: #ea77ad;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #222;
  --primary: #ea7066;
  --secondary: #6c757d;
  --success: #b5d56a;
  --info: #84bed6;
  --warning: #f0c24b;
  --danger: #ea7066;
  --light: #f5f5f5;
  --dark: #222;
  --purple: #a597e7;
  --pink: #ea77ad;
  --stone: #2f3c43;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  text-align: left;
  background-color: #fff;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #3d3d3d;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  font-weight: 600;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #ea77ad;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}



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

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f9d9d6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 112, 102, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-control::placeholder {
  color: #666;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 3px 0;
}

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

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

.form-control-lg {
  height: calc(1.5em + 1.6rem + 6px);
  padding: 0.8rem 1.33rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}



.btn {
  display: inline-block;
  font-weight: 600;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  /*border: 3px solid transparent;*/
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 112, 102, 0.25);
}

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #e55144;
  border-color: #e44639;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #e55144;
  border-color: #e44639;
  box-shadow: 0 0 0 0.2rem rgba(237, 133, 125, 0.5);
}

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

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

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

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

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

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

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

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

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

.btn-success {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}

.btn-success:hover {
  color: #212529;
  background-color: #a6cd4c;
  border-color: #a1ca42;
}

.btn-success:focus, .btn-success.focus {
  color: #212529;
  background-color: #a6cd4c;
  border-color: #a1ca42;
  box-shadow: 0 0 0 0.2rem rgba(159, 187, 96, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #a1ca42;
  border-color: #9cc738;
}

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

.btn-info {
  color: #212529;
  background-color: #84bed6;
  border-color: #84bed6;
}

.btn-info:hover {
  color: #212529;
  background-color: #67afcc;
  border-color: #5eaac9;
}

.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #67afcc;
  border-color: #5eaac9;
  box-shadow: 0 0 0 0.2rem rgba(117, 167, 188, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #84bed6;
  border-color: #84bed6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #5eaac9;
  border-color: #54a5c6;
}

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

.btn-warning {
  color: #fff;
  background-color: #f0c24b;
  border-color: #f0c24b;
}

.btn-warning:hover {
  color: #fff;
  background-color: #edb628;
  border-color: #ecb21c;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #edb628;
  border-color: #ecb21c;
  box-shadow: 0 0 0 0.2rem rgba(209, 170, 70, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f0c24b;
  border-color: #f0c24b;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ecb21c;
  border-color: #e8ad13;
}

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #e55144;
  border-color: #e44639;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e55144;
  border-color: #e44639;
  box-shadow: 0 0 0 0.2rem rgba(237, 133, 125, 0.5);
}

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

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

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

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

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

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

.btn-dark:hover {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #090909;
  box-shadow: 0 0 0 0.2rem rgba(67, 67, 67, 0.5);
}

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

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

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

.btn-purple {
  color: #212529;
  background-color: #a597e7;
  border-color: #a597e7;
}

.btn-purple:hover {
  color: #fff;
  background-color: #8a78e0;
  border-color: #816edd;
}

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #8a78e0;
  border-color: #816edd;
  box-shadow: 0 0 0 0.2rem rgba(145, 134, 203, 0.5);
}

.btn-purple.disabled, .btn-purple:disabled {
  color: #212529;
  background-color: #a597e7;
  border-color: #a597e7;
}

.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #816edd;
  border-color: #7863db;
}

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

.btn-pink {
  color: #212529;
  background-color: #ea77ad;
  border-color: #ea77ad;
}

.btn-pink:hover {
  color: #fff;
  background-color: #e55699;
  border-color: #e34b92;
}

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #e55699;
  border-color: #e34b92;
  box-shadow: 0 0 0 0.2rem rgba(204, 107, 153, 0.5);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #212529;
  background-color: #ea77ad;
  border-color: #ea77ad;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #e34b92;
  border-color: #e1408c;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 107, 153, 0.5);
}

.btn-stone {
  color: #fff;
  background-color: #2f3c43;
  border-color: #2f3c43;
}

.btn-stone:hover {
  color: #fff;
  background-color: #1f282d;
  border-color: #1a2125;
}

.btn-stone:focus, .btn-stone.focus {
  color: #fff;
  background-color: #1f282d;
  border-color: #1a2125;
  box-shadow: 0 0 0 0.2rem rgba(78, 89, 95, 0.5);
}

.btn-stone.disabled, .btn-stone:disabled {
  color: #fff;
  background-color: #2f3c43;
  border-color: #2f3c43;
}

.btn-stone:not(:disabled):not(.disabled):active, .btn-stone:not(:disabled):not(.disabled).active,
.show > .btn-stone.dropdown-toggle {
  color: #fff;
  background-color: #1a2125;
  border-color: #151a1e;
}

.btn-stone:not(:disabled):not(.disabled):active:focus, .btn-stone:not(:disabled):not(.disabled).active:focus,
.show > .btn-stone.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 89, 95, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-success:hover {
  color: #212529;
  background-color: #b5d56a;
  border-color: #b5d56a;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 213, 106, 0.5);
}

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

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

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

.btn-outline-info {
  color: #84bed6;
  border-color: #84bed6;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #84bed6;
  border-color: #84bed6;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 190, 214, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #84bed6;
  background-color: transparent;
}

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

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

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

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

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 194, 75, 0.5);
}

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

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

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

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 112, 102, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-purple {
  color: #a597e7;
  border-color: #a597e7;
}

.btn-outline-purple:hover {
  color: #212529;
  background-color: #a597e7;
  border-color: #a597e7;
}

.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 151, 231, 0.5);
}

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #a597e7;
  background-color: transparent;
}

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

.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 151, 231, 0.5);
}

.btn-outline-pink {
  color: #ea77ad;
  border-color: #ea77ad;
}

.btn-outline-pink:hover {
  color: #212529;
  background-color: #ea77ad;
  border-color: #ea77ad;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 119, 173, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #ea77ad;
  background-color: transparent;
}

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

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 119, 173, 0.5);
}

.btn-outline-stone {
  color: #2f3c43;
  border-color: #2f3c43;
}

.btn-outline-stone:hover {
  color: #fff;
  background-color: #2f3c43;
  border-color: #2f3c43;
}

.btn-outline-stone:focus, .btn-outline-stone.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 60, 67, 0.5);
}

.btn-outline-stone.disabled, .btn-outline-stone:disabled {
  color: #2f3c43;
  background-color: transparent;
}

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

.btn-outline-stone:not(:disabled):not(.disabled):active:focus, .btn-outline-stone:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-stone.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 60, 67, 0.5);
}

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.33rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.94rem;
  font-size: 0.76562rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

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

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

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}




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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ea7066;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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



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

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

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

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




.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f8f8f8;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.57rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.57rem;
  border-top-right-radius: 0.57rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.57rem;
  border-bottom-left-radius: 0.57rem;
}

.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem 0;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0.57rem 0.57rem 0 0;
}

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

.card-footer {
  padding: 0.3rem 0.7rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
  line-height: 2em;
}

.card-footer:last-child {
  border-radius: 0 0 0.57rem 0.57rem;
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.57rem;
  border-top-right-radius: 0.57rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.57rem;
  border-bottom-left-radius: 0.57rem;
}



.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #666;
  background-color: #fff;
  border: 1px solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #e13123;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.page-link:focus {
  z-index: 3;
  outline: none;
  box-shadow: none;
}


.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

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

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

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


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

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

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

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

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

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

.bg-info {
  background-color: #84bed6 !important;
}

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

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

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

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

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

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

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

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

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

.bg-purple {
  background-color: #a597e7 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #816edd !important;
}

.bg-pink {
  background-color: #ea77ad !important;
}

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

.bg-stone {
  background-color: #2f3c43 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #84bed6 !important;
}

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

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

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

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

.border-purple {
  border-color: #a597e7 !important;
}

.border-pink {
  border-color: #ea77ad !important;
}

.border-stone {
  border-color: #2f3c43 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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



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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.text-info {
  color: #84bed6 !important;
}

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

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

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

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

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

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

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

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

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

.text-purple {
  color: #a597e7 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #6f59d9 !important;
}

.text-pink {
  color: #ea77ad !important;
}

a.text-pink:hover, a.text-pink:focus {
  color: #e03585 !important;
}

.text-stone {
  color: #2f3c43 !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}




/* Background Parallax */
.bg-parallax {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Background Repeat */
.bg-repeat {
  background-repeat: repeat;
}


/* Custom Line Height */
.line-hight-16 {
  line-height: 1rem;
}

.line-hight-21 {
  line-height: 1.3125rem;
}


a:hover {
  text-decoration: none;
}

/* Text Decoration  */
.text-underline {
  text-decoration: underline !important;
}

.text-underline:hover {
  text-decoration: underline !important;
}

/* Text Color */
.text-color {
  color: #666;
}

/* Font Family */
.font-dosis {
  font-family: "Dosis", sans-serif;
}

.font-inherit {
  font-family: inherit;
}

.font-base {
  font-family: "Open Sans", sans-serif;
}


/* Font Weight */
.font-weight-medium {
  font-weight: 600;
}

/* Text Hover */
.text-hover-warning:hover {
  color: #f0c24b;
}

.text-hover-danger {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.text-hover-danger:hover {
  color: #ea7066;
}

.text-hover-success:hover {
  color: #b5d56a;
}

.text-hover-info:hover {
  color: #84bed6;
}

.text-hover-purple:hover {
  color: #a597e7;
}

.text-hover-pink:hover {
  color: #ea77ad;
}

/* Border Width Custom */
.border-top-5 {
  border-top: 5px solid #e7e7e7;
}



/* Round Custom */
.rounded-lg {
  border-radius: 0.8rem;
}

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

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

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

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

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

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

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

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

/* Z Index */
.z-index-100 {
  z-index: 100;
}

/* Opacity With background */
.opacity-70 {
  opacity: .7;
}

.opacity-75 {
  opacity: .75;
}

.opacity-80 {
  opacity: .80;
}

.opacity-85 {
  opacity: .85;
}


/* Breadcrumb Title */
.breadcrumb-title {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: "Dosis", sans-serif;
}

/* Color Bar */
.color-bars {
  width: 100%;
}

.color-bar {
  height: 3px;
}



/* Dropdown sm */
.dropdown-sm {
  position: relative;
}

.dropdown-sm .btn {
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-sm .btn:focus {
  text-decoration: none;
}

.dropdown-sm .dropdown-menu {
  min-width: 6rem;
  padding: 0.3125rem;
  top: 10px !important;
}

.dropdown-sm .dropdown-menu .dropdown-item {
  font-size: .75rem;
  padding: 6px 12px;
  text-transform: capitalize;
  color: #6c757d;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dropdown-sm .dropdown-menu .dropdown-item:hover {
  background-color: #84bed6;
  color: #fff;
}

/* Navbar Custom */
.navbar {
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.32rem 0;
  z-index: 100;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}

.navbar > .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.navbar .navbar-brand {
  margin-left: 0.94rem;
  padding: 10px 0;
  margin-right: 1.7rem;
}

@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding: 15px 0;
  }
}

.navbar .navbar-brand img {
  max-width: 300px;
}

@media (max-width: 768px) {
  .navbar .navbar-brand img {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-brand img {
    max-width: 300px;
  }
}

.navbar .navbar-toggler {
  margin-right: 0.94rem;
  background-color: #ea7066;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.navbar .navbar-toggler:focus {
  outline: 0;
}

.navbar .navbar-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  max-height: 400px;
  padding-bottom: 0.625rem;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .navbar .navbar-collapse {
    position: static;
    width: auto;
    border-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
  }
}

.navbar .navbar-collapse.show {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse.show {
    overflow-y: hidden;
  }
}

.navbar .dropdown-menu {
  border-radius: .25rem;
}

@media (min-width: 768px) {
  .navbar .dropdown-menu {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
  }
}

.navbar-nav {
  margin-top: 0.94rem;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 0;
  }
}

.navbar-nav .nav-item.dropdown:last-child .nav-link.dropdown-toggle span {
  border-right: none;
}

.navbar-nav .dropdown > a {
  font-size: .875rem;
}

.navbar-nav .dropdown .nav-link span {
  display: inline-block;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .nav-link span {
    display: block;
    width: 85px;
    border-right: 2px solid;
    padding: 0 0.75rem;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .nav-link span {
    width: 110px;
    padding: 0;
  }
}

.navbar-nav .dropdown .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 200;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu {
    border-top: 4px solid;
    margin-top: 0;
    width: 210px;
    padding: 0.3rem;
    box-shadow: 0 0.25rem 0.38rem rgba(0, 0, 0, 0.175);
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    width: 230px;
  }
}

.navbar-nav .dropdown .dropdown-menu li {
  position: relative;
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item,
.navbar-nav .dropdown .dropdown-menu ul li a {
  color: #666;
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
  font-size: .875rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu .dropdown-item,
  .navbar-nav .dropdown .dropdown-menu ul li a {
    padding: 0.625rem 0.75rem;
    display: block;
  }
}

.navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown .dropdown-menu ul li a:hover {
  padding-left: 1.38rem;
}

.navbar-nav .dropdown .dropdown-menu .sub-menu {
  list-style: none;
  padding-left: 1.25rem;
  margin-left: 1.53rem;
  position: relative;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 185px;
    visibility: hidden;
    opacity: 0;
    margin-left: 0.18rem;
    padding: 0.3125rem;
    border-radius: .25rem;
    border-left: 4px solid;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.175);
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu .sub-menu {
    width: 190px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown .dropdown-menu .sub-menu {
    width: 210px;
  }
}

.navbar-nav .dropdown .dropdown-menu .sub-menu:before {
  position: absolute;
  left: 0;
  height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  background-color: #e7e7e7;
  content: '';
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu .sub-menu:before {
    background-color: transparent;
    left: -10px;
    width: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu .sub-menu:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 7px solid #000;
    top: 20px;
    margin-top: -0.625rem;
    content: "";
    display: inline-block;
    left: -10px;
    position: absolute;
  }
}

.navbar-nav .dropdown .dropdown-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-nav .dropdown .dropdown-menu i {
  display: none;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu i {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.navbar-nav .dropdown .dropdown-menu.show .nav-link.dropdown-toggle:after {
  content: "\f106";
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu.show .nav-link.dropdown-toggle:after {
    content: '';
  }
}

.navbar-nav .dropdown .dropdown-toggle:after {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "\f107";
  border: 0;
  color: inherit;
  position: absolute;
  top: 25px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #000;
}

@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-toggle:after {
    content: '';
  }
}

.navbar-nav .dropdown.show .dropdown-toggle:after {
  content: "\f106";
}

@media (min-width: 768px) {
  .navbar-nav .dropdown.show .dropdown-toggle:after {
    content: '';
  }
}





.nav-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  margin-right: 0.6325rem;
}

@media (min-width: 768px) {
  .nav-icon {
    margin: 0 auto 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
  }
}

.dropdown-menu.row.show {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .dropdown-menu.row.show {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.dropdown-menu.row.show .list-unstyled {
  position: relative;
}

.dropdown-menu.row.show .list-unstyled li {
  padding-left: 0.9375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .dropdown-menu.row.show .list-unstyled li {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .94rem;
    padding-left: 0;
  }
}

.dropdown-menu.row.show .list-unstyled li a {
  color: #666;
}

.dropdown-menu.row.show .list-unstyled li:first-child {
  padding-left: 0.8125rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .dropdown-menu.row.show .list-unstyled li:first-child {
    margin-bottom: 0.625rem;
    font-family: "Dosis", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.dropdown-menu.row.show .list-unstyled li:last-child {
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .dropdown-menu.row.show .list-unstyled li:last-child {
    margin-bottom: 0;
  }
}

.dropdown-menu.row.show .list-unstyled:before {
  position: absolute;
  left: 0;
  height: 60%;
  top: 50%;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
  width: 3px;
  background-color: #e7e7e7;
  content: '';
}

@media (min-width: 768px) {
  .dropdown-menu.row.show .list-unstyled:before {
    display: none;
  }
}

.dropdown-menu.row.show.components .list-unstyled {
  position: relative;
}

.dropdown-menu.row.show.components .list-unstyled li:first-child {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding-left: 0;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .dropdown-menu.row.show.components .list-unstyled li:first-child {
    margin-bottom: 0;
  }
}



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

.nav-item.bg-warning .nav-link i {
  background-color: #f0c24b;
}

.nav-item.bg-warning .nav-link span {
  border-color: #f0c24b;
}

.nav-item.bg-warning .nav-link.active span {
  color: #f0c24b;
}

.nav-item.bg-warning .dropdown-menu {
  border-color: #f0c24b;
}

.nav-item.bg-warning .dropdown-menu li a:hover {
  background-color: #f0c24b;
  color: #fff;
}

.nav-item.bg-warning .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #f0c24b;
}

.nav-item.bg-warning .dropdown-menu li .dropdown-item.active:hover {
  background-color: #f0c24b;
  color: #fff;
}

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

.nav-item.bg-danger .nav-link i {
  background-color: #ea7066;
}

.nav-item.bg-danger .nav-link span {
  border-color: #ea7066;
}

.nav-item.bg-danger .nav-link.active span {
  color: #ea7066;
}

.nav-item.bg-danger .dropdown-menu {
  border-color: #ea7066;
}

.nav-item.bg-danger .dropdown-menu li a:hover {
  background-color: #ea7066;
  color: #fff;
}

.nav-item.bg-danger .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #ea7066;
}

.nav-item.bg-danger .dropdown-menu li .dropdown-item.active:hover {
  background-color: #ea7066;
  color: #fff;
}

.nav-item.bg-danger .dropdown-menu li .sub-menu {
  border-left-color: #ea7066;
}

.nav-item.bg-danger .dropdown-menu li .sub-menu:after {
  border-right-color: #ea7066;
}

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

.nav-item.bg-success .nav-link i {
  background-color: #b5d56a;
}

.nav-item.bg-success .nav-link span {
  border-color: #b5d56a;
}

.nav-item.bg-success .nav-link.active span {
  color: #b5d56a;
}

.nav-item.bg-success .dropdown-menu {
  border-color: #b5d56a;
}

.nav-item.bg-success .dropdown-menu li a:hover {
  background-color: #b5d56a;
  color: #fff;
}

.nav-item.bg-success .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #b5d56a;
}

.nav-item.bg-success .dropdown-menu li .dropdown-item.active:hover {
  background-color: #b5d56a;
  color: #fff;
}

.nav-item.bg-success .dropdown-menu li .sub-menu {
  border-left-color: #b5d56a;
}

.nav-item.bg-success .dropdown-menu li .sub-menu:after {
  border-right-color: #b5d56a;
}

.nav-item.bg-success .dropdown-menu li:first-child {
  color: #b5d56a;
}

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

.nav-item.bg-info .nav-link i {
  background-color: #84bed6;
}

.nav-item.bg-info .nav-link span {
  border-color: #84bed6;
}

.nav-item.bg-info .nav-link.active span {
  color: #84bed6;
}

.nav-item.bg-info .dropdown-menu {
  border-color: #84bed6;
}

.nav-item.bg-info .dropdown-menu li a:hover {
  background-color: #84bed6;
  color: #fff;
}

.nav-item.bg-info .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #84bed6;
}

.nav-item.bg-info .dropdown-menu li .dropdown-item.active:hover {
  background-color: #84bed6;
  color: #fff;
}

.nav-item.bg-info .dropdown-menu li .sub-menu {
  border-left-color: #84bed6;
}

.nav-item.bg-info .dropdown-menu li .sub-menu:after {
  border-right-color: #84bed6;
}

.nav-item.bg-info .dropdown-menu li:first-child {
  color: #84bed6;
}

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

.nav-item.bg-purple .nav-link i {
  background-color: #a597e7;
}

.nav-item.bg-purple .nav-link span {
  border-color: #a597e7;
}

.nav-item.bg-purple .nav-link.active span {
  color: #a597e7;
}

.nav-item.bg-purple .dropdown-menu {
  border-color: #a597e7;
}

.nav-item.bg-purple .dropdown-menu li a:hover {
  background-color: #a597e7;
  color: #fff;
}

.nav-item.bg-purple .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #a597e7;
}

.nav-item.bg-purple .dropdown-menu li .dropdown-item.active:hover {
  background-color: #a597e7;
  color: #fff;
}

.nav-item.bg-purple .dropdown-menu li .sub-menu {
  border-left-color: #a597e7;
}

.nav-item.bg-purple .dropdown-menu li .sub-menu:after {
  border-right-color: #a597e7;
}

.nav-item.bg-purple .dropdown-menu li:first-child {
  color: #a597e7;
}

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

.nav-item.bg-pink .nav-link i {
  background-color: #ea77ad;
}

.nav-item.bg-pink .nav-link span {
  border-color: #ea77ad;
}

.nav-item.bg-pink .nav-link.active span {
  color: #ea77ad;
}

.nav-item.bg-pink .dropdown-menu {
  border-color: #ea77ad;
}

.nav-item.bg-pink .dropdown-menu li a:hover {
  background-color: #ea77ad;
  color: #fff;
}

.nav-item.bg-pink .dropdown-menu li .dropdown-item.active {
  background-color: transparent;
  color: #b5d56a;
}

.nav-item.bg-pink .dropdown-menu li .dropdown-item.active:hover {
  background-color: #b5d56a;
  color: #fff;
}

.nav-item.bg-pink .dropdown-menu li .sub-menu {
  border-left-color: #ea77ad;
}

.nav-item.bg-pink .dropdown-menu li .sub-menu:after {
  border-right-color: #ea77ad;
}

.nav-item.bg-pink .dropdown-menu li:first-child {
  color: #ea77ad;
}

.navbar-nav .dropdown.bg-warning .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-warning .dropdown-menu ul li a.active {
  color: #f0c24b;
}

.navbar-nav .dropdown.bg-warning .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-warning .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.navbar-nav .dropdown.bg-danger .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-danger .dropdown-menu ul li a.active {
  color: #ea7066;
}

.navbar-nav .dropdown.bg-danger .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-danger .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.navbar-nav .dropdown.bg-success .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-success .dropdown-menu ul li a.active {
  color: #b5d56a;
}

.navbar-nav .dropdown.bg-success .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-success .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active {
  color: #84bed6;
}

.navbar-nav .dropdown.bg-info .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-info .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.navbar-nav .dropdown.bg-purple .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-purple .dropdown-menu ul li a.active {
  color: #a597e7;
}

.navbar-nav .dropdown.bg-purple .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-purple .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.navbar-nav .dropdown.bg-pink .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown.bg-pink .dropdown-menu ul li a.active {
  color: #ea77ad;
}

.navbar-nav .dropdown.bg-pink .dropdown-menu .dropdown-item.active:hover,
.navbar-nav .dropdown.bg-pink .dropdown-menu ul li a.active:hover {
  color: #fff;
}

.mega-dropdown.bg-warning .list-unstyled li a.active {
  color: #f0c24b;
}

.mega-dropdown.bg-danger .list-unstyled li a.active {
  color: #ea7066;
}

.mega-dropdown.bg-success .list-unstyled li a.active {
  color: #b5d56a;
}

.mega-dropdown.bg-info .list-unstyled li a.active {
  color: #84bed6;
}

.mega-dropdown.bg-purple .list-unstyled li a.active {
  color: #a597e7;
}

.mega-dropdown.bg-pink .list-unstyled li a.active {
  color: #ea77ad;
}

/* Static Navbar*/
.static .navbar-sticky {
  display: none;
}

/* Fixed navber when scroll up */
.up-scroll .navbar-scrollUp.navbar-sticky {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  box-shadow: none;
}

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

/* navbar-sticky */
.navbar-sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  background-color: #fff;
}

.navbar-sticky.navbar-light-dark {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .navbar-sticky .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-lg.navbar-sticky .navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg.navbar-sticky .navbar-nav .nav-link {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}

.navbar-expand-lg.navbar-sticky .navbar-brand {
  padding: 20px 0;
}

.navbar-light-dark {
  background-color: rgba(47, 60, 67, 0.502);
  box-shadow: none;
}

/* Top Bar*/
.top-bar {
  padding: 0.8125rem 0;
}

.top-bar a,
.top-bar .btn {
  font-size: 11px;
}

@media (min-width: 768px) {
  .top-bar a,
  .top-bar .btn {
    font-size: 14px;
  }
}

/* Header */
.header {
  position: relative;
}

.header-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
}



/* Revolution Slider Navigation */
.hesperiden.tparrows {
  background-color: #fff;
  border-radius: 0.8125rem;
  width: 45px;
  height: 45px;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity, 0.3s ease-in-out;
  transition: opacity, 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .hesperiden.tparrows {
    -webkit-transition: none;
    transition: none;
  }
}

.hesperiden.tparrows:hover {
  background-color: #fff;
}

.hesperiden.tparrows:before {
  color: #666;
  line-height: 45px;
}

/*Revolution Slider  Arrows */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

.rev_slider_wrapper:hover .hesperiden.tparrows {
  visibility: visible;
  opacity: 1;
}

/* Revolution Slider  boxed version */
.boxed .forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

.boxed .hesperiden.tparrows.tp-leftarrow {
  left: 50px !important;
}

@media (min-width: 1200px) {
  .boxed .hesperiden.tparrows.tp-leftarrow {
    left: 100px !important;
  }
}

.boxed .hesperiden.tparrows.tp-rightarrow {
  left: auto !important;
  right: 10px !important;
}

@media (min-width: 1200px) {
  .boxed .hesperiden.tparrows.tp-rightarrow {
    right: 60px !important;
  }
}

/* Card */
.card {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 1.56rem;
}

.card .card-header-lg h3 {
  font-size: 2.15rem;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.card .card-body .card-title {
  font-size: 1.25rem;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.card .card-body .pricing-price {
  font-size: 2.13rem;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.card .card-body .pricing-price small {
  font-size: .875rem;
  color: #666;
}

.card .card-body big {
  font-size: 1.25rem;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: .625rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .card .card-body big {
    font-size: 1.69rem;
  }
}

/* Card Image Wrapper */
.card-img-wrapper {
  width: 150px;
  height: 150px;
}

.card-img-wrapper .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Card Border */
.card-border {
  border: 4px solid;
}

.card-border .card-body h5 {
  font-size: 1.125rem;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
}

.card-border .card-body span {
  font-weight: 700;
  font-size: 1.4375rem;
}

/* Card Hover */
.card-hover:hover .card-img-wrapper .card-img-overlay {
  visibility: visible;
  opacity: 1;
}

.card-hover:hover .btn-scroll-down {
  visibility: visible;
  opacity: 1;
}

.card-hover:hover .btn-quickview {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 10;
}

/* Card Transparent */
.card-transparent {
  background-color: transparent !important;
}

.card-transparent .card-body a {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.card-transparent:hover .card-body a {
  color: #f0c24b;
}

/* Accordion */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: .5rem;
}

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

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

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

.accordion .card {
  margin-bottom: 1.875rem;
  box-shadow: none;
}

.accordion .card .card-header {
  border-radius: .5rem;
  padding: 0;
}

.accordion .card .card-header h5 {
  cursor: pointer;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: .875rem;
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  position: relative;
}

.accordion .card .card-header h5 span {
  display: block;
  padding: 0.5rem;
}

.accordion .card .card-header h5.icon-bg {
  position: relative;
}

.accordion .card .card-header h5.icon-bg:before {
  position: absolute;
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-size: .875rem;
  font-weight: 900;
  padding: .125rem 0.187rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  content: '\f107';
  right: 15px;
  border-radius: 0.187rem;
  background-color: #fff;
  color: #666;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.accordion .card .card-header h5.icon-bg.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.accordion .card .card-body {
  padding: 1.875rem;
}

.accordion .card .card-body p {
  color: #666;
}

.card-product {
  border: 4px solid;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.card-product .img-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 200px;
}

.card-product .img-link img {
  max-height: 130px;
}

.card-product .card-body h5 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: block;
}

.card-product-fill-bg {
  padding: 1.25rem;
}

.card-product-fill-bg .card-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 230px;
  text-align: center;
}

.card-product-fill-bg .card-link .img-link {
  max-width: 100%;
  max-height: 200px;
  padding: 2rem;
}

.card-product-fill-bg .card-link span {
  margin-top: auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Dosis", sans-serif;
}

@media (min-width: 1200px) {
  .categories-slider {
    height: 600px;
  }
}

.categories-slider .card .card-img-top {
  border-radius: 0.25rem;
}

@media (min-width: 1200px) {
  .categories-slider .card .card-img-top {
    max-height: 595px;
  }
}

/* Section Titile */
.section-title {

  display: -webkit-box;
  display: flex;

  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media (min-width: 768px) {
  .section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.section-title .shape {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: -20px;
}

@media (min-width: 768px) {
  .section-title .shape {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: 0px;
  }
}

.section-title .shape.shape-left {
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .section-title .shape.shape-left {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.section-title .shape.shape-left:before, .section-title .shape.shape-left:after {
  content: "";
  position: absolute;
  background-color: inherit;
  height: 2px;
}

.section-title .shape.shape-left:before {
  right: 3px;
  width: 70px;
  top: 6px;
}

.section-title .shape.shape-left:after {
  right: 3px;
  width: 55px;
  top: 11px;
}

.section-title .shape.shape-right {
  right: 41%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .section-title .shape.shape-right {
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.section-title .shape.shape-right:before, .section-title .shape.shape-right:after {
  content: "";
  position: absolute;
  background-color: inherit;
  height: 2px;
}

.section-title .shape.shape-right:before {
  left: 3px;
  width: 70px;
  top: 6px;
}

.section-title .shape.shape-right:after {
  left: 3px;
  width: 55px;
  top: 11px;
}

.section-title h2 {
  font-family: "Dosis", sans-serif;
  font-size: 2.25rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media (min-width: 768px) {
  .section-title h2 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}

.element-title {
  font-weight: 600;
  color: #ea7066;
  margin-bottom: 2rem;
}

/* Section Top */
.section-top {
  margin-top: -60px;
}

@media (min-width: 992px) {
  .section-top {
    margin-top: -70px;
  }
}

@media (min-width: 1200px) {
  .section-top {
    margin-top: -90px;
  }
}

/* Media */
.media .media-body h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.5rem;
}

/* Media Image Overlay */
.media-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Media Hoverable*/
.media-hoverable {
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 1.56rem;
}

.media-hoverable .media-img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.media-hoverable .media-img-overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.media-hoverable:hover .media-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.media-hoverable:hover .media-img-overlay {
  visibility: visible;
  opacity: 1;
}

/* Media List View */
.media-list-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.63rem;
  background-color: #f8f8f8;
}

.media-list-view .media-img {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .media-list-view .media-img {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .media-list-view .media-img {
    width: 33%;
  }
}

.media-list-view .media-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-left-radius: 0.63rem;
  border-top-right-radius: 0.63rem;
}

@media (min-width: 768px) {
  .media-list-view .media-img img {
    height: 260px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.63rem;
  }
}

@media (min-width: 992px) {
  .media-list-view .media-img img {
    height: 255px;
  }
}

@media (min-width: 1200px) {
  .media-list-view .media-img img {
    height: 233px;
  }
}

.media-list-view .media-img .media-img-overlay {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .media-list-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}

.media-list-view .media-body {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .media-list-view .media-body {
    padding: 0 1.4rem;
  }
}

.media-list-view .media-body h3 {
  margin-bottom: 1rem;
}

.media-list-view .media-body h3 a {
  font-weight: 700;
  text-transform: capitalize;
}

/* List Fullwidth */
.list-fullwidth .media-list-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.63rem;
}

.list-fullwidth .media-list-view .media-img {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .list-fullwidth .media-list-view .media-img {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .list-fullwidth .media-list-view .media-img {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .list-fullwidth .media-list-view .media-img {
    width: 24%;
  }
}

.list-fullwidth .media-list-view .media-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-left-radius: 0.63rem;
  border-top-right-radius: 0.63rem;
}

@media (min-width: 768px) {
  .list-fullwidth .media-list-view .media-img img {
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.63rem;
  }
}

@media (min-width: 992px) {
  .list-fullwidth .media-list-view .media-img img {
    height: 255px;
  }
}

@media (min-width: 1200px) {
  .list-fullwidth .media-list-view .media-img img {
    height: 230px;
  }
}

.list-fullwidth .media-list-view .media-img .media-img-overlay {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .list-fullwidth .media-list-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.list-fullwidth .media-list-view .media-body {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .list-fullwidth .media-list-view .media-body {
    padding: 0 1.4rem;
  }
}

.list-fullwidth .media-list-view .media-body h3 {
  margin-bottom: 1rem;
}

.list-fullwidth .media-list-view .media-body h3 a {
  font-weight: 700;
  text-transform: capitalize;
}

/* Media Event View */
.media-events-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
  overflow: hidden;
  border-radius: 0.8125rem;
}

@media (min-width: 992px) {
  .media-events-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}

.media-events-list .media-img {
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .media-events-list .media-img {
    width: 46%;
  }
}

.media-events-list .media-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .media-events-list .media-img img {
    height: auto;
  }
}

@media (min-width: 992px) {
  .media-events-list .media-img img {
    height: 260px;
  }
}

@media (min-width: 1200px) {
  .media-events-list .media-img img {
    height: 280px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
  }
}

.media-events-list .media-body {
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .media-events-list .media-body {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .media-events-list .media-body {
    padding-left: 2rem;
  }
}

/* Cart Media */
.cart-dropdown .media .media-body h4 {
  font-weight: bold;
}

.cart-dropdown .media .media-body .price span {
  font-size: 1.7rem;
}

/* Pricing List */
.pricing-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

@media (min-width: 768px) {
  .pricing-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}

.pricing-list .pricing-plan {
  width: 100%;
  padding: 2.1875rem 1.25rem 5rem;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 768px) {
  .pricing-list .pricing-plan {
    width: 50%;
    padding: 2.1875rem 1.25rem 1.125rem;
    border-radius: 8px 0px 0 8px;
  }
}

.pricing-list .pricing-plan h3 {
  font-size: 2.13rem;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.pricing-list .pricing-plan .pricing-price {
  font-size: 2.13rem;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  line-height: 28px;
}

.pricing-list .pricing-plan .pricing-price small {
  font-size: .875rem;
}

.pricing-list .media-body {
  width: 100%;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .pricing-list .media-body {
    width: 50%;
    padding: 0 0 0 1.25rem;
  }
}

/* Media Avator View */
.media-avator-view .media-img {
  width: 100%;
}

.media-avator-view .media-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .media-avator-view .media-img {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .media-avator-view .media-img {
    width: 26%;
  }
}

@media (min-width: 992px) {
  .media-avator-view .media-img {
    width: 22%;
  }
}

.media-avator-view .media-body a {
  color: #222;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.media-avator-view .media-body a:hover {
  color: #ea7066;
}

/* Buttons Customize */
.btn {
  /*box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);*/
  font-size: 1rem;
}


.btn.btn-link {
  box-shadow: none !important;
}

.btn-white {
  background-color: #fff;
  color: #666;
}

.btn-link {
  color: #666;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-squre {
  border: 2px solid #fff;
  padding: .375rem .625rem;
}

.btn-squre i {
  color: #fff;
  font-size: .94rem;
}

.btn-scroll-down {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.btn-scroll-down i {
  font-size: 1.13rem;
  color: #fff;
}

.btn-quickview {
  border-radius: 0;
  padding: 0;
  background-color: #ea7066;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  height: 55px;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-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: translateY(20px);
          transform: translateY(20px);
}

.btn-quickview:hover, .btn-quickview:focus {
  box-shadow: none !important;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: .875rem;
  border-radius: .25rem;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.125rem;
}

/* Buttons Of Fillter */
.button-group {
  text-align: center;
  margin-bottom: 14px;
}

.button-group .button {
  padding: 0 1.56rem;
  height: 2.5rem;
  font-size: .875rem;
  line-height: 2.5rem;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  border-radius: .25rem;
  border: 0;
  margin-right: .625rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.button-group .button:focus {
  outline: 0;
}

.button-group .button.is-checked {
  background-color: #ea7066;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-hover-warning:hover {
  background-color: #f0c24b;
  color: #fff;
}

.btn-hover-warning:focus {
  background-color: #f0c24b;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(240, 194, 75, 0.1);
}

.btn-danger {
  color: #fff;
}

.btn-hover-danger:hover {
  background-color: #ea7066;
  color: #fff;
}

.btn-hover-danger:focus {
  background-color: #ea7066;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(234, 112, 102, 0.1);
}

.btn-hover-success:hover {
  background-color: #b5d56a;
  color: #fff;
}

.btn-hover-success:focus {
  background-color: #b5d56a;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(181, 213, 106, 0.1);
}

.btn-hover-info:hover {
  background-color: #84bed6;
  color: #fff;
}

.btn-hover-info:focus {
  background-color: #84bed6;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(132, 190, 214, 0.1);
}

.btn-hover-purple:hover {
  background-color: #a597e7;
  color: #fff;
}

.btn-hover-purple:focus {
  background-color: #a597e7;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(165, 151, 231, 0.1);
}

.btn-hover-pink:hover {
  background-color: #ea77ad;
  color: #fff;
}

.btn-hover-pink:focus {
  background-color: #ea77ad;
  color: #fff;
  box-shadow: 0 0.25rem 0 rgba(234, 119, 173, 0.1);
}

.input-group-prepend,
.input-group-append {
  cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

/* Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 40%;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0.875rem 1.125rem;
  border-radius: 0.8125rem;
  color: #666;
  background-color: #fff;
  font-size: 1rem;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #666;
}

.owl-theme .owl-nav .owl-prev {
  left: 0px;
}

.owl-theme .owl-nav .owl-next {
  right: 0px;
}

@media (min-width: 1200px) {
  .owl-theme .owl-nav .owl-prev {
    left: -50px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -50px;
  }
}

@media (min-width: 768px) {
  .owl-theme .owl-nav {
    visibility: hidden;
    opacity: 0;
  }
}

.owl-theme:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

.brand-slider .item {
  background-color: #f8f8f8;
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .brand-slider .item {
    width: auto;
  }
}

.brand-slider.owl-carousel .owl-item img {
  width: auto;
}

/* Categorie Slider */
.categories-slider.owl-theme .owl-nav .owl-prev {
  left: 10px;
}

.categories-slider.owl-theme .owl-nav .owl-next {
  right: 10px;
}

/* testimonial Slider */
#testimonial.owl-theme .owl-nav .owl-prev,
.testimonial.owl-theme .owl-nav .owl-prev {
  left: 0;
  top: 50%;
}

#testimonial.owl-theme .owl-nav .owl-next,
.testimonial.owl-theme .owl-nav .owl-next {
  right: 0;
  top: 50%;
}

#counter .counter-value {
  width: 145px;
  height: 145px;
  line-height: 145px;
  border-radius: 100%;
  border: 4px solid #fff;
  display: block;
  margin: 0 auto 22px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #counter .counter-value {
    font-size: 3.25rem;
  }
}

#counter span {
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  #counter span {
    font-size: 0.9375rem;
  }
}

/* Icon Extra Small */
.icon-xs {
  width: 21px;
  height: 21px;
  line-height: 19px;
}

.icon-header {
  width: 18px;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  margin-right: 0.31rem;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .icon-header {
    width: 21px;
    height: 21px;
    line-height: 19px;
  }
}

.icon-header i {
  font-size: 11px;
  color: #fff;
}

@media (min-width: 768px) {
  .icon-header i {
    font-size: 0.81rem;
  }
}

/* Icon Small */
.icon-small {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

/* Icon Rounded Small */
.icon-rounded-circle-small {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}

/* Icon Medium */
.icon-medium {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* Icon Rounded Medium */
.icon-rounded-circle-medium {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}

/* Medium Icon */
.medium-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

/* Medium Icon Rounded */
.medium-icon-rounded-circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}

/* Icon Large */
.icon-large {
  width: 85px;
  height: 85px;
  line-height: 85px;
}

/* Icon Rounded Large */
.icon-rounded-circle-large {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  display: inline-block;
}

/* Icon Extra Large */
.icon-extra-large {
  width: 103px;
  height: 103px;
  line-height: 103px;
}

/* Icon Rounded Extra Large */
.icon-rounded-circle-extra-large {
  width: 103px;
  height: 103px;
  line-height: 103px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
}

.card-icon-border-large {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border: 6px solid;
  border-radius: 50%;
  font-size: 1.88rem;
  line-height: 90px;
  color: #666;
  margin-top: -3.06rem;
}

.card-icon-border-large img {
  max-width: 100%;
  border-radius: 50%;
  display: block;
}

.media-icon-large {
  width: 76px;
  height: 76px;
  height: 76px;
  padding: 0.375rem;
  box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  display: block;
  margin-right: 0.94rem;
  border-radius: 50%;
}

.media-icon-large i {
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  font-size: 1.38rem;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.media-icon-large i.extra-large {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 1.25rem;
}

.media-icon-large.icon-large-border {
  box-shadow: none;
  padding: 0.25rem;
  border: 2px solid #fff;
}

.media-icon-large.icon-large-border i {
  border: none;
}

.media-icon-large:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* Icon Large */
.icon-xl {
  font-size: 8.13rem;
}

/* From */
.form-control {
  border-radius: .625rem;
  font-size: .875rem;
}

.form-control::-webkit-input-placeholder {
  color: #666;
  opacity: .7;
}

.form-control::-moz-placeholder {
  color: #666;
  opacity: .7;
}

.form-control:-ms-input-placeholder {
  color: #666;
  opacity: .7;
}

.form-control::-ms-input-placeholder {
  color: #666;
  opacity: .7;
}

.form-control::placeholder {
  color: #666;
  opacity: .7;
}

.form-control:active, .form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.form-group-icon {
  position: relative;
}

.form-group-icon i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #888;
  font-size: .81rem;
}

.input-addon .form-control {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  border: 0;
}

.input-addon .input-group-append .input-group-text {
  border: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.input-group .form-control:focus {
  z-index: 0;
}

.input-group-addon:hover {
  box-shadow: none !important;
}

.input-group-addon:focus {
  box-shadow: none !important;
}

/* Search Result  */
.input-group-lg .input-group-prepend {
  height: 55px !important;
}

@media (min-width: 768px) {
  .input-group-lg .input-group-prepend {
    height: 70px !important;
  }
}

.input-group-lg .input-group-text {
  height: 55px !important;
}

@media (min-width: 768px) {
  .input-group-lg .input-group-text {
    height: 70px !important;
  }
}

@media (min-width: 768px) {
  .input-group-lg .input-group-append {
    width: 20%;
  }
}

.input-group-lg .input-group-append .btn-lg, .input-group-lg .input-group-append .btn-group-lg > .btn {
  width: 100%;
  font-size: .88rem;
  padding: 6px 12px;
  height: 55px !important;
}

@media (min-width: 768px) {
  .input-group-lg .input-group-append .btn-lg, .input-group-lg .input-group-append .btn-group-lg > .btn {
    height: 70px !important;
    font-size: 1.13rem;
  }
}

.input-group-lg .form-control-lg {
  font-size: 0.8125rem;
  height: 55px !important;
}

@media (min-width: 768px) {
  .input-group-lg .form-control-lg {
    height: 70px !important;
    font-size: 0.9375rem;
  }
}

/* List border bottom */
.list-item-border-bottom li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.list-item-border-bottom li:last-child {
  border-bottom: none;
}

.list-item-lg li {
  font-size: 1.13rem;
  font-family: "Dosis", sans-serif;
  margin-bottom: 1rem;
  color: #666;
}

.list-style-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.list-style-1 .nav-item .nav-link {
  color: #666;
  border-radius: .8rem;
  padding-top: 0.63rem;
  padding-bottom: 0.63rem;
}

.list-style-1 .nav-item .nav-link:hover {
  color: #ea7066;
}

.list-style-1 .nav-item .nav-link.active {
  color: #ea7066;
}

/*  */
.copyright-text {
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .copyright-text {
    font-size: 0.8125rem;
    text-align: left;
  }
}

.copyright-text a:hover {
  color: #ea7066;
}

/* Footer Background Image */
.footer-bg-white {
    background-color: red;
}

.footer-bg-white a {
    color: #666;
}

.footer-bg-white .list-icon-xs li a {
    color: #666;
}

.footer-bg-white .list-icon-xs li a:hover {
    color: #666;
}

.footer-bg-white .copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bg-white .input-group {
    width: 70%;
}

@media (min-width: 992px) {
    .footer-bg-white .input-group {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .footer-bg-white .input-group {
        width: 85%;
    }
}

.footer-bg-white .input-addon .form-control {
    background-color: #fff;
}

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

.footer-bg-img p {
  color: #d8e3f0;
}

.footer-bg-img a {
    color: #d8e3f0;
    font-size: 0.86em;
    line-height: 1.4em;
}

.footer-bg-img .list-icon-xs li a {
  color: #d8e3f0;
}

.footer-bg-img .list-icon-xs li a:hover {
  color: #d8e3f0;
}

.footer-bg-img .input-group {
  width: 70%;
}

@media (min-width: 992px) {
  .footer-bg-img .input-group {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-bg-img .input-group {
    width: 85%;
  }
}

.footer-bg-img .copyright {
  background-color: #041319;
}


.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background-color: #ea7066;
  border: 2px solid #fff;
  border-radius: 13px;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-filter: "alpha(opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10;
  display: none;
}

@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}

.back-to-top i {
  color: #fff;
}


/* Badge Rounded And Rounded Circle */
.badge-rounded,
.badge-rounded-circle,
.badge-price {
  left: 20px;
  top: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.badge-rounded {
  font-size: 1rem;
  padding: .89rem 1.375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.badge-rounded-circle {
  padding: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: none;
}

.badge-rounded-circle:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.badge-price {
  padding: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 10%;
    cursor: pointer;
    box-shadow: none;
}


/* Nav Custom */
.nav-pills .nav-item {
  margin-right: 0.625rem;
}

.nav-pills .nav-link {
  padding: 0 1.5rem;
  height: 40px;
  font-size: .875rem;
  line-height: 40px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  background-color: #f8f8f8;
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ea7066;
}

.nav-tab .nav-link {
  height: auto;
  box-shadow: none;
  border-radius: 0.75rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: .5rem;
  opacity: .4;
}

.nav-tab .nav-link.active,
.nav-tab .show > .nav-link {
  opacity: .9;
  background-color: transparent;
}


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

/* Pagination */
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background-color: #ea7066;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  color: #fff;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    padding: .9rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    padding: .5rem 1.3rem;
  }
}

.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  color: #fff;
}

.pagination .page-item:first-child .page-link {
  margin-right: 7px;
}

@media (min-width: 992px) {
  .pagination .page-item:first-child .page-link {
    margin-right: 14px;
  }
}

.pagination .page-item:last-child .page-link {
  margin-left: 7px;
}

@media (min-width: 992px) {
  .pagination .page-item:last-child .page-link {
    margin-left: 14px;
  }
}

.pagination .page-item .page-link {
  background-color: transparent;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pagination .page-item.active .page-link {
    border-color: transparent;
    color: #ea7066;
}

@media (min-width: 768px) {
  .pagination .page-item .page-link {
    padding: 0.8125rem;
    font-size: .8rem;
  }
}

@media (min-width: 992px) {
  .pagination .page-item .page-link {
    padding: 0.6rem;
    font-size: 1rem;
  }
}

.pagination .page-item .page-link:hover {
  color: #ea7066;
}



/* Lazy Load Image */
img {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

img.lazyestload {
  width: 100%;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* Modal Small */
.modal-sm .modal-content {
  border-radius: 0.625rem;
}

.modal.show .modal-dialog.modal-sm {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

/* Modal Large */
.modal-lg .modal-header {
  padding: 0;
}

.modal-lg .modal-header .close {
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 25px;
  right: 40px;
}

.modal-lg .modal-body {
  padding: 45px 50px;
}

.modal.show .modal-dialog.modal-lg {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .modal.show .modal-dialog.modal-lg {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .modal.show .modal-dialog.modal-lg {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .modal.show .modal-dialog.modal-lg {
    max-width: 1030px;
  }
}



/* Preloader */
.smooth-loader-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 700000;
}

.smooth-loader-wrapper .smooth-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  line-height: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.smooth-loader-wrapper .smooth-loader .loader {
  position: relative;
  width: 110px;
}

.smooth-loader-wrapper .smooth-loader .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ccc;
  position: absolute;
}

.smooth-loader-wrapper .smooth-loader .dot-1 {
  -webkit-animation: animateDot1 1.5s linear infinite;
          animation: animateDot1 1.5s linear infinite;
  left: 30px;
  background: #f0c24b;
}

.smooth-loader-wrapper .smooth-loader .dot-2 {
  -webkit-animation: animateDot2 1.5s linear infinite;
          animation: animateDot2 1.5s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  left: 60px;
  background: #ea7066;
}

.smooth-loader-wrapper .smooth-loader .dot-3 {
  -webkit-animation: animateDot3 1.5s linear infinite;
          animation: animateDot3 1.5s linear infinite;
  left: 30px;
  background: #b5d56a;
}

.smooth-loader-wrapper .smooth-loader .dot-4 {
  -webkit-animation: animateDot4 1.5s linear infinite;
          animation: animateDot4 1.5s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  left: 60px;
  background: #84bed6;
}

/* Keyframe animation */
@-webkit-keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
            transform: rotate(0deg) translateX(-30px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(-30px);
            transform: rotate(180deg) translateX(-30px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(-30px);
            transform: rotate(180deg) translateX(-30px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-30px);
            transform: rotate(360deg) translateX(-30px);
  }
}
@keyframes animateDot1 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
            transform: rotate(0deg) translateX(-30px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(-30px);
            transform: rotate(180deg) translateX(-30px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(-30px);
            transform: rotate(180deg) translateX(-30px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-30px);
            transform: rotate(360deg) translateX(-30px);
  }
}

@-webkit-keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
            transform: rotate(0deg) translateX(-30px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
            transform: rotate(-180deg) translateX(-30px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
            transform: rotate(-180deg) translateX(-30px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-30px);
            transform: rotate(-360deg) translateX(-30px);
  }
}

@keyframes animateDot2 {
  0% {
    -webkit-transform: rotate(0deg) translateX(-30px);
            transform: rotate(0deg) translateX(-30px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
            transform: rotate(-180deg) translateX(-30px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(-30px);
            transform: rotate(-180deg) translateX(-30px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-30px);
            transform: rotate(-360deg) translateX(-30px);
  }
}

@-webkit-keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(30px);
            transform: rotate(0deg) translateX(30px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(30px);
            transform: rotate(180deg) translateX(30px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(30px);
            transform: rotate(180deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(30px);
            transform: rotate(360deg) translateX(30px);
  }
}

@keyframes animateDot3 {
  0% {
    -webkit-transform: rotate(0deg) translateX(30px);
            transform: rotate(0deg) translateX(30px);
  }
  25% {
    -webkit-transform: rotate(180deg) translateX(30px);
            transform: rotate(180deg) translateX(30px);
  }
  75% {
    -webkit-transform: rotate(180deg) translateX(30px);
            transform: rotate(180deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(30px);
            transform: rotate(360deg) translateX(30px);
  }
}

@-webkit-keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(30px);
            transform: rotate(0deg) translateX(30px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(30px);
            transform: rotate(-180deg) translateX(30px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(30px);
            transform: rotate(-180deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(30px);
            transform: rotate(-360deg) translateX(30px);
  }
}

@keyframes animateDot4 {
  0% {
    -webkit-transform: rotate(0deg) translateX(30px);
            transform: rotate(0deg) translateX(30px);
  }
  25% {
    -webkit-transform: rotate(-180deg) translateX(30px);
            transform: rotate(-180deg) translateX(30px);
  }
  75% {
    -webkit-transform: rotate(-180deg) translateX(30px);
            transform: rotate(-180deg) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(30px);
            transform: rotate(-360deg) translateX(30px);
  }
}



/* Tables */
.table td span {
  font-family: "Dosis", sans-serif;
}

.table tr th i {
  color: #c09933;
}



/* Custom Gallery */
img.fancybox-image {
  padding: 15px;
  background: #fff;
}



.bar {
  padding: 30px 0;
}

.docs-search {
  padding: 20px;
  border: none;
  font-size: 1.2em;
}

.docs_root  {
  font-size: 1.3em;
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
}

.docs_root_sidebar  {
  font-size: 1em;
  color: #2e2e2e;
  font-weight: 400;
  text-decoration: none;
}

.docs_categ  {
  font-size: 1em;
  color: #2e2e2e;
}

.docs_categ_card .docs_categ :hover {
  font-size: 1em;
  color: #940000;
  letter-spacing: 0.03em;
}


.docs_subcateg  {
  font-size: 1em;
  color: #2e2e2e;
  letter-spacing: 0.03em;
}

.docs_structure {
  margin-top: 20px;
}

.docs_structure .categ {
  font-size: 1.1em;
  color: #2e2e2e;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.docs_structure .subcateg {
  font-size: 0.96em;
  color: #2e2e2e;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.docs_structure .active {
  color: #CA4544;
  font-weight: 600;
  text-decoration: underline;
}

.breadcrumb {
  background-color: #fafafa;
}

.breadcrumb a {
  font-weight: 600;
  font-size: 0.96em;
}

.bg-search {
  background-color: #093b50  !important;
}

.bg-tabs {
  background-color: #e9eef3  !important;
}

.bg-video-profesor {
  background-color: #e1eaee  !important;
}


.nav-tabs {
	border: 0;
  font-size: 1rem;
  background-color: #dfe6ec;
}

.nav-tabs a {
	color: #525252;
  font-weight: 600;
  padding: 10px;
}

.nav-tabs .nav-item {
	margin-bottom: 0;
	margin-right: 0;
}

.nav-tabs .nav-link {
	border: 0;
	padding: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.nav-profesor.active {
	color: #fff;
	background-color: #84BED6;
	border: 0;
	border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.nav-profesor:hover {
	color: #fff;
	background-color: #84BED6;
	border: 0;
	border-radius: 0;
}


.nav-tabs-parinte {
	border: 0;
  font-size: 1rem;
  background-color: #dfe6ec;
}

.nav-tabs-parinte a {
	color: #525252;
  font-weight: 600;
  padding: 10px;
}

.nav-tabs-parinte .nav-item {
	margin-bottom: 0;
	margin-right: 0;
}

.nav-tabs-parinte .nav-link {
	border: 0;
	padding: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-tabs-parinte .nav-item.show .nav-link,
.nav-tabs-parinte .nav-link.active {
	color: #fff;
	background-color: #a597e7;
	border: 0;
	border-radius: 0;
}

.nav-tabs-parinte .nav-item.show .nav-link,
.nav-tabs-parinte .nav-link:hover {
	color: #fff;
	background-color: #a597e7;
	border: 0;
	border-radius: 0;
}

.profesor_profil_avatar {
  max-height: 200px;
}


.dropdown-large {
	padding: 16px;
}

@media all and (min-width: 992px) {
	.dropdown-large {
        min-width: 300px;
    }
}

.cursuri-search {
	padding: 20px;
	border: none;
	font-size: 1.2em;
}

.btn-outline-search {
    color: #6c757d;
	border-color: #fff;
	background-color: #fff;
	border: none;
}

.bg-card-curs-inscriere {
  background-color: #F1FAFC;
}

.bg-weekend {
  background-color: #fffce5;
}


.card-list-meetings {
  background-color: #F1FAFC;
  overflow-y: scroll;
  max-height: 450px;
}

.tooltip .tooltip-inner{
    max-width: 550px !important;
    width: 450px !important;
    background-color: #a597e7 !important;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #a597e7 !important;
}

.bs-tooltip-right .arrow::before {
  border-right-color: #a597e7 !important;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #a597e7 !important;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #a597e7 !important;
}

.pageTitleSection {
  width: 100%;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding: 120px 0;
  margin-bottom: 40px;
}

.pageTitleSection .pageTitleInfo h2 {
    font-size: 40px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 40px;
    margin: 0 0 8px 0;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}

.pageBlock h2 {
  font-family: 'Dosis', sans-serif;
  font-size: 36px;
  line-height: 42px;
  text-transform: capitalize;
  color: #ea7066;
  font-weight: 700;
}

.pageBlock img {
  border-radius: 6px;
  text-align: center;
  align-items: center;
}

.para-list.list-unstyled li {
  color: #666666;
  font-size: 15px;
  margin-bottom: 10px;
}

.para-list.list-unstyled li i {
  margin-right: 10px;
}

.block-bg-text, .block-bg-text p, .block-bg-text h1, .block-bg-text h2, .block-bg-text h3, .block-bg-text h4, .block-bg-text h5 {
  color: #fff !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: white;
    background-color: #ea7066;
    border-color: #ea7066;
}

.postLink li .media-left .img-rounded {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    width: 60px;
    height: 60px;
}
.postLink li .media-left .img-rounded {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    width: 60px;
    height: 60px;
}

.border-color-1 {
  border-color: #f0c24b !important;
}

.img-wh-60 {
  width: 60px;
  height: 60px;
}

.border-2 {
  border: 2px solid #e7e7e7;
}
