@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ce2d29;
  --secondary: #673BB7;
  --success: #10d876;
  --info: #2754e6;
  --warning: #FE9431;
  --danger: #E50202;
  --light: #faf8f2;
  --dark: #262F5A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440;
  --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: SFMono-Regular, Menlo, 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: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: clip;
  color: #888;
  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,
.wp-block-search .wp-block-search__label,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #ce2d29;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #653b11;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #AEAED5;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
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;
}
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,
.wp-block-search .wp-block-search__label,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.wp-block-search .wp-block-search__label,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.25rem;
  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:not(:last-child) {
  margin-right: 0.5rem;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a>code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1199px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-4 {
  margin-left: 33.33333%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #888;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E1E1F0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E1E1F0;
}
.table tbody+tbody {
  border-top: 2px solid #E1E1F0;
}
.table-bordered {
  border: 1px solid #E1E1F0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #E1E1F0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive>.table-bordered {
  border: 0;
}
.form-control,
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control,
  .wp-block-categories-dropdown select,
  .wp-block-archives-dropdown select {
    transition: none;
  }
}
.form-control::-ms-expand,
.wp-block-categories-dropdown select::-ms-expand,
.wp-block-archives-dropdown select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring,
.wp-block-categories-dropdown select:-moz-focusring,
.wp-block-archives-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus,
.wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e4a15e;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(166, 97, 28, 0.25);
}
.form-control::placeholder,
.wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.wp-block-categories-dropdown select:disabled,
.wp-block-archives-dropdown select:disabled,
.form-control[readonly],
.wp-block-categories-dropdown select[readonly],
.wp-block-archives-dropdown select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value,
.wp-block-categories-dropdown select:focus::-ms-value,
.wp-block-archives-dropdown select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control[size],
.wp-block-categories-dropdown select[size],
.wp-block-archives-dropdown select[size],
select.form-control[multiple],
.wp-block-categories-dropdown select[multiple],
.wp-block-archives-dropdown select[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #AEAED5;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #10d876;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(16, 216, 118, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.was-validated .wp-block-categories-dropdown select:valid,
.wp-block-categories-dropdown .was-validated select:valid,
.was-validated .wp-block-archives-dropdown select:valid,
.wp-block-archives-dropdown .was-validated select:valid,
.form-control.is-valid,
.wp-block-categories-dropdown select.is-valid,
.wp-block-archives-dropdown select.is-valid {
  border-color: #10d876;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2310d876' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.was-validated .wp-block-categories-dropdown select:valid:focus,
.wp-block-categories-dropdown .was-validated select:valid:focus,
.was-validated .wp-block-archives-dropdown select:valid:focus,
.wp-block-archives-dropdown .was-validated select:valid:focus,
.form-control.is-valid:focus,
.wp-block-categories-dropdown select.is-valid:focus,
.wp-block-archives-dropdown select.is-valid:focus {
  border-color: #10d876;
  box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #10d876;
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #10d876;
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #10d876;
  box-shadow: 0 0 0 0rem rgba(16, 216, 118, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E50202;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 2, 2, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.was-validated .wp-block-categories-dropdown select:invalid,
.wp-block-categories-dropdown .was-validated select:invalid,
.was-validated .wp-block-archives-dropdown select:invalid,
.wp-block-archives-dropdown .was-validated select:invalid,
.form-control.is-invalid,
.wp-block-categories-dropdown select.is-invalid,
.wp-block-archives-dropdown select.is-invalid {
  border-color: #E50202;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23E50202' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E50202' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.was-validated .wp-block-categories-dropdown select:invalid:focus,
.wp-block-categories-dropdown .was-validated select:invalid:focus,
.was-validated .wp-block-archives-dropdown select:invalid:focus,
.wp-block-archives-dropdown .was-validated select:invalid:focus,
.form-control.is-invalid:focus,
.wp-block-categories-dropdown select.is-invalid:focus,
.wp-block-archives-dropdown select.is-invalid:focus {
  border-color: #E50202;
  box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #E50202;
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #E50202;
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #E50202;
  box-shadow: 0 0 0 0rem rgba(229, 2, 2, 0.25);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #888;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #888;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(166, 97, 28, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #ce2d29;
  border-color: #ce2d29;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ed4135;
    border-color: #e44a3c;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #c5382e;
  border-color: #c5382e;
  box-shadow: 0 0 0 0rem rgba(179, 121, 62, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ce2d29;
  border-color: #ce2d29;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c5382e;
  border-color: #c5382e;
}
.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 0rem rgba(179, 121, 62, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #512f90;
  border-color: #4c2b87;
}
.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 0rem rgba(126, 88, 194, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #10d876;
  border-color: #10d876;
}
.btn-success:hover {
  color: #fff;
  background-color: #0db463;
  border-color: #0ca95c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #0db463;
  border-color: #0ca95c;
  box-shadow: 0 0 0 0rem rgba(52, 222, 139, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #10d876;
  border-color: #10d876;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0ca95c;
  border-color: #0c9d56;
}
.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 0rem rgba(52, 222, 139, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #2754e6;
  border-color: #2754e6;
}
.btn-info:hover {
  color: #fff;
  background-color: #1843cf;
  border-color: #173fc3;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #1843cf;
  border-color: #173fc3;
  box-shadow: 0 0 0 0rem rgba(71, 110, 234, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #2754e6;
  border-color: #2754e6;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #173fc3;
  border-color: #153cb8;
}
.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 0rem rgba(71, 110, 234, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #FE9431;
  border-color: #FE9431;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fe800b;
  border-color: #fb7a01;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #fe800b;
  border-color: #fb7a01;
  box-shadow: 0 0 0 0rem rgba(221, 131, 48, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #FE9431;
  border-color: #FE9431;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fb7a01;
  border-color: #ee7401;
}
.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 0rem rgba(221, 131, 48, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #E50202;
  border-color: #E50202;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bf0202;
  border-color: #b20202;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #bf0202;
  border-color: #b20202;
  box-shadow: 0 0 0 0rem rgba(233, 40, 40, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #E50202;
  border-color: #E50202;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b20202;
  border-color: #a60101;
}
.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 0rem rgba(233, 40, 40, 0.5);
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #ece4cd;
  border-color: #e8dfc4;
}
.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 0rem rgba(217, 216, 212, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #262F5A;
  border-color: #262F5A;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1b213f;
  border-color: #171c36;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #1b213f;
  border-color: #171c36;
  box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #262F5A;
  border-color: #262F5A;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #171c36;
  border-color: #13182d;
}
.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 0rem rgba(71, 78, 115, 0.5);
}
.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: #ce2d29;
  border-color: #ce2d29;
}
.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 0rem rgba(166, 97, 28, 0.5);
}
.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: #673BB7;
  border-color: #673BB7;
}
.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 0rem rgba(103, 59, 183, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #10d876;
  border-color: #10d876;
}
.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 0rem rgba(16, 216, 118, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2754e6;
  border-color: #2754e6;
}
.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 0rem rgba(39, 84, 230, 0.5);
}
.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: #FE9431;
  border-color: #FE9431;
}
.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 0rem rgba(254, 148, 49, 0.5);
}
.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: #E50202;
  border-color: #E50202;
}
.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 0rem rgba(229, 2, 2, 0.5);
}
.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: #faf8f2;
  border-color: #faf8f2;
}
.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 0rem rgba(250, 248, 242, 0.5);
}
.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: #262F5A;
  border-color: #262F5A;
}
.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 0rem rgba(38, 47, 90, 0.5);
}
.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block+.btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #888;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ce2d29;
}
.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.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}
.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control,
.wp-block-categories-dropdown .input-group>select,
.wp-block-archives-dropdown .input-group>select,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group>.form-control+.form-control,
.wp-block-categories-dropdown .input-group>select+.form-control,
.wp-block-archives-dropdown .input-group>select+.form-control,
.wp-block-categories-dropdown .input-group>.form-control+select,
.wp-block-categories-dropdown .input-group>select+select,
.wp-block-archives-dropdown .input-group>.form-control+select,
.wp-block-categories-dropdown .wp-block-archives-dropdown .input-group>select+select,
.wp-block-archives-dropdown .wp-block-categories-dropdown .input-group>select+select,
.wp-block-archives-dropdown .input-group>select+select,
.input-group>.form-control+.custom-select,
.wp-block-categories-dropdown .input-group>select+.custom-select,
.wp-block-archives-dropdown .input-group>select+.custom-select,
.input-group>.form-control+.custom-file,
.wp-block-categories-dropdown .input-group>select+.custom-file,
.wp-block-archives-dropdown .input-group>select+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.wp-block-categories-dropdown .input-group>.form-control-plaintext+select,
.wp-block-archives-dropdown .input-group>.form-control-plaintext+select,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.wp-block-categories-dropdown .input-group>.custom-select+select,
.wp-block-archives-dropdown .input-group>.custom-select+select,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.wp-block-categories-dropdown .input-group>.custom-file+select,
.wp-block-archives-dropdown .input-group>.custom-file+select,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}
.input-group>.form-control:focus,
.wp-block-categories-dropdown .input-group>select:focus,
.wp-block-archives-dropdown .input-group>select:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}
.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group>.form-control:not(:last-child),
.wp-block-categories-dropdown .input-group>select:not(:last-child),
.wp-block-archives-dropdown .input-group>select:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.form-control:not(:first-child),
.wp-block-categories-dropdown .input-group>select:not(:first-child),
.wp-block-archives-dropdown .input-group>select:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group>.custom-file {
  display: flex;
  align-items: center;
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg>.form-control:not(textarea),
.wp-block-categories-dropdown .input-group-lg>select:not(textarea),
.wp-block-archives-dropdown .input-group-lg>select:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg>.form-control,
.wp-block-categories-dropdown .input-group-lg>select,
.wp-block-archives-dropdown .input-group-lg>select,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm>.form-control:not(textarea),
.wp-block-categories-dropdown .input-group-sm>select:not(textarea),
.wp-block-archives-dropdown .input-group-sm>select:not(textarea),
.input-group-sm>.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm>.form-control,
.wp-block-categories-dropdown .input-group-sm>select,
.wp-block-archives-dropdown .input-group-sm>select,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #e4a15e;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #ebba89;
  border-color: #ebba89;
}
.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus~.custom-file-label {
  border-color: #e4a15e;
  box-shadow: 0 0 0 0rem rgba(166, 97, 28, 0.25);
}
.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}
.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card>hr {
  margin-right: 0;
  margin-left: 0;
}
.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}
@media (min-width: 576px) {
  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion>.card {
  overflow: hidden;
}
.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #08703d;
  background-color: #cff7e4;
  border-color: #bcf4d9;
}
.alert-success hr {
  border-top-color: #a6f0cd;
}
.alert-warning {
  color: #844d19;
  background-color: #ffead6;
  border-color: #ffe1c5;
}
.alert-warning hr {
  border-top-color: #ffd4ac;
}
.alert-danger {
  color: #770101;
  background-color: #facccc;
  border-color: #f8b8b8;
}
.alert-danger hr {
  border-top-color: #f6a1a1;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ce2d29;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ce2d29;
  border-color: #ce2d29;
}
.list-group-item+.list-group-item {
  border-top-width: 0;
}
.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.close {
  float: right;
  font-size: 1.5rem;
  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;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #E1E1F0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #E1E1F0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer>* {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #888;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.align-top {
  vertical-align: top !important;
}
.bg-primary {
  background-color: #ce2d29 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #7a4815 !important;
}
.bg-light {
  background-color: #faf8f2 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ece4cd !important;
}
.bg-dark {
  background-color: #262F5A !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #171c36 !important;
}
.bg-white {
  background-color: #fff !important;
}
.border {
  border: 1px solid #E1E1F0 !important;
}
.border-top {
  border-top: 1px solid #E1E1F0 !important;
}
.border-right {
  border-right: 1px solid #E1E1F0 !important;
}
.border-bottom {
  border-bottom: 1px solid #E1E1F0 !important;
}
.border-left {
  border-left: 1px solid #E1E1F0 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.position-static {
  position: static !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-100 {
  height: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
@media (min-width: 576px) {
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-white {
  color: #fff !important;
}
.text-muted {
  color: #AEAED5 !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.5;
  color: #777777;
}
body.fixed {
  overflow: hidden;
  position: fixed;
}
h1,
h2,
h3,
h4,
.wp-block-search .wp-block-search__label,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  color: #000;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #ce2d29;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}
b,
strong,
.strong {
  font-weight: 500;
  color: #000;
}
#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#main-wrapper.show {
  opacity: 1;
}
#loading-area {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #faf8f2;
  z-index: 999999999;
  background-image: url(../images/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-24 {
  font-size: 24px;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.p-a30 {
  padding: 30px;
}
.p-l0 {
  padding-left: 0;
}
.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}
.m-t15 {
  margin-top: 15px;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}
.sticky-top {
  top: 60px;
}
.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #faf8f2;
  background-image: url("./../images/hero/5.png");
  background-size: cover;
  background-position: center;
}
.page-title p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #7272A8;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .page-title p {
    font-size: 16px;
  }
}
.page-title h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .page-title h3 {
    font-size: 28px;
  }
}
section {
  position: relative;
  z-index: 1;
}
section:after {
  content: attr(data-content);
  position: absolute;
  top: -28px;
  font-size: 200px;
  font-weight: 700;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
  z-index: -1;
  font-family: "Roboto Condensed", sans-serif;
  opacity: 0.1;
  left: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  section:after {
    font-size: 140px;
    top: -20px;
  }
}
@media only screen and (max-width: 991px) {
  section:after {
    font-size: 80px;
    top: -10px;
  }
}
@media only screen and (max-width: 575px) {
  section:after {
    font-size: 50px;
    top: -5px;
  }
}
.section-head {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .section-head {
    margin-bottom: 30px;
  }
}
.section-head h2.title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .section-head h2.title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-head h2.title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head h2.title {
    font-size: 28px;
  }
}
.section-head h3.title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .section-head h3.title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-head h3.title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head h3.title {
    font-size: 24px;
  }
}
.section-head h4.title,
.section-head .wp-block-search .title.wp-block-search__label,
.wp-block-search .section-head .title.wp-block-search__label {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .section-head h4.title,
  .section-head .wp-block-search .title.wp-block-search__label,
  .wp-block-search .section-head .title.wp-block-search__label {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-head h4.title,
  .section-head .wp-block-search .title.wp-block-search__label,
  .wp-block-search .section-head .title.wp-block-search__label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head h4.title,
  .section-head .wp-block-search .title.wp-block-search__label,
  .wp-block-search .section-head .title.wp-block-search__label {
    font-size: 20px;
  }
}
.section-head p {
  font-size: 18px;
}
@media only screen and (max-width: 1400px) {
  .section-head p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-head p {
    font-size: 14px;
  }
}
.section-head.text-center p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section-head.head-col {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-head.head-col {
    display: block;
  }
}
.section-head.head-col .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-head.head-col .title {
    margin-bottom: 10px;
  }
}
.section-head.head-col p {
  padding-left: 15px;
  border-left: 4px solid #ce2d29;
  margin-left: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-head.head-col p {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
  }
}
.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0;
}
.row.spno [class*="col"],
.row.spno [class*="col"],
.spno [class*="col"],
.spno [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row.sp4 [class*="col"],
.row.sp4 [class*="col"],
.sp4 [class*="col"],
.sp4 [class*="col"] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.sp15 [class*="col"],
.row.sp15 [class*="col"],
.sp15 [class*="col"],
.sp15 [class*="col"] {
  padding-left: 7px;
  padding-right: 7px;
}
.dlab-bnr-inr {
  background: #faf8f2;
  height: 450px;
  background-size: 50%;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .dlab-bnr-inr {
    height: 300px;
  }
}
.dlab-bnr-inr:before {
  content: "";
  width: 200px;
  height: 200px;
  background: #ce2d29;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(45deg) translate(0px, 140px);
  -moz-transform: rotate(45deg) translate(0px, 140px);
  -webkit-transform: rotate(45deg) translate(0px, 140px);
  -ms-transform: rotate(45deg) translate(0px, 140px);
  -o-transform: rotate(45deg) translate(0px, 140px);
}
@media only screen and (max-width: 991px) {
  .dlab-bnr-inr:before {
    width: 150px;
    height: 150px;
  }
}
.dlab-bnr-inr .container {
  display: table;
  height: 100%;
}
.dlab-bnr-inr .dlab-bnr-inr-entry {
  height: 450px;
  vertical-align: middle;
  display: table-cell;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dlab-bnr-inr .dlab-bnr-inr-entry {
    padding-top: 60px;
    text-align: center;
  }
  .dlab-bnr-inr .dlab-bnr-inr-entry .breadcrumb-row {
    display: inline-block;
  }
}
.dlab-bnr-inr h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .dlab-bnr-inr h1 {
    font-size: 35px;
  }
}
.breadcrumb-row ul {
  background: transparent;
  padding: 0;
}
.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #777;
}
.breadcrumb-row ul li a {
  color: #ce2d29;
}
.card {
  border: 0px solid #E1E1F0;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
  background: #fff;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E1E1F0;
  background: #fff;
  padding: 20px 30px;
}
.card .card-body {
  padding: 20px 30px;
  background: #fff;
  border-radius: 15px;
}
.form-group {
  position: relative;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  margin-bottom: 10px;
  background: transparent;
  border-color: #E1E1F0;
}
.form-control,
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
.form-control .select,
.wp-block-categories-dropdown select .select,
.wp-block-archives-dropdown select .select {
  padding: 12px 0;
}
.form-control span,
.wp-block-categories-dropdown select span,
.wp-block-archives-dropdown select span {
  margin-top: 0;
}
.form-control::-webkit-input-placeholder,
.wp-block-categories-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown select::-webkit-input-placeholder {
  color: #888;
}
.form-control:-ms-input-placeholder,
.wp-block-categories-dropdown select:-ms-input-placeholder,
.wp-block-archives-dropdown select:-ms-input-placeholder {
  color: #888;
}
.form-control::placeholder,
.wp-block-categories-dropdown select::placeholder,
.wp-block-archives-dropdown select::placeholder {
  color: #888;
}
.form-control:hover,
.wp-block-categories-dropdown select:hover,
.wp-block-archives-dropdown select:hover {
  box-shadow: none !important;
  outline: none;
  border-color: #E1E1F0;
  color: #888;
  background: #fff;
}
.form-control:focus,
.wp-block-categories-dropdown select:focus,
.wp-block-archives-dropdown select:focus,
.form-control:active,
.wp-block-categories-dropdown select:active,
.wp-block-archives-dropdown select:active,
.form-control.active,
.wp-block-categories-dropdown select.active,
.wp-block-archives-dropdown select.active {
  box-shadow: none !important;
  outline: none;
  border-color: #ce2d29;
  color: #888;
  background: #fff;
}
input:-internal-autofill-selected {
  background: white !important;
  background-image: none !important;
  color: -internal-light-dark-color(black, white) !important;
}
button:hover,
button:active,
button:focus {
  outline: 0;
}
/*Styling Selectbox*/
.toggle {
  cursor: pointer;
  display: block;
}
#ui-datepicker-div {
  display: none;
  background: #fafafa;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #888;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #888;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #ce2d29;
  color: white;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #ce2d29;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #e7ae74;
  color: #fff;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a>span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
  color: #888;
  font-weight: 400;
  font-size: 0.75rem;
}
label.error {
  color: #E50202;
  position: absolute;
  bottom: 0;
  margin-bottom: -22px;
  font-size: 12px;
  font-weight: 400;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .dropdown-toggle {
  border: 0 !important;
  padding: 10px 15px;
  font-weight: normal;
  text-transform: unset;
  outline: none;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.bootstrap-select .dropdown-toggle:after {
  content: none;
}
.bootstrap-select.show {
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select.show .dropdown-toggle {
  box-shadow: none !important;
  outline: 0px !important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner {
  display: block;
}
.bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: -1px;
  padding: 10px 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.bootstrap-select .dropdown-menu ul li {
  padding: 0;
}
.bootstrap-select .dropdown-menu ul li a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}
.bootstrap-select .dropdown-menu ul li a img {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-right: 5px;
}
.bootstrap-select .dropdown-menu ul li a:hover {
  background-color: #f2f2f4;
}
.btn {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 35px;
  font-size: 16px;
}
.table {
  margin-bottom: 0px;
  font-weight: 400;
}
.table tr td,
.table tr th {
  padding: 15px;
}
.table tr th {
  color: #000;
  font-weight: 500;
}
.table-striped thead tr th {
  padding-bottom: 15px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tfoot {
  border-top: 2px solid #E1E1F0;
}
.table-striped tfoot tr th {
  padding-top: 10px;
}
.dlab-separator {
  display: inline-block;
  height: 4px;
  width: 90px;
  margin-bottom: 10px;
  position: relative;
}
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 70px;
  height: 2px;
  background: #eee;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dlab-separator[class*="style-"]:before {
  left: auto;
  right: 40px;
}
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
  width: 80px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}
.icon-bx-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.icon-bx-xs.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-xs i {
  font-size: 20px;
  vertical-align: middle;
}
.icon-bx-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 20px;
}
.icon-sm {
  display: inline-block;
  text-align: center;
  width: 40px;
}
.icon-sm i {
  vertical-align: middle;
  font-size: 30px;
}
.icon-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}
.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
  position: absolute;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
  position: absolute;
  top: auto;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
[class*="icon-bx-"][class*="bg-"] a {
  color: #fff;
}
[class*="icon-bx-"].bg-white a {
  color: inherit;
}
[class*="icon-bx-"][class*="border-"] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
[class*="icon-bx-"][class*="border-"] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}
.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
  position: relative;
}
.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
  border-color: #eee;
}
.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
  border-top: none;
}
.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
  border-style: solid;
}
.border-1 {
  border-width: 1px;
}
.dlab-media,
.dlab-post-media {
  position: relative;
  overflow: hidden;
}
.dlab-media img,
.dlab-post-media img {
  width: 100%;
  height: auto;
}
.site-filters {
  margin-bottom: 30px;
}
.site-filters ul {
  margin: 0;
  list-style: none;
}
.site-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 3px;
}
.site-filters li.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}
.site-filters li input {
  display: none;
}
.site-filters li a {
  margin: 0 5px 5px 0;
}
.site-filters li.active [class*="btn"] {
  color: #fff;
  background-color: #EFBB20;
}
.site-filters.center {
  text-align: center;
}
.site-filters.center ul {
  display: inline-block;
  margin: auto;
}
.site-filters.center [class*="btn"] {
  display: inline-block;
  margin: 0 5px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .site-filters.center [class*="btn"] {
    margin: 0 1px 5px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.filter-style1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .filter-style1 {
    margin-bottom: 30px;
  }
}
.filter-style1 ul {
  padding: 0;
}
.filter-style1 ul li {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 20px;
  padding: 12px 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .filter-style1 ul li {
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
  }
}
.filter-style1 ul li:hover {
  background: transparent;
}
.filter-style1 ul li a {
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.filter-style1 ul li.active a {
  color: #737373;
}
.filter-style1 ul li:before,
.filter-style1 ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ce2d29;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .filter-style1 ul li:before,
  .filter-style1 ul li:after {
    height: 2px;
  }
}
.filter-style1 ul li:before {
  top: 0;
  left: -100%;
}
.filter-style1 ul li:after {
  bottom: 0;
  right: -100%;
}
.filter-style1 ul li:hover:before,
.filter-style1 ul li.active:before {
  top: 0;
  left: 0;
}
.filter-style1 ul li:hover:after,
.filter-style1 ul li.active:after {
  right: 0;
}
.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12 {
  position: relative;
}
.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
.dlab-box:hover .dlab-img-overlay1:before {
  opacity: 0.5;
}
.dlab-img-overlay1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.dlab-img-overlay1:hover:before {
  opacity: 0.5;
}
.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.overlay-bx:hover a>i,
.dlab-media:hover .overlay-bx a>i,
.dlab-box-bx:hover .overlay-bx a>i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}
.dlab-media {
  overflow: hidden;
  position: relative;
}
.quote-left {
  position: relative;
}
.quote-left:before {
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  top: 15px;
  content: "\f10d";
  left: 0;
}
.quote-right {
  position: relative;
}
.quote-right:before {
  font-family: "FontAwesome";
  position: absolute;
  z-index: 10;
  top: 15px;
  content: "\f10e";
  right: 0;
}
.testimonial-4 [class*="quote-"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #EFBB20;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}
.testimonial-4 [class*="quote-"]:after,
.testimonial-4 [class*="quote-"]:before {
  top: 0;
  right: -20px;
  font-size: 20px;
  color: #fff;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot span {
  height: 13px;
  width: 13px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot.active span {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background-color: #ce2d29;
  width: 13px;
}
.owl-none .owl-nav {
  display: none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
  margin-top: 20px;
  text-align: center;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
}
.owl-btn-top-c .owl-nav {
  text-align: center;
}
.owl-btn-top-l .owl-nav {
  text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
  margin-left: 0;
}
.owl-btn-top-r .owl-nav {
  text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
  margin-right: 0;
}
.owl-btn-top-lr .owl-nav {
  text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
  margin-right: 0;
  float: right;
}
.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
  padding: 40px 8px;
}
.owl-btn-center-lr .owl-prev,
.owl-btn-center-lr .owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.owl-btn-center-lr .owl-prev {
  left: 0;
}
.owl-btn-center-lr .owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-item img {
  transform-style: inherit;
}
.owl-btn-1 .owl-prev,
.owl-btn-1 .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 40px;
}
.owl-btn-2 .owl-prev,
.owl-btn-2 .owl-next {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  width: 40px;
  margin: 0 -70px !important;
}
@media only screen and (max-width: 991px) {
  .owl-btn-2 .owl-prev,
  .owl-btn-2 .owl-next {
    margin: 0 10px !important;
  }
}
.owl-btn-3 .owl-prev,
.owl-btn-3 .owl-next {
  border-radius: 3px;
  line-height: 40px;
  margin: 0 10px !important;
  padding: 0;
  text-align: center;
  margin: 0 -70px !important;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 35px;
  height: auto;
  width: auto;
  opacity: 0.2;
}
.owl-btn-3 .owl-prev:hover,
.owl-btn-3 .owl-next:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .owl-btn-3 .owl-prev,
  .owl-btn-3 .owl-next {
    margin: 0 10px !important;
  }
}
.owl-btn-4 {
  overflow: hidden;
}
.owl-btn-4 .owl-prev,
.owl-btn-4 .owl-next {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.5);
  color: #000000;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  margin: 0 -10px !important;
  overflow: hidden;
  padding: 0;
  width: 50px;
  opacity: 0.7;
}
.owl-btn-4 .owl-prev:hover,
.owl-btn-4 .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  opacity: 1;
}
.owl-dots-none .owl-dots {
  display: none;
}
.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-primary-full .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px;
}
.owl-dots-white-full .owl-dots .owl-dot:active span,
.owl-dots-black-full .owl-dots .owl-dot:active span,
.owl-dots-primary-full .owl-dots .owl-dot:active span {
  opacity: 1;
  width: 25px;
}
.owl-dots-white-big .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 4px;
}
.owl-dots-white-big .owl-dots .owl-dot:active span,
.owl-dots-black-big .owl-dots .owl-dot:active span,
.owl-dots-primary-big .owl-dots .owl-dot:active span {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px 4px 2px 4px;
}
.owl-dots-primary-full .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
  background-color: #ce2d29;
}
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span {
  background-color: #333;
}
.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-white-big .owl-dots .owl-dot span {
  background-color: #f5f5f5;
}
.dlab-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}
.dlab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dlab-img-effect.opacity img:hover {
  opacity: 0.8;
}
.dlab-img-effect.zoom:hover img {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.dlab-img-effect.shrink:hover img {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.dlab-img-effect.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.dlab-img-effect.rotate:hover img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}
.dlab-img-effect.blurr img {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dlab-img-effect.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.dlab-box:hover .dlab-img-effect.rotate img {
  -moz-transform: scale(1.5) rotate(-20deg);
  -webkit-transform: scale(1.5) rotate(-20deg);
  -o-transform: scale(1.5) rotate(-20deg);
  -ms-transform: scale(1.5) rotate(-20deg);
  transform: scale(1.5) rotate(-20deg);
}
.widget {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget-title,
.comments-title,
.comment-reply-title {
  margin-bottom: 25px;
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .widget-title,
  .comments-title,
  .comment-reply-title {
    margin-bottom: 20px;
  }
}
.widget-title:after,
.widget-title:before,
.comments-title:after,
.comments-title:before,
.comment-reply-title:after,
.comment-reply-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 6px;
  border-radius: 3px;
}
.widget-title:after,
.comments-title:after,
.comment-reply-title:after {
  left: 12px;
  width: 53px;
  height: 4px;
  background: var(--primary);
}
.widget-title:before,
.comments-title:before,
.comment-reply-title:before {
  left: 0;
  width: 6px;
  border-radius: 30px;
  background: var(--secondary);
}
.widget-title .title,
.comments-title .title,
.comment-reply-title .title {
  position: relative;
  margin-bottom: 0px;
  font-size: 1.25rem;
}
@-webkit-keyframes download1 {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes download1 {
  0%,
  10%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}
ul a.rsswidget,
ul cite {
  font-weight: 600;
  color: var(--title);
}
.recent-posts-entry .widget-post-bx.style-1 .widget-post .dz-meta ul li:not(:last-child)::after {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  right: -20px;
  top: 50%;
  border-radius: 50%;
  background-color: #707070;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1199px) {
  .recent-posts-entry .widget-post-bx.style-1 .widget-post .dz-meta ul li:not(:last-child)::after {
    right: -15px;
  }
}
#masonry.row {
  width: auto !important;
}
.wp-block-group:where(.has-background) {
  padding: 1.25em 2.375em;
}
.widget_getintuch ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .widget_getintuch ul li {
    margin-bottom: 25px;
  }
}
.widget_getintuch ul li h5 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.widget_getintuch ul li i {
  position: absolute;
  font-size: 30px;
  line-height: 1;
  left: 0;
  top: 5px;
  color: var(--primary);
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.widget_getintuch ul li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #CCCCCC;
}
.widget.bg-white {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-base);
}
.searchform input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px 90px 10px 15px;
  border: 1px solid #CCCCCC;
}
.searchform input[type="submit"] {
  height: 40px;
  padding: 5px 15px;
  background-color: var(--color-primary);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
  background-color: var(--color-hover);
  color: #ffffff !important;
  border-bottom-color: #5a9e2f;
}
.rev-slider {
  padding: 0;
}
.rev-slider .tp-bullets.hermes {
  padding: 0;
  counter-reset: li;
  transform: translateY(-50%) !important;
  left: 50px !important;
  top: 50% !important;
  height: auto !important;
  width: auto !important;
}
@media only screen and (max-width: 1199px) {
  .rev-slider .tp-bullets.hermes {
    left: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .rev-slider .tp-bullets.hermes {
    left: 5px !important;
  }
}
.rev-slider .tp-bullets.hermes .tp-bullet {
  width: 50px;
  height: 50px;
  position: unset;
  box-shadow: unset;
  font-size: 40px;
  line-height: 50px;
  margin: 10px 0px;
  position: unset;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: transparent;
  overflow: unset;
  border: 0;
  text-align: center;
  -webkit-text-stroke: 1px #000;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .rev-slider .tp-bullets.hermes .tp-bullet {
    font-size: 24px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
.rev-slider .tp-bullets.hermes .tp-bullet:before {
  content: "0";
}
.rev-slider .tp-bullets.hermes .tp-bullet:after {
  content: counter(li, decimal);
  counter-increment: li;
  position: unset;
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: unset;
}
.rev-slider .tp-bullets.hermes .tp-bullet.selected {
  padding: 0;
  font-size: 55px;
  -webkit-text-stroke: 1px #ce2d29;
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .rev-slider .tp-bullets.hermes .tp-bullet.selected {
    font-size: 30px;
  }
}
.rev-slider .tp-bullets.hermes .tp-bullet:hover {
  background: transparent;
}
@keyframes animationSignal1 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes animationSignal1 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes animationSignal2 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(2.4);
    -moz-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    opacity: 0;
  }
}
@-webkit-keyframes animationSignal2 {
  0% {
    opacity: 1;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(2.4);
    -moz-transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    opacity: 0;
  }
}
.amenities-carousel .owl-item.active.center .amenit-box {
  transform: scale(1.1);
  z-index: 3;
  opacity: 1;
}
.amenities-carousel .owl-prev,
.amenities-carousel .owl-next {
  width: 65px;
  height: 65px;
  background: #ce2d29;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin: 0 15% !important;
  border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .amenities-carousel .owl-prev,
  .amenities-carousel .owl-next {
    width: 40px;
    height: 40px;
    line-height: 44px;
    border-radius: 4px;
  }
}
.amenit-box {
  z-index: 2;
  border: 10px solid #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin: 80px 0;
  position: relative;
  opacity: 0.5;
}
@media only screen and (max-width: 575px) {
  .amenit-box {
    border: 5px solid #fff;
    margin-bottom: 60px;
  }
}
.amenit-box .info {
  padding: 15px 30px;
  display: inline-block;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  .amenit-box .info {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .amenit-box .info {
    padding: 10px 15px;
  }
}
.amenit-box .info .title {
font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: end;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Roboto;
    color: #000;
    gap: 10px;
}
.amenit-box .info .title img{
      width: 60px;
}
@media only screen and (max-width: 1199px) {
  .amenit-box .info .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .amenit-box .info .title {
    font-size: 12px;
  }
}
.amenit-box .info .title i {
  color: #ce2d29;
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .amenit-box .info .title i {
    font-size: 22px;
  }
}
.amenities-area {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner {
    padding-top: 30px;
  }
}
.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-inner-2 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner-2 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-button .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wow {
  visibility: hidden;
}
.faq-media {
  height: 100%;
  padding: 0 0px 80px 80px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .faq-media {
    padding: 0 0px 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-media {
    padding: 0 0px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-media {
    padding: 0 15px 15px 15px;
    min-height: 200px;
  }
}
.faq-media:after {
  content: "";
  position: absolute;
  background: #faf8f2;
  width: 100%;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .faq-media:after {
    height: calc(100% - 40px);
  }
}
.faq-media img {
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  opacity: 0;
  object-position: left;
}
@media only screen and (max-width: 1400px) {
  .faq-media img {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1199px) {
  .faq-media img {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .faq-media img {
    height: 100%;
    width: calc(100% - 30px);
  }
}
.faq-media img.active {
  opacity: 1;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .faq-list {
    display: inline-flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-list .text-right {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-list .text-right {
    padding-right: 15px;
    text-align: left !important;
    margin-top: 15px;
    padding-left: 15px;
  }
}
.faq-list .accordion {
  background: #faf8f2;
  padding: 30px;
  min-height: 650px;
  max-height: 650px;
  overflow-y: auto;
}
@media only screen and (max-width: 1199px) {
  .faq-list .accordion {
    min-height: 450px;
    max-height: 450px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-list .accordion {
    padding: 15px;
    min-height: auto;
    max-height: inherit;
  }
}
.faq-list .card {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.faq-list .card .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  margin: 0;
}
.faq-list .card .card-header a {
  font-size: 18px;
  color: #ce2d29;
  text-transform: uppercase;
  font-weight: 500;
      display: flex;
    justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .faq-list .card .card-header a {
    font-size: 14px;
  }
}
.faq-list .card .card-header a.collapsed {
  color: #000;
}
/*
.faq-list .card .card-header a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 1;
  font-size: 22px;
}*/
.faq-list .card .faq-content {
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
}
.faq-list .card .faq-content .card-body {
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.about-box .about-bg {
  background-image: url(../images/about/about.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 62%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: wave2 3s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
@media only screen and (max-width: 1400px) {
  .about-box .about-bg {
    background-size: 65%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-box .about-bg {
    background-size: 92%;
    background-position: right -220px bottom;
  }
}
@media only screen and (max-width: 575px) {
  .about-box .about-bg {
    background-size: 50%;
    background-position: right 0px bottom;
  }
}
.about-box .container {
  position: relative;
  z-index: 1;
}
.about-box::before {
  content: "";
  /*background-image: url(../images/about/about1.png);*/
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 17%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: wave1 4s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}
@media only screen and (max-width: 1400px) {
  .about-box::before {
    background-size: 8%;
  }
}
@media only screen and (max-width: 575px) {
  .about-box::before {
    background-size: 12%;
  }
}
@keyframes wave1 {
  0%,
  100% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
}
@keyframes wave2 {
  0%,
  100% {
    transform: translate3d(-5px, 0, 0);
  }
  50% {
    transform: translate3d(-15px, 0, 0);
  }
}
.setResizeMargin {
  padding-left: 15px;
  padding-right: 15px;
}
/* Service Area */
.anasayfabanner::after {
  content: "" !important;
}
.service-area {
  padding: 0 80px 80px 80px;
  position: relative;
  z-index: 1;
  height: 600px;
}
@media only screen and (max-width: 1400px) {
  .service-area {
    padding: 0 40px 40px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .service-area {
    padding: 0 15px 15px 15px;
  }
}
/*.service-area:after {
    content: "";
    width: 100%;
    height: 200px;
    top: 0;
    z-index: -1;
    background: #fff;
    left: 0;
    position: absolute; }*/
@media only screen and (max-width: 1400px) {
  .service-area:after {
    height: 150px;
  }
}
.anasayfabanner .anasayfabanner-txt {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anasayfabanner .anasayfabanner-txt h4 {
  font-size: 60px;
  color: white;
  text-align: center;
}
.dlab-title {
  margin-bottom: 10px;
}
.dlab-title a {
  color: #000;
}
.owl-btn-out .owl-next,
.owl-btn-out .owl-prev {
  margin: 0 -80px;
  font-size: 70px;
  opacity: 0.1;
}
.owl-btn-out .owl-next:hover,
.owl-btn-out .owl-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .owl-btn-out .owl-next,
  .owl-btn-out .owl-prev {
    margin: 0 -30px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .owl-btn-out .owl-next,
  .owl-btn-out .owl-prev {
    margin: 0 -15px;
  }
}
.blog-grid .dlab-media {
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.dlab-meta {
  margin-bottom: 10px;
}
.dlab-meta li {
  display: inline-block;
  margin-right: 10px;
}
.dlab-meta li a {
  color: #777;
}
.dlab-meta li i {
  color: #ce2d29;
  transform: scale(1.5);
  margin-right: 8px;
}
.readmore {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.readmore i {
  width: 40px;
  background: #ce2d29;
  height: 40px;
  color: #fff;
  font-size: 24px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  display: inline-block;
}
.gallery-category {
  display: flex;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1800px) {
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.sidenav-list {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 9999;
  background: #2c1b11;
  border-radius: 6px 0 0 6px;
  width: 45px;
}
@media only screen and (max-width: 575px) {
  .sidenav-list {
    width: 35px;
  }
}
.sidenav-list ul {
  display: block;
  padding: 0;
}
.sidenav-list ul li {
  padding: 0;
  display: block;
}
.sidenav-list ul a {
  padding: 0;
  color: #fff;
  height: 45px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
@media only screen and (max-width: 575px) {
  .sidenav-list ul a {
    height: 35px;
  }
}
.sidenav-list ul a i {
  padding: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .sidenav-list ul a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.sidenav-list ul a span {
  height: 45px;
  line-height: 45px;
  padding: 0 45px 0 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  position: absolute;
  right: 0;
  background: #ce2d29;
  border-radius: 6px 0 0 6px;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .sidenav-list ul a span {
    padding: 0 35px 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
  }
}
.sidenav-list ul a.active span,
.sidenav-list ul a:hover span {
  transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
}
.portbox1 {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.portbox1 img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.portbox1 .portinner {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.portbox1 .overlay-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding: 0 10px;
}
.portbox1 .overlay-bx span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.portbox1 .overlay-bx .port-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .portbox1 .overlay-bx .port-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.portbox1 .overlay-bx .port-title a {
  color: #fff;
}
.portbox1 .overlay-bx .lightimg {
  background: #ce2d29;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.portbox1:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}
.portbox1:hover img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.portbox1:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}
.portbox1:hover .portinner {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/* .team-member{
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	.team-info,
	.team-media{
		max-width: 50%;
		flex: 0 0 50%;
	}
	.team-job-title{
		color:$primary;
		font-size:18px;
	}
	.team-title{
		font-size:52px;
		line-height:62px;
		margin-bottom:15px;
	}
	.team-info p{
		color:#898989;
		font-size:18px;
		line-height:30px;
	}
}
.team-perinfo {
    display: flex;
	.team-sign{
		max-width: 130px;
		margin-right: 30px;
	}
	.name{
		padding-left:15px;
		h3{
			font-weight: 600;
			margin-bottom: 5px;
		}
		span{
			color: #939393;
			margin-bottom:10px;
			display:block;
		}
	}
}
.team-profile{
	display:flex;
	align-items: start;
	.team-pic{
		width: 45px;
		height: 45px;
		border-radius: 45px;
		overflow: hidden;
		min-width: 45px;
		margin-top: 15px;
	}
	ul{
		margin:0;
		padding:0;
		list-style:none;
		li{
			display:inline-block;
			a{
				font-size:18px;
				color:#222;
				padding-right:20px;
			}
		}
	}
} */
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  padding: 0;
  background: transparent;
  margin: 0 -15px;
}
.team-carousel .owl-nav .owl-prev span,
.team-carousel .owl-nav .owl-next span {
  padding: 0;
  background: transparent;
  margin: 0 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.team-carousel .owl-nav .owl-prev i,
.team-carousel .owl-nav .owl-next i {
  height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 45px;
  background: #ce2d29;
  font-size: 22px;
  line-height: 45px;
  color: #fff;
}
.blog-half {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-half {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .blog-half {
    flex-wrap: unset;
  }
}
.blog-half.reverse {
  flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .blog-half.reverse {
    flex-direction: column;
    text-align: left;
  }
}
.blog-half .dlab-media {
  width: 55%;
  max-width: 55%;
}
@media only screen and (max-width: 991px) {
  .blog-half .dlab-media {
    width: 100%;
    max-width: 100%;
  }
}
.blog-half .dlab-title {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-half .dlab-title {
    font-size: 24px;
  }
}
.blog-half p {
  font-size: 16px;
  color: #afafaf;
}
@media only screen and (max-width: 991px) {
  .blog-half p {
    font-size: 16px;
  }
}
.blog-half .dlab-info {
  width: 45%;
  max-width: 45%;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .blog-half .dlab-info {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-half .dlab-info+.dlab-media {
    margin-top: 20px;
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-half .dlab-media+.dlab-info {
    padding: 20px 0 0 0;
  }
}
.project-carousel-1 .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.project-carousel-1 .owl-next,
.project-carousel-1 .owl-prev {
  padding: 0;
  background: transparent;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  margin: 0 15px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
  .project-carousel-1 .owl-next,
  .project-carousel-1 .owl-prev {
    font-size: 13px;
  }
}
.project-carousel-1 .owl-next i,
.project-carousel-1 .owl-prev i {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .project-carousel-1 .owl-next i,
  .project-carousel-1 .owl-prev i {
    font-size: 16px;
  }
}
.enter-button .btn {
  padding-right: 55px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .enter-button {
    text-align: center;
    display: none;
  }
}
.enter-button i {
  transform: scale(1.3);
  margin-left: 5px;
  display: inline-block;
}
.enter-form {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  width: 400px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: relative;
}
.enter-form.active {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
.enter-form:before,
.enter-form:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
}
.enter-form:before {
  top: 0;
  left: 0;
  border-top: 5px solid #ce2d29;
  border-left: 5px solid #ce2d29;
}
.enter-form:after {
  bottom: 0;
  right: 0;
  border-right: 5px solid #ce2d29;
  border-bottom: 5px solid #ce2d29;
}
@media only screen and (max-width: 1400px) {
  .enter-form {
    padding: 30px;
    width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .enter-form {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.enter-form .form-group {
  margin-bottom: 20px;
}
.enter-form .form-control,
.enter-form .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .enter-form select,
.enter-form .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .enter-form select {
  background: rgba(255, 255, 255, 0.03);
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .enter-form .form-control,
  .enter-form .wp-block-categories-dropdown select,
  .wp-block-categories-dropdown .enter-form select,
  .enter-form .wp-block-archives-dropdown select,
  .wp-block-archives-dropdown .enter-form select {
    height: 40px;
    font-size: 14px;
  }
}
.enter-form .form-control::-moz-placeholder,
.enter-form .wp-block-categories-dropdown select::-moz-placeholder,
.wp-block-categories-dropdown .enter-form select::-moz-placeholder,
.enter-form .wp-block-archives-dropdown select::-moz-placeholder,
.wp-block-archives-dropdown .enter-form select::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.enter-form .form-control::-webkit-input-placeholder,
.enter-form .wp-block-categories-dropdown select::-webkit-input-placeholder,
.wp-block-categories-dropdown .enter-form select::-webkit-input-placeholder,
.enter-form .wp-block-archives-dropdown select::-webkit-input-placeholder,
.wp-block-archives-dropdown .enter-form select::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.contact-button {
  position: fixed;
  right: -10px;
  top: 50%;
  padding: 0;
  height: 80px;
  width: 80px;
  transform: translateY(-50%);
}
.contact-button li {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  margin-top: -17px;
  z-index: -1;
  opacity: 0;
}
.contact-button li a {
  padding: 0;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
}
.contact-button .contact-btn {
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 1;
  opacity: 1;
}
.contact-button .contact-btn a {
  padding: 0;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
}
.contact-button.active li {
  opacity: 1;
  margin: 0;
}
.contact-button.active li:nth-child(2) {
  top: -45px;
  right: 60px;
}
.contact-button.active li:nth-child(3) {
  top: -90px;
  right: 60px;
}
.contact-button.active li:nth-child(4) {
  top: 90px;
  right: 65px;
}
.contact-button.active li:nth-child(5) {
  top: 135px;
  right: 65px;
}
.contact-button-2 {
  position: fixed;
  right: 30px;
  top: 30px;
  padding: 0;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 575px) {
  .contact-button-2 {
    right: 20px;
    top: 10px;
  }
}
.contact-button-2 li {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  margin-top: -17px;
  z-index: -1;
  opacity: 0;
}
.contact-button-2 li a {
  padding: 0;
  width: 35px;
  height: 35px;
  top: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 35px;
  display: block;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.contact-button-2 li a.facebook {
  background: #4267b2;
}
.contact-button-2 li a.whatsapp {
  background: #3ebc2a;
}
.contact-button-2 li a.phone {
  background: #3e69d5;
}
.contact-button-2 li a.enquire {
  background: #ce2d29;
}
.contact-button-2 .contact-btn {
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 1;
  opacity: 1;
}
.contact-button-2 .contact-btn a {
  padding: 0;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.contact-button-2 .contact-btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ce2d29;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal2;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-button-2 .contact-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ce2d29;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 100%;
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-button-2.active li {
  opacity: 1;
}
.contact-button-2.active li:nth-child(2) {
  right: 70px;
}
.contact-button-2.active li:nth-child(3) {
  right: 114px;
}
.contact-button-2.active li:nth-child(4) {
  right: 159px;
}
.contact-button-2.active li:nth-child(5) {
  right: 204px;
}
/* contact-box */
.contact-box {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .contact-box.p-a30 {
    padding: 15px;
  }
}
.contact-box .title-box {
  margin: -30px -30px 30px -30px;
  padding: 20px 30px;
  background: #ce2d29;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
}
@media only screen and (max-width: 575px) {
  .contact-box .title-box {
    margin: -15px -15px 15px -15px;
    padding: 10px 15px;
  }
}
.contact-box .form-control,
.contact-box .wp-block-categories-dropdown select,
.wp-block-categories-dropdown .contact-box select,
.contact-box .wp-block-archives-dropdown select,
.wp-block-archives-dropdown .contact-box select {
  background: #faf8f2;
  font-size: 16px;
  height: 46px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-box .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .contact-box .form-group {
    margin-bottom: 15px;
  }
}
.contact-box textarea.form-control {
  height: 150px;
  padding-top: 20px;
}
.contact-question {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-question li {
  position: relative;
  padding: 0 0 30px 50px;
  z-index: 1;
}
.contact-question li i {
  width: 35px;
  height: 35px;
  background: #ce2d29;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-question li .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.contact-question li p {
  margin: 0;
  font-size: 16px;
  font-style: italic;
  color: #333;
  line-height: 28px;
}
.contact-question li:after {
  content: "";
  background: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 17px;
  top: 6px;
  z-index: -1;
  bottom: 0;
  opacity: .2;
}
.contact-question li:last-child:after {
  display: none;
}
/*Blog single */
.blog-single {
  margin-bottom: 50px;
}
.blog-single .dlab-title {
  margin-bottom: 20px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
  padding: 30px 30px 25px 30px;
  font-size: 15px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 30px;
  position: relative;
  clear: both;
  background: #ce2d29;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
@media only screen and (max-width: 991px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  blockquote.wp-block-quote,
  blockquote.wp-block-pullquote,
  blockquote.wp-block-pullquote.alignright,
  blockquote.wp-block-pullquote.alignleft,
  blockquote {
    padding: 20px 20px 15px 20px;
    font-size: 13px;
  }
}
.wp-block-quote.is-large a:hover,
.wp-block-quote.is-large a,
.wp-block-quote.is-style-large a:hover,
.wp-block-quote.is-style-large a,
blockquote.wp-block-quote a:hover,
blockquote.wp-block-quote a,
blockquote.wp-block-pullquote a:hover,
blockquote.wp-block-pullquote a,
blockquote.wp-block-pullquote.alignright a:hover,
blockquote.wp-block-pullquote.alignright a,
blockquote.wp-block-pullquote.alignleft a:hover,
blockquote.wp-block-pullquote.alignleft a,
blockquote a:hover,
blockquote a {
  color: #fff;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote.alignright cite,
blockquote.wp-block-pullquote.alignleft cite,
blockquote cite {
  font-style: normal;
  position: relative;
  display: block;
  margin-top: -5px;
  font-weight: 600;
  color: #fff;
}
.wp-block-quote.is-large cite :before,
.wp-block-quote.is-style-large cite :before,
blockquote.wp-block-quote cite :before,
blockquote.wp-block-pullquote cite :before,
blockquote.wp-block-pullquote.alignright cite :before,
blockquote.wp-block-pullquote.alignleft cite :before,
blockquote cite :before {
  content: "-";
  margin-right: 10px;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
blockquote.wp-block-pullquote.alignright:before,
blockquote.wp-block-pullquote.alignleft:before,
blockquote:before {
  content: "";
  z-index: -1;
  background-size: cover;
  left: -2%;
  background-image: url(../images/quote-white.png);
  background-position: center right;
  width: 35%;
  padding: 0;
  opacity: 0.3;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  position: absolute;
}
blockquote.wp-block-pullquote:not(.is-style-solid-color) {
  background: #5608e0;
}
.blog-post.blog-single .dlab-post-text blockquote p,
.dlab-page-text blockquote p,
blockquote p {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .blog-post.blog-single .dlab-post-text blockquote p,
  .dlab-page-text blockquote p,
  blockquote p {
    font-size: 18px;
  }
}
.wp-block-code,
pre.wp-block-code,
pre {
  margin: 0 0 25px;
  padding: 20px;
  color: #fff;
  background-color: #212326;
  white-space: pre;
  font-size: 15px;
  border-radius: 3px;
}
.dlab-page-text,
.dlab-page-text ul li,
.dlab-page-text ol li,
.blog-post.blog-single .dlab-post-text,
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li,
.blog-post.blog-single .blog-post.blog-single .dlab-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  color: #6f6f6f;
  font-size: 18px;
  line-height: 1.7;
}
.post-password-form input[type="submit"] {
  padding: 10px 25px;
  background-color: #ce2d29;
  border: none;
  height: 45px;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}
.post-password-form input[type="submit"]:hover {
  background-color: #ce2d29;
}
.post-password-form input[type="password"] {
  height: 45px;
  border: 1px solid #ced4da;
}
.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p input[type="email"],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 45px;
  padding: 10px 20px 10px 20px;
  border: 0;
  text-transform: capitalize;
  font-size: 15px;
}
.comments-area .comment-form p input[type="text"]:focus,
.comments-area .comment-form p input[type="email"]:focus,
.comments-area .comment-form p textarea:focus {
  outline: none;
  border-color: #ce2d29;
}
.widget_getintuch-pro-details {
  margin-bottom: 0;
}
.widget_getintuch-pro-details .pro-details {
  padding-left: 70px;
  margin-bottom: 30px;
  position: relative;
}
.widget_getintuch-pro-details .pro-details i {
  background-color: #f5f5f5;
  height: 53px;
  width: 53px;
  color: #000;
  border-radius: 50px;
  line-height: 53px;
  font-size: 20px;
  top: 0;
  position: absolute;
  left: 0;
  text-align: center;
}
.widget_getintuch-pro-details .pro-details strong {
  display: block;
}
@media only screen and (max-width: 991px) {
  .widget_getintuch-pro-details.pro-details-col-5 .col {
    width: 33.32%;
    flex-basis: auto;
  }
}
@media only screen and (max-width: 575px) {
  .widget_getintuch-pro-details.pro-details-col-5 .col {
    width: 100%;
  }
}
.widget_getintuch-pro-details .pro-details {
  padding-left: 65px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 3px;
}
.gallery-box-2 .lightimg {
  width: 100px;
  height: 100px;
  display: block;
  font-size: 34px;
  line-height: 100px;
  text-align: center;
  background: #ce2d29;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0px 0px -50px;
  transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .gallery-box-2 .lightimg {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    margin: -25px 0px 0px -25px;
  }
}
.gallery-box-2 .lightimg i {
  background: transparent;
  vertical-align: middle;
  color: #fff;
}
.gallery-box-2:hover .lightimg {
  transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
}
.project-carousel .owl-nav .owl-prev {
  left: 10%;
}
.project-carousel .owl-nav .owl-next {
  right: 10%;
}
.project-carousel .owl-nav .owl-prev i,
.project-carousel .owl-nav .owl-next i {
  height: 50px;
  width: 50px;
  background: #ce2d29;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.history-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.history-box p {
  color: #666666;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .history-box p {
    line-height: 24px;
    font-size: 14px;
  }
}
.history-box .history-media {
  flex: 0 0 70%;
  max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .history-box .history-media {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .history-box .history-media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.history-box .history-details {
  flex: 0 0 30%;
  padding-right: 50px;
  max-width: 30%;
}
@media only screen and (max-width: 991px) {
  .history-box .history-details {
    flex: 0 0 50%;
    padding-right: 20px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .history-box .history-details {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.history-box.right {
  flex-direction: row-reverse;
}
.history-box.right .history-details {
  padding-left: 50px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .history-box.right .history-details {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .history-box.right .history-details {
    padding-left: 0;
  }
}
.history-head {
  border-left: 4px solid #ce2d29;
  padding-left: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .history-head {
    padding-left: 15px;
  }
}
.history-head h2 {
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .history-head h2 {
    font-size: 40px;
  }
}
.history-head h3 {
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .history-head h3 {
    font-size: 22px;
  }
}
/* Comign Soon ======= */
.coming-soon {
  height: 100vh;
  position: relative;
}
.countdown {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .countdown {
    margin-left: 0;
  }
}
.countdown .date {
  display: inline-block;
  text-align: center;
  width: 130px;
}
@media only screen and (max-width: 991px) {
  .countdown .date {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .countdown .date {
    width: 70px;
  }
}
.countdown .date div {
  display: block;
  line-height: 30px;
}
.countdown .date div strong {
  font-size: 20px;
  font-weight: 400;
  color: #1b1b1b;
  text-transform: uppercase;
  box-shadow: inset 0px -4px 0 #ce2d29;
  line-height: 18px;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .countdown .date div strong {
    font-size: 12px;
    line-height: 12px;
  }
}
.countdown .date .time {
  font-size: 70px;
  font-family: Poppins;
  color: #000;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 575px) {
  .countdown .date .time {
    font-size: 40px;
    line-height: 1;
  }
}
/* 
.coming-head .subscribe-form .form-control:hover,
.coming-head .subscribe-form .form-control:active,
.coming-head .subscribe-form .form-control:focus,
.coming-head .subscribe-form .form-control{
	border:0;
	border-radius: 40px !important;
} */
.exhibition-bx p {
  color: #676767;
  font-size: 17px;
  line-height: 30px;
}
.exhibition-bx .title {
  font-size: 50px;
  line-height: 58px;
}
.exhibition-carousel {
  padding: 20px 50px 20px 0px;
  position: relative;
  z-index: 1;
}
.exhibition-carousel:after {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  z-index: -1;
}
.exhibition-carousel .owl-dot {
  width: 12px;
  height: 12px;
  background: #dadada;
  border-radius: 20px;
  margin: 10px 0;
}
.exhibition-carousel .owl-dot.active {
  background: #ce2d29;
}
.exhibition-carousel .owl-dots {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.tutorial {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.tutorial ul {
  margin: 0px;
  padding: 0px 20px !important;
}
.tutorial ul li {
  list-style: auto !important;
  padding: 5px 0px;
  font-size: 16px;
  color: var(--primary) !important;
}
.tutorial ul li a {
  color: var(--primary);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 205px;
  height: 80px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .logo-header {
    width: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header {
    width: 120px;
  }
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  height: auto;
  width: 100%;
}
.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}
.site-header {
  position: relative;
  z-index: 999;
}
.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
}
.site-header .container {
  position: relative;
}
.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 31px 0 31px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}
.navicon {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}
.navicon span:nth-child(1) {
  top: 0px;
}
.navicon span:nth-child(2) {
  top: 7px;
}
.navicon span:nth-child(3) {
  top: 14px;
}
.navicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header-nav {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}
.header-nav .nav {
  float: right;
  padding: 0;
}
.header-nav .nav>li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.header-nav .nav>li.has-mega-menu {
  position: unset;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.header-nav .nav>li>a {
  color: #020d26;
  font-size: 16px;
  padding: 32px 12px 32px 12px;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: uppercase;
  line-height: 1;
      transition: all 0.3s;
}
.header-nav .nav>li>a:hover{
	color:#c63730;
	    transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .header-nav .nav>li>a {
    padding: 32px 6px 32px 6px;
  }
}
.header-nav .nav>li>a i {
  font-size: 15px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a i {
    background-color: #ce2d29;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a i:before {
    content: "\f105";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
  }
}
.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
  background-color: #ffffff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu,
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
  }
}
.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
  position: relative;
}
.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 10px 25px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu li a,
  .header-nav .nav>li .sub-menu li a {
    padding: 4px 0px 4px 20px;
  }
  .header-nav .nav>li .mega-menu li a:after,
  .header-nav .nav>li .sub-menu li a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 1px;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}
.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
  background-color: #F2F2F2;
}
.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1600px) {
  .header-nav .nav>li .mega-menu li:nth-last-child(1)>.sub-menu,
  .header-nav .nav>li .mega-menu li:nth-last-child(2)>.sub-menu,
  .header-nav .nav>li .mega-menu li:nth-last-child(3)>.sub-menu,
  .header-nav .nav>li .sub-menu li:nth-last-child(1)>.sub-menu,
  .header-nav .nav>li .sub-menu li:nth-last-child(2)>.sub-menu,
  .header-nav .nav>li .sub-menu li:nth-last-child(3)>.sub-menu {
    left: -220px;
  }
}
.header-nav .nav>li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 16px;
  opacity: 1;
  margin-top: 4px;
}
.header-nav .nav>li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}
.header-nav .nav>li .mega-menu>li {
  display: block;
  padding: 30px 0 25px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li {
    width: 100%;
    padding: 0;
  }
}
.header-nav .nav>li .mega-menu>li>a {
  color: #000;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.header-nav .nav>li .mega-menu>li>a>i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li>a {
    display: none;
  }
}
.header-nav .nav>li .mega-menu>li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li:after {
    content: none;
  }
}
.header-nav .nav>li .mega-menu>li:last-child:after {
  display: none;
}
.header-nav .nav>li .mega-menu>li:hover>a {
  background-color: transparent;
}
.header-nav .nav>li .mega-menu>li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}
.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}
.header-nav .nav>li.open>.mega-menu,
.header-nav .nav>li.open>.sub-menu {
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}
.header-nav .dlab-social-icon {
  display: none;
  text-align: center;
}
.header-nav .dlab-social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.header-nav .dlab-social-icon a {
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
}
@media only screen and (max-width: 991px) {
  .header-nav .dlab-social-icon {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.top-bar {
  background-color: #191f23;
  color: #fff;
  padding: 8px 0;
}
@media only screen and (max-width: 575px) {
  .top-bar {
    display: none;
  }
}
.top-bar .dlab-topbar-left {
  float: left;
}
.top-bar .dlab-topbar-left li {
  padding-right: 15px;
}
.top-bar .dlab-topbar-right {
  float: right;
}
.top-bar .dlab-topbar-right li {
  padding-left: 15px;
}
.top-bar .dlab-topbar-center,
.top-bar .dlab-topbar-left,
.top-bar .dlab-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar .dlab-topbar-center ul,
.top-bar .dlab-topbar-left ul,
.top-bar .dlab-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar .dlab-topbar-center ul li,
.top-bar .dlab-topbar-left ul li,
.top-bar .dlab-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
  color: black;
}
@media only screen and (max-width: 1199px) {
  .top-bar .dlab-topbar-center ul li,
  .top-bar .dlab-topbar-left ul li,
  .top-bar .dlab-topbar-right ul li {
    font-size: 13px;
  }
}
.top-bar .dlab-topbar-center ul i,
.top-bar .dlab-topbar-left ul i,
.top-bar .dlab-topbar-right ul i {
  color: #ce2d29;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  margin-right: 5px;
}
/* Header Transparent */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
}
.header-transparent .top-bar {
  color: #777;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 575px) {
  .header-transparent .top-bar {
    display: none;
  }
}
.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-nav .nav>li .sub-menu li>.sub-menu.left,
.header-nav .nav>li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px !important;
}
.header-nav .nav li.open>.mega-menu,
.header-nav .nav li.open>.sub-menu {
  display: block !important;
  opacity: 1 !important;
}
.page-title {
  padding: 30px 0;
}
.page-title.dashboard {
  background: transparent;
  margin-left: 75px;
  padding: 20px 0 0px;
}
.bottom {
  background: #1b2a4e;
}
@media only screen and (max-width: 575px) {
  .bottom {
    padding-bottom: 0;
  }
}
footer {
  color: #fff;
  font-size: 15px;
}
footer .widget {
  margin-bottom: 20px;
}
footer strong {
  color: #fff;
}
footer .footer-logo {
  max-width: 150px;
  margin-bottom: 30px;
}
footer .footer-logo img {
  width: 100%;
}
footer .widget-logo ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .widget-logo ul li {
  display: inline-block;
  flex: 50%;
  padding: 0 15px 15px 0px;
}
footer .dlab-social-icon li {
  display: inline-block;
  margin-right: 20px;
}
footer .dlab-social-icon a {
  color: #fff;
  font-size: 17px;
}
footer .widget_about p {
  margin-bottom: 20px;
}
footer .footer-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
footer .footer-title:after {
  content: "";
  background: #fff;
  width: 55px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-top {
  background: #ce2d29;
  padding: 70px 0 30px;
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 50px 0 20px;
  }
}
footer .footer-bottom {
  background-color: #ce2d29;
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.contact-info-bx li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  padding-top: 2px;
}
.contact-info-bx li strong {
  font-weight: 400;
}
.contact-info-bx i {
  width: auto;
  height: 22px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
}
@media (max-width: 1024px) {
	 .anasayfabanner .anasayfabanner-txt h4{
		     font-size: 33px;
		 }
		 .sidenav-list{
			 display:none;
			 }
	 }
	 ::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: black;
}
::-webkit-scrollbar-thumb {
    background: #c5382e;
}
::-webkit-scrollbar-thumb:hover {
    background: #ed4135;
}
.bread-anasayfa{
	display: flex;
    align-items: center;
    gap: 4px;
}
.bread-anasayfa i{
	    font-size: 15px;
}