/*! CSS Used from: https://www.nightowldevelopers.com/vendor/bootstrap/css/bootstrap.min.css */
: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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "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;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
h1,
h2,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.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);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.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: 1140px;
  }
}
.container-lg {
  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,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-8,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.form-control {
  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 {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col {
  padding-right: 5px;
  padding-left: 5px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 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: #212529;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.collapse:not(.show) {
  display: none;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bg-transparent {
  background-color: transparent !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.visible {
  visibility: visible !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/fontawesome-free/css/all.min.css */
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-check:before {
  content: "\f00c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-twitter:before {
  content: "\f099";
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fab {
  font-weight: 400;
}
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  font-weight: 900;
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/animate/animate.min.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/simple-line-icons/css/simple-line-icons.min.css */
.icon-envelope,
.icon-globe {
  font-family: simple-line-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-globe:before {
  content: "\e037";
}
.icon-envelope:before {
  content: "\e086";
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/owl.carousel/assets/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/owl.carousel/assets/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*! CSS Used from: https://www.nightowldevelopers.com/vendor/magnific-popup/magnific-popup.min.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*! CSS Used from: https://www.nightowldevelopers.com/css/theme.css */
html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #fff;
  color: #777;
  font-family: open sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
body a {
  outline: none !important;
}
.body {
  background-color: #fff;
}
li {
  line-height: 24px;
}
@media (max-width: 575px) {
  body {
    font-size: 13px;
  }
}
#header {
  position: relative;
  z-index: 1030;
}
#header .header-body {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: min-height 0.3s ease;
  width: 100%;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}
#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}
#header .container {
  position: relative;
}
@media (max-width: 767px) {
  #header .container {
    width: 100%;
  }
}
#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}
#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}
#header .header-column .header-row {
  justify-content: inherit;
}
#header .header-logo {
  margin: 16px 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}
#header .header-logo img {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
#header .header-nav {
  padding: 16px 0;
  padding: 1rem 0;
  min-height: 70px;
}
#header .header-btn-collapse-nav {
  background: #ccc;
  color: #fff;
  display: none;
  float: right;
  margin: 0 0 0 16px;
  margin: 0 0 0 1rem;
}
#header.header-effect-shrink {
  transition: ease height 300ms;
}
#header.header-effect-shrink .header-container {
  min-height: 100px;
}
#header.header-effect-shrink .header-logo {
  display: flex;
  align-items: center;
}
html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}
html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0;
}
@media (max-width: 991px) {
  html #header.header-transparent .header-body {
    overflow: hidden;
  }
  html #header.header-transparent .header-nav-main:before {
    width: calc(100% - 30px);
  }
  html #header.header-transparent .header-nav-main nav {
    padding: 0 30px;
  }
  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 15px;
  }
}
html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: rgba(234, 234, 234, 0.5);
  box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}
html.sticky-header-active #header.header-effect-shrink .header-body {
  position: relative;
}
@media (min-width: 992px) {
  #header .header-nav-main {
    display: flex !important;
    height: auto !important;
  }
  #header .header-nav-main nav {
    display: flex !important;
  }
  #header .header-nav-main nav > ul > li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px;
  }
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  #header .header-nav-main nav > ul > li > a:after {
    display: none;
  }
  #header .header-nav-main nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #ccc;
  }
  #header .header-nav-main nav > ul > li:hover > a {
    background: #ccc;
    color: #fff;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li > a {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
  #header .header-nav.header-nav-links {
    padding: 0;
  }
  #header .header-nav.header-nav-links .header-nav-main {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  #header .header-nav.header-nav-links nav > ul > li > a,
  #header .header-nav.header-nav-links nav > ul > li:hover > a {
    position: relative;
    background: 0 0 !important;
    padding: 0 0.9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
  }
  #header .header-nav.header-nav-links nav > ul > li:hover > a:before {
    opacity: 1;
  }
  #header
    .header-nav.header-nav-links:not(.header-nav-light-text)
    nav
    > ul
    > li
    > a {
    color: #444;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main {
    position: absolute;
    background: 0 0;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-main:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateX(-50%);
  }
  #header .header-nav-main nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    transition: ease all 500ms;
  }
  #header .header-nav-main nav::-webkit-scrollbar {
    width: 5px;
  }
  #header .header-nav-main nav::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(204, 204, 204, 0.5);
  }
  #header .header-nav-main nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
    text-align: left;
  }
  #header .header-nav-main nav > ul li a:active {
    background-color: #f8f9fa;
    color: inherit;
  }
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #ccc;
  }
  #header .header-nav-main nav > ul > li > a:active {
    color: #ccc;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li a {
    border-radius: 0 !important;
  }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  #header .header-nav.header-nav-links {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  #header .header-body:not(.h-100) {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #header .header-logo img {
    z-index: 1;
  }
  #header .header-nav {
    display: flex;
    align-items: center;
  }
}
.ls-0 {
  letter-spacing: 0 !important;
}
.text-1 {
  font-size: 0.8em !important;
}
.text-2 {
  font-size: 0.9em !important;
}
.text-3 {
  font-size: 1em !important;
}
.text-4 {
  font-size: 1.2em !important;
}
.text-5 {
  font-size: 1.5em !important;
}
.text-6 {
  font-size: 1.8em !important;
}
.text-7 {
  font-size: 2em !important;
}
.text-8 {
  font-size: 2.3em !important;
}
.text-9 {
  font-size: 2.5em !important;
}
.text-10 {
  font-size: 2.75em !important;
}
.text-13 {
  font-size: 4em !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.line-height-2 {
  line-height: 1.2 !important;
}
.line-height-3 {
  line-height: 1.3 !important;
}
.opacity-8 {
  opacity: 0.8 !important;
}
.scale-1 {
  transform: scale(1.1) !important;
}
.top-0 {
  top: 0 !important;
}
.top-1 {
  top: 1px !important;
}
.left-1 {
  left: 1px !important;
}
.right-1 {
  right: 1px !important;
}
.top-2 {
  top: 2px !important;
}
.top-6 {
  top: 6px !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-extra-bold {
  font-weight: 800 !important;
}
.rounded {
  border-radius: 5px !important;
}
#footer {
  background: #212529;
  border-top: 4px solid #212529;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}
#footer h2,
#footer h4,
#footer h5 {
  color: #fff;
}
#footer a:not(.btn) {
  color: #777;
  transition: all 0.1s ease-in-out;
}
#footer a:not(.btn):hover {
  text-decoration: none;
  color: #fff;
}
#footer a:not(.btn):focus,
#footer a:not(.btn):active {
  color: #ccc;
}
#footer .footer-copyright {
  background: #1c2023;
}
/*! CSS Used from: https://www.nightowldevelopers.com/css/theme-elements.css */
.appear-animation {
  opacity: 0;
}
.appear-animation-visible {
  opacity: 1;
}
.maskUp {
  -webkit-animation-name: maskUp;
  animation-name: maskUp;
}
.fadeInUpShorter {
  -webkit-animation-name: fadeInUpShorter;
  animation-name: fadeInUpShorter;
}
.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
  animation-name: fadeInLeftShorter;
}
.fadeInRightShorter {
  -webkit-animation-name: fadeInRightShorter;
  animation-name: fadeInRightShorter;
}
.expandIn {
  -webkit-animation-name: expandIn;
  animation-name: expandIn;
}
.bg-transparent {
  background: 0 0 !important;
}
.bg-color-white {
  background: #fff !important;
}
.btn {
  font-size: 12.8px;
  font-size: 0.8rem;
  padding: 8.528px 14.928px;
  padding: 0.533rem 0.933rem;
  cursor: pointer;
}
.btn.btn-px-5 {
  padding-left: 38.4px;
  padding-left: 2.4rem;
  padding-right: 38.4px;
  padding-right: 2.4rem;
}
html body .btn:focus,
html body .btn:active {
  box-shadow: none !important;
}
.btn-modern {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 12.8px 24px;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}
.btn-rounded {
  border-radius: 35px;
}
.btn-primary {
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3;
  color: #fff;
}
.btn-primary:hover {
  background-color: #dfdfdf;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #fff;
}
.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}
.btn-primary:disabled {
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3;
}
.btn-primary:active {
  background-color: #b9b9b9;
  background-image: none;
  border-color: #b3b3b3 #b3b3b3 #999;
}
html body .btn-light {
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #777;
}
html body .btn-light:hover {
  background-color: #f2f2f2;
  border-color: #e6e6e6 #e6e6e6 #ccc;
  color: #777;
}
html body .btn-light:focus {
  box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
}
html body .btn-light:disabled {
  border-color: #bfbfbf #bfbfbf #bfbfbf;
}
html body .btn-light:active {
  border-color: #bfbfbf #bfbfbf #bfbfbf;
}
.btn-gradient:not(.btn-outline) {
  border: 0;
}
.btn-gradient:not(.btn-outline):hover {
  border: 0;
}
.btn-gradient:not(.btn-outline):focus {
  border: 0;
}
.btn-gradient:not(.btn-outline):disabled {
  border: 0;
}
.btn-gradient:not(.btn-outline):active {
  border: 0;
}
.card {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.card-body {
  padding: 32px;
  padding: 2rem;
}
.flip-card {
  position: relative;
  border: none;
  perspective: 1000px;
}
.flip-card .flip-front,
.flip-card .flip-back {
  padding: 32px;
  padding: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0 0 44px -10px rgba(0, 0, 0, 0.15);
  transform-style: preserve-3d;
  transition: ease transform 500ms;
}
.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card .flip-front {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}
.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 0, -1px) rotateY(180deg);
}
.flip-card:hover .flip-front {
  transform: translate3d(0, 0, -1px) rotateY(-180deg);
}
.flip-card:hover .flip-back {
  transform: translate3d(0, 0, 1px) rotateY(0deg);
}
.flip-card.flip-card-3d .flip-front .flip-content,
.flip-card.flip-card-3d .flip-back .flip-content {
  perspective: inherit;
  transform: translate3d(0, 0, 60px);
}
.owl-carousel {
  margin-bottom: 20px;
}
.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: 0;
  transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  outline: 0;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 8px;
  font-size: 0.5rem;
  content: "\f053";
  position: relative;
  left: -1px;
  top: -1px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next:before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  font-size: 8px;
  font-size: 0.5rem;
  content: "\f054";
  position: relative;
  left: 1px;
  top: -1px;
}
.owl-carousel .owl-dots .owl-dot {
  outline: 0;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
}
.counters .counter {
  text-align: center;
}
.counters strong {
  display: block;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}
.counters label {
  display: block;
  font-weight: 100;
  font-size: 20px;
  line-height: 20px;
}
hr {
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  height: 1px;
  margin: 22px 0;
}
.feature-box {
  display: flex;
}
.feature-box .feature-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}
.feature-box .feature-box-info {
  flex: 1 1 100%;
  padding-left: 15px;
}
.feature-box.align-items-center .feature-box-icon {
  top: 0;
}
textarea {
  resize: vertical;
}
.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}
.form-control:not(.form-control-lg) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.85;
}
.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}
input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
h1,
h2,
h4,
h5 {
  color: #212529;
  font-weight: 200;
  letter-spacing: -0.05em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 2.6em;
  line-height: 44px;
  margin: 0 0 32px;
}
h2 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px;
}
h4 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 14px;
}
h5 {
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  h2 {
    line-height: 40px;
  }
}
.list li {
  margin-bottom: 13px;
}
.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.list.list-icons li {
  position: relative;
  padding-left: 25px;
}
.list.list-icons li > [class*="fa-"]:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}
.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}
.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1440px) {
  .container-lg {
    max-width: 1440px;
  }
}
.box-shadow-1:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.33;
  content: "";
  box-shadow: 0 30px 90px #bbb;
  transition: all 0.2s ease-in-out;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: 0 0;
}
html .scroll-to-top {
  transition: opacity 0.3s;
  background: #404040;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 10px 10px 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 50px;
  z-index: 1040;
  font-size: 0.8em;
}
html .scroll-to-top:hover {
  opacity: 1;
}
html .scroll-to-top.visible {
  opacity: 0.75;
}
@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}
section.section {
  background: #f7f7f7;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0;
}
section.section.section-height-3 {
  padding: 73.846px 0;
  padding: 4.6153846154rem 0;
}
section.section.section-height-4 {
  padding: 110.769px 0;
  padding: 6.9230769231rem 0;
}
.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}
.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.social-icons li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.social-icons li:hover a {
  background: #151719;
  color: #fff !important;
}
.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}
.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}
.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(
    .social-icons-dark-2
  )
  li {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(
    .social-icons-dark-2
  )
  li
  a {
  background: #fff;
}
.testimonial {
  margin-bottom: 20px;
}
.testimonial blockquote {
  background: #ccc;
  border-radius: 5px;
  border: 0;
  color: #666;
  font-family: playfair display, serif;
  margin: 0;
  padding: 40px 64px 40px 72px;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
}
.testimonial blockquote:before {
  left: 22px;
  top: 21px;
  color: #fff;
  content: "";
  font-size: 85px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote p {
  color: #fff;
  font-family: playfair display, serif;
  font-size: 1.2em;
}
.testimonial .testimonial-author {
  display: flex;
  margin: 12px 0 0;
}
.testimonial .testimonial-author strong {
  color: #111;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-size: 1rem;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
}
.testimonial .testimonial-author p {
  color: #999;
  text-align: left;
  line-height: 1.2;
  margin-left: 9.6px;
  margin-left: 0.6rem;
}
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2 !important;
  border-radius: 4px;
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  color: #777;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  color: #777;
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
  color: #777;
  font-family: open sans, Arial, sans-serif;
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-left: 8px;
  align-items: center;
}
.testimonial.testimonial-style-3 .testimonial-author p {
  margin-bottom: 0;
}
blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 1em;
}
p {
  color: #777;
  line-height: 26px;
  margin: 0 0 20px;
}
p.lead {
  line-height: 28.8px;
  line-height: 1.8rem;
}
.lead {
  letter-spacing: -0.05em;
  font-size: 19.2px;
  font-size: 1.2rem;
}
a,
a:hover,
a:focus {
  color: #ccc;
}
.word-rotator b {
  font-style: normal;
  font-weight: inherit;
}
.word-rotator-words {
  display: inline-flex !important;
  position: relative;
  text-align: left;
}
.word-rotator-words b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.word-rotator-words b.is-visible {
  position: relative;
}
.word-rotator.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.word-rotator.clip .word-rotator-words {
  overflow: hidden;
  vertical-align: top;
}
.word-rotator.clip .word-rotator-words::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #212529;
}
.word-rotator.clip b {
  opacity: 0;
}
.word-rotator.clip b.is-visible {
  opacity: 1;
}
/*! CSS Used from: https://www.nightowldevelopers.com/css/demos/demo-seo-2.css */
h1,
h2,
h4,
h5,
p,
span,
li,
a,
strong,
input,
textarea {
  font-family: poppins, sans-serif;
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px !important;
  }
}
.expandInWithBlur {
  -webkit-animation-name: expandInWithBlur;
  animation-name: expandInWithBlur;
}
.custom-text-color-grey-1 {
  color: #777 !important;
}
.custom-text-color-grey-2 {
  color: #c0c1cc !important;
}
.custom-bg-color-light-1 {
  background-color: #eff1f3 !important;
}
.custom-bg-color-light-2 {
  background-color: #eff1f3 !important;
}
.custom-bg-color-grey-1 {
  background-color: #b9b9b9 !important;
}
.custom-bg-color-grey-2 {
  background-color: #e4e4e4 !important;
}
.custom-box-shadow-1 {
  box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
}
.custom-border-radius-1 {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .custom-negative-margin-1 {
    margin-top: -390px;
  }
}
.custom-font-size-1 {
  font-size: 1.3em !important;
}
.custom-section-curved-top-1 {
  position: absolute;
  top: -590px;
  left: 0;
}
.custom-section-curved-top-2 {
  position: absolute;
  top: -255px;
  left: 0;
}
.custom-section-curved-top-3 {
  position: absolute;
  top: -210px;
  left: 0;
}
.custom-section-curved-top-4 {
  position: absolute;
  top: -260px;
  left: 0;
  transform: rotateY(180deg);
}
.custom-section-curved-top-5 {
  position: absolute;
  top: -236px;
  left: -60px;
  width: 115%;
}
.custom-section-curved-top-7 {
  position: absolute;
  top: -269px;
  left: 0;
}
.custom-page-header-curved-top-1 {
  position: absolute;
  top: -575px;
  left: 0;
}
#header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 1px solid #e1e3e5 !important;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li {
    margin-left: 22px;
  }
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
  }
  #header .header-nav-main nav > ul > li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #444 !important;
  }
}
html.sticky-header-active
  #header.header-transparent
  .header-body:not(.header-border-bottom) {
  border-bottom-color: rgba(234, 234, 234, 0.5) !important;
}
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
  width: 3em;
  height: 3em;
  font-size: 20.8px;
  font-size: 1.3rem;
}
.custom-form-style-1 .form-control {
  padding: 10px 20px;
}
.custom-form-style-1 .form-control:not(textarea) {
  height: 55px;
}
.custom-form-style-1 .form-control::-webkit-input-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control::-moz-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
  color: #777;
}
.custom-form-style-1 .form-control:-moz-placeholder {
  color: #777;
}
.custom-circles-group-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.custom-circles-group-1 .circle-1 {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate3d(-50%, -50%, 0);
}
.custom-circles-group-1 .circle-2 {
  top: 56%;
  left: 76%;
  width: 190px;
  height: 190px;
}
.custom-circles-group-1 .circle-3 {
  top: 75%;
  left: 53%;
  width: 170px;
  height: 170px;
}
@media (max-width: 767px) {
  .custom-circles-group-1 .circle-2 {
    left: 84%;
  }
  .custom-circles-group-1 .circle-3 {
    left: 40%;
  }
}
.custom-circle {
  position: absolute;
  border-radius: 100%;
}
.custom-circle.custom-circle-big {
  width: 52px;
  height: 52px;
}
.custom-circle.custom-circle-medium {
  width: 23px;
  height: 23px;
}
.custom-circle.custom-circle-small {
  width: 15px;
  height: 15px;
}
.custom-circle.custom-circle-extra-small {
  width: 10px;
  height: 10px;
}
.custom-circle.custom-circle-pos-1 {
  top: 25%;
  left: -13%;
}
.custom-circle.custom-circle-pos-2 {
  top: 43%;
  left: -4%;
}
.custom-circle.custom-circle-pos-3 {
  top: 9%;
  left: 17%;
}
.custom-circle.custom-circle-pos-4 {
  top: 53%;
  left: 20%;
}
.custom-circle.custom-circle-pos-5 {
  top: 61%;
  left: 39%;
}
.custom-circle.custom-circle-pos-6 {
  top: 41%;
  left: 46%;
}
.custom-circle.custom-circle-pos-7 {
  top: 30%;
  left: 104%;
}
.custom-circle.custom-circle-pos-8 {
  top: 7%;
  left: 114%;
}
.custom-circle.custom-circle-pos-9 {
  top: 76%;
  left: 27%;
}
.custom-circle.custom-circle-pos-10 {
  top: 10%;
  left: 114%;
}
.custom-circle.custom-circle-pos-11 {
  top: 6%;
  left: 117%;
}
.custom-circle.custom-circle-pos-12 {
  top: 9%;
  left: 119.3%;
}
.custom-circle.custom-circle-pos-13 {
  top: 6%;
  left: 120%;
}
.custom-circle.custom-circle-pos-14 {
  left: 60%;
  top: -15%;
}
.custom-circle.custom-circle-pos-15 {
  top: -11%;
  left: 60.7%;
}
.custom-circle.custom-circle-pos-16 {
  top: -13.9%;
  left: 62%;
}
.custom-circle.custom-circle-pos-17 {
  top: 6%;
  left: 105%;
}
.custom-circle.custom-circle-pos-18 {
  top: 8%;
  left: 106.9%;
}
.custom-circle.custom-circle-pos-19 {
  top: 9.5%;
  left: 108.4%;
}
.custom-circle.custom-circle-pos-20 {
  bottom: 5.5%;
  left: -7%;
}
.custom-circle.custom-circle-pos-21 {
  bottom: 4.5%;
  left: -8.6%;
}
.custom-circle.custom-circle-pos-22 {
  bottom: 2.7%;
  left: -6.8%;
}
.custom-circle.custom-circle-pos-23 {
  bottom: 2.5%;
  left: -8.5%;
}
.custom-circle.custom-circle-pos-24 {
  top: 38%;
  left: -14.5%;
}
.custom-circle.custom-circle-pos-25 {
  top: 12.5%;
  left: -8.5%;
}
.custom-circle.custom-circle-pos-26 {
  top: 25.5%;
  left: 0.5%;
}
.custom-circle.custom-circle-pos-27 {
  top: 46%;
  left: 44.5%;
}
.custom-circle.custom-circle-pos-28 {
  top: 26%;
  left: 107%;
}
.custom-circle.custom-circle-pos-29 {
  top: 6.5%;
  left: 110%;
}
.custom-circle.custom-circle-pos-30 {
  top: 36.5%;
  left: 119.5%;
}
.custom-circle.custom-circle-pos-31 {
  top: 66.5%;
  left: 23.7%;
}
.custom-circle.custom-circle-pos-32 {
  top: 79%;
  left: 20%;
}
.custom-circle.custom-circle-pos-33 {
  top: 82%;
  left: 24.2%;
}
.custom-circle.custom-circle-pos-34 {
  top: 86%;
  left: 20.2%;
}
.custom-circle.custom-circle-pos-35 {
  top: 84%;
  left: 69.5%;
}
.custom-circle.custom-circle-pos-36 {
  top: 89.3%;
  left: 74.3%;
}
.custom-circle.custom-circle-pos-37 {
  top: 13.1%;
  left: 69.5%;
}
.custom-circle.custom-circle-pos-38 {
  top: 11.5%;
  left: 80.7%;
}
.custom-circle.custom-circle-pos-39 {
  top: 5.4%;
  left: 75.7%;
}
.custom-circle.custom-circle-pos-40 {
  top: 5.4%;
  left: 82.7%;
}
.custom-circle.custom-circle-pos-41 {
  top: 86%;
  left: 103%;
}
.custom-circle.custom-circle-pos-42 {
  top: 88.8%;
  left: 104.6%;
}
.custom-circle.custom-circle-pos-43 {
  top: 91%;
  left: 105.8%;
}
.custom-circle.custom-circle-pos-44 {
  left: 103%;
  top: 10%;
}
.custom-circle.custom-circle-pos-45 {
  left: 104.7%;
  top: 14.1%;
}
.custom-circle.custom-circle-pos-46 {
  left: 106.2%;
  top: 10.4%;
}
.custom-dots-rect-1 {
  width: 103px;
  height: 138px;
  position: absolute;
  bottom: 50px;
  left: -104px;
  z-index: 0;
}
.custom-dots-rect-2 {
  width: 79px;
  height: 75px;
  position: absolute;
  bottom: -43px;
  right: -39px;
  z-index: 0;
}
.custom-dots-rect-3 {
  width: 99px;
  height: 119px;
  position: absolute;
  top: -77px;
  left: -71px;
  z-index: 0;
}
.custom-dots-rect-4 {
  position: absolute;
  top: -50px;
  right: -388px;
  width: 144px;
  height: 100px;
  transform: rotateX(180deg);
}
.custom-dots-rect-5 {
  position: absolute;
  bottom: -80px;
  left: -38px;
  width: 144px;
  height: 100px;
  transform: rotateX(180deg);
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 {
  padding: 20px;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote {
  padding: 39px 20px 27px 41px;
  background: #fff !important;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, 0.1);
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
  top: 10px;
  left: 12px;
  font-size: 78px;
  font-family: Poppins;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote p {
  font-family: poppins, sans-serif;
}
.testimonial.testimonial-style-3.custom-testimonial-style-1
  .testimonial-author {
  margin: 20px 0 0;
}
.custom-carousel-style-1 {
  margin-top: -20px;
}
.custom-carousel-dots-style-1 .owl-dots {
  display: flex;
  justify-content: flex-start;
  padding-left: 20.8px;
  padding-left: 1.3rem;
  margin-top: -7px !important;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 2px #ccc;
  border-radius: 100%;
  border: 2px solid #fff;
  background: 0 0;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot > span {
  background: 0 0 !important;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot.active {
  background: #ccc;
}
.custom-social-icons-style-1 li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.custom-social-icons-style-1 li:hover a {
  color: #333 !important;
}
/*! CSS Used from: https://www.nightowldevelopers.com/css/skins/skin-seo-2.css */
a {
  color: #e23c8e;
}
a:hover {
  color: #e5529b;
}
a:focus {
  color: #e5529b;
}
a:active {
  color: #df2681;
}
html .text-color-primary {
  color: #e23c8e !important;
}
html .text-color-secondary {
  color: #a33188 !important;
}
html .text-color-tertiary {
  color: #4046b3 !important;
}
html .text-color-quaternary {
  color: #171940 !important;
}
html .text-color-dark {
  color: #212529 !important;
}
html .text-color-light {
  color: #fff !important;
}
html .svg-fill-color-tertiary svg path {
  fill: #4046b3 !important;
}
html .bg-color-secondary {
  background-color: #a33188 !important;
}
html .bg-color-tertiary {
  background-color: #4046b3 !important;
}
html .bg-color-quaternary {
  background-color: #171940 !important;
}
html .bg-color-light {
  background-color: #fff !important;
}
html .btn-primary {
  background-color: #e23c8e;
  border-color: #e23c8e #e23c8e #cd1e74;
  color: #fff;
}
html .btn-primary:hover {
  background-color: #e75da1;
  border-color: #e968a8 #e968a8 #e23c8e;
  color: #fff;
}
html .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}
html .btn-primary:disabled {
  background-color: #e23c8e;
  border-color: #e23c8e #e23c8e #cd1e74;
}
html .btn-primary:active {
  background-color: #d8207b !important;
  background-image: none !important;
  border-color: #cd1e74 #cd1e74 #a0185b !important;
}
html .btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  color: #777;
}
html .btn-light:hover {
  background-color: #fff;
  border-color: #fff #fff #fff;
  color: #777;
}
html .btn-light:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light:disabled {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .btn-light:active {
  background-color: #ececec !important;
  background-image: none !important;
  border-color: #e6e6e6 #e6e6e6 #ccc !important;
}
.btn-gradient:not(.btn-outline) {
  background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):hover {
  background: linear-gradient(135deg, #e75da1 0%, #c03aa1 80%);
  color: #fff;
}
.btn-gradient:not(.btn-outline):focus {
  box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}
.btn-gradient:not(.btn-outline):disabled {
  background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
}
.btn-gradient:not(.btn-outline):active {
  background: linear-gradient(135deg, #d8207b 0%, #86286f 80%) !important;
  color: #fff !important;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #de217f;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #e23c8e;
  border-color: #e23c8e #e23c8e #cd1e74;
  color: #fff;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover {
  background-color: #e75da1;
  border-color: #e968a8 #e968a8 #e23c8e;
}
.owl-carousel .owl-nav button[class*="owl-"]:active {
  background-color: #d8207b;
  background-image: none;
  border-color: #cd1e74 #cd1e74 #a0185b;
}
.list.list-icons li > [class*="fa-"]:first-child {
  color: #e23c8e;
  border-color: #e23c8e;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child {
  color: #e23c8e;
  border-color: #e23c8e;
}
#header .header-btn-collapse-nav {
  background: #e23c8e;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #e23c8e;
  }
  #header .header-nav-main nav > ul > li:hover > a {
    background: #e23c8e;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #e23c8e;
  }
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #e23c8e;
  }
  #header
    .header-nav-main:not(.header-nav-main-mobile-dark)
    nav
    > ul
    > li
    > a:active {
    color: #e23c8e;
  }
}
.testimonial blockquote {
  background: #e5529b;
}
.feature-box .feature-box-icon {
  background-color: #e23c8e;
}
#header .header-btn-collapse-nav {
  background: #4046b3;
}
@media (min-width: 992px) {
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #4046b3;
  }
}
/* .testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before{color:#a33188;} */
.custom-carousel-dots-style-1 .owl-dots .owl-dot {
  box-shadow: 0 0 0 2px #171940;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot.active {
  background: #171940;
}
/*! CSS Used from: Embedded ; media=all */
@media all {
  .st0 {
    fill: #231f20;
  }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
  .st0 {
    fill: #231f20;
  }
}
/*! CSS Used from: Embedded ; media=all */
@media all {
  .st0 {
    fill: #231f20;
  }
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes expandInWithBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes expandInWithBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    transform: scale(1);
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/vendor/fontawesome-free/webfonts/fa-brands-400.eot);
  src: url(/vendor/fontawesome-free/webfonts/fa-brands-400d41d.eot#iefix)
      format("embedded-opentype"),
    url(/vendor/fontawesome-free/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(/vendor/fontawesome-free/webfonts/fa-brands-400.woff)
      format("woff"),
    url(/vendor/fontawesome-free/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(/vendor/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/vendor/fontawesome-free/webfonts/fa-regular-400.eot);
  src: url(/vendor/fontawesome-free/webfonts/fa-regular-400d41d.eot#iefix)
      format("embedded-opentype"),
    url(/vendor/fontawesome-free/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(/vendor/fontawesome-free/webfonts/fa-regular-400.woff)
      format("woff"),
    url(/vendor/fontawesome-free/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(/vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/vendor/fontawesome-free/webfonts/fa-solid-900.eot);
  src: url(/vendor/fontawesome-free/webfonts/fa-solid-900d41d.eot#iefix)
      format("embedded-opentype"),
    url(/vendor/fontawesome-free/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(/vendor/fontawesome-free/webfonts/fa-solid-900.woff)
      format("woff"),
    url(/vendor/fontawesome-free/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(/vendor/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}
@font-face {
  font-family: simple-line-icons;
  src: url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.eot?v=2.4.0);
  src: url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.eot?v=2.4.0#iefix)
      format("embedded-opentype"),
    url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.woff2)
      format("woff2"),
    url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.ttf)
      format("truetype"),
    url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.woff?v=2.4.0)
      format("woff"),
    url(/vendor/simple-line-icons/fonts/Simple-Line-Iconsb26c.svg?v=2.4.0#simple-line-icons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
