@charset "UTF-8";



/* ---------------------------------------------------------------------------
   BPMD brand tokens — the only place a brand hex value lives.
   Added 2026-09-09 (option B). See BPMD Design Standards v1.1, section 5.
   --------------------------------------------------------------------------- */
:root {
  --bpmd-sans:   'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --bpmd-serif:  'Palatino Linotype', 'Book Antiqua', Palatino, 'URW Palladio L', Georgia, serif;
  --bpmd-teal:   #004663;
  --bpmd-accent: #009FC6;
  --bpmd-ice:    #E3F7FB;
  --bpmd-white:  #FFFFFF;
  --bpmd-text:   #484848;
  --bpmd-muted:  #555555;
  --bpmd-rule:   #E6E8EB;
}




body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.25rem
}

ul {
margin: 0 0 1rem 1.6rem; /* Add space before and indent left */
padding: 0; /* Remove extra padding */
 /* Default bullet style (can be changed to square, circle, etc.) */
}

li {
  font-family: var(--bpmd-serif);
  font-size: 1.25rem;
  line-height: 1.6;                 /* second rule's 1.6 was overriding the 1.25 */
  font-weight: 600;
  text-transform: none;
  list-style-type: disc;
  margin: 0.5rem 1rem 1rem;         /* top 0.5rem, sides 1rem, bottom 1rem */
}

.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
justify-content: center;
align-items: center;
z-index: 3000;
        }

        .popup-content {
background-color: rgba(174,200,206,1.00);
padding: 30px;
width: 300px;
text-align: center;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 3000;
        }

        .popup-content h2 {
            margin: 0 0 10px;
        }

        .popup-content input,
        .popup-content textarea {
            width: 90%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

        .popup-content button {
            background: #007BFF;
            color: white;
            border: none;
            padding: 10px;
            width: 100%;
            cursor: pointer;
            border-radius: 3px;
        }

        .popup-content button:hover {
            background: #0056b3;
        }

        .popup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 2.125rem;
            cursor: pointer;
        }
* {
  box-sizing: border-box
}
pre, textarea {
  overflow: auto
}
 label, legend {
  margin-bottom: .5rem
}
progress, sub, sup {
  vertical-align: baseline
}
.carousel-item, .mfp-wrap {
  -webkit-backface-visibility: hidden
}
 .timeline {
  list-style-type: none
}
.flickity-enabled.is-draggable, .mfp-arrow, html {
  -webkit-tap-highlight-color: transparent
}
* {
  margin: 0;
  padding: 0
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh
}
.overlay, video {
  position: absolute
}
#bg, .overlay, video {
  height: 100%
}
video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  z-index: 1
}
.overlay {
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0);
z-index: 2;
text-align: center;
padding: 20px
}
html {
  overflow-x: hidden;
  font-size: 88%
}
body .body-inner {
width: 100%;
margin-top: -20px;
background-color: rgba(227,247,251,1.00);
}
body .container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px
}
#bg {
  width: 100%;
  background: url('https://bahamaboatworks.com/bbw2021/images/cco-pic.jpg') center center/cover no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-animation: 5s myfirst;
  animation: 5s myfirst
}
@-webkit-keyframes myfirst {
  from {
    opacity: .2
  }
  to {
    opacity: 1
  }
}
@keyframes myfirst {
  from {
    opacity: .2
  }
  to {
    opacity: 1
  }
}
  .carousel .polo-carousel-item img, .container-fullwidth, .flickity-slider > div > img, .modal .video-wrap video, .portfolio-1-columns .portfolio-item, .portfolio-1-columns .portfolio-item.large-width, .portfolio-2-columns .portfolio-item.large-width, .portfolio-slider, .post-1-columns .post-item, .post-1-columns .post-item.large-width {
  width: 100%
}
#content, #content .container, #content .container-fluid, #content .container-wide, #mainMenu nav > ul > li .dropdown-submenu, .dropdown, .dropleft, .dropright, .dropup, .flickity-enabled, .grid-layout, .portfolio, .posts, .toggle-item i, section {
  position: relative
}
.container-fullwidth .row {
  padding-left: 15px;
  padding-right: 15px
}
section {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  scroll-snap-align: center;
  z-index: auto
}

.dark section, body.dark, section.dark {
  background-color: #181818;
  color: #999
}
 #header.dark .header-inner #logo a, #header.dark .header-inner #logo a span, #mainMenu.dark nav > ul > li.dropdown:before, #mainMenu.dark nav > ul > li > a, .dark #header .header-inner #logo a, .dark #header .header-inner #logo a span, .dark #mainMenu nav > ul > li.dropdown:before, .dark #mainMenu nav > ul > li > a {
  color: #fff
}
 #header.dark .header-inner, .dark #header .header-inner, .dark .mfp-bg, .dark .mfp-ready .modal, .youtube-background, [data-bg-parallax] {
  background-color: #181818
}
.bg-img-grad {
background-color: rgba(0,70,99,1.00)
}

.bg-dots-tint {
background-color: rgba(227,247,251,0.46)
}
.bg-charity {
  background-color: #89dbdb
}
.bg-privacy {
background-color: #004663
}

.bg-port {
  background-color: #000
}
#page-content:not(.no-sidebar) {
  padding: 40px 0;
  width: 100%
}
#content {
  overflow: hidden;
  padding: 60px 0
}
.content {
  padding-right: 25px;
  margin-bottom: 26px
}
.sidebar {
  padding-left: 25px
}
.sidebar .content {
  padding-right: 25px;
  padding-left: 15px
}
.sidebar .sidebar {
  padding-left: 25px;
  padding-right: 15px
}
.grid-layout {
  overflow: hidden;
  margin-bottom: -2px !important
}
.grid-layout > * {
  opacity: 0;
  transition: opacity .5s
}
.grid-layout .grid-loader {
  transition: opacity .1s;
  opacity: 1;
  z-index: -1
}
#scrollTop:active:before, .btn:not(.close):not(.mfp-close).btn-slide:hover > span, .carousel-indicators .active, .grid-layout.grid-loaded > *, .html5vid.video-loaded, .icon[data-animate], .img-loaded, .inspiro-slider.flickity-enabled, .lazy.img-loaded, .mfp-arrow:focus, .mfp-arrow:hover, .mfp-close:focus, .mfp-close:hover, .portfolio-item.no-overlay:hover .portfolio-description p, .portfolio-item.no-overlay:hover .portfolio-description span, .portfolio-item:not(.no-overlay):hover .portfolio-description p, .portfolio-item:not(.no-overlay):hover .portfolio-description span, .visible, [data-animate].visible, a.btn:not([href]):not([tabindex]).btn-slide:hover > span, button.btn.btn-slide:hover > span {
  opacity: 1
}
.carousel:hover .flickity-button.next.disabled, .carousel:hover .flickity-button.previous.disabled, .fade:not(.show), .flickity-button.next.disabled, .flickity-button.previous.disabled, .grid-layout.grid-loaded .grid-loader, .inspiro-slider .slide-captions > *, .inspiro-slider:hover .flickity-button.next.disabled, .inspiro-slider:hover .flickity-button.previous.disabled, .mfp-zoom-out.mfp-removing.mfp-bg, .modal-backdrop.fade, .portfolio-item.revert:hover .portfolio-slider .flickity-viewport:after, [data-animate], [data-bg-image].bg-loaded::before {
  opacity: 0
}
.grid-layout, .portfolio, .posts {
  display: block;
  clear: both;
  padding: 0
}
 .portfolio-3-columns .portfolio-item, .post-3-columns .post-item {
  width: 33.333333333%
}
 .portfolio-2-columns .portfolio-item {
  width: 50%
}
 .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item.large-width {
  width: 66.6666666666%
}
@media (max-width:992px) {
  body .body-inner {
    width: 100%;
    margin-top: -22px
  }
  .container, body .container-wide {
    padding: 0 30px
  }
  .content, .sidebar {
    padding-right: 15px;
    padding-left: 15px
  }
  .content, .sidebar {
    width: 100% !important
  }
   .sidebar:before {
    right: 0;
    border-right-width: 0;
    border-left-width: 0;
    left: 0
  }
  .sidebar .widgets {
    float: left
  }
  #page-content {
    padding: 20px 0
  }
   .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-3-columns .post-item {
    width: 50%
  }
   .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item.large-width {
    width: 100%
  }
}
@media (max-width:768px) {
   .portfolio-2-columns .portfolio-item, .portfolio-3-columns .portfolio-item, .post-3-columns .post-item {
    width: 50%
  }
   .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item.large-width {
    width: 100%
  }
}
@media (max-width:576px) {
  
  .overlay {
top: 0;
left: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: rgba(0, 0, 0, 0);
z-index: 2;
text-align: center;
padding: 80px
}
   .portfolio-2-columns .portfolio-item, .portfolio-2-columns .portfolio-item.large-width, .portfolio-3-columns .portfolio-item, .portfolio-3-columns .portfolio-item.large-width, .post-3-columns .post-item, .post-3-columns .post-item.large-width {
    width: 100%
  }
}
 .post-item img {
width: 100%;
height: auto;
padding-left: 0px;
}
#showMore p, .infinite-scroll-message p, .mfp-figure figure, .plan .button {
  margin: 0
}
#mainMenu nav > ul > li .dropdown-menu > li.current > a, #mainMenu nav > ul > li .dropdown-menu > li.current > span, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span, #mainMenu nav > ul > li .dropdown-menu > li:active > a, #mainMenu nav > ul > li .dropdown-menu > li:active > span, #mainMenu nav > ul > li .dropdown-menu > li:focus > a, #mainMenu nav > ul > li .dropdown-menu > li:focus > span, #mainMenu nav > ul > li .dropdown-menu > li:hover > a, #mainMenu nav > ul > li .dropdown-menu > li:hover > span {
  color: #2250fc
}
 #header.dark[data-transparent=true]:not(.sticky-active) .header-inner, .dark #header[data-transparent=true]:not(.sticky-active) .header-inner {
  background-color: transparent
}
 .icon-box.effect.dark .icon i:hover, .icon-box.effect.dark:hover .icon i {
  background-color: #2250fc
}
.grid-active-title {
  font-size: 3rem;
  font-weight: 100;
  opacity: .1;
  position: absolute;
  right: 0;
  top: -6px
}
.content .grid-active-title {
  font-size: 2.625rem
}
 #header .header-inner #logo a [class*=logo-default], #header .header-inner #logo a > img, #header.dark .header-inner #logo a [class*=logo-], #header.dark .header-inner #logo a > img, .collapse:not(.show), .dark #header .header-inner #logo a [class*=logo-], .dark #header .header-inner #logo a > img, .hidden, .mfp-align-top .mfp-container:before, .mfp-loading.mfp-figure, .p-countdown .p-countdown-show, .portfolio-item.no-overlay .portfolio-image:after, .portfolio-item.no-overlay .portfolio-slider .flickity-viewport:after, template {
  display: none
}
#showMore, .infinite-scroll-message {
  height: 80px;
  padding-top: 36px;
  text-align: center
}
.grid-loader, .grid-loader:after, .grid-loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute
}

.grid-loader {
  -webkit-animation: 1.8s ease-in-out -.16s infinite load7;
  animation: 1.8s ease-in-out -.16s infinite load7;
  top: 60px;
  left: 48%;
  color: #dadada;
  font-size: 0.375rem;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.grid-loader:after, .grid-loader:before {
  -webkit-animation: 1.8s ease-in-out infinite load7;
  animation: 1.8s ease-in-out infinite load7;
  content: '';
  top: 0
}
.grid-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.grid-loader:after {
  left: 3.5em
}
@-webkit-keyframes load7 {
  0%, 100%, 80% {
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    box-shadow: 0 2.5em 0 0
  }
}
@keyframes load7 {
  0%, 100%, 80% {
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    box-shadow: 0 2.5em 0 0
  }
}
 .social-icons li {
  float: left;
  list-style: none
}
 strong {
  font-weight: 600
}
 #header[data-fullwidth=true] .header-inner .container {
  max-width: 100%;
  padding: 0 30px
}
  .text-light {
  color: #fff !important
}
 .mainMenu-open #header .header-inner {
  background-color: rgba(255, 255, 255, .4);
  height: 100vh;
  width: 100%;
  box-shadow: inset 0 4px 10px #000
}
#mainMenu:not(.menu-overlay) {
  max-height: 0;
  clear: both;
  display: block;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
}
#search .btn-search-close {
  transform: scale3d(.8, .8, 1);
  transition: opacity .5s, transform .5s
}
#logo1 {
  position: absolute !important;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 4px
}
#header #logo2 {
width: 100%;
left: 0;
right: 0;
text-align: center;
margin-bottom: 0;
padding-left: 4px;
padding-top: 0;
position: absolute;
margin-top: 60px;
color: rgba(41,41,41,1.00);
font-size: 0.9375rem;
font-weight: 400;
}
#logo2b {
width: 100%;
right: 0;
text-align: center;
margin-bottom: 0;
padding-left: 8px;
position: absolute;
margin-top: -9px;
font-size: 1rem;
font-weight: 400;
}
#header {
  position: relative;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  background-color: rgba(255, 255, 255, .15);
  -webkit-box-shadow: 0 .125pt 5px rgba(255, 255, 255, .7);
  box-shadow: 0 .125pt 5px rgba(255, 255, 255, .7);
  margin-top: 20px
}
#header .container {
  position: relative;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px)
}
 #header .header-inner {
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .3);
  z-index: 198
}
 #header .header-inner #logo {
  float: left;
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
  transition: .4s ease-in-out
}
 #header .header-inner #logo a > img {
  vertical-align: inherit;
  transition: .4s ease-in-out;
  width: auto;
  padding-top: 10px;
  margin-top: 11px
}
 #header .header-inner #logo a .logo-responsive {
  display: block;
  padding-top: 1px
}
 #header .header-inner #logo a, #header .header-inner #logo a span {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  color: #1f1f1f;
  font-weight: 800;
  letter-spacing: 1.5px
}
#header.header-modern:not(.header-active) {
  margin: 40px auto 0;
  width: 1200px
}
 #header.header-modern:not(.header-active) .header-inner {
  border-radius: 4px
}
 #header.header-modern:not(.header-active) + #slider, #header.header-modern:not(.header-active) + .fullscreen, #header.header-modern:not(.header-active) + .halfscreen, #header.header-modern:not(.header-active) + .inspiro-slider {
  top: -130px;
  margin-bottom: -130px
}
 .lines::after {
  top: -6px
}
 #header[data-transparent=true] + #slider, #header[data-transparent=true] + .fullscreen, #header[data-transparent=true] + .halfscreen, #header[data-transparent=true] + .inspiro-slider {
  top: -80px;
  margin-bottom: -80px
}
 #mainMenu nav, .header-logo-center #mainMenu nav > ul:last-child {
  float: right
}
 .header-logo-center #mainMenu nav > ul:first-child {
  float: left
}
 #header[data-transparent=true]:not(.sticky-active) .header-inner, #header[data-transparent=true]:not(.sticky-active).dark .header-inner {
  background-color: rgba(255, 255, 255, .62);
  border-bottom-width: 0
}
 #header.header-sticky .header-inner {
  transition: top .8s ease-in-out;
  top: -140px
}
 #header.header-sticky.sticky-active .header-inner {
  box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  width: 100%
}
 #header.dark .header-inner #logo a .logo-dark, .block, .dark #header .header-inner #logo a .logo-dark, .form-group > label, .header-logo-center #logo > a, article, figcaption, figure, header, nav, section, ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block
}
 #header.dark .header-inner .lines, #header.dark .header-inner .lines:after, #header.dark .header-inner .lines:before, .dark #header .header-inner .lines, .dark #header .header-inner .lines:after, .dark #header .header-inner .lines:before {
  background-color: #fff
}
 #search, sticky-footer {
  position: fixed
}
#mainMenu {
  padding-right: 30px;
  padding-left: 30px;
  display: block
}
#mainMenu > .container {
  padding: 0 !important
}
#mainMenu [class*=col-lg-] {
  line-height: 24px !important
}
#mainMenu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0
}
#mainMenu nav > ul > li {
  float: left;
  border: 0;
  margin-left: 6px;
  position: relative
}
#mainMenu nav > ul > li > a {
position: relative;
font-family: Poppins, sans-serif;
padding: 10px 12px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: .6px;
border-radius: 0;
border: 0 solid transparent;
transition: .3s;
line-height: normal
}
#mainMenu nav > ul > li > a > i {
  margin-left: 2px;
  margin-right: 6px;
  min-width: 14px;
  font-size: 1rem
}
#mainMenu nav > ul > li > a:after, #mainMenu nav > ul > li > a:before {
  transition: .3s
}
#mainMenu nav > ul > li.dropdown:before {
  content: "\e930";
  transform: rotate(90deg);
  font-family: inspiro-icons;
  opacity: .6;
  position: absolute;
  right: 16px;
  color: #262626;
  font-size: 0.875rem;
  display: none
}
#mainMenu nav > ul > li .dropdown-arrow {
  display: none;
  height: 40px;
  width: 50px;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 0;
  cursor: pointer
}
#mainMenu nav > ul > li .dropdown-menu {
  background-position: right bottom;
  background-repeat: no-repeat;
  min-width: 230px;
  top: auto;
  background-color: #fff;
  border: 0 solid #eee;
  color: #000;
  border-width: 1px !important;
  left: auto;
  margin: -6px 0 0;
  border-radius: 4px;
  box-shadow: 0 33px 32px rgba(0, 0, 0, .1);
  padding: 10px;
  display: none;
  position: absolute
}
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, #mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span {
  font-size: 0.75rem;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  color: #444;
  font-family: Poppins, sans-serif;
  padding: 12px 20px 12px 18px;
  display: block;
  transition: .3s
}
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover {
  background-color: transparent;
  color: #2250fc;
  cursor: pointer
}
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a > i, #mainMenu nav > ul > li .dropdown-menu > li > a > i, #mainMenu nav > ul > li .dropdown-menu > li > span > i {
  margin-left: -4px;
  margin-right: 6px;
  min-width: 14px
}
#mainMenu nav > ul > li .dropdown-menu.menu-last, .dropdown-menu-right {
  right: 0;
  left: auto
}
#mainMenu nav > ul > li.mega-menu-item {
  position: static
}
#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 1140px;
  transition-duration: .3s !important
}
 .carousel .portfolio-item, .inspiro-slider .portfolio-item {
  padding-bottom: 0
}
#mainMenu nav > ul > li .dropdown-submenu:before {
  line-height: 40px;
  content: "\e930";
  font-family: inspiro-icons;
  opacity: .6;
  position: absolute;
  right: 16px;
  color: #262626;
  font-size: 1rem;
  transition: .2s
}
 body, p {
  font-family: Poppins, sans-serif
}
#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
  margin-left: -6px;
  left: 100%;
  top: -1px;
  z-index: 1
}
#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu.menu-invert {
  right: 100%;
  left: auto
}
#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover:before {
  right: 12px
}
#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover > ul, #mainMenu nav > ul > li:not(.hover-active):hover > ul {
  display: block;
  animation: .3s fade-in-out
}
#mainMenu nav > ul > li:last-child, .input-group-append .btn i, .input-group-append button i {
  margin-right: 0
}
#mainMenu nav > ul > a.btn {
  margin-top: 4px
}
#mainMenu nav > ul li ul {
  list-style: none;
  padding: 0
}
.bullets, ul.bullets {
  list-style: inside;
  font-family: var(--bpmd-serif)
}
 .icon-box.square.border:hover > .icon i {
  line-height: 64px
}
 .btn:not(.close):not(.mfp-close) + .btn, a.btn:not([href]):not([tabindex]) + .btn, button.btn + .btn {
  margin-left: 4px
}
 .dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
#mainMenu.menu-onclick nav > ul > li .dropdown-submenu:hover > ul, #mainMenu.menu-onclick nav > ul > li:hover:not(.hover-active) > ul {
  opacity: 0 !important;
  visibility: hidden !important;
  display: inherit !important
}
#mainMenu.menu-onclick nav > ul > li .hover-active.dropdown-submenu > ul, #mainMenu.menu-onclick nav > ul > li.hover-active > ul {
  opacity: 1 !important;
  visibility: visible !important;
  display: block
}
.header-logo-center #logo {
  position: absolute !important;
  margin: 0
}
.header-logo-center #mainMenu nav {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1
}
.header-logo-center #mainMenu nav > ul {
  z-index: 198
}
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover, #mainMenu.dark nav > ul > li .dropdown-menu > li.current > a, #mainMenu.dark nav > ul > li .dropdown-menu > li.current > span, #mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:active > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:active > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:focus > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:focus > span, #mainMenu.dark nav > ul > li .dropdown-menu > li:hover > a, #mainMenu.dark nav > ul > li .dropdown-menu > li:hover > span, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:active, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li > a:hover, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:active, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:focus, #mainMenu.dark nav > ul > li .dropdown-menu > li > span:hover, #mainMenu.dark nav > ul > li .dropdown-submenu.current > a, #mainMenu.dark nav > ul > li .dropdown-submenu.current > span, #mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > a, #mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > span, #mainMenu.dark nav > ul > li .dropdown-submenu:active > a, #mainMenu.dark nav > ul > li .dropdown-submenu:active > span, #mainMenu.dark nav > ul > li .dropdown-submenu:focus > a, #mainMenu.dark nav > ul > li .dropdown-submenu:focus > span, #mainMenu.dark nav > ul > li .dropdown-submenu:hover > a, #mainMenu.dark nav > ul > li .dropdown-submenu:hover > span, #mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:active, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:focus, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:hover, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > span {
  color: #e2e2e2
}
#mainMenu.dark nav > ul > li .dropdown-menu, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu {
  background-color: #181818;
  border-color: #272727
}
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, #mainMenu.dark nav > ul > li .dropdown-menu > li > a, #mainMenu.dark nav > ul > li .dropdown-menu > li > span, #mainMenu.dark nav > ul > li .dropdown-submenu:before, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span, .dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:before {
  color: #9896a6
}
 .flickity-button svg, [hidden], div.icon-box:before {
  display: none !important
}
 .accordion .ac-item .ac-content {
  padding-top: 12px
}
#mainMenu-trigger {
  position: absolute;
  opacity: 1;
  visibility: visible;
  height: 80px;
  z-index: 1;
  float: left
}
#mainMenu-trigger button {
  background: 0 0;
  border: 0;
  padding: 0
}
#mainMenu-trigger button:focus, .flickity-enabled:focus, .lines-button:focus, .lines-button:hover {
  outline: 0
}
#mainMenu-trigger button i {
  font-size: 1.0625rem
}
@media (max-width:4024px) {
  #mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible
  }
  #mainMenu:not(.menu-overlay) > .container {
    text-align: left !important;
    width: 100%;
    max-width: 100%
  }
  #mainMenu:not(.menu-overlay) nav {
    line-height: 40px;
    float: none;
    width: 100%;
    padding-bottom: 20px;
    transition: 1.3s;
    opacity: 0;
    transform: translateY(-18px);
    background-color: transparent;
    text-align: left
  }
  #mainMenu:not(.menu-overlay) nav > ul {
    float: none;
    width: 100%
  }
  #mainMenu:not(.menu-overlay) nav > ul > li {
font-size: 1.0625rem;
padding: 0;
margin: 0;
clear: both;
float: none;
display: block;
border: 0
  }
  #mainMenu:not(.menu-overlay) nav > ul > li > a {
    display: block;
    padding: 12px 0 7px;
    font-size: 1.125rem;
    border: 0;
    border-radius: 0
  }
  #mainMenu:not(.menu-overlay) nav > ul > li > a:after {
    display: none
  }
  #mainMenu:not(.menu-overlay) nav > ul > li.dropdown:before {
    right: 14px;
    display: block
  }
  #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-arrow {
    display: inline
  }
  #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu {
    background-image: none !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
    position: static;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0 !important;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0 16px
  }
  #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a, #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a, #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span {
    line-height: 16px;
    font-size: 0.875rem;
    padding: 12px 0;
    display: block
  }
  #mainMenu:not(.menu-overlay) nav > ul li > .dropdown-menu > .dropdown-submenu, #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-submenu, #mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item {
    position: relative
  }
  #mainMenu:not(.menu-overlay) nav > ul > li .dropdown-submenu:before {
    right: 0;
    top: 0;
    font-size: 1rem
  }
  #mainMenu:not(.menu-overlay) nav > ul li > .dropdown-menu {
    border: 0;
    background-color: transparent;
    display: block
  }
  #mainMenu:not(.menu-overlay) nav > ul li > .dropdown-menu > .dropdown-submenu:before {
    right: 0;
    transform: rotate(90deg);
    font-size: 1rem
  }
  #mainMenu:not(.menu-overlay) nav > ul li.hover-active > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 3000px
  }
  #mainMenu:not(.menu-overlay) nav > ul [class*=col-lg] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: 100%;
    padding: 0;
    margin: 0
  }
  #mainMenu:not(.menu-overlay).menu-animate nav {
    opacity: 1;
    transform: translateY(0)
  }
  .mainMenu-open #header #mainMenu {
    width: calc(100% + 14px);
    display: block;
    opacity: 1;
    overflow-y: scroll
  }
   .mainMenu-open #header:not(.submenu-light).dark .header-inner, .mainMenu-open.dark #header .header-inner {
    background-color: #181818 !important
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
 .list a, .p-dropdown a:not(.btn), .portfolio-item a:not(.btn), .product a:not(.btn), .widget a, a[data-toggle] {
  color: #484848
}
 .toggle-item i:nth-of-type(2), .toggle-item.toggle-active i:first-of-type {
  visibility: hidden;
  position: absolute
}
 .toggle-item.toggle-active i:nth-of-type(2) {
  visibility: visible;
  position: relative
}
  ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
#search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  line-height: normal;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s
}
#search .btn-search-close {
  font-size: 2em;
  position: absolute;
  top: 20px;
  right: 30px;
  display: none;
  padding: 12px;
  line-height: 12px;
  background-color: #2250fc;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  opacity: 0
}
body.search-open #search {
  z-index: 201;
  pointer-events: auto;
  opacity: 1
}
body.search-open #search .btn-search-close {
  display: block;
  opacity: 1;
  transform: scale3d(1, 1, 1)
}
 .widget .flickity-page-dots, .widget p {
  margin-bottom: 20px
}
 .accordion.dark .ac-item .ac-content, .accordion.dark .ac-item .ac-content p, .accordion.dark .ac-item .ac-title, .dark .social-icons li a, .dark .widget > h4, .inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .p-progress-bar .progress-type, .p-progress-bar-container.transparent.title-up .progress-bar .progress-number, .p-progress-bar-container.transparent.title-up .progress-bar .progress-title, .p-progress-bar-container.transparent.title-up .progress-bar .progress-type, .portfolio-item .portfolio-description h3, .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span {
  color: #fff
}
@media all and (max-width:768px) {
  html {
    font-size: 81.25%
  }
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #484848;
width: auto;
letter-spacing: normal;
height: auto;
background-color: rgba(227,247,251,1.00);
}
@media all and (max-width:768px) {
  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em
  }
}

.bullets {
margin-left: 16px;
font-size: 1.25rem;
font-weight: 300;
line-height: 1.8rem; 

}


.dropdown-menu, .flickity-page-dots, .list, .nav {
  list-style: none
}
a:not(.btn):not(.badge):active, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):hover {
  text-decoration: none;
  outline: 0
}
 .x, a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
  width: auto
}
a:visited {
color: rgba(0,48,65,0.49)
}
a:hover {
  color: #004663
}
a:active {
  color: #004663
}
.inspiro-slider {
  width: 100%;
  height: 72vh;
  overflow: hidden;
  transition: opacity .3s;
  min-height: 100%
}
.fullscreen {
  display: flex;
  min-height: 100vh
}
.inspiro-slider.slider-halfscreen {
  height: 72vh
}
.inspiro-slider.slider-fullscreen {
  height: 100vh
}
.inspiro-slider.is-fade .slide {
  opacity: 0 !important;
  transition: opacity .5s !important
}
.inspiro-slider.is-fade .slide.is-selected {
  opacity: 1 !important
}
.inspiro-slider .slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
  z-index: 1;
  display: flex !important
}
.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
  padding-top: 160px;
  padding-bottom: 100px
}
.inspiro-slider .slide .slide-captions {
  position: relative;
  text-align: center
}
.inspiro-slider .slide .slide-captions h2 {
  margin-bottom: 30px;
  color: #fff
}
.inspiro-slider .slide .slide-captions .strong {
  color: #fff;
  display: block;
  font-size: 0.75rem !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase
}
.inspiro-slider .slide .slide-captions .strong::after {
  border-top: 3px solid #fff;
  content: "";
  display: block;
  margin-bottom: 0;
  margin-top: 8px;
  width: 26px
}
.inspiro-slider .slide .slide-captions > p {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 200;
  margin-bottom: 40px;
  line-height: 60px
}
.inspiro-slider .slide .slide-captions .text-dark.strong::after, .inspiro-slider .slide .slide-captions.text-dark .strong::after {
  border-top-color: #111
}
.inspiro-slider .slide .slide-captions.text-left .strong::after {
  margin-left: 0;
  margin-right: auto
}
.inspiro-slider .slide .slide-captions.text-center .strong::after {
  margin-left: auto;
  margin-right: auto
}
.inspiro-slider .slide .slide-captions.text-right .strong::after {
  margin-left: auto;
  margin-right: 0
}
.inspiro-slider .slide .slide-captions img {
  width: inherit !important
}
 .inspiro-slider .slide.is-selected, .polo-carousel-item.is-selected {
  z-index: 2
}
#slider, .portfolio-item .flickity-viewport, .portfolio-item .portfolio-image, .portfolio-item .portfolio-item-wrap, .portfolio-item.no-overlay .portfolio-image {
  position: relative;
  overflow: hidden
}
.inspiro-slider .flickity-button {
  width: 78px;
  height: 78px;
  line-height: 78px;
  background: 0 0;
  color: rgba(255, 255, 255, .53);
  box-shadow: none;
  padding: 0
}
 #scrollTop, .background-image {
  background-repeat: no-repeat
}
.inspiro-slider .flickity-button::before {
  line-height: 78px;
  font-size: 1.75rem;
  color: rgba(255, 255, 255, .53)
}
.inspiro-slider .flickity-page-dots {
  bottom: 30px
}
 .inspiro-slider .flickity-page-dots .dot {
  box-shadow: inset 0 0 0 2px #fff
}
 .inspiro-slider .flickity-page-dots .dot:after {
  background-color: #fff;
  box-shadow: 0 0 1px #fff
}
#slider {
  width: 100%;
  padding: 0;
  z-index: 197
}
.flickity-page-dots .dot.is-selected:after, .polo-carousel-item img {
  height: 100%
}
.fullscreen {
  width: 100%;
  overflow: hidden;
  -webkit-box-align: top !important;
  -ms-flex-align: top !important;
  align-items: top !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .93) 0, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, .91) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0, 0, 0, .93) 0, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, .91) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, .93) 0, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, .91) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .93) 0, rgba(0, 0, 0, 0) 52.28%, rgba(0, 0, 0, .91) 100%)
}
@media (min-width:767px) {
  .desktop {
    display: block
  }
  .mobile {
    display: none
  }
}
.fullscreen .container, .fullscreen .container-wide {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px
}
.halfscreen {
width: 100%;
height: 50%;
overflow: hidden;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 50vh
}

.halfscreen {
  position: relative; /* needed so the overlay positions relative to this section, not the page */
}

.halfscreen-overlay {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 80%;   /* scales down on smaller screens instead of overflowing */
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .halfscreen-overlay {
    top: 50%;         /* re-center vertically if mobile layout is shorter/taller */
    max-width: 90%;   /* wider proportion of screen on mobile since there's less width overall */
    width: 500px;     /* optional: cap the raw pixel size so it doesn't look oversized on small phones */
  }
}


.halfscreen .container, .halfscreen .container-wide {
  margin-top: 2%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
 .portfolio-item {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 0 20px;
  cursor: pointer
}
 .portfolio-item .portfolio-item-wrap > a {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: absolute
}
 .portfolio-item .flickity-viewport:after, .portfolio-item .portfolio-image:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  transition: .3s;
  opacity: 0;
  content: ' ';
  z-index: 2
}
 .portfolio-item .flickity-viewport img, .portfolio-item .portfolio-image img {
  position: relative;
  transition: .5s ease-out;
  width: 100%;
  z-index: 1;
  display: block;
  height: auto
}
 .portfolio-item .portfolio-slider .flickity-page-dots {
  bottom: 30px;
  margin-bottom: 0 !important;
  margin-top: 0 !important
}
 .post-item .post-video iframe, .post-item .post-video video {
  width: 100%;
  background-color: rgba(0, 0, 0, 0)
}
 .portfolio-item .portfolio-description {
  left: 0;
  margin: -10px auto 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  visibility: hidden;
  width: 70%;
  z-index: 3
}
 .portfolio-item .portfolio-description h3 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 4px
}
 .portfolio-item .portfolio-description a {
  margin: 3px
}
 .icon-box.process .icon, .icon-box.process.small .icon, .portfolio-item .portfolio-description a.btn {
  margin-top: 10px
}
 .portfolio-item .portfolio-description a i {
  background-color: #fff;
  color: #484848;
  border-radius: 50%;
  font-size: 1.125rem;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  transition: 250ms ease-in-out;
  border: 1px solid #ededed
}
 .portfolio-item .portfolio-description a:hover i {
  background-color: #7a7a7a;
  color: #fff;
  border: 1px solid #7a7a7a
}
 .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span {
  opacity: 0;
  transition: .8s 0.1s;
  margin-bottom: 0;
  padding-bottom: 0
}
 .portfolio-item .portfolio-description a > i {
  font-size: 0.875rem !important
}
 .portfolio-item:not(.no-overlay):hover .portfolio-image:after, .portfolio-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after {
  opacity: .2
}
.carousel.carousel-loaded, .p-dropdown.dropdown-active .title:before, .p-dropdown:hover .title:before, .portfolio-item.no-overlay:hover .portfolio-description, .portfolio-item:not(.no-overlay):hover .portfolio-description {
  opacity: 1;
  visibility: visible
}
 .portfolio-item.no-overlay:hover .portfolio-description h3, .portfolio-item:not(.no-overlay):hover .portfolio-description h3 {
  transform: translateY(0)
}
#scrollTop:hover:after {
  transform: scale(1)
}
.disabled .btn {
  opacity: .3
}
 a.btn.disabled, a.close.disabled {
  pointer-events: none
}
 .tooltip.show {
  opacity: .9
}
 .portfolio-item.no-overlay .portfolio-description {
  opacity: 1;
  position: relative;
  visibility: inherit;
  width: 100%;
  padding: 10px 6px 6px
}
 .portfolio-item.no-overlay .portfolio-description h3 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  text-transform: uppercase
}
 .portfolio-item.no-overlay .portfolio-description span {
  color: #484848;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  opacity: 1
}
 .portfolio-item.no-overlay .portfolio-description p {
  color: #484848;
  font-weight: 500;
  font-size: 0.875rem;
  opacity: 1
}
 .modal-backdrop.show, .portfolio-item.revert .portfolio-slider .flickity-viewport:after {
  opacity: .5
}
 .portfolio-item.outline .portfolio-item-wrap {
  border: 1px solid #ebebeb;
  padding: 1px
}
 .portfolio-slider.outline {
  border: 3px solid #fff
}
 .list ul, .mfp-ie7 .mfp-container, .mfp-ie7 .mfp-img, .p-progress-bar-container.medium .p-progress-bar, .p-progress-bar-container.medium .progress-bar, .p-progress-bar-container.small .p-progress-bar, .p-progress-bar-container.small .progress-bar {
  padding: 0
}
.post-item {
  float: left;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0
}
.post-item li {
font-weight: 600;
margin-left: 17px
}
.post-item .post-item-wrap {
  background-color: transparent;
  position: relative
}
 .post-item .post-video {
  margin: 0;
  position: relative;
  padding: 0
}
.post-item .post-item-description {
padding-right: 10px;
padding-left: 10px;
height: auto
}
.border, .post-item.border {
  border-left: 1px dotted #a3a3a3
}
.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
  margin-bottom: 16px;
  color: #444
}
 input[type=color]:focus {
  box-shadow: none
}
.post-item.border .post-item-wrap > .post-item-description {
  padding-right: 24px;
  padding-left: 24px;
  width: 100% !important
}
.post-content {
  clear: both;
  display: block;
  padding: 0 40px 0 0
}
.sidebar > h3:nth-of-type(2) {
  margin-top: 17px
}
@media (max-width:992px) {
   .grid-active-title, .mainMenu-open #header #logo [class*=logo-default] {
    display: none
  }
  #header #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important
  }
  #header #logo > a {
    display: inline-block
  }
  #header #logo > a img {
    padding-bottom: 6px;
    border-bottom-width: medium
  }
  #header #logo .logo-responsive, .mainMenu-open #header #logo .logo-default {
    display: block
  }
  #header.header-modern {
    margin: 0 !important;
    width: 100% !important
  }
   #header.header-modern .header-inner {
    border-radius: 0 !important
  }
  #search .btn-search-close {
    font-size: 1em;
    padding: 8px;
    line-height: 8px
  }
  .inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 {
    color: #fff
  }
  .inspiro-slider .flickity-button:hover {
    background-color: transparent
  }
  .inspiro-slider .flickity-button.next, .inspiro-slider .flickity-button.next:hover {
    right: -5px !important;
    opacity: 1
  }
  .inspiro-slider .flickity-button.previous, .inspiro-slider .flickity-button.previous:hover {
    left: -5px !important;
    opacity: 1
  }
  .inspiro-slider .container {
    padding-left: 40px;
    padding-right: 40px
  }
  .inspiro-slider .slide .slide-captions {
    text-align: center;
    position: relative
  }
  .inspiro-slider .slide .slide-captions .strong::after {
    margin-left: auto;
    margin-right: auto
  }
  .inspiro-slider .slide .container, .inspiro-slider .slide .container-wide {
    padding-top: 160px;
    padding-bottom: 100px
  }
  .inspiro-slider .slide .slide-captions > p {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 26px
  }
}
.accordion .ac-item .ac-content > p:last-child {
  margin-bottom: 6px
}
@media (max-width:768px) {
  .desktop {
    display: none
  }
  .mobile {
    display: block
  }
  .mobile {
    margin-top: -15px;
    width: 100%
  }
}
.product {
  margin-bottom: 40px;
  position: relative;
  display: block
}
.ajax-quick-view .product {
  margin-bottom: 0;
  margin-top: 20px
}
sticky-footer {
  bottom: 0;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  z-index: -200
}
.marginbottom {
  margin-bottom: 440px
}
@media (max-width:576px) {
  .marginbottom {
    margin-bottom: 440px
  }
}

@media (max-width:768px)and (min-width:576px) {
  .marginbottom {
    margin-bottom: 320px
  }
}
 .far {
  font-weight: 400
}
 .dark .table, .table.dark {
  color: #999
}
.widget {
  margin-bottom: 30px;
  position: relative
}
 .widget > h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px
}
.widget:after, .widget:before {
  clear: both;
  content: " ";
  display: table
}
.sidebar .widget {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px
}
.sidebar .widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.sidebar .widget #testimonials .testimonial-item > img {
  border-radius: 50%;
  display: block;
  float: none;
  height: 50px !important;
  margin: 0 auto 20px;
  width: 50px !important
}
 select.form-control:not([size]):not([multiple]) {
  height: 40px
}
.form-control.error {
  border-color: #e42c3e
}
#widget-contact-form {
  clear: left
}
 .text-left {
  text-align: left
}
.lazy {
  opacity: 0;
  transition: opacity 3s ease-in
}
.item-link {
  text-transform: uppercase !important;
  font-weight: 400
}
.item-link i {
  position: relative;
  right: 0;
  transition: right .3s
}
.item-link:hover {
  color: #8a0000
}
.item-link:hover i {
  right: -6px
}
.background-image {
  background-position: center center;
  background-size: cover
}
#scrollTop {
z-index: -1;
opacity: 0;
position: fixed;
text-align: center;
line-height: 12px !important;
right: 26px;
bottom: 0;
color: #fff;
cursor: pointer;
border-radius: 100px;
height: 40px;
width: 40px;
background-position: center;
transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
background-color: var(--bpmd-teal) !important;
overflow: hidden
}
#scrollTop i {
  line-height: 39px !important;
  width: 39px !important;
  height: 39px !important;
  font-size: 1rem !important;
  top: 0 !important;
  left: 0 !important;
  text-align: center !important;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 48, 65, .57) !important;
  transform: translate(0, 0);
  transition: transform .2s
}
#scrollTop:hover {
  transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color 50ms linear .25s
}
#scrollTop:hover i {
  transform: translate(0, -39px) !important;
  background-color: rgba(0, 48, 65, .59)
}
#scrollTop:after, #scrollTop:before {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0);
  transition: .3s cubic-bezier(.55, 0, .1, 1);
  border-radius: 100px
}
#scrollTop:before {
  background-color: rgba(255, 255, 255, .25);
  transform: scale(1);
  transition: .5s cubic-bezier(.165, .84, .44, 1);
  opacity: 0;
  z-index: 2
}
.figure, .text-center.social-icons ul, [class^=icon], output {
  display: inline-block
}
 a > code, legend, pre code {
  color: inherit
}
.morphext > .animated {
  display: inline-block;
  opacity: 1
}
.lines-button {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: .3s;
  user-select: none;
  width: 16px;
  background: 0 0;
  outline: 0
}
.lines, .lines::after, .lines::before {
  height: 2px;
  width: 32px;
  transition: .3s;
  box-shadow: 0 0 8px rgba(255, 255, 255, .6)
}
.lines-button > * {
  display: block;
  background-color: #8a0000
}
.lines-button::-moz-focus-inner {
  border: 0
}
.lines {
  display: inline-block;
  border-radius: 4px;
  position: relative;
  top: -4px
}
 iframe {
  display: block;
  position: relative
}
.lines::after, .lines::before {
  display: inline-block;
  border-radius: 4px;
  content: '';
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center
}
.lines::before {
  top: 6px
}
.lines, .lines:after, .lines:before {
  background-color: var(--bpmd-teal);
  border-bottom-width: medium;
  opacity: 1
}
.toggle-active .lines {
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8)
}
 .p-progress-bar-container.transparent, .x.toggle-active .lines {
  background: 0 0 !important
}
.x.toggle-active .lines::after, .x.toggle-active .lines::before {
  transform-origin: 50% 50%;
  top: 0;
  width: 32px
}
.x.toggle-active .lines::before {
  transform: rotate3d(0, 0, 1, 45deg)
}
.x.toggle-active .lines::after {
  transform: rotate3d(0, 0, 1, -45deg)
}
iframe {
  margin: 0 auto;
  width: 100%;
  height: 0
}
.p-dropdown {
  float: left;
  font-size: 0.8125rem;
  font-weight: 400;
  position: relative
}
.p-dropdown .btn, .p-dropdown .title {
  padding-bottom: 10px;
  cursor: pointer;
  overflow: unset !important
}
.p-dropdown .btn:before {
  top: 30px;
  right: 5px
}
 .table th {
  font-weight: 500
}
.accordion > .card, .modal-open {
  overflow: hidden
}
.text-right {
  text-align: right !important
}
 .left {
  float: left !important
}
 .right {
  float: right !important
}
.center {
  float: none !important;
  margin: 0 auto
}
.align-center {
  display: inline-flex;
  text-align: center
}
.border-box {
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 30px 30px 10px;
	background-color: rgba(255,255,255,0.68);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.m-b-20 {
  margin-bottom: 20px !important
}
.m-b-40 {
  margin-bottom: 40px !important
}
.m-b-60 {
  margin-bottom: 60px !important
}
.m-b-80 {
  margin-bottom: 80px !important
}
.m-b-100 {
  margin-bottom: 100px !important
}
.m-t-5 {
  margin-top: 5px !important
}
.m-t-10 {
  margin-top: 10px !important
}
.m-t-20 {
  margin-top: 20px !important
}
.m-t-60 {
  margin-top: 60px !important
}
.m-t-70 {
  margin-top: 70px !important
}
.m-t-80 {
  margin-top: 80px !important
}
.m-r-10 {
  margin-right: 10px !important
}
 .p-b-0 {
  padding-bottom: 0 !important
}
.p-30-percent {
padding-top: 15%;
padding-right: 30%;
padding-left: 30%
}
.p-20 {
  padding: 20px !important
}
.p-b-10 {
  padding-bottom: 10px !important
}
.p-b-15 {
  padding-bottom: 15px !important
}
.p-b-20 {
  padding-bottom: 20px !important
}
.p-b-30 {
  padding-bottom: 30px !important
}
.p-b-40 {
  padding-bottom: 40px !important
}
.p-b-50 {
  padding-bottom: 50px !important
}
.p-b-60 {
  padding-bottom: 60px !important
}
.p-b-80 {
  padding-bottom: 80px !important
}
.p-b-100 {
  padding-bottom: 100px !important
}
.p-t-10 {
  padding-top: 10px !important
}
.p-t-20 {
  padding-top: 20px !important
}
.p-t-30 {
  padding-top: 30px !important
}
.p-t-40 {
  padding-top: 40px !important
}
.p-t-50 {
  padding-top: 50px !important
}
.p-t-60 {
  padding-top: 60px !important
}
.p-t-80 {
  padding-top: 80px !important
}
.p-t-100 {
  padding-top: 100px !important
}
.p-t-150 {
  padding-top: 150px !important
}
.p-t-250 {
  padding-top: 250px !important
}
.p-r-15 {
  padding-right: 15px !important
}
.p-r-25 {
  padding-right: 25px !important
}
.p-l-15 {
  padding-left: 15px !important
}
.b-500 {
font-weight: 500;
}
.p-l-25 {
  padding-left: 25px !important
}
.line, .space {
  width: 100%;
  position: relative;
  clear: both
}
.line {
border-top: 1px solid #313131
}
.divider1 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 0px;
}

.line1 {
flex-grow: 1;
height: 0.5px; /* Adjust thickness */
background-color: #ACACAC; /* Adjust color */
max-width: 46%;
margin-top: 8px;
}

.logo-icon {
height: 30px; /* Adjust logo size */
width: auto; /* Prevents distortion */
margin-top: -5px;
margin-right: 8px;
margin-left: 8px;
margin-bottom: 0; /* Space between logo and lines */
}

@media (max-width:992px) {
  .widget {
    float: left;
    width: 100%
  }
  .sm-text-center, .text-sm-center {
    text-align: center !important
  }
  .sm-center {
    float: none !important;
    margin: 0 auto
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important
  }
}
.space {
  display: block;
  height: 60px
}
@media (max-width:768px) {
  .overlay p {
    font-size: 1rem
  }
  section {
    padding: 40px 0
  }
}
.progress .progress-bar {
  height: 4px;
  background-color: #a0d68d
}
.bootstrap-notify {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  z-index: 1500
}
.bootstrap-notify.alert .close {
  padding: 4px
}
.bootstrap-notify a, .bootstrap-notify a:hover, .bootstrap-notify a:visited {
  color: #fff !important;
  text-decoration: underline
}
.element-container {
  box-shadow: none;
  display: block !important;
  margin: unset !important;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  width: auto !important
}
 .mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8
}
 .icon-chevron-right:before {
  content: "\e930"
}
 i:not(.fa):not(.fab):not(.far):not(.fas) {
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-style: normal
}
 .social-icons ul {
  padding: 0;
  margin: 0
}
.accordion .ac-item {
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 5px;
  border-left: 1px solid #757575;
  border-right: 1px solid #e6e8eb;
  border-bottom: 1px solid #e6e8eb;
  border-top: 1px solid #e6e8eb
}
.accordion .ac-item .ac-title {
position: relative;
padding-right: 10px;
margin: 0;
cursor: pointer;
user-select: none;
color: var(--bpmd-teal);
font-weight: 700
}
.accordion .ac-item .ac-title:before {
  font-size: 1.125rem;
  content: "\e9be";
  font-family: inspiro-icons;
  right: 0;
  position: absolute
}
.accordion .ac-item .ac-title > i, .progress-title i {
  margin-right: 8px
}
.accordion .ac-item.ac-active .ac-title:before {
  content: "\e9a1"
}
.accordion.accordion-simple .ac-item {
  padding: 14px 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e8eb
}
.accordion.accordion-simple .ac-item:last-child, .icon-box.border:hover > .icon {
  border: 0
}
.accordion.dark .ac-item {
  background-color: #181818;
  border: 0
}
.alert {
  color: #fff;
  z-index: 9999
}
.alert span[data-notify=title] {
  display: block;
  font-weight: 700
}
.alert .close {
  color: #fff;
  font-weight: 300;
  padding: 12px 18px
}
.alert > p {
  padding-left: 54px
}
.alert [data-notify=progressbar] {
  height: 2px !important;
  margin-top: 8px
}
.avatar {
  flex-shrink: 0;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%
}
@media (min-width:992px) {
  body.modern .body-inner .container {
    max-width: 1500px
  }
  body.frame:after, body.frame:before {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: auto;
    height: 20px;
    z-index: 200;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
    left: 0;
    right: 0
  }
  body.frame:after {
    bottom: 0
  }
  body.frame .body-inner {
    padding: 20px
  }
  body.frame .body-inner:after, body.frame .body-inner:before {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: 20px;
    z-index: 200;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1);
    top: 20px;
    bottom: 20px;
    left: 0;
    right: auto
  }
  body.frame .body-inner:after {
    left: auto;
    right: 0;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1)
  }
  body.frame #scrollTop {
    right: 46px
  }
  #header[data-fullwidth=true] #mainMenu:not(.menu-left):not(.menu-center) nav > ul > li.mega-menu-item > .dropdown-menu {
    left: auto;
    right: 0
  }
}
.btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]), button.btn {
  font-family: Poppins, sans-serif;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  outline: 0;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
  border: thin solid var(--bpmd-teal);
  transition: .3s;
  margin-bottom: 6px;
  line-height: 14px;
  cursor: pointer;
  width: auto
}
.btn:not(.close):not(.mfp-close):after, a.btn:not([href]):not([tabindex]):after, button.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}
.btn:not(.close):not(.mfp-close) i, a.btn:not([href]):not([tabindex]) i, button.btn i {
  text-shadow: none
}
.btn:not(.close):not(.mfp-close).btn-xs, a.btn:not([href]):not([tabindex]).btn-xs, button.btn.btn-xs {
  font-size: 0.625rem;
  height: 24px;
  line-height: 22px;
  padding: 0 10px
}
.btn:not(.close):not(.mfp-close).btn-sm, a.btn:not([href]):not([tabindex]).btn-sm, button.btn.btn-sm {
  font-size: 0.875rem;
  height: 30px;
  line-height: 28px;
  padding: 0 14px
}
.btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg, button.btn.btn-lg {
  font-size: 1rem;
  height: 58px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px
}
.btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, button.btn:focus, button.btn:hover, button.btn:not(:disabled):not(.disabled).active, button.btn:not(:disabled):not(.disabled):active {
  color: #383838;
  text-decoration: none
}
.btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline, button.btn.btn-outline {
  background-color: transparent;
  border: 2px solid #2250fc;
  color: #2250fc
}
.btn:not(.close):not(.mfp-close).btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:hover, button.btn.btn-outline.active, button.btn.btn-outline:active, button.btn.btn-outline:focus, button.btn.btn-outline:hover {
  background-color: #2250fc;
  border: 2px solid #2250fc;
  color: #fff
}
.btn:not(.close):not(.mfp-close).btn-rounded, a.btn:not([href]):not([tabindex]).btn-rounded, button.btn.btn-rounded {
  border-radius: 2em !important
}
.btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-light, button.btn.btn-light {
  background-color: #fff;
  border-color: #e6e8eb;
  color: #4c5667
}
.btn:not(.close):not(.mfp-close).btn-light.active, .btn:not(.close):not(.mfp-close).btn-light:active, .btn:not(.close):not(.mfp-close).btn-light:focus, .btn:not(.close):not(.mfp-close).btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light.active, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:hover, button.btn.btn-light.active, button.btn.btn-light:active, button.btn.btn-light:focus, button.btn.btn-light:hover {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667
}
.btn:not(.close):not(.mfp-close).btn-light.btn-outline, a.btn:not([href]):not([tabindex]).btn-light.btn-outline, button.btn.btn-light.btn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff
}
.btn:not(.close):not(.mfp-close).btn-light.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover, button.btn.btn-light.btn-outline.active, button.btn.btn-light.btn-outline:active, button.btn.btn-light.btn-outline:focus, button.btn.btn-light.btn-outline:hover {
  background-color: rgba(0, 0, 0, .2);
  border-color: #fff;
  color: #4c5667
}
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active, button.btn:not(.btn-shadow):focus, button.btn:not(.btn-shadow):focus:active {
box-shadow: none !important;
line-height: normal;
color: #6F6F6F
}
.btn:not(.close):not(.mfp-close).btn-slide, a.btn:not([href]):not([tabindex]).btn-slide, button.btn.btn-slide {
  border-radius: 50px;
  display: table-cell;
  opacity: 1;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: width .4s, background .4s;
  width: 46px;
  line-height: 18px
}
.btn:not(.close):not(.mfp-close).btn-slide > i, a.btn:not([href]):not([tabindex]).btn-slide > i, button.btn.btn-slide > i {
  float: left;
  left: 17px;
  position: absolute;
  top: 17px;
  transition: .8s
}
.btn:not(.close):not(.mfp-close).btn-slide > span, a.btn:not([href]):not([tabindex]).btn-slide > span, button.btn.btn-slide > span {
  left: 40px;
  position: absolute;
  text-align: left;
  top: 13px;
  transition: left .5s, opacity .5s;
  white-space: nowrap;
  opacity: 0
}
.btn:not(.close):not(.mfp-close).btn-slide:hover, a.btn:not([href]):not([tabindex]).btn-slide:hover, button.btn.btn-slide:hover {
  width: 140px;
  text-align: left
}
.btn:not(.close):not(.mfp-close).btn-slide:hover > i, a.btn:not([href]):not([tabindex]).btn-slide:hover > i, button.btn.btn-slide:hover > i {
  transform: rotate(360deg)
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-xs, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs, button.btn.btn-slide.btn-xs {
  padding: 14px;
  width: 30px;
  line-height: 26px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-xs > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > i, button.btn.btn-slide.btn-xs > i {
  left: 9px;
  top: 8px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-xs > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > span, button.btn.btn-slide.btn-xs > span {
  left: 28px;
  top: 0
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover, button.btn.btn-slide.btn-sm:hover, button.btn.btn-slide.btn-xs:hover {
  width: 110px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-sm, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm, button.btn.btn-slide.btn-sm {
  padding: 18px;
  width: 36px;
  line-height: 36px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-sm > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > i, button.btn.btn-slide.btn-sm > i {
  left: 13px;
  top: 13px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-sm > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > span, button.btn.btn-slide.btn-sm > span {
  left: 36px;
  top: 0
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-lg, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg, button.btn.btn-slide.btn-lg {
  padding: 30px;
  line-height: 52px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-lg > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > i, button.btn.btn-slide.btn-lg > i {
  left: 23px;
  top: 23px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-lg > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > span, button.btn.btn-slide.btn-lg > span {
  left: 54px;
  top: 3px
}
.btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover, button.btn.btn-slide.btn-lg:hover {
  width: 200px
}
 .mfp-figure, .social-icons {
  line-height: 0
}
.btn:not(.close):not(.mfp-close).disabled, a.btn:not([href]):not([tabindex]).disabled, button.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .6
}
.card {
  margin-bottom: 20px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
}
.social-icons li a {
float: left;
height: 32px;
width: 32px;
line-height: 32px;
font-size: 1.625rem;
text-align: center;
margin-top: 0;
margin-bottom: 5px;
border-radius: 4px;
border: 0;
background: 0 0;
color: #9f9f9f;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
 .icon-box .icon i {
  border-radius: 50%
}
.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #a2a2a2
}
 .dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1f1f1f
}
.social-icons li:hover i {
  -webkit-animation: .3s forwards toTopFromBottom;
  -moz-animation: .3s forwards toTopFromBottom;
  animation: .3s forwards toTopFromBottom;
  color: #004663
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%)
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%)
  }
  51% {
    opacity: 1
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%)
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%)
  }
  51% {
    opacity: 1
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%)
  }
  50% {
    opacity: 0;
    transform: translateY(100%)
  }
  51% {
    opacity: 1
  }
}
@font-face {
  font-family: inspiro-icons;
  src: url("webfonts/inspiro-icons.ttf?ijzgpf") format("truetype"), url("webfonts/inspiro-icons.woff?ijzgpf") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
i:not(.fa):not(.fab):not(.far):not(.fas) {
font-family: inspiro-icons !important;
speak: none;
font-weight: 400;
text-transform: none;
line-height: 2;
-moz-osx-font-smoothing: grayscale;
font-size: medium;
color: #009FC6;
}
.icon-box:before {
  content: "\e925"
}
.icon-chevron-left:before {
  content: "\e92f";
}
.icon-chevron-up:before {
  content: "\e931"
}
.icon-eye-off:before {
  content: "\e95f"
}
.icon-eye:before {
  content: "\e960"
}
.icon-loader:before {
  content: "\e98e"
}
.icon {
  margin-bottom: 16px;
  margin-top: -10px
}
.icon-box {
  margin-bottom: 50px;
  position: relative
}
.icon-box .icon {
  height: 64px;
  position: absolute;
  width: 64px
}
.icon-box .icon i {
  font-size: 1.75rem;
  text-align: center;
  line-height: 66px;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s
}
.icon-box .icon a, .icon-box .icon i {
  width: 100%;
  height: 100%;
  color: #004663
}
.icon-box h2, .icon-box h5 {
  margin: 0 12px 10px 83px;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 25px;
  font-weight: 700
}
.icon-box p {
  margin: 0 0 20px 83px;
  font-size: 1rem;
  line-height: 28px;
  font-weight: 400
}
  .icon-box.effect .icon i {
  z-index: 1
}
.icon-box.effect .icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box
}
.icon-box .icon i:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  box-shadow: 0 0 0 3px #333;
  -webkit-transition: -webkit-transform .2s, opacity .2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform .2s, opacity .2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}
.icon-box.effect.dark .icon i:after {
  box-shadow: 0 0 0 3px #2250fc
}
.icon-box.small .icon {
  height: 46px;
  width: 46px
}
.icon-box.small .icon i {
  font-size: 1.25rem;
  line-height: 47px
}
.icon-box.small > h2, .icon-box.small > h5 {
  font-size: 1.35rem;
  margin: 0 12px 4px 43px
}
.icon-box.small > p {
  margin: 0 0 20px 60px;
  line-height: 1.6;
  font-size: 0.875rem
}
.icon-box.medium > h2, .icon-box.medium > h4, .icon-box.medium > h5 {
  margin: 0 12px 10px 84px
}
.icon-box.medium > p {
  margin: 0 0 20px 84px
}
.icon-box.large .icon {
  height: 86px;
  width: 86px
}
.icon-box.large .icon i {
  font-size: 2.375rem;
  line-height: 87px
}
.icon-box.large > h2, .icon-box.large > h5 {
  margin: 0 12px 10px 110px;
  font-size: 1.5rem
}
.icon-box.large p {
  margin: 0 0 20px 110px
}
.icon-box.center, .icon-box.text-center {
  padding: 0;
  text-align: center
}
.icon-box.center h2, .icon-box.center h5, .icon-box.text-center h2, .icon-box.text-center h5 {
  margin: 0 12px 10px 0
}
.icon-box.center p, .icon-box.text-center p {
  margin: 15px 0 20px;
  font-size: 1rem
}
.icon-box.center .icon, .icon-box.text-center .icon {
  margin: 0 auto 22px;
  position: relative
}
.icon-box.center.small .icon, .icon-box.text-center.small .icon {
  clear: both !important;
  position: relative !important
}
 .icon-box.border {
  border: 0 !important
}
.icon-box.border .icon {
  border: 3px solid #333;
  text-align: center;
  border-radius: 50%;
  background-color: transparent
}
.icon-box.border .icon i {
  line-height: 56px;
  background-color: transparent !important;
  color: #333
}
.icon-box.border:hover > .icon i {
  line-height: 62px
}
.icon-box.border.small .icon {
  height: 46px;
  position: absolute;
  top: 5px;
  width: 46px
}
.icon-box.border.small .icon i {
  font-size: 1.25rem;
  line-height: 42px
}
.icon-box.border.small:hover > .icon i {
  line-height: 49px
}
.icon-box.border.large .icon i {
  line-height: 81px
}
.icon-box.border.large:hover > .icon i, .icon-box.square.large:hover > .icon i {
  line-height: 86px
}
.icon-box.square .icon, .icon-box.square .icon i, .icon-box.square.effect .icon i:after, button {
  border-radius: 0
}
.icon-box.square:hover > .icon i {
  line-height: 66px
}
.icon-box.square.border .icon i {
  line-height: 59px
}
.icon-box.square.border.small .icon i {
  line-height: 41px
}
.icon-box.square.border.small:hover > .icon i {
  line-height: 47px
}
.icon-box.square.border.large .icon i {
  line-height: 78px
}
.icon-box.square.border:large:hover > .icon i {
  line-height: 84px
}
.icon-box.square.small:hover > .icon i {
  line-height: 48px
}
.icon-box.effect.clean .icon i:after {
  box-shadow: 0 0 0 0 transparent
}
.icon-box.clean .icon i {
  background-color: none;
  color: #333;
  font-size: 3.125rem
}
.icon-box.clean.small .icon i {
  font-size: 2.25rem
}
.icon-box.process {
  border: 1px solid #888;
  margin-top: 45px;
  padding: 0 30px 10px;
  border-radius: 4px
}
.icon-box.process.effect .icon i:hover:after, .icon-box.process.effect:hover .icon i::after {
  opacity: 0;
  border: 0
}
.flickity-viewport {
  overflow: hidden !important;
  position: relative;
  height: 100%
}
.carousel.custom-height .carousel .polo-carousel-item img, .carousel.custom-height .flickity-slider > div > img {
  height: 100%;
  width: auto
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1
}
.flickity-button {
  background: rgba(255, 255, 255, 0);
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  transition: .2s;
  color: rgba(255, 255, 255, 0);
  border: 0;
  box-sizing: initial;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0)
}
.flickity-button:before {
  color: rgba(0, 0, 0, .51)
}
.flickity-button:hover {
  background-color: rgba(255, 255, 255, 0)
}
.flickity-button:hover:before {
  color: rgba(0, 0, 0, .52)
}
.flickity-button.next:before, .flickity-button.previous:before {
  font-size: 1.875rem;
  font-family: inspiro-icons !important
}
.flickity-button.next {
  right: 0;
  margin-right: -10px
}
.flickity-button.next:before {
  margin-left: 2px;
  content: "\e930"
}
.flickity-button.previous {
  padding-left: 0;
  margin-left: -10px
}
.flickity-button.previous:before {
  content: "\e92f";
  margin-right: 2px
}
.carousel.arrows-visibile .flickity-button.next, .carousel:hover .flickity-button.next, .inspiro-slider.arrows-visibile .flickity-button.next, .inspiro-slider:hover .flickity-button.next {
  left: auto;
  right: 10px;
  opacity: 1
}
.carousel.arrows-visibile .flickity-button.previous, .carousel:hover .flickity-button.previous, .inspiro-slider.arrows-visibile .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous {
  right: auto;
  left: 10px;
  opacity: 1
}
.flickity-button-icon {
  fill: currentColor
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  z-index: 3;
  height: 10px
}
.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: background .8s
}
.flickity-page-dots .dot:after {
  outline: 0;
  text-indent: -999em;
  border-radius: 50%;
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #ccc;
  box-shadow: 0 0 1px #ccc;
  transition: height .3s
}
.mfp-wrap, [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
.carousel.dots-inside-top .flickity-page-dots, .inspiro-slider.dots-inside-top .flickity-page-dots {
  top: 20px
}
.carousel.dots-outside-top .flickity-page-dots, .inspiro-slider.dots-outside-top .flickity-page-dots {
  top: -46px
}
.flickity-rtl .flickity-page-dots, .rtl {
  direction: rtl
}
.carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s
}
.counter {
  margin-bottom: 14px
}
.counter span {
  font-size: 3.125rem;
  line-height: 40px
}
.counter.small > span {
  font-size: 2rem !important
}
.counter.medium > span {
  font-size: 3.125rem !important
}
.counter.large > span {
  font-size: 3.875rem !important
}
.icon-box.effect.medium:not(.center) > .counter span, .icon-box.effect:not(.center) > .counter span {
  margin: 0 12px 10px 82px
}
.icon-box.effect.large:not(.center) > .counter span {
  margin: 0 12px 10px 107px
}
.icon-box.effect.small:not(.center) > .counter span {
  margin: 0 12px 10px 58px;
  font-size: 2rem !important
}
button, hr, input {
  overflow: visible
}
 .separator i {
  font-size: 1.125rem
}
.bg-overlay[data-style="1"] {
  background: #fff
}
.p-progress-bar-container {
width: 100%;
height: 40px;
margin: 20px 0;
overflow: hidden;
background-color: var(--bpmd-teal)
}
.p-progress-bar, .progress-bar {
  height: 100%;
  padding: 10px;
  background-color: #009fc6;
  box-shadow: none
}
.p-progress-bar .progress-number, .p-progress-bar .progress-type, .progress-bar .progress-number, .progress-bar .progress-type {
  color: #fff;
  float: right;
  margin-top: -2px
}
.progress-title {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  position: absolute;
  text-align: left;
  padding-bottom: 16px;
  line-height: 9px
}
.p-progress-bar-container.title-up .progress-title {
  margin-left: -10px;
  margin-top: -32px
}
.p-progress-bar-container.title-up:not(:first-child) {
  margin-top: 47px;
  margin-bottom: 52px
}
.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .p-progress-bar .progress-type, .p-progress-bar-container.title-up .progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-type {
  color: #fff;
  margin-top: -32px;
  position: absolute;
  right: 15px
}
.p-progress-bar-container.title-up .p-progress-bar .progress-number, .p-progress-bar-container.title-up .progress-bar .progress-number {
  right: 26px
}
.p-progress-bar-container.medium {
  height: 20px
}
 .p-progress-bar-container.medium .progress-title, .p-progress-bar-container.small .progress-title {
  margin-left: 0;
  margin-top: -20px
}
 .p-progress-bar-container.medium .p-progress-bar .progress-number, .p-progress-bar-container.medium .p-progress-bar .progress-type, .p-progress-bar-container.medium .progress-bar .progress-number, .p-progress-bar-container.medium .progress-bar .progress-type, .p-progress-bar-container.small .p-progress-bar .progress-number, .p-progress-bar-container.small .p-progress-bar .progress-type, .p-progress-bar-container.small .progress-bar .progress-number, .p-progress-bar-container.small .progress-bar .progress-type {
  margin-top: -18px
}
.p-progress-bar-container.small {
  height: 10px
}
.p-progress-bar-container.transparent .p-progress-bar, .p-progress-bar-container.transparent .progress-bar {
  background-color: rgba(0, 0, 0, .35)
}
hr {
  clear: both
}
hr.space {
  border: none;
  height: 50px
}
.separator {
  color: #ccc;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em
}
.separator::after, .separator::before {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%
}
.separator::after {
  margin: 0 -100% 0 0
}
.separator a, .separator i, .separator span {
  margin: 0 20px 0 24px;
  display: inline-block
}
.separator.left i {
  float: left;
  margin: 2px 36px 0 0
}
.separator.right i {
  float: right;
  margin: 0 0 2px 36px
}
 .input-group-append .btn, .input-group-append button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}
.blockquote {
  border-left: 3px solid #2250fc;
  padding: 30px 40px 33px 44px;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  font-weight: 400
}
form .btn {
  padding: 12px 14px
}
input:not([type=checkbox]):not([type=radio]), select {
  line-height: 18px;
  padding: 10px 16px;
  min-height: 40px;
  font-size: .9rem
}
address, legend {
  line-height: inherit
}
.input-group-append .btn, .input-group-append button {
  height: 40px
}
.form-group label:not(.error) {
  font-size: 0.8125rem;
  letter-spacing: .04em;
  font-weight: 400;
  margin-bottom: 4px;
  color: #777
}
.is-invalid:not(.form-control) {
  font-size: .8rem;
  color: #ce041c
}
.is-invalid, .is-valid {
  display: block;
  clear: both;
  width: 100%
}
.mfp-container:before {
  display: inline-block;
  vertical-align: middle
}
input[type=checkbox].form-control {
  float: left;
  width: auto;
  margin-right: 13px;
  height: 24px;
  cursor: pointer
}
input[type=color] {
  width: 100%;
  height: 100%;
  min-height: 3px;
  padding: 0;
  border: 0;
  cursor: pointer
}
select {
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(images/dropdown-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  border: 1px solid #e6e8eb;
  border-radius: 5px;
  word-wrap: normal
}
.card, .mfp-title, code {
  word-wrap: break-word
}
select[multiple] {
  background-image: none !important
}
 .widget .testimonial .testimonial-item > span {
  font-size: 0.8125rem
}
.mfp-bg, .mfp-wrap {
  top: 0;
  position: fixed
}
#book {
  background-color: rgba(0, 0, 0, .4);
  border: 10px solid rgba(255, 255, 255, .2);
  border-radius: 3px;
  padding: 40px
}
 [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
.dark .form-control, .dark input, .dark select, .dark textarea {
  background-color: #222;
  border-color: #333;
  color: #fff
}
.floating-div {
  position: fixed;
  width: auto;
  background-color: rgba(255, 255, 255, .95);
  transition: bottom .3s;
  z-index: 9999;
  height: auto;
  padding: 10px;
  color: #333;
  border-top: 1px solid #eee;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, .1);
  border-radius: 6px;
  transform: translateX(-50%);
  margin-left: 50%
}
.mfp-bg {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}
.mfp-wrap {
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.mfp-container:before {
  content: '';
  height: 100%
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.mfp-arrow, .mfp-close, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none
}
.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  position: absolute;
  left: 0
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 36px !important;
  height: 36px !important;
  cursor: pointer;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 1.375rem
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #a3a3a3;
  font-size: 2.3125rem;
  font-weight: 300;
  top: 5px;
  right: 5px
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.75rem;
  line-height: 18px;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px
}
.mfp-arrow:active {
  margin-top: -54px
}
 .mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: 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: .7
}
 img.mfp-img, legend {
  max-width: 100%
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000
}
.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block
}
img.mfp-img {
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}
.html5vid video {
  max-width: none !important
}
.mfp-figure:after {
  content: '';
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444
}
.btn.focus, .btn:focus, .form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 14px
}
.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;
  padding-right: 36px
}

 *, ::after, ::before, input[type=checkbox], input[type=radio] {
  box-sizing: border-box
}
@media all and (max-width:992px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}
.list {
  clear: both;
  display: block;
  position: relative;
  padding: 0;
  color: #d6d6d6
}
.list li {
  line-height: 32px;
  color: #d1d1d1
}
.list li a {
  color: #c6c6c6
}
.map {
  width: 100%;
  min-height: 460px;
  height: auto
}
.fullscreen .map, .fullscreen.map {
  min-height: 100vh
}
.modal p, ol, ul {
  margin-top: 0
}
.tooltip-inner {
  white-space: pre-wrap
}
 .dropdown-item, .dropdown-toggle, .progress-bar {
  white-space: nowrap
}
.modal p {
  font-size: 0.9375rem;
  line-height: 26px;
  margin-bottom: 13px;
  font-weight: 300
}
.modal-strip {
background-color: rgba(0,70,99,0.75);
bottom: 0;
color: #fff;
left: 0;
padding: 20px;
position: fixed;
width: 100%;
display: inline-block;
transform: translate3d(0, 200px, 0);
transition: .7s;
z-index: 999 !important
}
.modal-strip a, .modal-strip a:active, .modal-strip a:hover, .modal-strip a:visited {
  color: #fff;
  text-decoration: none
}
.modal-strip.modal-active {
  transform: translate3d(0, 0, 0)
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: .3s ease-out
}
.mfp-ready .modal {
  background: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 580px;
  padding: 40px;
  position: relative;
  z-index: 1050
}
.modal iframe {
  margin-bottom: -10px
}
.html5vid, .parallax-container, [data-bg-image]::before {
  transition: opacity .5s linear
}
.testimonial .testimonial-item {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 46px;
  text-align: left;
  width: 100%
}
.testimonial .testimonial-item > img {
  border-radius: 50%;
  display: block;
  float: none;
  height: 160px;
  margin: 0 auto 10px;
  width: 160px
}
.testimonial .testimonial-item > p {
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 10px
}
.testimonial .testimonial-item > span {
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
  line-height: 22px
}
.testimonial .testimonial-item > span ~ span {
  font-weight: 500;
  color: #555;
  display: block;
  font-size: 0.8125rem;
  font-style: italic
}
.testimonial.testimonial-single .testimonial-item {
  padding: 30px 20px;
  background-color: transparent;
  border: 0
}
.widget .testimonial .testimonial-item {
  text-align: left;
  padding: 0
}
.widget .testimonial .testimonial-item > img {
  display: inherit;
  float: left;
  margin: 0 0 40px;
  height: 48px;
  width: 48px
}
.widget .testimonial .testimonial-item > p {
  font-size: 0.9375rem;
  padding-bottom: 14px
}
.widget .testimonial .testimonial-item > p, .widget .testimonial .testimonial-item > span {
  margin-left: 68px
}
@media (max-width:992px) {
  .carousel .flickity-button {
    width: 40px
  }
  .carousel .flickity-button.next, .carousel .flickity-button.next:hover {
    right: 10px !important;
    opacity: 1
  }
  .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover {
    left: 10px !important;
    opacity: 1
  }
  .mfp-close {
    font-size: 1.375rem;
    height: 30px;
    line-height: 32px;
    width: 30px
  }
  .map {
    min-height: 240px
  }
  .fullscreen .map, .fullscreen.map {
    min-height: 100vh
  }
  .testimonial.testimonial-single .testimonial-item {
    padding: 10px 30px
  }
  .testimonial.testimonial-single .testimonial-item > img {
    padding-left: 0
  }
  .testimonial.testimonial-single .testimonial-item p {
    font-size: 1.3333rem;
    line-height: 22pt
  }
}
.timeline {
  position: relative
}
.timeline:before {
  content: '';
  position: absolute;
  left: 16px;
  height: 100%;
  z-index: 2;
  top: 0;
  bottom: 0;
  border-left: 3px dashed #e3e6f0
}
 address, ol, pre, ul {
  margin-bottom: 1rem
}
 .html5vid video {
  background-size: cover;
  display: block
}
.html5vid video, .html5vid:before {
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.bg-overlay, .html5vid, .html5vid video, .html5vid:before {
  position: absolute
}
.html5vid {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0
}
.html5vid:before {
  content: "";
  background-color: #181818
}
.html5vid video {
  border: none;
  object-fit: cover
}
.bg-overlay {
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 0;
background-color: transparent;
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.54) 0.93%,rgba(0,0,0,0.51) 55.53%);
background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.54) 0.93%,rgba(0,0,0,0.51) 55.53%);
background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.54) 0.93%,rgba(0,0,0,0.51) 55.53%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.54) 0.93%,rgba(0,0,0,0.51) 55.53%)
}
.bg-overlay[data-style="2"] {
  background: #2250fc;
  opacity: .9
}
.bg-overlay[data-style="3"] {
  background: linear-gradient(140deg, #7c1bd6 0, #31049b 100%);
  opacity: .9
}
.bg-overlay[data-style="4"] {
  background: linear-gradient(140deg, rgba(236, 0, 83, .979) 0, rgba(231, 46, 0, .71) 100%);
  opacity: .9
}
.bg-overlay[data-style="5"] {
  background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
  opacity: .9
}
.bg-overlay[data-style="6"] {
  background: radial-gradient(circle at left top, #fe68bb 38%, #4294fa 66%);
  opacity: .9
}
.bg-overlay[data-style="7"] {
  background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294fa 66%);
  opacity: .9
}
.bg-overlay[data-style="8"] {
  background: linear-gradient(180deg, #e02b20 0, #720462 100%);
  opacity: .9
}
.bg-overlay[data-style="9"] {
  background: radial-gradient(circle at center, #00a6c0 0, #0c71c3 100%);
  opacity: .9
}
.bg-overlay[data-style="10"] {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .7) 100%);
  opacity: 1
}
.bg-overlay[data-style="11"] {
  background: linear-gradient(90deg, #0090f0 0, #5d08e6 100%);
  opacity: .9
}
.bg-overlay[data-style="12"] {
  background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
  opacity: .8
}
.parallax-container, [data-bg-image] {
  background-position: center center;
  background-repeat: no-repeat
}
.bg-overlay ~ .container, .bg-overlay ~ .container-fluid, .input-group-append .btn {
  position: relative;
  z-index: 2
}
 svg {
  overflow: hidden
}
.pointer, h4, h6, pointer {
text-transform: none
}
.parallax-container {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  width: 100%;
  height: 125%;
  z-index: -100;
  opacity: 0;
  background-attachment: fixed
}

.decor, decor, h1 {
  margin-bottom: 20px
}
[data-bg-image] {
  background-size: cover
}
[data-bg-image]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #181818
}
body[data-bg-image] {
  background-attachment: fixed;
  background-position: top center
}
.shape-divider {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: block
}
.shape-divider svg {
  width: 101%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  bottom: -2px
} /*!
PULGINS
 */ /*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap AUTHORs
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :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 {
  border-top-width: medium
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
 .btn:hover, .nav-link:focus, .nav-link:hover, a, a text-light, a:not([href]), a:not([href]):hover {
  text-decoration: none
}
.btn {
  cursor: pointer
}
address {
  font-style: normal
}
 b {
  font-weight: 700
}
blockquote, figure {
  margin: 0 0 1rem
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0
}
.btn, img, svg {
  vertical-align: middle
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #004663
}
a text-light {
  color: #004663
}
code, pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0
}
img {
  border-style: none;
  line-height: normal;
  margin-right: 0;
  font-size: medium;
  height: auto;
  padding-bottom: 0
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
 th {
  text-align: inherit
}
label {
display: inline-block;
text-align: left;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px
}
button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  padding: 0
}
input[type=date], input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  resize: vertical
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
  white-space: normal
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
.decor, decor {
font-size: 4.5833rem;
font-weight: 100;
line-height: 45pt;

}

.pointer, pointer {
font-size: 1.0833rem;
font-weight: 700;
line-height: 14pt;
margin-top: -12px;
margin-bottom: 16px;
color: #009FC6;
}
b-500{
font-weight: 700;
font-style: italic;
}


strong {
  font-weight: 500;
}

b {
  font-weight: 600;
}
l {
  font-weight: 100;
}
p {
font-family: var(--bpmd-serif);
font-size: 1.25rem;
  line-height: 1.6;
font-weight: 400;
text-transform: none;
margin-bottom: 1rem
}

h1 {
font-size: 3rem;
text-transform: none;
font-weight: 700;
line-height: 3.5rem;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
}

h1b {
font-size: 3rem;
text-transform: none;
font-weight: 200;
line-height: 3.5rem;

}

h2 {
font-size: 2.25rem;

font-weight: 700;
line-height: 2.5rem;
margin-top: 8px;
margin-bottom: 16px;
}
h3 {
font-size: 1.7rem;
font-style:italic;
font-weight: 600;
margin-bottom: 16px;
margin-top: 0px;
}
h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px
}
.blockquote, hr {
  margin-bottom: 1rem
}
h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;

}
h6 {
font-weight: 500
}
h6 {
  font-size: 1.0833rem;
  padding-bottom: 10px
}
.btn, .dropdown-item, .form-control, .small, small {
  font-weight: 400
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 2px solid rgba(0, 0, 0, .33)
}

line {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 2px solid rgba(0, 0, 0, .33)
}
.small, small {
  font-size: 80%
}
code, pre {
  font-size: 87.5%
}
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3
}
.blockquote {
  font-size: 1.25rem
}
code {
  color: #e83e8c
}
.table, pre {
  color: #212529
}
pre {
  display: block
}
pre code {
  font-size: inherit;
  word-break: normal
}
.container, .container-fluid {
  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) {
  body.modern #header .header-inner > .container {
    max-width: 1500px;
    padding: 0 15px
  }
  body.frame #header.header-sticky.sticky-active .header-inner {
    left: 20px;
    right: 20px;
    top: 20px
  }
  .container {
    max-width: 1140px
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.col, .col-11, .col-lg-12, .col-lg-4, .col-lg-8, .col-md-12, .col-md-4, .col-md-5, .col-md-6, .col-md-8 {
  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-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.table {
  width: 100%;
  margin-bottom: 1rem
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, .075)
}
.collapsing, .progress, .progress-bar {
  overflow: hidden
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.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
}
.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
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
select.form-control[multiple], select.form-control[size], 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, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn:hover {
color: #383838;
background-color: rgba(155,195,210,1.00)
}
.btn.focus, .btn:focus {
  outline: 0
}
.btn.disabled, .btn:disabled {
  opacity: .65
}
.btn-light.focus, .btn-light:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light, .btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light.focus, .btn-light:focus, .btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
  vertical-align: .255em;
  content: "";
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  display: inline-block;
  margin-left: .255em
}
 .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
 .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.fade {
  transition: opacity .15s linear
}
.collapsing {
  position: relative;
  height: 0;
  transition: height .35s
}
.dropdown-toggle::after {
  border-top: .3em solid;
  border-bottom: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid
}
.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
  content: "";
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-right: 0;
  border-left: .3em solid;
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  border-right: .3em solid;
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show {
  display: block
}
 .input-group-append, .input-group-append .btn + .btn {
  margin-left: -1px
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
 .input-group-append .btn:focus {
  z-index: 3
}
.input-group-append {
  display: -ms-flexbox;
  display: flex
}
.nav {
  -ms-flex-wrap: wrap
}
.card {
  position: relative
}
.nav {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0
}
.nav-link {
  padding: .5rem 1rem
}
.nav-link {
  display: block
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
 button.close {
  background-color: transparent
}
 .card {
  display: -ms-flexbox
}
.card {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}
.alert {
  position: relative
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
 .close {
  font-weight: 700;
  line-height: 1
}
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width .6s
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}
.close {
  float: right;
  font-size: 1.5rem;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
 .tooltip {
  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-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  text-decoration: none;
  white-space: normal;
  text-transform: none
}
 .tooltip {
  line-height: 1.5
}
 .tooltip {
  text-shadow: none
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}
.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 {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  opacity: 0
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}
.carousel-indicators li {
  background-color: #fff;
  background-clip: padding-box
}
.carousel {
position: relative;
padding-bottom: 53px;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s
}
@media (prefers-reduced-motion:reduce) {
   .btn, .carousel-indicators li, .carousel-item, .collapsing, .fade, .form-control, .modal.fade .modal-dialog, .progress-bar {
    transition: none
  }
}
.fixed-bottom, .fixed-top {
  z-index: 1030;
  left: 0;
  right: 0
}
.bg-white {
background-color: rgba(255,255,255,0.00) !important
}
.border {
border: 1px solid #A6A6A6 !important
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.embed-responsive::before {
  display: block;
  content: ""
}
 .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-16by9::before {
  padding-top: 56.25%
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.position-static {
  position: static !important
}
.fixed-top {
  position: fixed;
  top: 0
}
.fixed-bottom {
  position: fixed;
  bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.mt-3 {
  margin-top: 1rem !important
}
.text-center {
  text-align: center !important
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .text-sm-center {
    text-align: center !important
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .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-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}
a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important
}
.text-dark {
  color: var(--bpmd-text) !important
}
a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}
@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid
  }
  *, ::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
  }
  h2, h3, p {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  @page {
    size: a3
  }
  .container, body {
    min-width: 992px !important
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: #fff !important
  }
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */ .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.bounceIn {
  animation-duration: .75s
}
@keyframes swing {
  20% {
    transform: rotate(15deg)
  }
  40% {
    transform: rotate(-10deg)
  }
  60% {
    transform: rotate(5deg)
  }
  80% {
    transform: rotate(-5deg)
  }
  to {
    transform: rotate(0)
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}
.bounceIn {
  animation-name: bounceIn
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  animation-name: fadeIn
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInDown {
  animation-name: fadeInDown
}
@keyframes fadeInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-34px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInRight {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(34px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInRight {
  animation-name: fadeInRight
}
@keyframes fadeInUp {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUp {
  animation-name: fadeInUp
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 34px, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.fadeInUp {
  animation-name: fadeInUp
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}
.fadeOutDown {
  animation-name: fadeOutDown
}
@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}
.fadeOutUp {
  animation-name: fadeOutUp
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}
.flipInY {
  -webkit-backface-visibility: visible !important
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    transform: perspective(400px)
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY
} /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */ .fa, .fab, .far {
  -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-spin {
  -webkit-animation: 2s linear infinite fa-spin;
  animation: 2s linear infinite fa-spin
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.fa-book:before {
  content: "\f02d"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-check:before {
  content: "\f00c"
}
.fa-desktop:before {
  content: "\f108"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-facebook-f:before {
  content: "\f39e"
}
.fa-home:before {
  content: "\f015"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-lightbulb:before {
  content: "\f0eb"
}
.fa-linkedin-in:before {
  content: "\f0e1"
}
.fa-pencil-alt:before {
  content: "\f303"
}
.fa-phone:before {
  content: "\f095"
}
.fa-shopping-basket:before {
  content: "\f291"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-youtube:before {
  content: "\f167"
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url(webfonts/fa-brands-400.eot);
  src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-brands-400.woff2) format("woff2"), url(webfonts/fa-brands-400.woff) format("woff"), url(webfonts/fa-brands-400.ttf) format("truetype"), url(webfonts/fa-brands-400.svg#fontawesome) format("svg")

}
.fab {
  font-family: 'Font Awesome 5 Brands'
}
.fa, .far {
  font-family: 'Font Awesome 5 Free'
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(webfonts/fa-regular-400.eot);
  src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg")

}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(webfonts/fa-solid-900.eot);
  src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg")

}
.fa {
font-weight: 900;
padding-right: 5px;
font-size: medium;
}

.button-bp {
border-radius: 5px;
border: 1px solid #004663;
color: #505050;
background-color: rgba(255,255,255,1.00)
}

ol li {
  list-style-type: decimal;
}

ul, ol {
  margin: 0 0 1rem 1.6rem;
  padding: 0;
}

/* One place to tune the outer margin — image and text box both read from it */
:root {
  --edge-gap: 6%;
}

.parallax-row {
  position: relative;
  width: 100%;
  height: 100vh;          /* full-frame window */
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: rgba(227,247,251,1.00);
  margin-bottom: 8rem;   /* space between sections */
}
.parallax-row:last-of-type {
  margin-bottom: 0;
}

/* ---------- LEFT: 2/3-width image, slow-scroll parallax ---------- */
.parallax-row__image {
  position: absolute;
  top: -15%;
  left: var(--edge-gap);
  width: 80%;
  height: 130%;           /* oversized so the parallax shift never exposes an edge */
  background-size: cover;
  background-position: center;
  will-change: transform;
}

/* soft dark gradient so white box text stays readable where it overlaps the image 
.parallax-row__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
  pointer-events: none;
}

/* ---------- RIGHT: floating frosted glass text box ---------- */
.parallax-row__box {
  position: absolute;
  right: var(--edge-gap);
  top: 50%;
  transform: translateY(-50%);
  width: 34%;
  max-width: 460px;
  min-width: 280px;
  padding: 2.5rem 2.25rem;
  z-index: 2;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  /* soft, feathered shadow — multiple layers read as "floating" */
  box-shadow: 0 0px rgba(0,0,0,0.29),0 30px 60px rgba(0, 0, 0, 0.15),0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0px rgba(0,0,0,0.29),0 30px 60px rgba(0, 0, 0, 0.15),0 2px 8px rgba(0, 0, 0, 0.08);
}
.parallax-row__box p:last-child { margin-bottom: 0; }

/* alternate rows: put the box on the left, image on the right, by
   adding this modifier class to a .parallax-row */
.parallax-row--reverse .parallax-row__image { left: auto; right: var(--edge-gap); }
.parallax-row--reverse .parallax-row__image::after {
  background: linear-gradient(270deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
}
.parallax-row--reverse .parallax-row__box { right: auto; left: var(--edge-gap); }

/* Typewriter — cursor + reserved space so the box doesn't resize as text types */
.typewriter-loop {
  min-height: 6rem;
}
.typewriter-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  margin-left: 2px;
  background: currentColor;
  vertical-align: text-bottom;
  animation: tw-blink 0.9s step-end infinite;
}
@keyframes tw-blink {
  50% { opacity: 0; }
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.video-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

/* ---------- Mobile: stack, disable absolute-position parallax layout ---------- */
@media (max-width: 800px) {
  .parallax-row {
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.25rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .parallax-row__image {
    position: relative;
    width: 100%;
    height: 46vh;
    top: 0;
    left: 0;
    right: 0;
  }

  /* keep reversed rows full-bleed on mobile, not inset by the desktop gap */
  .parallax-row--reverse .parallax-row__image {
    left: 0;
    right: auto;
  }

  .parallax-row__box,
  .parallax-row--reverse .parallax-row__box {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.56);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.56);
  }
}

/* Respect users who don't want motion */
@media (prefers-reduced-motion: reduce) {
  .parallax-row__image { transform: none !important; }
}

/* Hamburger menu: only the words are clickable, so a click anywhere else closes the menu */
#mainMenu:not(.menu-overlay) nav > ul > li > a {
  display: inline-block;
}
