@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
@font-face {
  font-family: "Bauer Bodoni BT";
  src: url("../fonts/BauerBodoniBT-Bold.svg#BauerBodoniBT-Bold") format("svg"), url("../fonts/BauerBodoniBT-Bold.ttf") format("truetype"), url("../fonts/BauerBodoniBT-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ef5d19;
  --bs-yellow: #ffc107;
  --bs-green: #13cb17;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #727272;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #727272;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #2b2b2b;
  --bs-primary: #0d6efd;
  --bs-secondary: #727272;
  --bs-success: #13cb17;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #2b2b2b;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 114, 114, 114;
  --bs-success-rgb: 19, 203, 23;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 43, 43, 43;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 43, 43, 43;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2b2b2b;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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


strong {
  font-weight: bolder;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled) {
  cursor: pointer;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

[hidden] {
  display: none !important;
}

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

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

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

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

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

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

.overflow-hidden {
  overflow: hidden !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

.top-50 {
  top: 50% !important;
}

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

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

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

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

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

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

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}
@media (min-width: 992px) {

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {

  .text-xl-start {
    text-align: left !important;
  }
}
body {
  font-weight: 500;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3) !important;
}

@media (min-width: 992px) {
  .lh-lg-32 {
    line-height: 32px !important;
  }
}

.lh-25 {
  line-height: 25px !important;
}

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

.accordion-trigger {
  position: relative;
  padding-right: 35px !important;
}
@media (min-width: 992px) {
  .accordion-trigger {
    padding-right: 65px !important;
  }
}
.accordion-trigger::before {
  content: "＋";
  position: absolute;
  padding-top: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #ef5d19;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .accordion-trigger::before {
    width: 50px;
    height: 50px;
    font-size: 35px;
  }
}
.accordion-trigger:not(.collapsed)::before {
  content: "—";
}
.accordion-trigger:not(.collapsed) {
  color: #ef5d19 !important;
}

.filter-white {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, rgba(0, 0, 0, 0.65)), color-stop(40%, transparent));
  background: linear-gradient(0, rgba(0, 0, 0, 0.65) 10%, transparent 40%);
}

@media (min-width: 1200px) {
  .poster {
    max-width: 610px;
  }
}
@media (min-width: 1400px) {
  .poster {
    max-width: 710px;
  }
}

.w-70 {
  width: 70px !important;
}

.w-200 {
  width: 200px !important;
}

.w-240 {
  width: 240px !important;
}
@media (min-width: 992px) {
  .w-lg-240 {
    width: 240px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-610 {
    width: 610px !important;
  }
}

.h-60 {
  height: 60px !important;
}

.h-90 {
  height: 90px !important;
}
@media (min-width: 992px) {
  .h-lg-60 {
    height: 60px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-109 {
    height: 109px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-131 {
    height: 131px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-280 {
    height: 280px !important;
  }
}


.mb-0 {
  margin-bottom: 0px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-2,
.mb-2 {
  margin-bottom: 2px !important;
}


.mb-10 {
  margin-bottom: 10px !important;
}

.me-10 {
  margin-right: 10px !important;
}


.mb-15 {
  margin-bottom: 15px !important;
}


.my-20 {
  margin-top: 20px !important;
}


.mb-20 {
  margin-bottom: 20px !important;
}


.mb-30 {
  margin-bottom: 30px !important;
}


.mb-60 {
  margin-bottom: 60px !important;
}

@media (min-width: 992px) {

  
.mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  
.my-lg-30 {
    margin-top: 30px !important;
  }

  
.mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .ms-lg-30 {
    margin-left: 30px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-110 {
    margin-bottom: 110px !important;
  }
}

.pe-7 {
  padding-right: 7px !important;
}


.py-10 {
  padding-top: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}


.px-10 {
  padding-left: 10px !important;
}


.px-10 {
  padding-right: 10px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}


.py-20 {
  padding-bottom: 20px !important;
}


.py-30 {
  padding-top: 30px !important;
}


.py-30 {
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {

  
.px-lg-10 {
    padding-left: 10px !important;
  }

  
.px-lg-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {

  
.px-lg-20 {
    padding-left: 20px !important;
  }

  
.px-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  
.py-lg-45 {
    padding-top: 45px !important;
  }

  
.py-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {

  .pb-lg-47 {
    padding-bottom: 47px !important;
  }
}

.fs-13 {
  font-size: 13px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-40 {
  font-size: 40px !important;
}
@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-24 {
    font-size: 24px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-26 {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-30 {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-55 {
    font-size: 55px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-56 {
    font-size: 56px !important;
  }
}
.font-heading {
  font-family: "Bauer Bodoni BT", Georgia, times !important;
}

.bg-orange {
  background-color: #ef5d19 !important;
}

.bg-green {
  background-color: #13cb17 !important;
}

.bg-gray-900 {
  background-color: #2b2b2b !important;
}

.section-impluse-text {
  background-color: rgba(239, 93, 25, 0.2) !important;
}
@media (min-width: 992px) {
  .section-impluse-text {
    background: url(../images/girl.png) no-repeat bottom left, url(../images/boy.png) no-repeat top right;
  }
}

.section-impluse-point {
  background-color: #ef5d19 !important;
}
@media (min-width: 992px) {
  .section-impluse-point {
    background: url(../images/img-78997.jpeg) no-repeat bottom right/contain;
  }
}

.hover-bg-orange:hover {
  background-color: #ef5d19 !important;
}

.hover-bg-gray-dark:hover {
  background-color: #343a40 !important;
}

.color-orange {
  color: #ef5d19 !important;
}

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

.color-gray-600 {
  color: #727272 !important;
}

.color-gray-800 {
  color: #343a40 !important;
}

.color-gray-900 {
  color: #2b2b2b !important;
}

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

.border-color-orange {
  border-color: #ef5d19 !important;
}

.border-color-gray-dark {
  border-color: #343a40 !important;
}

.border-dotted {
  border-style: dotted !important;
}

@media (min-width: 992px) {
  .border-lg-end {
    border-right: 1px solid;
  }
}