@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* 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:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --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:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --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:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --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:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}

*, ::after, ::before {
  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: transparent;
}

.h2, .h5, h1, h3, h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

@media (min-width: 1200px) {
  .h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

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

ul {
  padding-left: 2rem;
}

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

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

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

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

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

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

.container {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
      .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {

      .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}

.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-floating > .form-control-plaintext:not(:-moz-placeholder), .form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.input-group > .form-control:not(:focus).is-valid, .input-group > .form-floating:not(:focus-within).is-valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-control:not(:focus):valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}

.input-group > .form-control:not(:focus).is-invalid, .input-group > .form-floating:not(:focus-within).is-invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

:root {
  --bs-btn-close-filter: ;
}

:root {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

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

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.align-middle {
  vertical-align: middle !important;
}

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

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

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

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

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

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

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

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

.m-0 {
  margin: 0 !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-5 {
  padding-top: 3rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;
  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-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .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;
  -moz-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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Magnific Popup CSS */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
}

.gallery_container {
  position: relative;
}

a.lightbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "bootstrap-icons";
  content: "\f33e";
  pointer-events: none;
  z-index: 10;
  transition: 0.4s;
}

a.lightbox:hover:before {
  opacity: 1;
}

a.lightbox:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */

/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #13afe9;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #083c84;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

::-webkit-input-placeholder {
  color: #13afe9 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #083c84;
}

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000000;
}
#preloder .loader {
  display: block;
  height: 32px;
  width: 32px;
}
#preloder .loader span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}
#preloder .loader span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  animation: spin-1 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes spin-1 {
  0% {
    transform: translate3d(0, -32px, 0) scale(0, 2);
    opacity: 0;
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1.25, 1.25);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 8px, 0) scale(0, 0);
    opacity: 0;
  }
}
#preloder .loader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 3px solid #ffffff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  animation: spin-2 1.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(180deg);
  }
  60% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.search-model .search-model-form {
  padding: 0 0 0 1rem;
  position: relative;
  display: flex;
  border-radius: 1rem;
  background: #ffffff;
  width: 60%;
}
.search-model .search-model-form input {
  border: none;
  border-radius: 1rem;
  width: 100%;
}
.search-model .search-model-form .btn-w {
  min-width: 60px;
  z-index: 100;
}
.search-model .search-close-switch {
  position: relative;
  width: 60px;
  height: 60px;
  background: #083c84;
  color: #ffffff;
  text-align: center;
  border-radius: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}
.search-model .search-close-switch:hover {
  background-color: #13afe9;
}

.hero {
  position: relative;
}
.hero .bg,
.hero .bg2 {
  background-color: #083c84;
  background-image: url(./hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  background-size: cover;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .bg::before,
.hero .bg2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.hero .bg2 {
  background-image: url(./hero-bg2.jpg);
}
.hero .max {
  max-width: 650px;
  margin: 0 auto;
}
.hero .owl-nav .owl-prev,
.hero .owl-nav .owl-next {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.8) !important;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 1rem;
}
.hero .owl-nav .owl-prev i,
.hero .owl-nav .owl-next i {
  color: #ffffff;
}
.hero .owl-nav .owl-prev:focus,
.hero .owl-nav .owl-next:focus {
  outline: 0;
}
.hero .owl-nav .owl-prev:hover,
.hero .owl-nav .owl-next:hover {
  background: #083c84 !important;
}
.hero .owl-nav .owl-next {
  left: unset;
  right: 15px;
}
.hero .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero:hover .owl-prev {
  left: 10px;
  opacity: 1;
}
.hero:hover .owl-next {
  right: 10px;
  opacity: 1;
}
.hero .label {
  font-size: 0.875rem;
  color: #000000;
  background: #f5d002;
  padding: 5px 14px 3px;
  display: inline-block;
  position: relative;
  transition: all, 0.2s;
  border-radius: 1rem;
}

.product-card {
  margin-bottom: 30px;
}
.product-card .img-con {
  height: 300px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-position: center;
    background-size: cover;
}
.product-card .img-con .wrap-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-card .img-con .wrap-card .video-btn {
  top: -40px;
  position: absolute;
}
.product-card .img-con .wrap-card .video-btn .icon-wrapper {
  border: 2px solid #ffffff;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}
.product-card .img-con .wrap-card .video-btn .icon-wrapper:hover {
  background-color: #13afe9;
}
.product-card .img-con:hover .wrap-card {
  opacity: 1;
  visibility: visible;
}
.product-card .img-con:hover .wrap-card .video-btn {
  top: 45%;
}
.product-card .img-con:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  z-index: 0;
}
.product-card .img-con .ep {
  font-size: 0.875rem;
  color: #ffffff;
  background: #083c84;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 1rem;
  position: absolute;
  left: 10px;
  bottom: 40px;
}
.product-card .img-con .comment,
.product-card .img-con .view {
  font-size: 0.75rem;
  color: #f5d002;
  background: #000000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
}
.product-card .img-con .comment {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.product-card .img-con .view {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.product-card .product-card-con {
  padding-top: 1rem;
}
.product-card .product-card-con ul {
  margin-bottom: 10px;
}
.product-card .product-card-con ul li {
  list-style: none;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 700;
  padding: 1px 10px;
  background: #f5d002;
  border-radius: 50px;
  display: inline-block;
}
.product-card .product-card-con a {
  color: #ffffff;
  font-size: 1rem;
}
.product-card .product-card-con a:hover {
  color: #083c84;
}

.features {
  position: relative;
}
.features .owl-nav {
  top: 0px;
  margin: 0;
  left: 0;
  width: 100%;
}
.features .owl-nav button.owl-prev,
.features .owl-nav button.owl-next {
  padding: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #083c84;
  font-size: 2rem;
}
.features .owl-nav button.owl-prev:hover,
.features .owl-nav button.owl-next:hover {
  background-color: #13afe9;
  border: 2px solid #13afe9;
}

.filter-controls li {
  list-style: none;
  color: #13afe9;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
}
.filter-controls li.active, .filter-controls li:hover {
  color: #083c84;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.gallery-cards {
  height: 380px;
  position: relative;
  border-radius: 1rem;
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery-cards .btn-action {
  position: absolute;
  bottom: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.gallery-cards::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 0;
}
.gallery-cards:hover .gallery-card-wrap {
  visibility: visible;
  opacity: 1;
}
.gallery-cards:hover .btn-action {
  visibility: visible;
  opacity: 1;
}
.gallery-cards .gallery-card-wrap {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.gallery-cards .gallery-card-wrap .ep {
  font-size: 0.875rem;
  color: #ffffff;
  background: #083c84;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 1rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.gallery-cards .gallery-card-wrap .view {
  font-size: 0.875rem;
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.gallery-cards .head {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px 0 20px;
  text-align: center;
}
.gallery-cards .head a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}

.footer {
    background-color: #041e42;
}
.footer h3 {
  color: #13afe9;
}
.footer p {
  line-height: 2.2rem;
}
.footer .link-list li {
  line-height: 2.5rem;
}
.footer .link-list li a {
  color: #ffffff;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer .link-list li a:hover {
  color: #13afe9;
}
.footer .social a {
  color: #ffffff;
}
.footer .social a:hover {
  color: #13afe9;
}
.footer .copyright {
  background-color: rgba(0, 0, 0, 0.2);
}
.footer .svg-icon svg {
  fill: #083c84;
  transition: all ease-in-out 0.3s;
}
.footer .svg-icon svg:hover {
  fill: #13afe9;
}
.footer .insta-feed {
  display: flex;
  flex-wrap: wrap;
}
.footer .insta-feed li {
  margin: 1rem;
  position: relative;
}
.footer .insta-feed li a {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 1rem;
}
.footer .insta-feed li img {
  width: auto;
  border-radius: 1rem;
}

.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #13afe9;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 1rem;
  bottom: -5rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: #083c84;
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #ffffff;
  background-color: #13afe9;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.header {
  background-color: #000000;
  position: relative;
}

.smooth {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.menu-right {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
html {
  font-size: 1rem;
}

body {
  font-family: "Ubuntu", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.font-small {
  font-size: 0.875rem;
}

.font-black {
  font-weight: 900;
}

.bg-color-dark {
  background-color: #000000;
}
.bg-color-dark .section-title {
  color: #ffffff;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-secondary {
  color: #13afe9;
}

.theme-text-accent-one {
  color: #000000;
}

.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.custom-btn-primary {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  border: 2px solid #083c84;
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
.custom-btn-primary:before, .custom-btn-primary:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #083c84;
  transition: transform 0.4s;
  will-change: transform;
}
.custom-btn-primary:before {
  left: -100%;
}
.custom-btn-primary:after {
  left: 100%;
}
.custom-btn-primary:hover {
  color: #ffffff;
}
.custom-btn-primary:hover:before {
  transform: translateX(100%);
}
.custom-btn-primary:hover:after {
  transform: translateX(-100%);
}

.custom-btn-secondary {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  border: 2px solid #083c84;
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  border-color: #13afe9;
  cursor: pointer;
}
.custom-btn-secondary:before, .custom-btn-secondary:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #083c84;
  transition: transform 0.4s;
  will-change: transform;
}
.custom-btn-secondary:before {
  left: -100%;
}
.custom-btn-secondary:after {
  left: 100%;
}
.custom-btn-secondary:hover {
  color: #ffffff;
}
.custom-btn-secondary:hover:before {
  transform: translateX(100%);
}
.custom-btn-secondary:hover:after {
  transform: translateX(-100%);
}
.custom-btn-secondary:before, .custom-btn-secondary:after {
  background: #13afe9;
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(19, 175, 233, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #ffffff;
  padding: 0.5rem;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(19, 175, 233, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(19, 175, 233, 0);
  }
}

*::-webkit-scrollbar-track {
  background: #00193d;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #083c84;
}

.section-title {
  position: relative;
  color: #083c84;
  display: inline-block;
}
.section-title:after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 3px;
  width: 100%;
  background: #e0e8ee;
  content: "";
}

.grow-box {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 100%;
}

.grow-box:hover {
  transform: translate3d(0, -2%, 0);
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #083c84;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000000;
}

.custom-olw-nav .prev-btn-live,
.custom-olw-nav .next-btn-live,
.custom-olw-nav .prev-btn-pop,
.custom-olw-nav .next-btn-pop {
  background-color: transparent;
  border: 1px solid #083c84;
  color: #083c84;
  border-radius: 1rem;
  transition: all 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
}
.custom-olw-nav .prev-btn-live:hover,
.custom-olw-nav .next-btn-live:hover,
.custom-olw-nav .prev-btn-pop:hover,
.custom-olw-nav .next-btn-pop:hover {
  color: #083c84;
  background-color: #13afe9;
  border-color: #13afe9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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;
  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, .owl-carousel .owl-wrapper {
  -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-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .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;
  -moz-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-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.col-sm-3 {
  width: 20%;
  float: left;
}

.col-sm-3 img {
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_container .col-sm-3,
.video_container .col-sm-3 {
  margin: 10px 0;
}

.gallery_container,
.video_container {
  position: relative;
}

.video_container img + img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}

a.lightbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "bootstrap-icons";
  content: "\f33e";
  pointer-events: none;
  z-index: 10;
  transition: 0.4s;
}

a.lightbox:hover:before {
  opacity: 1;
}

a.lightbox:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em;
  line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after, .slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li, .slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  *zoom: 1;
  font-size: 16px;
  background: #4c4c4c;
  padding: 5px;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
}

.slicknav_nav ul {
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff;
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff;
}

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}


p.foot-ab {
    color: #fff;
    padding-top: 20px;
    line-height: 24px;
}
ul.breadcrumb-menu li a {
    color: #fff;
}
ul.breadcrumb-menu li.active {
    color: #13afe9;
}
.breadcrumb {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
    animation: slide 30s linear alternate infinite;
    background-repeat: repeat;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumb:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 97%);
    z-index: -1;
}
.breadcrumb .head {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.breadcrumb .para {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0;
}
section.terms {
    color: #fff;
}

@media (min-width: 992px) {

      .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}





/*====================
21. Feature css 
======================*/

.feature-area {
    position: relative;
    color: #fff;
    background: #131722;
    padding: 80px 0;
}
.feature-item {
  padding: 25px;
  position: relative;
  background:#0a0d14;
  margin-bottom: 25px;
  border-radius: 15px;
      text-align: center;
}

.feature-item::before{
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  left: 50%;
  bottom: 0;
  background: #03a8f5;
  border-radius: 50px;
  transform: translateX(-50%);
  transition: var(--transition);
}

.feature-item:hover::before{
  width: 80px;
}

.feature-item .count {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    -webkit-text-stroke: 2px #03a8f5;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
}

.feature-icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 108px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 50px;
  background:#03a8f5;
  margin-bottom: 25px;
  box-shadow: 5px 5px 0 #03a8f5;
  transition: all .5s ease-in-out;
}

.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}

.feature-item h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
      margin-top: 10px;
}

@media all and (max-width: 1199px) {
  .feature-area {
    margin-top: -20px;
  }
}


.site-title span {
    color: #03a8f5;
}
.site-title-tagline {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #03a8f5;
}

.reg-modal-box .btn-subscribe {
    background: #13afdd;
    border-radius: 10px;
    border: none;
}


/* popup */



/* -------- Subscription Modal -------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-med);
  padding: 20px;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: #131722;
  border: 1px solid var(--body-bg);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 48px 44px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), var(--shadow-glow);
  transform: translateY(30px) scale(0.96);
  transition: transform var(--transition-med);
}

.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px; right: 22px;
  background: none;
  border: none;
  color: var(--color-text-muted);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition-fast), transform var(--transition-fast);
  z-index: 10;
      color: #fff;
}

.modal-close:hover {
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}

.modal-box h2 {
  text-align: center;
  margin-bottom: 8px;
  color:#fff;
}

.modal-box .modal-subtitle {
  text-align: center;
  color: #29b6f6;
  font-size: 0.94rem;
  margin-bottom: 36px;
}


/* -------- Registration Modal -------- */
.reg-modal-box {
  max-width: 520px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-group input {
	width: 100%;
	background: #131722;
    border: 1px solid #757f9540;
	border-radius: 10px;
	padding: 10px 10px;
	color: #fff;
	font-size: 0.95rem;
	outline: none;
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px #29b5f68a;
}

.form-group input::placeholder { color: rgba(255,255,255,0.3); }

.form-group input.error { border-color: #e74c3c; }
.form-group .error-msg {
  color: #e74c3c;
  font-size: 0.78rem;
  margin-top: 5px;
  display: none;
}
.form-group .error-msg.visible { display: block; }

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.card-divider {
  border: none;
  border-top: 1px solid rgba(131,72,255,0.18);
  margin: 2px 0;
}

.reg-modal-box .btn-subscribe {
  width: 100%;
  margin-top: 8px;
  padding: 15px;
  font-size: 1rem;
}

/* Success Message */
.success-overlay {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.success-overlay.visible {
  display: flex;
}

.success-icon {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #29b6f6, 
  rgba(210, 203, 203, 0.05));
  border: 2px solid #29b6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  animation: pulse-icon 1.2s ease infinite alternate;
}

@keyframes pulse-icon {
  from { box-shadow: 0 0 0 0 rgba(131,72,255,0.35); }
  to   { box-shadow: 0 0 24px 8px rgba(131,72,255,0); }
}

.success-icon i {
  font-size: 2.4rem;
  color: var(--color-primary-light);
}

.success-overlay h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color:#1D9BF0;
}

.success-overlay p {
  color: #fff;
  max-width: 380px;
  font-size: 0.95rem;
}

.movie-item:hover {
    box-shadow: 0 8px 10px #03a8f5; 
    transform: translateY(-5px);    
}






/*===================
22. Pricing css 
=====================*/

.pricing-area{
  position: relative;
}

.pricing-item{
  position: relative;
  padding: 0px 20px 20px 20px;
  background: #0a0d14;
  border-radius: 15px;
  margin-bottom: 30px;
  border:  2px solid #03a8f5;;
}

.pricing-header{
  text-align: center;
}

.pricing-title{
  color: #fff;
  background:  #03a8f5;
  border-radius: 0px 0px 15px 15px;
  font-weight: 500;
  position: absolute;
  width: 46%;
  height: 42px;
  line-height: 38px;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
}

.pricing-title::before{
  content: "";
  position: absolute;
  top: 0;
  left: -19px;
  border: 10px solid  #03a8f5;
  border-top-color: transparent;
  border-left-color: transparent;
}

.pricing-title::after{
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  border: 10px solid  #03a8f5;
  border-top-color: transparent;
  border-right-color: transparent;
}

.pricing-icon{
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 82px;
  font-size: 45px;
  margin: 40px auto 20px auto;
  border: 3px solid  #03a8f5;
  border-radius: 50px;
  color:  #03a8f5;
  text-align: center;
}

.pricing-icon::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  right: 5px;
  bottom: 5px;
  background: var(--theme-bg2);
}

.pricing-icon::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  background: var(--theme-bg2);
}

.pricing-amount{
  font-size: 50px;
  color:  #03a8f5;
  margin: 0px 0px 0px 0px;
}
.pricing-item a {
    width: 100%;
}

.pricing-duration{
  color: var(--body-text-color);
  font-size: 16px;
  font-weight: 500;
}

.pricing-feature{
  margin: 20px 0 30px 0;
  padding-top: 10px;
  border-top: 1px solid var(--border-info-color);
}

.pricing-feature ul li{
  position: relative;
  margin: 10px 0;
  padding-left: 25px;
     list-style: inside;
}
form#regForm {
    color: #fff;
}
 

.pricing-item .theme-btn{
  display: block;
  text-align: center;
}


/* pricing area 2 */

.pricing-area2{
  position: relative;
}

.pricing-table{
  padding: 20px 40px;
  border-radius: 15px;
  background: var(--theme-bg-light);
}

.pricing-table .table{
  white-space: nowrap;
}

.pricing-table .text-success{
  color: #2DBE7D !important;
}

.pricing-table .text-danger{
  color: #FF5858 !important;
}

.pricing-table .table>:not(caption)>*>*{
  background: transparent;
  padding: 15px;
  vertical-align: middle;
}

.pricing-table tbody th{
  color: var(--heading-color);
}

.pricing-table thead th,
.pricing-table tbody td{
  text-align: center;
}

.pricing-table tbody td i{
  font-size: 20px;
}

.pricing-table tbody td span{
  color: var(--body-text-color);
}

.pricing-table .theme-btn i{
  font-size: 14px;
}

.price-table-header{
  background:  #03a8f5;
  padding: 10px 25px 20px 25px;
  border-radius: 10px 10px 50px 50px;
}

.price-table-header h4{
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.price-table-amount h3{
  color: #fff;
}

.price-table-amount span{
  font-size: 16px;
  font-weight: 500;
}


.pricing-icon img {
    padding-bottom: 12px;
}
.pricing-item {
    color: #fff;
}
ul.breadcrumb-menu {
    color: #fff;
}
ul.breadcrumb-menu li {
    display: inline-block;
}

@media (max-width: 767px) {
  
 .btn1 {
    margin-bottom: 10px;
}
  
}

.feature-item p {
    font-size: 15px;
}

.terms-service h3 {
    padding-top: 15px;
}

.product-card .product-card-con h5 {
    color: #fff;
}
button#closeAfterSuccess {
    display: inline-block;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border: 2px solid #083c84;
    min-width: 160px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-color: #13afe9;
    cursor: pointer;
}