.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #01ce01 !important;
}
.bg-success {
  background-color: #f7f7f7 !important;
}
.bg-info {
  background-color: #024f00 !important;
}
.bg-warning {
  background-color: #86878a !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01ce01 !important;
  border-color: #01ce01 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #04fe04 !important;
  border-color: #04fe04 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #04fe04 !important;
  border-color: #04fe04 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #024f00 !important;
  border-color: #024f00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #038200 !important;
  border-color: #038200 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #038200 !important;
  border-color: #038200 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #86878a !important;
  border-color: #86878a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #a0a1a3 !important;
  border-color: #a0a1a3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a0a1a3 !important;
  border-color: #a0a1a3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #01ce01;
  color: #01ce01;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #017801 !important;
  background-color: transparent !important;
  border-color: #017801 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01ce01 !important;
  border-color: #01ce01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #024f00;
  color: #024f00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #024f00 !important;
  border-color: #024f00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #86878a;
  color: #86878a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5b5c5e !important;
  background-color: transparent !important;
  border-color: #5b5c5e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #86878a !important;
  border-color: #86878a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #01ce01 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #f7f7f7 !important;
}
.text-info {
  color: #024f00 !important;
}
.text-warning {
  color: #86878a !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #016801 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c4c4c4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #545456 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #01ce01;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #024f00;
}
.alert-warning {
  background-color: #86878a;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #01ce01;
  border-color: #01ce01;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #01ce01;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9cff9c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3bff36;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c7c7c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #01ce01 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #01ce01;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01ce01;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #01ce01;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01ce01;
  border-bottom-color: #01ce01;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #01ce01 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2301ce01' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u887rHcQkW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u887rHcQkW nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u887rHcQkW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u887rHcQkW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u887rHcQkW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u887rHcQkW .dropdown-item:hover,
.cid-u887rHcQkW .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u887rHcQkW .dropdown-item:hover span {
  color: white;
}
.cid-u887rHcQkW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u887rHcQkW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u887rHcQkW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u887rHcQkW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u887rHcQkW .nav-link {
  position: relative;
}
.cid-u887rHcQkW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u887rHcQkW .container {
    flex-wrap: wrap;
  }
}
.cid-u887rHcQkW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u887rHcQkW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u887rHcQkW .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u887rHcQkW .dropdown-menu,
.cid-u887rHcQkW .navbar.opened {
  background: #000000 !important;
}
.cid-u887rHcQkW .nav-item:focus,
.cid-u887rHcQkW .nav-link:focus {
  outline: none;
}
.cid-u887rHcQkW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u887rHcQkW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u887rHcQkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u887rHcQkW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u887rHcQkW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u887rHcQkW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u887rHcQkW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u887rHcQkW .navbar.opened {
  transition: all 0.3s;
}
.cid-u887rHcQkW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u887rHcQkW .navbar .navbar-logo img {
  width: auto;
}
.cid-u887rHcQkW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u887rHcQkW .navbar.collapsed {
  justify-content: center;
}
.cid-u887rHcQkW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u887rHcQkW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u887rHcQkW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u887rHcQkW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u887rHcQkW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u887rHcQkW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u887rHcQkW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u887rHcQkW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u887rHcQkW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u887rHcQkW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u887rHcQkW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u887rHcQkW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u887rHcQkW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u887rHcQkW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u887rHcQkW .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u887rHcQkW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u887rHcQkW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u887rHcQkW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u887rHcQkW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u887rHcQkW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u887rHcQkW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u887rHcQkW .navbar.navbar-short {
  min-height: 130px;
}
.cid-u887rHcQkW .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u887rHcQkW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u887rHcQkW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u887rHcQkW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u887rHcQkW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u887rHcQkW .dropdown-item.active,
.cid-u887rHcQkW .dropdown-item:active {
  background-color: transparent;
}
.cid-u887rHcQkW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u887rHcQkW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u887rHcQkW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u887rHcQkW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u887rHcQkW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u887rHcQkW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u887rHcQkW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u887rHcQkW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u887rHcQkW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u887rHcQkW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u887rHcQkW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u887rHcQkW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u887rHcQkW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u887rHcQkW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u887rHcQkW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u887rHcQkW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u887rHcQkW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u887rHcQkW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u887rHcQkW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u887rHcQkW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u887rHcQkW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u887rHcQkW .navbar {
    height: 70px;
  }
  .cid-u887rHcQkW .navbar.opened {
    height: auto;
  }
  .cid-u887rHcQkW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u887rHcQkW a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u887rHcQkW a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u887rHcQkW .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-uaLNfisnCe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaLNfisnCe .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uaLNfisnCe .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 0 0px;
  border-bottom-width: 1px;
  border-color: #000000;
}
@media (max-width: 768px) {
  .cid-uaLNfisnCe .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uaLNfisnCe .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uaLNfisnCe .dentaura-top-spacer {
    height: 100px;
  }
}
.cid-u887w9owh0 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-u887w9owh0 .carousel {
  width: 100%;
}
.cid-u887w9owh0 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u887w9owh0 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u887w9owh0 .carousel-caption {
  bottom: 450px;
}
.cid-u887w9owh0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u887w9owh0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u887w9owh0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u887w9owh0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u887w9owh0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u887w9owh0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u887w9owh0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u887w9owh0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u887w9owh0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u887w9owh0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u887w9owh0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u887w9owh0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u887w9owh0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u887w9owh0 .carousel-indicators li.active,
.cid-u887w9owh0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u887w9owh0 .carousel-indicators li::after,
.cid-u887w9owh0 .carousel-indicators li::before {
  content: none;
}
.cid-u887w9owh0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u887w9owh0 .carousel-indicators {
    display: none !important;
  }
}
.cid-u887w9owh0 hr {
  margin: .5rem 0;
  color: #ffffff;
  opacity: .80;
  width: 80%;
}
.cid-u887w9owh0 h1 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u887w9owh0 h2 {
  font-size: 2.3rem;
  text-shadow: 2px 2px 2px #000000;
  color: #01CE01;
}
.cid-u887w9owh0 h5 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u887w9owh0 .spacr {
  margin-top: 60px;
}
@media (max-width: 520px) {
  .cid-u887w9owh0 {
    background-color: #fafafa;
  }
  .cid-u887w9owh0 .carousel-caption {
    bottom: 255px;
  }
  .cid-u887w9owh0 h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u887w9owh0 h5 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u887w9owh0 h2 {
    font-size: 25px !important;
    line-height: 2rem;
  }
  .cid-u887w9owh0 p {
    font-size: 16px !important;
  }
  .cid-u887w9owh0 .spacr {
    margin-top: 1px;
  }
}
.cid-u89mTW7tJm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u89mTW7tJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u89mTW7tJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u89mTW7tJm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u89mTW7tJm .row {
  flex-direction: row-reverse;
}
.cid-u89mTW7tJm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u89mTW7tJm .text-wrapper {
    padding: 2rem;
  }
}
.cid-u89mTW7tJm hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u89mTW7tJm b,
.cid-u89mTW7tJm strong {
  color: #01CE01;
  font-size: 2rem;
}
.cid-u89mTW7tJm .btn-primary {
  text-shadow: 1px 1px 1px #000000;
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  .cid-u89mTW7tJm span {
    font-size: 2rem;
  }
}
.cid-u89AINO8Nf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u89AINO8Nf .mbr-text,
.cid-u89AINO8Nf blockquote {
  color: #767676;
}
.cid-u89AINO8Nf .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-u89AINO8Nf .mbr-text B {
  color: #efefef;
}
.cid-u89AINO8Nf .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-u89AINO8Nf .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-u89AINO8Nf .custom-shape-divider .shape-fill {
  fill: #edefeb;
}
.cid-u89mUqPSvK {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
.cid-u89mUqPSvK h6 {
  line-height: 1.2;
  color: #262626;
  text-align: center;
  font-size: 2.6rem;
}
.cid-u89mUqPSvK img,
.cid-u89mUqPSvK .item-img {
  width: 100%;
}
.cid-u89mUqPSvK .item:focus,
.cid-u89mUqPSvK span:focus {
  outline: none;
}
.cid-u89mUqPSvK .item {
  cursor: pointer;
}
.cid-u89mUqPSvK .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u89mUqPSvK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u89mUqPSvK .mbr-section-title {
  color: #000000;
}
.cid-u89mUqPSvK .mbr-text,
.cid-u89mUqPSvK .mbr-section-btn {
  color: #000000;
}
.cid-u89mUqPSvK hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u89mUqPSvK h5 {
  color: #000000;
  text-align: center;
  font-size: 2.3rem;
}
.cid-u89mUqPSvK .item-subtitle {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.cid-u89mUqPSvK .item-text {
  color: #000000;
  text-align: center;
}
.cid-u89mUqPSvK .content-head {
  max-width: 1200px;
}
.cid-u89mUqPSvK b,
.cid-u89mUqPSvK strong {
  color: #000000;
  font-size: 5rem;
}
.cid-u89mUqPSvK span {
  color: #2275bb;
  font-size: 1.1rem;
  font-weight: 600;
}
.cid-u89mUqPSvK .item-text,
.cid-u89mUqPSvK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u89mUqPSvK p.item.title {
  color: #000000;
}
.cid-u89mUqPSvK .mbr-section-subtitle {
  color: #232323;
}
@media (max-width: 520px) {
  .cid-u89mUqPSvK .mbr-section-subtitle {
    line-height: 2.5rem;
  }
  .cid-u89mUqPSvK h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.cid-u8dB8GNkMH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/blb-property-maintenace-testimonials-bg-1-2000x600.jpg");
}
.cid-u8dB8GNkMH .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .container {
    padding: 0 22px;
  }
}
.cid-u8dB8GNkMH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u8dB8GNkMH .content-wrapper {
  padding: 40px 0;
  display: flex;
  align-items: center;
  min-height: 455px;
  background: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .content-wrapper {
    display: block;
  }
}
.cid-u8dB8GNkMH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u8dB8GNkMH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8dB8GNkMH .embla__slide .slide-content {
  width: 100%;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .rating-wrapper {
  margin-bottom: 20px;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 30px;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-desc {
  padding-right: 10px;
  margin-bottom: 0;
}
.cid-u8dB8GNkMH .embla__slide .slide-content .item-wrapper .desc-wrapper .desc-wrap .item-date {
  padding-left: 10px;
  border-left: 1px solid #dadada;
  margin-bottom: 0;
}
.cid-u8dB8GNkMH .embla__button--next,
.cid-u8dB8GNkMH .embla__button--prev {
  display: flex;
}
.cid-u8dB8GNkMH .embla__button {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: #000305 !important;
  color: #01ce01 !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u8dB8GNkMH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8dB8GNkMH .embla__button:hover {
  opacity: 1 !important;
}
.cid-u8dB8GNkMH .embla__button.embla__button--prev {
  left: 3rem;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-u8dB8GNkMH .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u8dB8GNkMH .card {
  justify-content: center;
}
.cid-u8dB8GNkMH .embla {
  position: relative;
  width: 60%;
  padding: 0 104px;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .embla {
    width: 100%;
    padding: 0 20px 4rem;
  }
}
.cid-u8dB8GNkMH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u8dB8GNkMH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8dB8GNkMH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8dB8GNkMH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8dB8GNkMH .image-wrapper {
  width: 40%;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .image-wrapper {
    width: 100%;
  }
}
.cid-u8dB8GNkMH .image-wrapper img {
  position: absolute;
  top: -10rem;
  right: 2rem;
  height: 400px;
  width: 80%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8dB8GNkMH .image-wrapper img {
    position: static;
    width: 100%;
  }
}
.cid-u8dB8GNkMH .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8dB8GNkMH .item-text {
  color: #000305;
}
.cid-u8dB8GNkMH .item-desc {
  color: #000305;
}
.cid-u8dB8GNkMH .item-date {
  color: #b0b0b0;
}
.cid-u8dB8GNkMH .mbr-rating {
  color: #ffa600;
}
.cid-u8dB8GNkMH .item-text,
.cid-u8dB8GNkMH .rating-wrapper {
  color: #ffffff;
}
.cid-u8dB8GNkMH .item-desc,
.cid-u8dB8GNkMH .desc-wrapper {
  color: #01ce01;
}
@media (max-width: 520px) {
  .cid-u8dB8GNkMH .mylogo {
    min-width: 90px;
    min-height: 110px;
  }
}
.cid-u8dOsh1chp {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u8dOsh1chp {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-u8dOsh1chp .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-u8dOsh1chp .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u8dOsh1chp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .row {
    position: relative;
  }
}
.cid-u8dOsh1chp .custom-row {
  display: flex;
  max-width: 1200px;
  padding-left: 12px;
  padding-right: 12px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-u8dOsh1chp .custom-row {
    padding-left: 16px;
    padding-right: 16px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .map-col {
    height: 650px;
    order: 2;
    padding: 0!important;
  }
}
.cid-u8dOsh1chp .col-text {
  position: relative;
}
.cid-u8dOsh1chp .col-text .radial-svg {
  display: none;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .col-text {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cid-u8dOsh1chp .col-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dOsh1chp .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 84%;
    transform: scale(-1, 1);
    height: 100%;
    width: 150px;
    z-index: 1;
  }
  .cid-u8dOsh1chp .col-text .radial-svg path {
    fill: #000000;
  }
}
.cid-u8dOsh1chp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .cid-u8dOsh1chp .text-wrapper {
    padding-left: 4rem;
  }
}
.cid-u8dOsh1chp .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8dOsh1chp .label-text {
  width: 100%;
  letter-spacing: 2px;
  color: #01ce01;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .label-text {
    text-align: center;
  }
}
.cid-u8dOsh1chp .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .mbr-section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.cid-u8dOsh1chp .contact-container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .contact-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-u8dOsh1chp .contact-container .phone-container {
  padding: 16px 25px;
  background-color: #86878a;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .contact-container .phone-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u8dOsh1chp .contact-container .email-container {
  padding: 16px 25px;
  background-color: #111111;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .contact-container .email-container {
    width: 100%;
    margin-right: 0;
  }
}
.cid-u8dOsh1chp .contact-text {
  color: #ffffff;
}
.cid-u8dOsh1chp .cards-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .cards-container {
    text-align: center;
  }
}
.cid-u8dOsh1chp .cards-title {
  margin-bottom: 12px;
  color: #ffffff;
}
.cid-u8dOsh1chp .card {
  padding: 9px 0;
}
.cid-u8dOsh1chp .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-u8dOsh1chp .card-title {
    font-size: 1.5rem !important;
  }
}
.cid-u8dOsh1chp .icon-box {
  margin-right: 12px;
}
.cid-u8dOsh1chp .icon-box .mbr-iconfont {
  color: #111111;
}
.cid-u8dOsh1chp .card-text {
  color: #f7f7f7;
  letter-spacing: inherit;
  flex-grow: 1;
}
.cid-u8dOsh1chp .btn-container {
  width: 100%;
}
.cid-u8dOsh1chp .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u8dOsh1chp .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-u8dOsh1chp .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-u8dOsh1chp .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-u8dOsh1chp .google-map {
  position: absolute;
}
@media (max-width: 767px) {
  .cid-u8dOsh1chp .google-map {
    height: 650px;
    width: 100%;
    padding: 0;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8dOsh1chp .google-map {
    height: 100%;
    width: 50%;
    padding: 0;
    left: 0;
    top: 0;
  }
}
.cid-u8dOsh1chp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8dOsh1chp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8dOsh1chp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8dOsh1chp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8dOsh1chp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dOsh1chp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dOsh1chp .mbr-section-title,
.cid-u8dOsh1chp .mbr-section-btn {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8dOsh1chp .phone-link {
  font-size: 2rem;
  font-family: Bebas Neue;
  text-shadow: 2px 2px 2px #000000;
  color: #01CE01;
}
.cid-u8dOsh1chp .phone-text {
  font-size: 1.5rem;
  font-family: Bebas Neue;
  text-shadow: 2px 2px 2px #000000;
  color: #01CE01;
}
.cid-u8dOsh1chp .email-text {
  font-size: 1.5rem;
  font-family: Bebas Neue;
  text-shadow: 2px 2px 2px #000000;
  color: #01CE01;
}
.cid-u8dQoaelS9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8dQoaelS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dQoaelS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dQoaelS9 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8dQoaelS9 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8dQoaelS9 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8dQoaelS9 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8dQoaelS9 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8dQoaelS9 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8dQoaelS9 .list li:hover {
  color: #01ce01 !important;
}
.cid-u8dQoaelS9 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8dQoaelS9 .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8dQoaelS9 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8dQoaelS9 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8dQoaelS9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8dQoaelS9 .soc-item {
    padding: 10px;
  }
}
.cid-u8dQoaelS9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8dQoaelS9 .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8dQoaelS9 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8dQoaelS9 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8dQoaelS9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8dQoaelS9 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8dQoaelS9 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8dQoaelS9 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8dQoaelS9 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u8elH2nN2G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8elH2nN2G nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u8elH2nN2G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8elH2nN2G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8elH2nN2G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8elH2nN2G .dropdown-item:hover,
.cid-u8elH2nN2G .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u8elH2nN2G .dropdown-item:hover span {
  color: white;
}
.cid-u8elH2nN2G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8elH2nN2G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8elH2nN2G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8elH2nN2G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8elH2nN2G .nav-link {
  position: relative;
}
.cid-u8elH2nN2G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8elH2nN2G .container {
    flex-wrap: wrap;
  }
}
.cid-u8elH2nN2G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8elH2nN2G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8elH2nN2G .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8elH2nN2G .dropdown-menu,
.cid-u8elH2nN2G .navbar.opened {
  background: #000000 !important;
}
.cid-u8elH2nN2G .nav-item:focus,
.cid-u8elH2nN2G .nav-link:focus {
  outline: none;
}
.cid-u8elH2nN2G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8elH2nN2G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8elH2nN2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8elH2nN2G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8elH2nN2G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8elH2nN2G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8elH2nN2G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8elH2nN2G .navbar.opened {
  transition: all 0.3s;
}
.cid-u8elH2nN2G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8elH2nN2G .navbar .navbar-logo img {
  width: auto;
}
.cid-u8elH2nN2G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8elH2nN2G .navbar.collapsed {
  justify-content: center;
}
.cid-u8elH2nN2G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8elH2nN2G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8elH2nN2G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8elH2nN2G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8elH2nN2G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8elH2nN2G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8elH2nN2G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8elH2nN2G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8elH2nN2G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8elH2nN2G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8elH2nN2G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8elH2nN2G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8elH2nN2G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8elH2nN2G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8elH2nN2G .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u8elH2nN2G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8elH2nN2G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8elH2nN2G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8elH2nN2G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8elH2nN2G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8elH2nN2G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8elH2nN2G .navbar.navbar-short {
  min-height: 130px;
}
.cid-u8elH2nN2G .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u8elH2nN2G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8elH2nN2G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8elH2nN2G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8elH2nN2G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8elH2nN2G .dropdown-item.active,
.cid-u8elH2nN2G .dropdown-item:active {
  background-color: transparent;
}
.cid-u8elH2nN2G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8elH2nN2G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8elH2nN2G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8elH2nN2G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8elH2nN2G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8elH2nN2G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8elH2nN2G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8elH2nN2G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8elH2nN2G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8elH2nN2G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u8elH2nN2G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8elH2nN2G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8elH2nN2G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8elH2nN2G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8elH2nN2G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8elH2nN2G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8elH2nN2G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8elH2nN2G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8elH2nN2G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8elH2nN2G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8elH2nN2G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8elH2nN2G .navbar {
    height: 70px;
  }
  .cid-u8elH2nN2G .navbar.opened {
    height: auto;
  }
  .cid-u8elH2nN2G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8elH2nN2G a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u8elH2nN2G a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u8elH2nN2G .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u8elR12Xpk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-about-banner-1-2000x600.jpg");
}
.cid-u8elR12Xpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8elR12Xpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8elR12Xpk .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8elR12Xpk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8elR12Xpk .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u8elR12Xpk .mbr-section-btn {
  margin-top: 18px;
}
.cid-u8elR12Xpk .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u8elR12Xpk .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u8elR12Xpk .spacr {
  margin-top: 120px;
}
.cid-u8elR12Xpk h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8elR12Xpk h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8elR12Xpk p {
  font-size: 1.5rem;
}
.cid-u8elR12Xpk hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u8elR12Xpk {
    padding-top: 5px;
  }
  .cid-u8elR12Xpk h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u8elR12Xpk h2 {
    font-size: 25px !important;
    line-height: 2rem;
  }
  .cid-u8elR12Xpk p {
    font-size: 20px !important;
  }
  .cid-u8elR12Xpk hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8exvMMPZL {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-u8exvMMPZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8exvMMPZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8exvMMPZL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-u8exvMMPZL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u8exvMMPZL .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8exvMMPZL .container {
    padding: 0 22px;
  }
}
.cid-u8exvMMPZL .card {
  justify-content: center;
}
.cid-u8exvMMPZL .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8exvMMPZL .content-wrapper {
    padding: 0;
  }
}
.cid-u8exvMMPZL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8exvMMPZL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8exvMMPZL .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u8exvMMPZL .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u8exvMMPZL .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8exvMMPZL .image-wrapper img {
    height: 350px;
  }
}
.cid-u8exvMMPZL h3 {
  font-size: 2.6rem;
}
.cid-u8exvMMPZL .mbr-text {
  color: #000000;
}
.cid-u8exvMMPZL hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u8exvMMPZL span {
  color: #01CE01;
}
.cid-u8exvMMPZL .btn-primary {
  text-shadow: 1px 1px 1px #000000;
  font-size: 1.6rem;
}
.cid-u8exvMMPZL .mbr-section-title,
.cid-u8exvMMPZL .mbr-section-btn {
  color: #000000;
}
@media (max-width: 520px) {
  .cid-u8exvMMPZL h3,
  .cid-u8exvMMPZL span {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.cid-u8elH5HwS1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8elH5HwS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8elH5HwS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8elH5HwS1 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8elH5HwS1 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8elH5HwS1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8elH5HwS1 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8elH5HwS1 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8elH5HwS1 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8elH5HwS1 .list li:hover {
  color: #01ce01 !important;
}
.cid-u8elH5HwS1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8elH5HwS1 .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8elH5HwS1 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8elH5HwS1 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8elH5HwS1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8elH5HwS1 .soc-item {
    padding: 10px;
  }
}
.cid-u8elH5HwS1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8elH5HwS1 .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8elH5HwS1 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8elH5HwS1 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8elH5HwS1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8elH5HwS1 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8elH5HwS1 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8elH5HwS1 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8elH5HwS1 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u8poV9cbqu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8poV9cbqu nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u8poV9cbqu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8poV9cbqu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8poV9cbqu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8poV9cbqu .dropdown-item:hover,
.cid-u8poV9cbqu .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u8poV9cbqu .dropdown-item:hover span {
  color: white;
}
.cid-u8poV9cbqu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8poV9cbqu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8poV9cbqu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8poV9cbqu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8poV9cbqu .nav-link {
  position: relative;
}
.cid-u8poV9cbqu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8poV9cbqu .container {
    flex-wrap: wrap;
  }
}
.cid-u8poV9cbqu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8poV9cbqu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8poV9cbqu .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8poV9cbqu .dropdown-menu,
.cid-u8poV9cbqu .navbar.opened {
  background: #000000 !important;
}
.cid-u8poV9cbqu .nav-item:focus,
.cid-u8poV9cbqu .nav-link:focus {
  outline: none;
}
.cid-u8poV9cbqu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8poV9cbqu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8poV9cbqu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8poV9cbqu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8poV9cbqu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8poV9cbqu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8poV9cbqu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8poV9cbqu .navbar.opened {
  transition: all 0.3s;
}
.cid-u8poV9cbqu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8poV9cbqu .navbar .navbar-logo img {
  width: auto;
}
.cid-u8poV9cbqu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8poV9cbqu .navbar.collapsed {
  justify-content: center;
}
.cid-u8poV9cbqu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8poV9cbqu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8poV9cbqu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8poV9cbqu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8poV9cbqu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8poV9cbqu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8poV9cbqu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8poV9cbqu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8poV9cbqu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8poV9cbqu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8poV9cbqu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8poV9cbqu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8poV9cbqu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8poV9cbqu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8poV9cbqu .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u8poV9cbqu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8poV9cbqu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8poV9cbqu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8poV9cbqu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8poV9cbqu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8poV9cbqu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8poV9cbqu .navbar.navbar-short {
  min-height: 130px;
}
.cid-u8poV9cbqu .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u8poV9cbqu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8poV9cbqu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8poV9cbqu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8poV9cbqu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8poV9cbqu .dropdown-item.active,
.cid-u8poV9cbqu .dropdown-item:active {
  background-color: transparent;
}
.cid-u8poV9cbqu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8poV9cbqu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8poV9cbqu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8poV9cbqu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8poV9cbqu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8poV9cbqu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8poV9cbqu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8poV9cbqu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8poV9cbqu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8poV9cbqu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u8poV9cbqu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8poV9cbqu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8poV9cbqu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8poV9cbqu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8poV9cbqu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8poV9cbqu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8poV9cbqu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8poV9cbqu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8poV9cbqu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8poV9cbqu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8poV9cbqu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8poV9cbqu .navbar {
    height: 70px;
  }
  .cid-u8poV9cbqu .navbar.opened {
    height: auto;
  }
  .cid-u8poV9cbqu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8poV9cbqu a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u8poV9cbqu a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u8poV9cbqu .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u8poV9wpeN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-residential-landscaping-banner-2000x600.jpg");
}
.cid-u8poV9wpeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8poV9wpeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8poV9wpeN .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8poV9wpeN .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8poV9wpeN .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u8poV9wpeN .mbr-section-btn {
  margin-top: 18px;
}
.cid-u8poV9wpeN .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u8poV9wpeN .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u8poV9wpeN .spacr {
  margin-top: 120px;
}
.cid-u8poV9wpeN h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8poV9wpeN h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8poV9wpeN p {
  font-size: 1.5rem;
}
.cid-u8poV9wpeN hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u8poV9wpeN {
    padding-top: 5px;
  }
  .cid-u8poV9wpeN h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u8poV9wpeN h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u8poV9wpeN p {
    font-size: 20px !important;
  }
  .cid-u8poV9wpeN hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8pz2sFQOX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8pz2sFQOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pz2sFQOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pz2sFQOX .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u8pz2sFQOX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u8pz2sFQOX .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8pz2sFQOX .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .image-wrapper img {
    height: 300px;
  }
}
.cid-u8pz2sFQOX .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u8pz2sFQOX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u8pz2sFQOX .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u8pz2sFQOX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8pz2sFQOX .cards-wrapper {
  margin: 0 0 0 70px;
  margin: 0 70px 0 0;
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .cards-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8pz2sFQOX .cards-wrapper {
    margin: 0;
  }
}
.cid-u8pz2sFQOX .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u8pz2sFQOX .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-u8pz2sFQOX .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-u8pz2sFQOX .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-u8pz2sFQOX .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-u8pz2sFQOX .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-u8pz2sFQOX .mbr-section-title {
  color: #ffffff;
}
.cid-u8pz2sFQOX .mbr-section-subtitle {
  color: #01ce01;
}
.cid-u8pz2sFQOX .mbr-text {
  color: #cacaca;
}
.cid-u8pz2sFQOX .mbr-card-title {
  color: #ffffff;
}
.cid-u8pz2sFQOX hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u8pz2sFQOX .mbr-card-title,
.cid-u8pz2sFQOX .cards-wrapper {
  text-align: left;
}
.cid-u8qfDfA0eM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8qfDfA0eM .mbr-text,
.cid-u8qfDfA0eM blockquote {
  color: #767676;
}
.cid-u8qfDfA0eM .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-u8qfDfA0eM .mbr-text B {
  color: #efefef;
}
.cid-u8qfDfA0eM .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-u8qfDfA0eM .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-u8qfDfA0eM .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-u8qfzycfMq {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-u8qfzycfMq .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qfzycfMq .content {
    flex-wrap: wrap;
  }
}
.cid-u8qfzycfMq h2,
.cid-u8qfzycfMq h4,
.cid-u8qfzycfMq h3,
.cid-u8qfzycfMq h6,
.cid-u8qfzycfMq p,
.cid-u8qfzycfMq ul {
  margin: 0;
}
.cid-u8qfzycfMq ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-u8qfzycfMq .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-u8qfzycfMq .heading {
    width: 100%;
  }
}
.cid-u8qfzycfMq .heading-inner {
  max-width: 476px;
}
.cid-u8qfzycfMq .mbr-section-title {
  color: #000000;
}
.cid-u8qfzycfMq .mbr-section-subtitle {
  color: #000000;
}
.cid-u8qfzycfMq .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qfzycfMq .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u8qfzycfMq .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-u8qfzycfMq .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-u8qfzycfMq .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8qfzycfMq .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-u8qfzycfMq .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-u8qfzycfMq .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-u8qfzycfMq .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-u8qfzycfMq b,
.cid-u8qfzycfMq strong {
  font-size: 2.2rem;
}
.cid-u8qfzycfMq h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.cid-u8qfzycfMq hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
  width: 80%;
}
.cid-u8qfzycfMq ul,
.cid-u8qfzycfMq li {
  text-align: left;
  font-size: 1.5rem !important;
}
@media (max-width: 520px) {
  .cid-u8qfzycfMq ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-u8qfzycfMq h4,
  .cid-u8qfzycfMq b,
  .cid-u8qfzycfMq strong {
    font-size: 45px;
  }
  .cid-u8qfzycfMq h2 {
    font-size: 30px;
    line-height: 2rem;
  }
  .cid-u8qfzycfMq hr {
    margin: 1rem 0;
    color: #01CE01;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8poVa2spd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8poVa2spd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8poVa2spd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8poVa2spd .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8poVa2spd .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8poVa2spd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8poVa2spd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8poVa2spd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8poVa2spd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8poVa2spd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8poVa2spd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8poVa2spd .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8poVa2spd .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8poVa2spd .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8poVa2spd .list li:hover {
  color: #01ce01 !important;
}
.cid-u8poVa2spd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8poVa2spd .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8poVa2spd .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8poVa2spd .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8poVa2spd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8poVa2spd .soc-item {
    padding: 10px;
  }
}
.cid-u8poVa2spd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8poVa2spd .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8poVa2spd .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8poVa2spd .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8poVa2spd .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8poVa2spd .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8poVa2spd .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8poVa2spd .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8poVa2spd .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u8pEygMyeS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8pEygMyeS nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u8pEygMyeS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8pEygMyeS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8pEygMyeS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8pEygMyeS .dropdown-item:hover,
.cid-u8pEygMyeS .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u8pEygMyeS .dropdown-item:hover span {
  color: white;
}
.cid-u8pEygMyeS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8pEygMyeS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8pEygMyeS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8pEygMyeS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8pEygMyeS .nav-link {
  position: relative;
}
.cid-u8pEygMyeS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8pEygMyeS .container {
    flex-wrap: wrap;
  }
}
.cid-u8pEygMyeS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8pEygMyeS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8pEygMyeS .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8pEygMyeS .dropdown-menu,
.cid-u8pEygMyeS .navbar.opened {
  background: #000000 !important;
}
.cid-u8pEygMyeS .nav-item:focus,
.cid-u8pEygMyeS .nav-link:focus {
  outline: none;
}
.cid-u8pEygMyeS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8pEygMyeS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8pEygMyeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8pEygMyeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8pEygMyeS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8pEygMyeS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8pEygMyeS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8pEygMyeS .navbar.opened {
  transition: all 0.3s;
}
.cid-u8pEygMyeS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8pEygMyeS .navbar .navbar-logo img {
  width: auto;
}
.cid-u8pEygMyeS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8pEygMyeS .navbar.collapsed {
  justify-content: center;
}
.cid-u8pEygMyeS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8pEygMyeS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8pEygMyeS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8pEygMyeS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8pEygMyeS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8pEygMyeS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8pEygMyeS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8pEygMyeS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8pEygMyeS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8pEygMyeS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8pEygMyeS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8pEygMyeS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8pEygMyeS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8pEygMyeS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8pEygMyeS .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u8pEygMyeS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8pEygMyeS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8pEygMyeS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8pEygMyeS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8pEygMyeS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8pEygMyeS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8pEygMyeS .navbar.navbar-short {
  min-height: 130px;
}
.cid-u8pEygMyeS .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u8pEygMyeS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8pEygMyeS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8pEygMyeS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8pEygMyeS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8pEygMyeS .dropdown-item.active,
.cid-u8pEygMyeS .dropdown-item:active {
  background-color: transparent;
}
.cid-u8pEygMyeS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8pEygMyeS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8pEygMyeS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8pEygMyeS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8pEygMyeS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8pEygMyeS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8pEygMyeS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8pEygMyeS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8pEygMyeS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8pEygMyeS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u8pEygMyeS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8pEygMyeS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8pEygMyeS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8pEygMyeS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8pEygMyeS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8pEygMyeS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8pEygMyeS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8pEygMyeS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8pEygMyeS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8pEygMyeS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8pEygMyeS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8pEygMyeS .navbar {
    height: 70px;
  }
  .cid-u8pEygMyeS .navbar.opened {
    height: auto;
  }
  .cid-u8pEygMyeS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8pEygMyeS a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u8pEygMyeS a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u8pEygMyeS .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u8pEyhdyAa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-commercial-landscaping-banner-1-2000x600.jpg");
}
.cid-u8pEyhdyAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pEyhdyAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pEyhdyAa .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8pEyhdyAa .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8pEyhdyAa .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u8pEyhdyAa .mbr-section-btn {
  margin-top: 18px;
}
.cid-u8pEyhdyAa .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u8pEyhdyAa .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u8pEyhdyAa .spacr {
  margin-top: 120px;
}
.cid-u8pEyhdyAa h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8pEyhdyAa h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8pEyhdyAa p {
  font-size: 1.5rem;
}
.cid-u8pEyhdyAa hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u8pEyhdyAa {
    padding-top: 5px;
  }
  .cid-u8pEyhdyAa h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u8pEyhdyAa h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u8pEyhdyAa p {
    font-size: 20px !important;
  }
  .cid-u8pEyhdyAa hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8pEyhy6ch {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8pEyhy6ch .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pEyhy6ch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pEyhy6ch .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u8pEyhy6ch .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u8pEyhy6ch .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u8pEyhy6ch .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .image-wrapper img {
    height: 300px;
  }
}
.cid-u8pEyhy6ch .title-wrapper {
  margin: 0 0 50px 70px;
  margin: 0 70px 50px 0;
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-u8pEyhy6ch .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-u8pEyhy6ch .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-u8pEyhy6ch .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8pEyhy6ch .cards-wrapper {
  margin: 0 0 0 70px;
  margin: 0 70px 0 0;
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .cards-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8pEyhy6ch .cards-wrapper {
    margin: 0;
  }
}
.cid-u8pEyhy6ch .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u8pEyhy6ch .cards-wrapper .cards-wrap {
    display: block;
  }
}
.cid-u8pEyhy6ch .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .cid-u8pEyhy6ch .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-u8pEyhy6ch .cards-wrapper .cards-wrap .card .mbr-card-title {
  margin-bottom: 18px;
}
.cid-u8pEyhy6ch .cards-wrapper .cards-wrap .card .mbr-text {
  margin-bottom: 0;
}
.cid-u8pEyhy6ch .mbr-section-title {
  color: #ffffff;
}
.cid-u8pEyhy6ch .mbr-section-subtitle {
  color: #01ce01;
}
.cid-u8pEyhy6ch .mbr-text {
  color: #cacaca;
}
.cid-u8pEyhy6ch .mbr-card-title {
  color: #ffffff;
}
.cid-u8pEyhy6ch hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u8pEyhy6ch .mbr-card-title,
.cid-u8pEyhy6ch .cards-wrapper {
  text-align: left;
}
.cid-u94YOB5DJZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u94YOB5DJZ .mbr-text,
.cid-u94YOB5DJZ blockquote {
  color: #767676;
}
.cid-u94YOB5DJZ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-u94YOB5DJZ .mbr-text B {
  color: #efefef;
}
.cid-u94YOB5DJZ .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.cid-u94YOB5DJZ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-u94YOB5DJZ .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-u8qf5x8viv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8qf5x8viv .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qf5x8viv .content {
    flex-wrap: wrap;
  }
}
.cid-u8qf5x8viv h2,
.cid-u8qf5x8viv h4,
.cid-u8qf5x8viv h3,
.cid-u8qf5x8viv h6,
.cid-u8qf5x8viv p,
.cid-u8qf5x8viv ul {
  margin: 0;
}
.cid-u8qf5x8viv ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-u8qf5x8viv .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-u8qf5x8viv .heading {
    width: 100%;
  }
}
.cid-u8qf5x8viv .heading-inner {
  max-width: 476px;
}
.cid-u8qf5x8viv .mbr-section-title {
  color: #000000;
}
.cid-u8qf5x8viv .mbr-section-subtitle {
  color: #000000;
}
.cid-u8qf5x8viv .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qf5x8viv .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u8qf5x8viv .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-u8qf5x8viv .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-u8qf5x8viv .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8qf5x8viv .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-u8qf5x8viv .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-u8qf5x8viv .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-u8qf5x8viv .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-u8qf5x8viv b,
.cid-u8qf5x8viv strong {
  font-size: 2.2rem;
}
.cid-u8qf5x8viv h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.cid-u8qf5x8viv hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
  width: 80%;
}
.cid-u8qf5x8viv ul,
.cid-u8qf5x8viv li {
  text-align: left;
  font-size: 1.5rem !important;
}
@media (max-width: 520px) {
  .cid-u8qf5x8viv ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-u8qf5x8viv h4,
  .cid-u8qf5x8viv b,
  .cid-u8qf5x8viv strong {
    font-size: 45px;
  }
  .cid-u8qf5x8viv h2 {
    font-size: 30px;
    line-height: 2rem;
  }
  .cid-u8qf5x8viv hr {
    margin: 1rem 0;
    color: #01CE01;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8pEyhUW9R {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8pEyhUW9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pEyhUW9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pEyhUW9R .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8pEyhUW9R .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8pEyhUW9R .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8pEyhUW9R .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8pEyhUW9R .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8pEyhUW9R .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8pEyhUW9R .list li:hover {
  color: #01ce01 !important;
}
.cid-u8pEyhUW9R .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8pEyhUW9R .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8pEyhUW9R .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8pEyhUW9R .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8pEyhUW9R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8pEyhUW9R .soc-item {
    padding: 10px;
  }
}
.cid-u8pEyhUW9R .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8pEyhUW9R .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8pEyhUW9R .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8pEyhUW9R .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8pEyhUW9R .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8pEyhUW9R .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8pEyhUW9R .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8pEyhUW9R .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8pEyhUW9R .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u8pGFEI4zc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8pGFEI4zc nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u8pGFEI4zc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8pGFEI4zc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8pGFEI4zc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8pGFEI4zc .dropdown-item:hover,
.cid-u8pGFEI4zc .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u8pGFEI4zc .dropdown-item:hover span {
  color: white;
}
.cid-u8pGFEI4zc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8pGFEI4zc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8pGFEI4zc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8pGFEI4zc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8pGFEI4zc .nav-link {
  position: relative;
}
.cid-u8pGFEI4zc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8pGFEI4zc .container {
    flex-wrap: wrap;
  }
}
.cid-u8pGFEI4zc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8pGFEI4zc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8pGFEI4zc .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8pGFEI4zc .dropdown-menu,
.cid-u8pGFEI4zc .navbar.opened {
  background: #000000 !important;
}
.cid-u8pGFEI4zc .nav-item:focus,
.cid-u8pGFEI4zc .nav-link:focus {
  outline: none;
}
.cid-u8pGFEI4zc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8pGFEI4zc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8pGFEI4zc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8pGFEI4zc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8pGFEI4zc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8pGFEI4zc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8pGFEI4zc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8pGFEI4zc .navbar.opened {
  transition: all 0.3s;
}
.cid-u8pGFEI4zc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8pGFEI4zc .navbar .navbar-logo img {
  width: auto;
}
.cid-u8pGFEI4zc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8pGFEI4zc .navbar.collapsed {
  justify-content: center;
}
.cid-u8pGFEI4zc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8pGFEI4zc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8pGFEI4zc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8pGFEI4zc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8pGFEI4zc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8pGFEI4zc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8pGFEI4zc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8pGFEI4zc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8pGFEI4zc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8pGFEI4zc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8pGFEI4zc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8pGFEI4zc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8pGFEI4zc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8pGFEI4zc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8pGFEI4zc .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u8pGFEI4zc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8pGFEI4zc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8pGFEI4zc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8pGFEI4zc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8pGFEI4zc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8pGFEI4zc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8pGFEI4zc .navbar.navbar-short {
  min-height: 130px;
}
.cid-u8pGFEI4zc .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u8pGFEI4zc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8pGFEI4zc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8pGFEI4zc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8pGFEI4zc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8pGFEI4zc .dropdown-item.active,
.cid-u8pGFEI4zc .dropdown-item:active {
  background-color: transparent;
}
.cid-u8pGFEI4zc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8pGFEI4zc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8pGFEI4zc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8pGFEI4zc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8pGFEI4zc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8pGFEI4zc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8pGFEI4zc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8pGFEI4zc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8pGFEI4zc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8pGFEI4zc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u8pGFEI4zc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8pGFEI4zc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8pGFEI4zc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8pGFEI4zc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8pGFEI4zc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8pGFEI4zc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8pGFEI4zc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8pGFEI4zc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8pGFEI4zc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8pGFEI4zc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8pGFEI4zc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8pGFEI4zc .navbar {
    height: 70px;
  }
  .cid-u8pGFEI4zc .navbar.opened {
    height: auto;
  }
  .cid-u8pGFEI4zc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8pGFEI4zc a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u8pGFEI4zc a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u8pGFEI4zc .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u8pGFF9rEO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-contact-banner-2000x600.jpg");
}
.cid-u8pGFF9rEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pGFF9rEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pGFF9rEO .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8pGFF9rEO .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8pGFF9rEO .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u8pGFF9rEO .mbr-section-btn {
  margin-top: 18px;
}
.cid-u8pGFF9rEO .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u8pGFF9rEO .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u8pGFF9rEO .spacr {
  margin-top: 120px;
}
.cid-u8pGFF9rEO h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8pGFF9rEO h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8pGFF9rEO p {
  font-size: 1.5rem;
}
.cid-u8pGFF9rEO hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u8pGFF9rEO {
    padding-top: 5px;
  }
  .cid-u8pGFF9rEO h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u8pGFF9rEO h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u8pGFF9rEO p {
    font-size: 20px !important;
  }
  .cid-u8pGFF9rEO hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8pHfhqw2L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u8pHfhqw2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pHfhqw2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8pHfhqw2L .row {
    padding: 0 24px;
  }
}
.cid-u8pHfhqw2L .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8pHfhqw2L .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-u8pHfhqw2L .mbr-section-title {
  color: #2c0066;
}
.cid-u8pHfhqw2L .mbr-section-title,
.cid-u8pHfhqw2L .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u8pHfhqw2L span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d3a850;
}
.cid-u8pHfhqw2L H3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Roboto Condensed;
}
.cid-u8pHfhqw2L hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u8pHfYUtTC {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-u8pHfYUtTC .showAlerts {
  display: block !important;
}
.cid-u8pHfYUtTC .rowflexrev {
  display: -webkit-flex;
}
.cid-u8pHfYUtTC .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u8pHfYUtTC .title {
  margin-bottom: 2rem;
}
.cid-u8pHfYUtTC .mbr-section-subtitle {
  color: #024f00;
}
.cid-u8pHfYUtTC textarea.form-control {
  min-height: 188px;
}
.cid-u8pHfYUtTC LABEL {
  color: #232323;
  display: initial;
}
.cid-u8pHfYUtTC .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8pHfYUtTC .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u8pHfYUtTC .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8pHfYUtTC .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u8pHfYUtTC .alert {
  margin-bottom: 0;
}
.cid-u8pHfYUtTC .alert-success {
  background-color: #70c770;
}
.cid-u8pHfYUtTC .alert-danger {
  background-color: #ff4a52;
}
.cid-u8pHfYUtTC .btn {
  display: inline-flex;
}
.cid-u8pHfYUtTC .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u8pHfYUtTC .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u8pHfYUtTC .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-u8pHfYUtTC input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u8pHfYUtTC input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u8pHfYUtTC input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u8pHfYUtTC .btn-primary {
  text-shadow: 1px 1px 1px #000000;
  font-size: 1.6rem;
}
.cid-u8pHfYUtTC b,
.cid-u8pHfYUtTC strong {
  color: #01CE01;
}
.cid-u8qcjoqF41 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u8qcjoqF41 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qcjoqF41 .content {
    flex-wrap: wrap;
  }
}
.cid-u8qcjoqF41 h2,
.cid-u8qcjoqF41 h4,
.cid-u8qcjoqF41 h3,
.cid-u8qcjoqF41 h6,
.cid-u8qcjoqF41 p,
.cid-u8qcjoqF41 ul {
  margin: 0;
}
.cid-u8qcjoqF41 ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-u8qcjoqF41 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-u8qcjoqF41 .heading {
    width: 100%;
  }
}
.cid-u8qcjoqF41 .heading-inner {
  max-width: 476px;
}
.cid-u8qcjoqF41 .mbr-section-title {
  color: #000000;
}
.cid-u8qcjoqF41 .mbr-section-subtitle {
  color: #000000;
}
.cid-u8qcjoqF41 .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-u8qcjoqF41 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-u8qcjoqF41 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-u8qcjoqF41 .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-u8qcjoqF41 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8qcjoqF41 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-u8qcjoqF41 .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-u8qcjoqF41 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-u8qcjoqF41 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-u8qcjoqF41 b,
.cid-u8qcjoqF41 strong {
  font-size: 2.2rem;
}
.cid-u8qcjoqF41 h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.cid-u8qcjoqF41 hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
  width: 80%;
}
.cid-u8qcjoqF41 ul,
.cid-u8qcjoqF41 li {
  text-align: left;
  font-size: 1.5rem !important;
}
@media (max-width: 520px) {
  .cid-u8qcjoqF41 ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-u8qcjoqF41 h4,
  .cid-u8qcjoqF41 b,
  .cid-u8qcjoqF41 strong {
    font-size: 45px;
  }
  .cid-u8qcjoqF41 h2 {
    font-size: 30px;
    line-height: 2rem;
  }
  .cid-u8qcjoqF41 hr {
    margin: 1rem 0;
    color: #01CE01;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8pGFFOWrr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8pGFFOWrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8pGFFOWrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8pGFFOWrr .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8pGFFOWrr .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8pGFFOWrr .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8pGFFOWrr .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8pGFFOWrr .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8pGFFOWrr .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8pGFFOWrr .list li:hover {
  color: #01ce01 !important;
}
.cid-u8pGFFOWrr .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8pGFFOWrr .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8pGFFOWrr .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8pGFFOWrr .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8pGFFOWrr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8pGFFOWrr .soc-item {
    padding: 10px;
  }
}
.cid-u8pGFFOWrr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8pGFFOWrr .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8pGFFOWrr .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8pGFFOWrr .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8pGFFOWrr .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8pGFFOWrr .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8pGFFOWrr .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8pGFFOWrr .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8pGFFOWrr .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u8qpsGlhAl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8qpsGlhAl nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u8qpsGlhAl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qpsGlhAl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8qpsGlhAl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8qpsGlhAl .dropdown-item:hover,
.cid-u8qpsGlhAl .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u8qpsGlhAl .dropdown-item:hover span {
  color: white;
}
.cid-u8qpsGlhAl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8qpsGlhAl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8qpsGlhAl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u8qpsGlhAl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8qpsGlhAl .nav-link {
  position: relative;
}
.cid-u8qpsGlhAl .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8qpsGlhAl .container {
    flex-wrap: wrap;
  }
}
.cid-u8qpsGlhAl .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u8qpsGlhAl .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u8qpsGlhAl .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8qpsGlhAl .dropdown-menu,
.cid-u8qpsGlhAl .navbar.opened {
  background: #000000 !important;
}
.cid-u8qpsGlhAl .nav-item:focus,
.cid-u8qpsGlhAl .nav-link:focus {
  outline: none;
}
.cid-u8qpsGlhAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8qpsGlhAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8qpsGlhAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8qpsGlhAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8qpsGlhAl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8qpsGlhAl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8qpsGlhAl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u8qpsGlhAl .navbar.opened {
  transition: all 0.3s;
}
.cid-u8qpsGlhAl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8qpsGlhAl .navbar .navbar-logo img {
  width: auto;
}
.cid-u8qpsGlhAl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8qpsGlhAl .navbar.collapsed {
  justify-content: center;
}
.cid-u8qpsGlhAl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8qpsGlhAl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8qpsGlhAl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8qpsGlhAl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8qpsGlhAl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8qpsGlhAl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u8qpsGlhAl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8qpsGlhAl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8qpsGlhAl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8qpsGlhAl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8qpsGlhAl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8qpsGlhAl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8qpsGlhAl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8qpsGlhAl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u8qpsGlhAl .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u8qpsGlhAl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8qpsGlhAl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8qpsGlhAl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8qpsGlhAl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8qpsGlhAl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u8qpsGlhAl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u8qpsGlhAl .navbar.navbar-short {
  min-height: 130px;
}
.cid-u8qpsGlhAl .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u8qpsGlhAl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8qpsGlhAl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8qpsGlhAl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8qpsGlhAl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8qpsGlhAl .dropdown-item.active,
.cid-u8qpsGlhAl .dropdown-item:active {
  background-color: transparent;
}
.cid-u8qpsGlhAl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8qpsGlhAl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8qpsGlhAl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8qpsGlhAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u8qpsGlhAl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8qpsGlhAl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8qpsGlhAl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8qpsGlhAl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8qpsGlhAl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8qpsGlhAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u8qpsGlhAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8qpsGlhAl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qpsGlhAl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8qpsGlhAl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8qpsGlhAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qpsGlhAl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8qpsGlhAl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8qpsGlhAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8qpsGlhAl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8qpsGlhAl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8qpsGlhAl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8qpsGlhAl .navbar {
    height: 70px;
  }
  .cid-u8qpsGlhAl .navbar.opened {
    height: auto;
  }
  .cid-u8qpsGlhAl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8qpsGlhAl a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u8qpsGlhAl a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u8qpsGlhAl .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u8qpsH2HyD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-privacy-banner-2000x600.jpg");
}
.cid-u8qpsH2HyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qpsH2HyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qpsH2HyD .mbr-section-title {
  color: #FFFFFF;
}
.cid-u8qpsH2HyD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u8qpsH2HyD .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u8qpsH2HyD .mbr-section-btn {
  margin-top: 18px;
}
.cid-u8qpsH2HyD .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u8qpsH2HyD .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u8qpsH2HyD .spacr {
  margin-top: 120px;
}
.cid-u8qpsH2HyD h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8qpsH2HyD h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u8qpsH2HyD p {
  font-size: 1.5rem;
}
.cid-u8qpsH2HyD hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u8qpsH2HyD {
    padding-top: 5px;
  }
  .cid-u8qpsH2HyD h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u8qpsH2HyD h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u8qpsH2HyD p {
    font-size: 20px !important;
  }
  .cid-u8qpsH2HyD hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u8qqqTJpkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u8qqqTJpkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qqqTJpkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qqqTJpkl hr {
  margin: 1rem 0;
  color: #01CE01;
  opacity: .80;
}
.cid-u8qqqTJpkl .mbr-section-subtitle {
  text-align: left;
}
.cid-u8qqqTJpkl h4 {
  font-size: 1.4rem;
}
.cid-u8qpsJ2bM7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8qpsJ2bM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8qpsJ2bM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8qpsJ2bM7 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u8qpsJ2bM7 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u8qpsJ2bM7 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u8qpsJ2bM7 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u8qpsJ2bM7 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u8qpsJ2bM7 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u8qpsJ2bM7 .list li:hover {
  color: #01ce01 !important;
}
.cid-u8qpsJ2bM7 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u8qpsJ2bM7 .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u8qpsJ2bM7 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u8qpsJ2bM7 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u8qpsJ2bM7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u8qpsJ2bM7 .soc-item {
    padding: 10px;
  }
}
.cid-u8qpsJ2bM7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u8qpsJ2bM7 .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u8qpsJ2bM7 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u8qpsJ2bM7 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u8qpsJ2bM7 .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u8qpsJ2bM7 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u8qpsJ2bM7 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8qpsJ2bM7 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u8qpsJ2bM7 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-u94ulM5vXQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u94ulM5vXQ nav.navbar {
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-u94ulM5vXQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94ulM5vXQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u94ulM5vXQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u94ulM5vXQ .dropdown-item:hover,
.cid-u94ulM5vXQ .dropdown-item:focus {
  background: #01ce01 !important;
  color: white !important;
}
.cid-u94ulM5vXQ .dropdown-item:hover span {
  color: white;
}
.cid-u94ulM5vXQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u94ulM5vXQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u94ulM5vXQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u94ulM5vXQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u94ulM5vXQ .nav-link {
  position: relative;
}
.cid-u94ulM5vXQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u94ulM5vXQ .container {
    flex-wrap: wrap;
  }
}
.cid-u94ulM5vXQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u94ulM5vXQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u94ulM5vXQ .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u94ulM5vXQ .dropdown-menu,
.cid-u94ulM5vXQ .navbar.opened {
  background: #000000 !important;
}
.cid-u94ulM5vXQ .nav-item:focus,
.cid-u94ulM5vXQ .nav-link:focus {
  outline: none;
}
.cid-u94ulM5vXQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u94ulM5vXQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u94ulM5vXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u94ulM5vXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u94ulM5vXQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u94ulM5vXQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u94ulM5vXQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u94ulM5vXQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u94ulM5vXQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u94ulM5vXQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u94ulM5vXQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u94ulM5vXQ .navbar.collapsed {
  justify-content: center;
}
.cid-u94ulM5vXQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u94ulM5vXQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u94ulM5vXQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u94ulM5vXQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u94ulM5vXQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u94ulM5vXQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u94ulM5vXQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u94ulM5vXQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u94ulM5vXQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u94ulM5vXQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u94ulM5vXQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u94ulM5vXQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u94ulM5vXQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u94ulM5vXQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u94ulM5vXQ .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-u94ulM5vXQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u94ulM5vXQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u94ulM5vXQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u94ulM5vXQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u94ulM5vXQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u94ulM5vXQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u94ulM5vXQ .navbar.navbar-short {
  min-height: 130px;
}
.cid-u94ulM5vXQ .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-u94ulM5vXQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u94ulM5vXQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u94ulM5vXQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u94ulM5vXQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u94ulM5vXQ .dropdown-item.active,
.cid-u94ulM5vXQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u94ulM5vXQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u94ulM5vXQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u94ulM5vXQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u94ulM5vXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u94ulM5vXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u94ulM5vXQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u94ulM5vXQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u94ulM5vXQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u94ulM5vXQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u94ulM5vXQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01ce01;
}
.cid-u94ulM5vXQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u94ulM5vXQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ulM5vXQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u94ulM5vXQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u94ulM5vXQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ulM5vXQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u94ulM5vXQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u94ulM5vXQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u94ulM5vXQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u94ulM5vXQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94ulM5vXQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u94ulM5vXQ .navbar {
    height: 70px;
  }
  .cid-u94ulM5vXQ .navbar.opened {
    height: auto;
  }
  .cid-u94ulM5vXQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u94ulM5vXQ a.text-white:hover {
  color: #01CE01 !important;
}
.cid-u94ulM5vXQ a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-u94ulM5vXQ .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-u94ulMoHbz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/blb-property-maintenace-testimonials-bg-1-2000x600.jpg");
}
.cid-u94ulMoHbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94ulMoHbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94ulMoHbz .mbr-section-title {
  color: #FFFFFF;
}
.cid-u94ulMoHbz .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-u94ulMoHbz .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-u94ulMoHbz .mbr-section-btn {
  margin-top: 18px;
}
.cid-u94ulMoHbz .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-u94ulMoHbz .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-u94ulMoHbz .spacr {
  margin-top: 120px;
}
.cid-u94ulMoHbz h1 {
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-u94ulMoHbz h2 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-u94ulMoHbz p {
  font-size: 1.5rem;
}
.cid-u94ulMoHbz hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 75%;
}
@media (max-width: 520px) {
  .cid-u94ulMoHbz {
    padding-top: 5px;
  }
  .cid-u94ulMoHbz h1 {
    font-size: 40px !important;
    line-height: 2.5rem;
  }
  .cid-u94ulMoHbz h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-u94ulMoHbz p {
    font-size: 20px !important;
  }
  .cid-u94ulMoHbz hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
    width: 100%;
  }
}
.cid-u94vFq9Tbn {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u94vFq9Tbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94vFq9Tbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u94vFq9Tbn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u94vFq9Tbn .row {
  flex-direction: row-reverse;
}
.cid-u94vFq9Tbn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u94vFq9Tbn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u94vFq9Tbn hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-u94vFq9Tbn span {
  color: #01CE01;
  font-size: 3.5rem;
}
.cid-u94vFq9Tbn .mbr-section-title {
  color: #000000;
  font-size: 2.5rem;
}
.cid-u94vFq9Tbn .mbr-text {
  color: #000000;
  font-size: 2rem;
}
.cid-u94ulMMbV9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u94ulMMbV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94ulMMbV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94ulMMbV9 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-u94ulMMbV9 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-u94ulMMbV9 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-u94ulMMbV9 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-u94ulMMbV9 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-u94ulMMbV9 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-u94ulMMbV9 .list li:hover {
  color: #01ce01 !important;
}
.cid-u94ulMMbV9 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-u94ulMMbV9 .list a:hover {
  color: #01ce01 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-u94ulMMbV9 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-u94ulMMbV9 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-u94ulMMbV9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-u94ulMMbV9 .soc-item {
    padding: 10px;
  }
}
.cid-u94ulMMbV9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-u94ulMMbV9 .soc-item:hover .mbr-iconfont {
  color: #01ce01 !important;
}
.cid-u94ulMMbV9 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-u94ulMMbV9 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-u94ulMMbV9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #01ce01;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u94ulMMbV9 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-u94ulMMbV9 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u94ulMMbV9 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-u94ulMMbV9 .copyright {
    margin-top: 1.5rem;
  }
}
